Skip to content

Commit

Permalink
Bring up to date with official
Browse files Browse the repository at this point in the history
  • Loading branch information
fivemoreminix committed Jun 12, 2018
1 parent 27f1bc9 commit 4131ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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": "odin",
"displayName": "Odin",
"description": "Odin syntax highlighting and snippets for Code.",
"version": "1.1.1",
"version": "1.1.2",
"readme": "README.md",
"repository": {
"url": "https://github.com/asmoaesl/odin-vscode"
Expand Down
6 changes: 3 additions & 3 deletions syntaxes/odin.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"patterns": [
{
"name": "keyword.control.odin",
"match": "\\b(import|export|foreign)\\b"
"match": "\\b(import|export|foreign|package)\\b"
},
{
"name": "keyword.control.odin",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
{
"name": "storage.type.odin",
"match": "\\b(type|macro|struct|enum|union|map|bit_field)\\b"
"match": "\\b(type|var|macro|struct|enum|union|map|set|bit_field|typeid)\\b"
},
{
"name": "keyword.function.odin",
Expand Down Expand Up @@ -156,7 +156,7 @@
"name": "keyword.function.odin"
}
},
"match": "\\b(size_of|align_of|offset_of|type_of|type_info_of)\\b\\s*\\("
"match": "\\b(size_of|align_of|offset_of|type_of|type_info_of|typeid_of)\\b\\s*\\("
},
{
"captures": {
Expand Down

0 comments on commit 4131ea0

Please sign in to comment.