mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-25 07:32:18 +00:00
Merge pull request #15 from MatthewCallis/ACME
Fix bug in Acme grammar with arithmetic operators
This commit is contained in:
commit
c5ff13055f
@ -124,7 +124,7 @@ repository:
|
||||
}
|
||||
# Operators
|
||||
{
|
||||
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:|\\|\\|'
|
||||
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
|
||||
name: 'keyword.operator'
|
||||
}
|
||||
# Operators II
|
||||
|
Loading…
Reference in New Issue
Block a user