mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 16:54:23 +01:00
Renamed antvar subroutine to maybe_antvar
This commit is contained in:
parent
5912526050
commit
6eaac228a3
4
ant.jsf
4
ant.jsf
@ -179,7 +179,7 @@ done
|
|||||||
"<" error noeat recolor=-1
|
"<" error noeat recolor=-1
|
||||||
"&" char_sq recolor=-1
|
"&" char_sq recolor=-1
|
||||||
"'" endstring
|
"'" endstring
|
||||||
"$" string_sq call=.antvar()
|
"$" string_sq call=.maybe_antvar()
|
||||||
|
|
||||||
# ">" error noeat recolor=-1
|
# ">" error noeat recolor=-1
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ done
|
|||||||
"#" char_sq
|
"#" char_sq
|
||||||
";" string_sq
|
";" string_sq
|
||||||
|
|
||||||
.subr antvar
|
.subr maybe_antvar
|
||||||
# initial state
|
# initial state
|
||||||
:maybe_antvar Constant
|
:maybe_antvar Constant
|
||||||
* NULL return
|
* NULL return
|
||||||
|
Loading…
Reference in New Issue
Block a user