aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_wren.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_wren.lua
parentbc0a289a79294445de9b0001bdaada93d801dadd (diff)
downloadlite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.tar.gz
lite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.zip
Add names to language plugins
Diffstat (limited to 'plugins/language_wren.lua')
-rw-r--r--plugins/language_wren.lua3
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
+}