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