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