Skip to content

Commit 214c860

Browse files
Switch from keyword.operator.logical to keyword.operator.expression
Co-Authored-By: Nice Zombies <nineteendo19d0@gmail.com>
1 parent c7aca74 commit 214c860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntaxes/ti-basic.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"match": "(\\+|-|\\*|/|\\^|\\\\((.*)\\)->|→|=|!=|≠|>|>=|≥|<|<=|≤)"
4848
},
4949
{
50-
"name": "keyword.operator.logical.8xp",
50+
"name": "keyword.operator.expression.8xp",
5151
"match": "\\b(and|or|not|xor)\\b"
5252
}
5353
]

0 commit comments

Comments
 (0)