mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-15 23:59:04 +00:00
Visual improvements, Added Radio Tower, String literals
This commit is contained in:
@@ -74,7 +74,6 @@ define("ace/mode/mar_rules", ["require", "exports", "module", "ace/lib/oop", "ac
|
||||
regex: '\\b0x[A-F0-9]+\\b',
|
||||
caseInsensitive: true
|
||||
},
|
||||
{token: 'string.assembly', regex: /'([^\\']|\\.)*'/},
|
||||
{token: 'string.assembly', regex: /"([^\\"]|\\.)*"/},
|
||||
{token: 'comment.assembly', regex: ';.*$'},
|
||||
{token: 'support.function.directive.assembly', regex: /^\.text|\.data/},
|
||||
|
||||
Reference in New Issue
Block a user