Skip to content

Commit

Permalink
feat: mark correct expression boundary on all testing files from typs…
Browse files Browse the repository at this point in the history
…t/typst (#85)

* fix: comment and set rules

* fix: losen for rules

* fix: chore field, escape

* fix: hash termination

* dev: handle math mode

* fix: terminate expressions on right braces

* dev: match spread operator

* dev: remove complex check on if

* dev: add two bugs

* dev: fix if/while conditions

* fix: terminate expressions on right braces 2
  • Loading branch information
Myriad-Dreamin authored Mar 22, 2024
1 parent 10c3e01 commit 2e7c773
Show file tree
Hide file tree
Showing 29 changed files with 1,312 additions and 177 deletions.
3 changes: 2 additions & 1 deletion syntaxes/textmate/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.tmLanguage.json
dist
dist
tests/official-testing
Loading

0 comments on commit 2e7c773

Please sign in to comment.