-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce72667
commit 09cd130
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule typst
updated
21 files
+23 −24 | DOC.md | |
+54 −48 | README.md | |
+52 −0 | bindings/rust/lib.rs | |
+4 −2 | corpus/fixme.scm | |
+8 −4 | corpus/negative.scm | |
+987 −431 | corpus/positive.scm | |
+1 −1 | editors/helix/languages.toml | |
+6 −1 | editors/helix/queries/highlights.scm | |
+0 −0 | editors/helix/queries/injections.scm | |
+1 −0 | editors/neovim/README | |
+59 −40 | grammar.js | |
+2 −2 | package.json | |
+82 −0 | queries/typst/highlights.scm | |
+7 −0 | queries/typst/injections.scm | |
+0 −1 | size.txt | |
+495 −407 | src/grammar.json | |
+83 −24 | src/node-types.json | |
+108,184 −105,381 | src/parser.c | |
+238 −1,511 | src/scanner.c | |
+2,241 −0 | src/unicode.h | |
+0 −14,347 | unicode.txt |