aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-04-04 18:54:11 +0200
committerGitHub <noreply@github.com>2022-04-04 18:54:11 +0200
commit487f97d07054a9e1e45102eb719e2a7a46ecdac1 (patch)
tree7a8c1bbb06bbe11a9bea5aea1adc7e10b5949bd9
parent6305aae3a427ef1ff6459892636a0ad4fd487296 (diff)
parent9a3810738d6e08272f8681e7b65ba73a7126aecf (diff)
downloadlite-xl-plugins-487f97d07054a9e1e45102eb719e2a7a46ecdac1.tar.gz
lite-xl-plugins-487f97d07054a9e1e45102eb719e2a7a46ecdac1.zip
Merge pull request #57 from StunxFS/language-glaz
[language_glaz] add keyword `vec`
-rw-r--r--plugins/language_glaz.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/language_glaz.lua b/plugins/language_glaz.lua
index fc86c04..fd313e8 100644
--- a/plugins/language_glaz.lua
+++ b/plugins/language_glaz.lua
@@ -1,5 +1,6 @@
-- mod-version:2 -- lite-xl 2.0
+-- Syntax highlighting for the Glaz programming language.
-- by StunxFS :)
local syntax = require "core.syntax"
@@ -93,6 +94,7 @@ syntax.add {
["str"] = "keyword2",
["charptr"] = "keyword2",
["rawptr"] = "keyword2",
+ ["vec"] = "keyword2",
["map"] = "keyword2",
-- literals