Update syntax highlighting

This commit is contained in:
nub31
2025-06-07 21:43:35 +02:00
parent 87e708d95c
commit 69700714b9

View File

@@ -68,7 +68,7 @@
"patterns": [
{
"name": "storage.modifier.nub",
"match": "\\b(export|extern)\\b"
"match": "\\b(export|extern|calls)\\b"
}
]
},
@@ -76,7 +76,7 @@
"patterns": [
{
"name": "storage.type.primitive.nub",
"match": "\\b(i8|i16|i32|i64|u8|u16|u32|u64|f32|f64|bool|string|any)\\b"
"match": "\\b(i8|i16|i32|i64|u8|u16|u32|u64|f32|f64|bool|void|any)\\b"
},
{
"name": "storage.type.array.nub",