Skip to content

Commit

Permalink
Highlight command and config declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
juho05 committed Jul 29, 2022
1 parent 9b9a379 commit 6784d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vscode-codegame
![CGE Version](https://img.shields.io/badge/CGE-v0.2-green)
![CGE Version](https://img.shields.io/badge/CGE-v0.4-green)

A VS Code extension for writing [CodeGame](https://code-game.org) applications.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codegame",
"displayName": "CodeGame",
"description": "An extension for writing CodeGame applications.",
"version": "0.2.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/code-game-project/vscode-codegame"
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/cge.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"patterns": [
{
"name": "keyword.cge",
"match": "\\b(name|version|event|type|enum)\\b"
"match": "\\b(name|version|config|command|event|type|enum)\\b"
}
]
},
Expand Down

0 comments on commit 6784d5d

Please sign in to comment.