mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-11-21 20:30:51 +00:00
orca/m macgen: ! is a comment character
This commit is contained in:
parent
5ceb1a3418
commit
135b909b0d
@ -283,6 +283,7 @@ class OrcaMacGen(sublime_plugin.TextCommand):
|
||||
text = view.substr(r).rstrip()
|
||||
|
||||
if text == "": continue
|
||||
if text[0] in "!*": continue
|
||||
if re_comment.match(text): continue
|
||||
tokens = re.split(re_ws, text, maxsplit=2)
|
||||
if len(tokens) < 2: continue
|
||||
|
Loading…
Reference in New Issue
Block a user