aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_wren.lua
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2021-12-05 14:46:16 -0500
committerGitHub <noreply@github.com>2021-12-05 14:46:16 -0500
commitb4d44e207122130013dcbddd60635ab89ad8b692 (patch)
treea539c45c85588f74f824fe45e6f214c4acb5bbef /plugins/language_wren.lua
parent1e063c95f0bd51934cff752af653964c6aa80c0c (diff)
parent72a6478e15f22b284636fb97f219ced74a07764f (diff)
downloadlite-xl-plugins-b4d44e207122130013dcbddd60635ab89ad8b692.tar.gz
lite-xl-plugins-b4d44e207122130013dcbddd60635ab89ad8b692.zip
Merge branch 'master' into immersive-title
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
+}