mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-21 12:31:47 +00:00
Merge pull request #17 from michaellass/fix-operator-regex
Fix operator regex for ACME grammar (again)
This commit is contained in:
commit
6e4108ca91
@ -124,8 +124,8 @@ repository:
|
||||
}
|
||||
# Operators
|
||||
{
|
||||
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
|
||||
name: 'keyword.operator'
|
||||
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:'
|
||||
name: 'keyword.operator.acme'
|
||||
}
|
||||
# Operators II
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user