Update vscode syntax

This commit is contained in:
nub31
2025-08-18 14:15:17 +02:00
parent 08cb6b9f41
commit b8c69b5583

View File

@@ -60,7 +60,7 @@
}, },
{ {
"name": "keyword.other.nub", "name": "keyword.other.nub",
"match": "\\b(namespace|func|struct|alloc|impl|for|trait)\\b" "match": "\\b(namespace|func|struct|interface)\\b"
} }
] ]
}, },