diff options
author | Adam <adamdharrison@gmail.com> | 2021-11-23 16:06:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 16:06:36 -0500 |
commit | 3e7571030df2404873c8320ff976fb3fb41448c9 (patch) | |
tree | db1895d2475549f3524d375cfe6eb758da27ca3c /plugins/language_rescript.lua | |
parent | 5eb84c6882a882db9d9903dbd2d4ca5a96f76778 (diff) | |
parent | 330da1ed0bdd316399ad5cdc00c006a98394bd6a (diff) | |
download | lite-xl-plugins-3e7571030df2404873c8320ff976fb3fb41448c9.tar.gz lite-xl-plugins-3e7571030df2404873c8320ff976fb3fb41448c9.zip |
Merge pull request #92 from Guldoman/named_languages
Add names to language plugins
Diffstat (limited to 'plugins/language_rescript.lua')
-rw-r--r-- | plugins/language_rescript.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_rescript.lua b/plugins/language_rescript.lua index 94dc964..9007dc1 100644 --- a/plugins/language_rescript.lua +++ b/plugins/language_rescript.lua @@ -2,6 +2,7 @@ local syntax = require "core.syntax" syntax.add { + name = "ReScript", files = { "%.res$" }, comment = "//", patterns = { |