aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/language_rivet.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/language_rivet.lua b/plugins/language_rivet.lua
index cccccf0..b389292 100644
--- a/plugins/language_rivet.lua
+++ b/plugins/language_rivet.lua
@@ -63,15 +63,16 @@ syntax.add {
["or"] = "keyword",
["public"] = "keyword",
["return"] = "keyword",
+ ["static"] = "keyword",
["self"] = "literal",
["struct"] = "keyword",
["switch"] = "keyword",
["test"] = "keyword",
+ ["throw"] = "keyword",
["trait"] = "keyword",
["true"] = "literal",
- ["undefined"] = "keyword",
+ ["undefined"] = "literal",
["unsafe"] = "keyword",
- ["var"] = "keyword",
["while"] = "keyword",
-- types