...
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"patterns": [
|
||||
{
|
||||
"name": "keyword.control.nub",
|
||||
"match": "\\b(if|else|while|for|break|continue|return)\\b"
|
||||
"match": "\\b(if|else|while|break|continue|return)\\b"
|
||||
},
|
||||
{
|
||||
"name": "keyword.other.nub",
|
||||
@@ -76,7 +76,7 @@
|
||||
"patterns": [
|
||||
{
|
||||
"name": "storage.type.primitive.nub",
|
||||
"match": "\\b(int|float|double|char|bool|string|void)\\b"
|
||||
"match": "\\b(i8|i16|i32|i64|u8|u16|u32|u64|f32|f64|bool|string)\\b"
|
||||
},
|
||||
{
|
||||
"name": "storage.type.array.nub",
|
||||
|
||||
Reference in New Issue
Block a user