mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-12-29 15:29:16 +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
|
# Operators
|
||||||
{
|
{
|
||||||
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:|\\|\\|'
|
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
|
||||||
name: 'keyword.operator'
|
name: 'keyword.operator'
|
||||||
}
|
}
|
||||||
# Operators II
|
# Operators II
|
||||||
|
Loading…
Reference in New Issue
Block a user