mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-21 12:31:47 +00:00
Merge pull request #17 from michaellass/fix-operator-regex
Fix operator regex for ACME grammar (again)
This commit is contained in:
commit
6e4108ca91
@ -124,8 +124,8 @@ repository:
|
|||||||
}
|
}
|
||||||
# Operators
|
# Operators
|
||||||
{
|
{
|
||||||
match: '\!|\+|\-|\/|\|<<|>>|&|\||\^|=|<|>|\:'
|
match: '\\!|\\+|\\-|\\/|\\*|<<|>>|&|\\||\\^|=|<|>|\\:'
|
||||||
name: 'keyword.operator'
|
name: 'keyword.operator.acme'
|
||||||
}
|
}
|
||||||
# Operators II
|
# Operators II
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user