diff options
Diffstat (limited to 'plugins/language_jsx.lua')
-rw-r--r-- | plugins/language_jsx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_jsx.lua b/plugins/language_jsx.lua index 2648c68..bca8c2f 100644 --- a/plugins/language_jsx.lua +++ b/plugins/language_jsx.lua @@ -1,4 +1,4 @@ --- mod-version:1 -- lite-xl 1.16 +-- mod-version:1 -- lite-xl 2.00 -- 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" |