Min, max, swap, not keywords
This commit is contained in:
parent
43d538a1e8
commit
fd08351585
@ -23,10 +23,16 @@
|
||||
],
|
||||
"repository": {
|
||||
"keywords": {
|
||||
"patterns": [{
|
||||
"name": "keyword.control.chickenscript",
|
||||
"match": "\\b(if|elseif|else|then|while|do|for|return|function|datapack|end)\\b"
|
||||
}]
|
||||
"patterns": [
|
||||
{
|
||||
"name": "keyword.control.chickenscript",
|
||||
"match": "\\b(if|elseif|else|then|while|do|for|return|function|datapack|end)\\b"
|
||||
},
|
||||
{
|
||||
"name": "keyword.other",
|
||||
"match": "\\b(min|max|swap|not)\\b"
|
||||
}
|
||||
]
|
||||
},
|
||||
"variables": {
|
||||
"patterns": [
|
||||
|
Loading…
Reference in New Issue
Block a user