diff options
Diffstat (limited to 'plugins/language_wren.lua')
-rw-r--r-- | plugins/language_wren.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/language_wren.lua b/plugins/language_wren.lua index c4a6905..9bd6c82 100644 --- a/plugins/language_wren.lua +++ b/plugins/language_wren.lua @@ -2,6 +2,7 @@ local syntax = require "core.syntax" syntax.add { + name = "Wren", files = { "%.wren$" }, comment = "//", patterns = { @@ -41,4 +42,4 @@ syntax.add { ["false"] = "literal", ["null"] = "literal", }, -}
\ No newline at end of file +} |