post/alias,command,task
This commit is contained in:
parent
10e5327a56
commit
8f5aaa6f44
1 changed files with 13 additions and 1 deletions
|
@ -238,7 +238,19 @@ function parse_next(string) {
|
|||
doc_reset()
|
||||
variable = ""
|
||||
|
||||
# function
|
||||
# alias
|
||||
} else if (current_match == "alias") {
|
||||
alias = ""
|
||||
|
||||
# command
|
||||
} else if (current_match == "command") {
|
||||
command = ""
|
||||
|
||||
# task
|
||||
} else if (current_match == "task") {
|
||||
task = ""
|
||||
|
||||
# close
|
||||
} else if (current_match == "close") {
|
||||
doc_reset()
|
||||
current_function = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue