Skip to content

Commit

Permalink
update language_rivet.lua (#323)
Browse files Browse the repository at this point in the history
* Update language_rivet.lua

* Update manifest.json
  • Loading branch information
StunxFS authored Oct 23, 2023
1 parent 6f03148 commit 81b6967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
},
{
"description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language",
"version": "0.2",
"version": "0.3",
"path": "plugins/language_rivet.lua",
"id": "language_rivet",
"mod_version": "3",
Expand Down
5 changes: 3 additions & 2 deletions plugins/language_rivet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81b6967

Please sign in to comment.