tinymist/syntaxes/textmate/tests/unit/basic/control-flow-if-content.typ
Myriad-Dreamin b1efa88161
feat: improve syntax highlighting (#724)
* dev: simplify if statement handling

* dev: parse blocks in if/for/while more consistently

* feat: improve context expression parsing

* feat: improve context expression parsing

* feat: improve parameter clause parsing
2024-10-22 21:41:20 +08:00

26 lines
250 B
XML

#if 1
#if [] 1
#if [] else [] 1
#if 1 [] else [] 1
#if {} [] else [] #1
#if [] [] else [] []
#if () [] else [] # a
#if () [] else []
1
#if () [] else []
[]
#if () [] else []
{
#if () [] else []
1
# if () [] else []
1
A#if false {} else thing