diff options
Diffstat (limited to 'editors/vscode/syntaxes/odin.tmLanguage.json')
| -rw-r--r-- | editors/vscode/syntaxes/odin.tmLanguage.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/syntaxes/odin.tmLanguage.json b/editors/vscode/syntaxes/odin.tmLanguage.json index a3d2cf3..90c5bd8 100644 --- a/editors/vscode/syntaxes/odin.tmLanguage.json +++ b/editors/vscode/syntaxes/odin.tmLanguage.json @@ -126,7 +126,7 @@ }, { "name": "storage.type.odin", - "match": "\\b(struct|enum|union|map|set|bit_set|typeid)\\b" + "match": "\\b(struct|enum|union|map|set|bit_set|typeid|matrix)\\b" }, { "name": "keyword.function.odin", @@ -267,7 +267,7 @@ }, { "name": "support.type.odin", - "match": "\\b((f16|f32|f64)|(complex32|complex64|complex128))\\b" + "match": "\\b((f16|f32|f64)|(complex32|complex64|complex128)|(quaternion64|quaternion128|quaternion256))\\b" }, { "name": "support.type.odin", |