This commit is contained in:
Marc Beninca 2025-08-03 10:04:33 +02:00
parent e63edb0c7b
commit d02c371610
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -216,6 +216,7 @@ function parse(string) {
} }
doc_reset() doc_reset()
# match
} }
# close # close
@ -233,12 +234,12 @@ function parse_next(string) {
constant = "" constant = ""
# variable # variable
if (current_match == "variable") { } else if (current_match == "variable") {
doc_reset() doc_reset()
variable = "" variable = ""
# function # function
if (current_match == "close") { } else if (current_match == "close") {
doc_reset() doc_reset()
current_function = "" current_function = ""