mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add comment about ignoring comments
This commit is contained in:
parent
cfe51089f6
commit
e2bff06aeb
1 changed files with 1 additions and 0 deletions
|
@ -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: () ->
|
||||
|
|
Loading…
Reference in a new issue