aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Tarnawski <gthetarnav@gmail.com>2024-06-14 23:12:51 +0200
committerDamian Tarnawski <gthetarnav@gmail.com>2024-06-14 23:12:51 +0200
commit36e6b82ec59af21148cea5e05fbbee4299f2987c (patch)
treecc1481f82a3483ecb5c9daafdb93e3128e6c509a
parent3b8ea5cda886447cc1c37b0d7f272b2194ccb332 (diff)
Change scope for tags to `entity.name.tag.odin`
-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*"
}
]