Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
>,< operators
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith authored and Krzysztof-Cieslak committed Jun 27, 2018
1 parent b152a7f commit 60fb768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
}
},
"infix_op": {
"match": "(<=|\\|\\||&&|>=|\\|\\>|\\|\\=|\\=\\=|\\|\\.|\\|\\=|\\<\\||\\+\\+|\\:\\:|\\+|\\-|\\*|\\/|\\/\\/|\\^|\\>\\>|\\<\\<)",
"match": "(<|>|<=|\\|\\||&&|>=|\\|\\>|\\|\\=|\\=\\=|\\|\\.|\\|\\=|\\<\\||\\+\\+|\\:\\:|\\+|\\-|\\*|\\/|\\/\\/|\\^|\\>\\>|\\<\\<)",
"name": "keyword.operator.elm"
},
"type-declaration": {
Expand Down

0 comments on commit 60fb768

Please sign in to comment.