Skip to content

Commit

Permalink
fix: Properly highlight isnt (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer authored Aug 1, 2022
1 parent 91c1f5d commit 8c4bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-extensions/vscode/syntaxes/grain.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
"identifier": {
"patterns": [
{
"match": "(\\bis\\b|=|(\\+|-|\\*|\\/)=|\\+|-|\\*|\\/|%|<=|>=|<|>|==|!=|:=|\\!|&&|&|\\|\\||\\||\\^|\\.\\.\\.|\\.)",
"match": "(\\bis(nt)?\\b|=|(\\+|-|\\*|\\/)=|\\+|-|\\*|\\/|%|<=|>=|<|>|==|!=|:=|\\!|&&|&|\\|\\||\\||\\^|\\.\\.\\.|\\.)",
"captures": {
"1": { "name": "keyword.operator.grain" }
}
Expand Down

0 comments on commit 8c4bc7b

Please sign in to comment.