diff options
author | StunxFS <56417208+StunxFS@users.noreply.github.com> | 2023-01-24 13:50:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 12:50:08 -0500 |
commit | d7dc1806bf2eea33affbbd1a0a7c64141ee99ebf (patch) | |
tree | 7389d78dfd070faaf6236484df702e96fe68834b /plugins | |
parent | 72bb85ec2b8e71651e6e0a7ce21782b4782cf43e (diff) | |
download | lite-xl-plugins-d7dc1806bf2eea33affbbd1a0a7c64141ee99ebf.tar.gz lite-xl-plugins-d7dc1806bf2eea33affbbd1a0a7c64141ee99ebf.zip |
Update language_rivet.lua (#206)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/language_rivet.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/language_rivet.lua b/plugins/language_rivet.lua index cbd6bde..b6216cc 100644 --- a/plugins/language_rivet.lua +++ b/plugins/language_rivet.lua @@ -38,10 +38,8 @@ syntax.add { ["alias"] = "keyword", ["and"] = "keyword", ["as"] = "keyword", - ["base"] = "literal", ["break"] = "keyword", ["catch"] = "keyword", - ["class"] = "keyword", ["const"] = "keyword", ["continue"] = "keyword", ["defer"] = "keyword", @@ -95,7 +93,6 @@ syntax.add { ["mut_anyptr"] = "keyword2", ["rune"] = "keyword2", ["string"] = "keyword2", - ["Base"] = "keyword2", ["Self"] = "keyword2" } } |