mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-22 04:33:45 +00:00
Fix bug in Acme grammar with arithmetic operators
This commit is contained in:
parent
191902076a
commit
a198b529b7
@ -124,7 +124,7 @@ repository:
|
||||
}
|
||||
# Operators
|
||||
{
|
||||
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:|\\|\\|'
|
||||
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
|
||||
name: 'keyword.operator'
|
||||
}
|
||||
# Operators II
|
||||
|
Loading…
Reference in New Issue
Block a user