File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ patterns:
2424
2525- comment : Comparison operators
2626 name : keyword.operator.comparison.octo
27- match : (?<=^|\s)(?:==|!=|<=|>=|<|>)(?=$|\s)
27+ match : (?<=^|\s)(?:==|!=)(?=$|\s)
28+
29+ - comment : Relational operators
30+ name : keyword.operator.relational.octo
31+ match : (?<=^|\s)(?:<=|>=|<|>)(?=$|\s)
2832
2933- comment : Control flow keywords
3034 name : keyword.control.octo
Original file line number Diff line number Diff line change 4646 <key >comment </key >
4747 <string >Comparison operators </string >
4848 <key >match </key >
49- <string >(?< =^|\s)(?:==|!=| < =| > =| < | > )(?=$|\s) </string >
49+ <string >(?< =^|\s)(?:==|!=)(?=$|\s) </string >
5050 <key >name </key >
5151 <string >keyword.operator.comparison.octo </string >
5252 </dict >
53+ <dict >
54+ <key >comment </key >
55+ <string >Relational operators </string >
56+ <key >match </key >
57+ <string >(?< =^|\s)(?:< =|> =|< |> )(?=$|\s) </string >
58+ <key >name </key >
59+ <string >keyword.operator.relational.octo </string >
60+ </dict >
5361 <dict >
5462 <key >comment </key >
5563 <string >Control flow keywords </string >
You can’t perform that action at this time.
0 commit comments