aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_tsx.lua
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-05-31 16:25:02 -0400
committerjgmdev <jgmdev@gmail.com>2022-05-31 16:25:02 -0400
commitd30a72bdb1dd815461745122c5a3523d1824c381 (patch)
treeca3f1064fb47b3f7608325a6ac5dd64c70e14de8 /plugins/language_tsx.lua
parent497cdecd88c4920c364157814168ca5d8aad99c0 (diff)
downloadlite-xl-plugins-d30a72bdb1dd815461745122c5a3523d1824c381.tar.gz
lite-xl-plugins-d30a72bdb1dd815461745122c5a3523d1824c381.zip
removed lite-xl version and left only mod version
Diffstat (limited to 'plugins/language_tsx.lua')
-rw-r--r--plugins/language_tsx.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/language_tsx.lua b/plugins/language_tsx.lua
index 11ba09a..beedbc6 100644
--- a/plugins/language_tsx.lua
+++ b/plugins/language_tsx.lua
@@ -1,5 +1,6 @@
--- mod-version:3 --lite-xl 2.1
--- Almost identical to JS, with the exception that / shouldn't denote a regex. Current JS syntax highlighter will highlight half the document due to closing tags.
+-- mod-version:3
+-- Almost identical to JS, with the exception that / shouldn't denote a regex.
+-- Current JS syntax highlighter will highlight half the document due to closing tags.
local syntax = require "core.syntax"
syntax.add {