Merge pull request #17 from michaellass/fix-operator-regex

Fix operator regex for ACME grammar (again)
This commit is contained in:
Matthew Callis
2020-01-27 12:36:47 -08:00
committed by GitHub

View File

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