Update syntax highlighting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user