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