Skip to content

Commit

Permalink
Merge pull request #17 from michaellass/fix-operator-regex
Browse files Browse the repository at this point in the history
Fix operator regex for ACME grammar (again)
  • Loading branch information
MatthewCallis authored Jan 27, 2020
2 parents 2dcf07e + 0c3e7c9 commit 6e4108c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammars/acme.cson
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ repository:
}
# Operators
{
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
name: 'keyword.operator'
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:'
name: 'keyword.operator.acme'
}
# Operators II
{
Expand Down

0 comments on commit 6e4108c

Please sign in to comment.