Skip to content

Commit

Permalink
update syntax extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowman554 committed May 24, 2024
1 parent a20efff commit 9c4655c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firestorm",
"displayName": "firestorm",
"description": "FireStorm syntax",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.89.0"
},
Expand Down
2 changes: 1 addition & 1 deletion vscode/syntaxes/firestorm.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"patterns": [
{
"name": "storage.type.firestorm",
"match": "\\b(void|int|str|chr)\\b"
"match": "\\b(void|int|str|chr|ptr|i32|i64)\\b"
},
{
"name": "constant.numeric.firestorm",
Expand Down

0 comments on commit 9c4655c

Please sign in to comment.