Skip to content

Commit

Permalink
Add comparision operators
Browse files Browse the repository at this point in the history
  • Loading branch information
aspizu authored and Vexu committed Mar 24, 2024
1 parent 26a64f1 commit 5a806c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/zig.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
},
{
"name": "keyword.operator.comparison.zig",
"match": "(\\b(and|or)\\b)|(==|!=)"
"match": "(\\b(and|or)\\b)|(==|!=|<=|>=|<|>)"
},
{
"name": "keyword.operator.arithmetic.zig",
Expand Down Expand Up @@ -309,4 +309,4 @@
]
}
}
}
}

0 comments on commit 5a806c1

Please sign in to comment.