Visual improvements, Added Radio Tower, String literals

This commit is contained in:
simon
2017-12-30 09:35:12 -05:00
parent 2b96a2c77e
commit 59dae76be9
9 changed files with 389 additions and 105 deletions

View File

@@ -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/},