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