aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vscode/syntaxes/odin.tmLanguage.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vscode/syntaxes/odin.tmLanguage.json b/editors/vscode/syntaxes/odin.tmLanguage.json
index 3050aaf..8417504 100644
--- a/editors/vscode/syntaxes/odin.tmLanguage.json
+++ b/editors/vscode/syntaxes/odin.tmLanguage.json
@@ -503,7 +503,7 @@
"match": "@|(\\||\\!|:|\\+|-|\\*|/|%|\\<\\<?|\\>\\>?|\\~)=?|=|: : ?|\\.\\.|\\$"
},
{
- "name": "keyword.other.odin",
+ "name": "entity.name.tag.odin",
"match": "#[A-Za-z_]\\w*"
}
]