Add comment about ignoring comments

This commit is contained in:
Shane Kilkelly 2017-06-30 08:42:03 +01:00
parent cfe51089f6
commit e2bff06aeb

View file

@ -39,6 +39,7 @@ define [], () ->
return commands
# Ignore single letter commands since auto complete is moot then.
# Ignore commands which occur after a comment character '%'
commandRegex: /^[^%]*?\\([a-zA-Z][a-zA-Z]+).*$/m
nextCommand: () ->