Fix bug in Acme grammar with arithmetic operators

This commit is contained in:
Matthew Callis 2019-08-29 15:50:55 -07:00
parent 191902076a
commit a198b529b7
No known key found for this signature in database
GPG Key ID: D0808B8F9E7B3C21
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ repository:
}
# Operators
{
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:|\\|\\|'
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
name: 'keyword.operator'
}
# Operators II