Min, max, swap, not keywords

This commit is contained in:
Alan O'Cull 2022-05-08 15:38:05 -04:00
parent 43d538a1e8
commit fd08351585

View File

@ -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": [