update syntax highlighting

This commit is contained in:
nub31
2025-05-26 20:44:37 +02:00
parent 03caab201c
commit 6eac387738

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"
} }
] ]
}, },