update syntax highlighting

This commit is contained in:
nub31
2025-05-26 20:44:37 +02:00
parent 688443374f
commit 8495704ea0

View File

@@ -60,7 +60,7 @@
}, },
{ {
"name": "keyword.other.nub", "name": "keyword.other.nub",
"match": "\\b(import|func|struct|new)\\b" "match": "\\b(namespace|func|struct|new)\\b"
} }
] ]
}, },