tinymist/syntaxes/textmate/tests/unit/basic/let2.typ
Myriad-Dreamin a3948df5da
feat: init syntax library for function hover tip (#77)
* dev: introduce upstream tooltip

* feat: basic function definition

* feat: init syntax library

* abandon

* build: run syntax building

* fix: let expression

* fix: markup in code

* fix: raw code
2024-03-20 12:18:57 +08:00

4 lines
No EOL
61 B
XML

#(let x = 1)
#(let x = 1);
#(((let x = 1)));
#(((let x = 1)))