Merge pull request #15 from MatthewCallis/ACME

Fix bug in Acme grammar with arithmetic operators
This commit is contained in:
Matthew Callis 2019-08-29 15:51:54 -07:00 committed by GitHub
commit c5ff13055f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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