Rename, fix autocomplete and singleline, etc...

This commit is contained in:
Gregory Schier
2023-03-02 10:42:43 -08:00
parent b5496f0f48
commit 132466f03b
26 changed files with 126 additions and 112 deletions

View File

@@ -9,9 +9,9 @@ directive {
}
@tokens {
Text { ![${[] Text? }
Text { ![$] Text? }
space { @whitespace+ }
DirectiveContent { ![\]}$] DirectiveContent? }
DirectiveContent { ![\]}] DirectiveContent? }
@precedence { space DirectiveContent }
"${[" "]}"
}