aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_tex.lua
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2021-11-21 03:36:02 +0100
committerGuldoman <giulio.lettieri@gmail.com>2021-11-21 03:36:02 +0100
commit330da1ed0bdd316399ad5cdc00c006a98394bd6a (patch)
tree69b8d5596ff97721db5789d073ffdedfca0ceb58 /plugins/language_tex.lua
parentbc0a289a79294445de9b0001bdaada93d801dadd (diff)
downloadlite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.tar.gz
lite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.zip
Add names to language plugins
Diffstat (limited to 'plugins/language_tex.lua')
-rw-r--r--plugins/language_tex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_tex.lua b/plugins/language_tex.lua
index 9878505..858c811 100644
--- a/plugins/language_tex.lua
+++ b/plugins/language_tex.lua
@@ -2,6 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
+ name = "TeX",
files = { "%.tex$" },
comment = "%%",
patterns = {