branch: elpa/typst-ts-mode
commit 9afe71489d6f6adcbf57351c4aff0ab4fd909c37
Author: Huan Nguyen
Commit: Huan Nguyen
doc: Added note about edit-indirect in readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d038c73452..0df5c336
branch: elpa/typst-ts-mode
commit 71e180e4a0c83345b7a836de861ce395a2256bad
Author: Huan Nguyen
Commit: Huan Nguyen
reformat: whitespace cleanup and indenting
---
typst-ts-edit-indirect.el | 1 -
typst-ts-editing.el | 58 +++
typst-ts-misc-c
branch: elpa/typst-ts-mode
commit b390ac14fc3f9c039d44374e0c1f31cfb9e1b920
Author: Meow King
Commit: Meow King
doc(README): add related packages
---
.gitignore | 2 +-
README.md | 5 +
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 7355f2a7f
branch: elpa/typst-ts-mode
commit 74eeca77b4aa6728a6af4293ced9f756a83a0bd3
Author: Meow King
Commit: Meow King
doc: update README
---
README.md | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 819815990c..a9436b83a7 100644
--- a/README.m
branch: elpa/typst-ts-mode
commit a6e69409561e7f20355f07ef6aeef4e784bd6c16
Author: Huan Nguyen
Commit: Huan Nguyen
refactor: do not `kill-line` because it will be in kill-ring
---
typst-ts-editing.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/typst-ts-editing.el
branch: elpa/typst-ts-mode
commit 645c08e9177b0850160e855889cfaf43c44354d8
Author: Meow King
Commit: Meow King
fix: wrong list(item) indentation
Fixes: https://todo.sr.ht/~meow_king/typst-ts-mode/10
---
typst-ts-mode.el | 69
branch: elpa/typst-ts-mode
commit 078b2efbb9dad9151bc93e5dcacfa0fc6c5b9148
Author: Meow King
Commit: Meow King
fix: disable echoing indentation debug information
---
typst-ts-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.e
branch: elpa/typst-ts-mode
commit 4ea3001a8d7fbd46a3a37f481f22707437b3295c
Merge: 893430dc14 60e3e8853f
Author: Meow King
Commit: Meow King
feat+fix: indentation and small bug fixes
chore
fix: item highlighting issue with single link
refactor: revert 3f8c4abc15543cb1e6870045
branch: elpa/typst-ts-mode
commit 97ccb33aeb6e33066d3a451d94c68963a03217a3
Author: meowking
Commit: meowking
chore: prefix argument handling for `typst-ts-compile` command
https://codeberg.org/meow_king/typst-ts-mode/issues/21
---
typst-ts-compile.el | 12 +---
typst-ts-mod
branch: elpa/typst-ts-mode
commit 1c2b4bd6d9ce60bea8668a83cde687d788d1293f
Author: Meow King
Commit: Meow King
feat: toggle indentation for list(item)
`typst-ts-mode-cycle` and more specific control for list with the following
style:
- list \
| <- insert point will
branch: elpa/typst-ts-mode
commit 22ff816058c7ca6104e700a186298e761427f2e6
Author: Huan Nguyen
Commit: Huan Nguyen
feat: #16 do something depending on point
---
typst-ts-editing.el | 132 +---
1 file changed, 84 insertions(+), 48 deletions(-)
branch: elpa/typst-ts-mode
commit 4198faf6674cb2656327dd8528790072b7f337ec
Author: Valentino Slavkin
Commit: Valentino Slavkin
`typst-ts-compile-and-preview` using `typst-ts-compile`
Avoids repeating code
---
typst-ts-compile.el | 7 +--
1 file changed, 1 insertion(+), 6 deleti
branch: elpa/typst-ts-mode
commit 49a3981040431bad5ce3419fc644dff871c745e6
Author: Huan Nguyen
Commit: Huan Nguyen
fix: Only search for the current line.
---
typst-ts-mode.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 2b
branch: elpa/typst-ts-mode
commit 741769a3ac9c411d39cefe49fd6f4d995bd7d89f
Author: Huan Nguyen
Commit: Huan Nguyen
fix: `delete-region` so that the line is not removed
---
typst-ts-editing.el | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/typst-ts-editing.
branch: elpa/typst-ts-mode
commit 0454e449774bf2a6c3cae6759dc5f880b1576585
Author: Huan Nguyen
Commit: Huan Nguyen
feat: Autoincrement on enter and fix heading insertion.
---
typst-ts-mode.el | 70 ++--
1 file changed, 53 insertions(+), 17
branch: elpa/typst-ts-mode
commit 6b54ff70849cc67996bd82316b666c7bc34a44d4
Author: Meow King
Commit: Meow King
refactor: remove `typst-ts-mode--item-on-line-p` function
---
typst-ts-core.el| 13 -
typst-ts-editing.el | 33 ++---
2 files changed, 1
branch: elpa/typst-ts-mode
commit 96f587be978d22401502c8cf8159e74b14edd77c
Author: Meow King
Commit: Meow King
doc: update README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a9436b83a7..c067eba15d 100644
--- a/README.md
+++ b
branch: elpa/typst-ts-mode
commit 0728efcbd94420753a813d538855b4f7168fdfcd
Author: Meow King
Commit: Meow King
refactor
---
typst-ts-core.el| 18 +-
typst-ts-editing.el | 8 +++-
typst-ts-mode.el| 4
3 files changed, 16 insertions(+), 14 deletions(-)
diff
branch: elpa/typst-ts-mode
commit d8c64a99f4729ab06a624c30656257fafe446893
Author: Meow King
Commit: Meow King
docs: fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c7beaefeb9..36d8b8bc45 100644
--- a/README.md
+++ b/REA
branch: elpa/typst-ts-mode
commit 014a88d4477aa9b8531fb792b44165d69edaf167
Author: meowking
Commit: meowking
fix: typst-ts-mode-font-lock-rules -> math-extended feature
---
typst-ts-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mod
branch: elpa/typst-ts-mode
commit 147b4d6885de924b737631e8660d5e560b1ddc47
Author: meowking
Commit: meowking
fix(editing): typst-ts-mode-return end of buffer situation
or next line is the end line (no newline character)
---
typst-ts-editing.el | 26 +++---
1 fil
branch: elpa/typst-ts-mode
commit 364d32c37de591191a98a3e521e64df6aebe88e2
Author: Huan Nguyen
Commit: Huan Nguyen
refactor: Typst watch is now a minor mode.
---
typst-ts-mode.el | 140 +
typst-ts-watch-mode.el | 139
branch: elpa/typst-ts-mode
commit 3d373bba6f2ecfc2e53ad23d5e43e7f87a8061df
Author: Meow King
Commit: Meow King
fix: fix outline recognization error when section indent offset is not nil
JJ:
---
typst-ts-mode.el | 23 +--
1 file changed, 9 insertions(+), 14 delet
branch: elpa/typst-ts-mode
commit d2691f1e9c9a1d2a69dcdd1c1ce64ed9c5e51bd1
Author: Meow King
Commit: Meow King
refactor: revert 3f8c4abc15543cb1e6870045f158f92f04cf396f change
---
typst-ts-mode.el | 21 -
1 file changed, 4 insertions(+), 17 deletions(-)
diff --git a/typ
branch: elpa/typst-ts-mode
commit 3394ec08dc4fca78db37199af29ec3528e18edd1
Author: Meow King
Commit: Meow King
chore
---
typst-ts-mode.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 2dc59b9b21..f386fbc509 100644
--- a/typst-ts-mode.el
+
branch: elpa/typst-ts-mode
commit 7c01c6821cbffd01b8d88e95b21a808cad053686
Merge: 743f05267b 154640e61c
Author: Meow King
Commit: Meow King
Merge pull request 'Add an option to customize the preview function.' (#36)
from tkpapp/typst-ts-mode:tp/customize-preview-function into develop
branch: elpa/typst-ts-mode
commit f1ca0765e9a92470d599fa4bf368cc620f980468
Author: Meow King
Commit: Meow King
feat: Add customizable option for indenting section (header)
---
basic-syntax.typ| 130 ++--
typst-ts-embedding-lang-settings.el | 4 -
typst-
branch: elpa/typst-ts-mode
commit 7e3f11e675a5c13323f0a64aa7cd3057277a854a
Author: Meow King
Commit: Meow King
feat: add detailed documentation
---
README.md | 8 ++
...block-highlighting-mechanism-explain-0.plantuml | 52 +
.../raw-block-
branch: elpa/typst-ts-mode
commit 361dfe6001d5299547219a63381d70433877b926
Author: Ziqi Yang
Commit: Ziqi Yang
fix: allow dynamic indentation offset
---
typst-ts-mode.el | 57
1 file changed, 28 insertions(+), 29 deletions(-)
diff --
branch: elpa/typst-ts-mode
commit ea69e2f7f61708a8aebcddf2958fd65681f6439d
Author: Ziqi Yang
Commit: Ziqi Yang
fix: don't indent content inside raw block
---
typst-ts-mode.el | 4
1 file changed, 4 insertions(+)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index cd69a03f6b..63d231
branch: elpa/typst-ts-mode
commit 0e4894ffcde658037529ac038882bd76e8603b78
Merge: 2a3fb8e577 075b450e44
Author: meowking
Commit: meowking
merge: fix: maarkup-extended font feature
---
typst-ts-core.el| 73
typst-ts-editing.el | 195 +
branch: elpa/typst-ts-mode
commit 098abf17c864c05c89fc84ca5093c1a03c33f8b8
Merge: d3e44b5361 131c404ee0
Author: Meow King
Commit: Meow King
Merge pull request 'Changed compile/preview behaviour and cleaned code'
(#30) from vslavkin/typst-ts-mode:main into develop
Reviewed-on: https
branch: elpa/typst-ts-mode
commit 3f5dba69fd30a555d2a3f5508d54af7cf58f39d3
Author: Meow King
Commit: Meow King
doc: README
---
README.md | 146 ++
highlight.compare.scm | 79 ---
2 files changed, 5 insertio
branch: elpa/typst-ts-mode
commit 7bdda683bbd7d1d06681c6f0e3bb96793b16cc29
Author: Meow King
Commit: Meow King
doc: README.md
---
README.md | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index c472bd24ed..de3ac6f60a 100644
--- a/README.md
++
branch: elpa/typst-ts-mode
commit 181caafe047813712505e3ff4590c0c686639987
Author: Huan Nguyen
Commit: Huan Nguyen
feat: Exchange current heading with above heading.
---
typst-ts-mode.el | 110 +++
1 file changed, 95 insertions(+), 15 dele
branch: elpa/typst-ts-mode
commit c92cdbe91b7cb729b3f20178e858a0fea912babb
Author: Ziqi Yang
Commit: Ziqi Yang
feate: more precise font lock feature levels
---
basic-syntax.typ | 22 +++---
typst-ts-mode.el | 87 ++--
2 files chang
elpasync pushed a change to branch elpa/typst-ts-mode.
at d4e4a21f13 doc: update version header
This branch includes the following new commits:
new 3a3c98107e init
new 52d8241eca feat: add header faces
new 879665683e feat: add more fontification rules for markup
branch: elpa/typst-ts-mode
commit 4abd0cd7fee3d13ead049edfe4f2f8ecf38f6e17
Author: Meow King
Commit: Meow King
fix: check-declare issur for `treesit-parser-list` in Emacs 30
---
justfile | 6 ++
typst-ts-utils.el | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff -
branch: elpa/typst-ts-mode
commit 7646790a9626739f1fa6e1f7405c9d5922d5e46b
Author: Meow King
Commit: Meow King
feat: load embedding language settings dynamically
---
typst-ts-embedding-lang-settings.el | 230
typst-ts-mode.el| 76 +++
branch: elpa/typst-ts-mode
commit 879665683e11ab318419a53e416d1624655a6c76
Author: Ziqi Yang
Commit: Ziqi Yang
feat: add more fontification rules for markup
---
.gitignore | 2 ++
typst-ts-mode.el | 44 +++-
2 files changed, 37 insertions(+), 9
branch: elpa/typst-ts-mode
commit 28b8da2f49088f410b3633d3a6d9ad9195faf521
Author: Meow King
Commit: Meow King
feat: add more predefined language settings
---
src/main.rs | 6 +-
typst-ts-embedding-lang-settings.el | 151
2 file
branch: elpa/typst-ts-mode
commit 06a6c6f5dfabb9f0ca9bfd397ff54a1b3f326b5d
Author: Huan Nguyen
Commit: Huan Nguyen
style: .dir-locals.el to turn off indent-tabs-mode
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
i
branch: elpa/typst-ts-mode
commit 0d40d36caebdf02e369e99b9f06f1ac643617a5d
Merge: 14affa17e3 89ee073562
Author: Meow King
Commit: Meow King
Merge branch 'main' into feat/heading-operations
---
README.md| 17 -
typst-ts-mode.el | 4 ++--
2 files changed, 10 insertion
branch: elpa/typst-ts-mode
commit 86492f07654694c336b2922961c1e9f3a68101d4
Author: Ziqi Yang
Commit: Ziqi Yang
doc: update README
---
README.md | 42 +-
1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 2835d6
branch: elpa/typst-ts-mode
commit b279d1a40a86b0917e8979f5485b16f5552a31af
Author: Meow King
Commit: Meow King
fix: indentation problem caused by _math_group, which is an alias and
treesit doesn't hanlde properly
---
typst-ts-mode.el | 53 ++-
branch: elpa/typst-ts-mode
commit 4c26bf9185de819fed6fae88d754ad63ec66e8ac
Author: Ziqi Yang
Commit: Ziqi Yang
doc: update README
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b7857f6edb..db4619661c 100644
--- a/README.md
+++
branch: elpa/typst-ts-mode
commit 004ec9373b286f272f958b9252a1ceb638134d1f
Author: Ziqi Yang
Commit: Ziqi Yang
fix: `typst-ts-markup-header-scale` custom setting function error
also make headers share the same height as default
---
typst-ts-mode.el | 4 ++--
1 file changed, 2 inser
branch: elpa/typst-ts-mode
commit ecfc70c96599154cedf96ebaf176adce467aefde
Author: meowking
Commit: meowking
chore: remove debug message echo
---
typst-ts-editing.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/typst-ts-editing.el b/typst-ts-editing.el
index 7b920fa10d..6cbca0b0d4 100
branch: elpa/typst-ts-mode
commit 449f2b0728cf55192dbde7987304d3d772c83e36
Author: Huan Nguyen
Commit: Huan Nguyen
fix: #12
Indent rule for:
- hello #[
hi]
---
typst-ts-mode.el | 13 +
1 file changed, 13 insertions(+)
diff --git a/typst-ts-mode.el b/typst-ts-
branch: elpa/typst-ts-mode
commit 743f05267bd970c410b23a9eec620c4ac99427ab
Merge: 07c6de2c46 51e05c7075
Author: meowking
Commit: meowking
merge develop breanch into main
---
typst-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode
branch: elpa/typst-ts-mode
commit 56b6cba6997582954a9b552fce6870fedf21054c
Author: Huan Thieu Nguyen
Commit: Huan Thieu Nguyen
fix: warning about imperative
---
typst-ts-editing.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-editing.el b/typst-ts-editing.el
branch: elpa/typst-ts-mode
commit 4a9a79db64f4790118d82a5a8eeac91c2c4b42fd
Author: meowking
Commit: meowking
chore
---
typst-ts-core.el| 3 +--
typst-ts-editing.el | 7 ---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/typst-ts-core.el b/typst-ts-core.el
index b89c1
branch: elpa/typst-ts-mode
commit fa009cdf77aa2be27cef0707d6fe35b38615c62f
Author: Huan Nguyen
Commit: Huan Nguyen
fix: #12
- #[
]
- hi #[
hello
]
---
typst-ts-mode.el | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/typ
branch: elpa/typst-ts-mode
commit e9b9881c767acfefc35f10e7a2008e8d5a0a9bf2
Author: Huan Nguyen
Commit: meowking
fix: #8 headings can be demoted and promoted again
---
typst-ts-mode.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.
branch: elpa/typst-ts-mode
commit 5f1ff0343f94f3691db6a4b380ca7e417bf21793
Author: Valentino Slavkin
Commit: Valentino Slavkin
Replaced `typst-ts-mode-peview` by the improved `typst-ts-preview`
---
typst-ts-mode.el | 10 +-
typst-ts-transient.el | 2 +-
2 files changed, 2 inse
branch: elpa/typst-ts-mode
commit 8234ba29f341b34ad7f64d611aabce5fe2d8a8d8
Author: meowking
Commit: meowking
fix: indentation & editing commands
---
typst-ts-core.el| 34 +++---
typst-ts-editing.el | 31 ++-
typst-ts-mode.el| 3
branch: elpa/typst-ts-mode
commit 1367003e2ad55a2f6f9e43178584683028ab56e9
Author: meowking
Commit: meowking
fix: typst-ts-preview invalid argument error
---
typst-ts-compile.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/typst-ts-compile.el b/typst-ts-compile.el
branch: elpa/typst-ts-mode
commit 6037bc1866f453bc1391981fd9d84244570e8935
Author: meowking
Commit: meowking
refactor: item editing
---
typst-ts-editing.el | 52 +++-
typst-ts-mode.el| 53 ---
branch: elpa/typst-ts-mode
commit e2e3ed498bb5762d360fe336c89f0582feafb9dc
Author: Huan Nguyen
Commit: Huan Nguyen
feat: #16 new keybindings
---
typst-ts-mode.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index b868bc2cfb.
branch: elpa/typst-ts-mode
commit 64c98b7646d86d4872733728b598e487e5f979b7
Author: meowking
Commit: meowking
fix: typst-ts-core-for-lines-covered-by-node last line of buffer situation
---
typst-ts-core.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/typst-ts-
branch: elpa/typst-ts-mode
commit 07c6de2c4607bac8bb5baea731f5f12a748be3e6
Author: Huan Thieu Nguyen
Commit: Huan Thieu Nguyen
doc: clarify with comment what this is #33
---
typst-ts-editing.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/typst-ts-editing.el b/typst-ts-editing.el
ind
branch: elpa/typst-ts-mode
commit 07cf3bcc89bbfda870aa6bb5bb55b0a771593f6b
Author: Valentino Slavkin
Commit: Valentino Slavkin
Added function `typst-ts-preview`
Using browser-url, should find a better, more customizable, alternative
---
typst-ts-compile.el | 6 ++
1 file change
branch: elpa/typst-ts-mode
commit 204202bfb183080655d0b1bdab47ecab77ae5681
Author: Ziqi Yang
Commit: Ziqi Yang
feat: rawspan and rawblock in markup
---
basic-syntax.typ | 8 +++
typst-ts-mode.el | 67 ++--
2 files changed, 73 insertio
branch: elpa/typst-ts-mode
commit 131c404ee0e171212beae5f62ecab5c31266b451
Author: Valentino Slavkin
Commit: Valentino Slavkin
Bound `C-c C-C` to `typst-ts-compile-and-preview`
---
typst-ts-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index
branch: elpa/typst-ts-mode
commit 13b9894a4fd847f8f0ffcb71e2f8f4257ba9fb34
Author: Huan Nguyen
Commit: Huan Nguyen
feat: #16 swapping numbered items works now
---
typst-ts-editing.el | 63 ++---
1 file changed, 40 insertions(+), 23 deletions(-
branch: elpa/typst-ts-mode
commit 7dd280198f7fb178b693672466da4c6e150cdbca
Author: Meow King
Commit: Meow King
fix: indentation bug
---
typst-ts-mode.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 0a3dd
branch: elpa/typst-ts-mode
commit f643036cc2908295f2bce3223636110911c3c8c1
Author: Huan Thieu Nguyen
Commit: Huan Thieu Nguyen
fix: having point after last column did not count as item #33
+ b
+ a|< `typst-ts-mode-meta-up`
1. world
2. hello
---
typst-ts-editing.el
branch: elpa/typst-ts-mode
commit 619acd01e210890e746f2e693ca952cb4d68f35c
Merge: 2c82246569 e2e3ed498b
Author: Huan Nguyen
Commit: Huan Nguyen
Merge branch 'feat-16/list-item-reordering' into develop
---
typst-ts-editing.el | 214 +---
typst-
branch: elpa/typst-ts-mode
commit 42094eb2508f30ca2aba26786768e969476d98fa
Author: meowking
Commit: meowking
chore
---
typst-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index e80f8b8977..9c3554abf5 100644
--- a/typst-ts-
branch: elpa/typst-ts-mode
commit 8917b08650530bfc8b97f71c7304f1e7f455baab
Author: meowking
Commit: meowking
fix: typst-ts-mode-cycle
---
typst-ts-editing.el | 36 +---
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/typst-ts-editing.el b/typs
branch: elpa/typst-ts-mode
commit d4e4a21f1396fbbdcfbc33a117aff5285062bef8
Author: Huan Thieu Nguyen
Commit: Huan Thieu Nguyen
doc: update version header
---
typst-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 8fc7f9
branch: elpa/typst-ts-mode
commit 2c822465690d094f8004140d4d7c56c81ed76a93
Author: meowking
Commit: meowking
fix: `typst-ts-compile` preview doc by default
---
typst-ts-compile.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/typst-ts-compile.el b/typst-ts-compile.
branch: elpa/typst-ts-mode
commit 51e05c7075bc17bf80f6477ce68366eb187961c7
Merge: 1367003e2a 522cbeb3b9
Author: Meow King
Commit: Meow King
Merge pull request 'fix: Bound typst-ts-compile-and-preview to C-S-C' (#34)
from vslavkin/typst-ts-mode:main into main
Reviewed-on: https://co
branch: elpa/typst-ts-mode
commit 6e5c7f112f05252039c39d400aeae0abb5302852
Author: Ziqi Yang
Commit: Ziqi Yang
feat: fontify control flow in code section
---
basic-syntax.typ | 24 +++-
highlight.compare.scm | 22 +++---
typst-ts-mode.el | 17 ++
branch: elpa/typst-ts-mode
commit 42c080fa64eb8223c42302b00f0f53e53dfdc6fa
Author: Meow King
Commit: Meow King
fix(compabiilty): Emacs29 treesit-lparser-list -> typst-ts-utils-parser-list
---
typst-ts-embedding-lang-settings.el | 6 +++---
typst-ts-mode.el| 2 +-
typst
branch: elpa/typst-ts-mode
commit 272ecc1db7acad9bd9de15e01bdd14cd2c4d6119
Author: meowking
Commit: meowking
fix: font lock highlight order
closes: https://codeberg.org/meow_king/typst-ts-mode/issues/19
---
typst-ts-mode.el | 14 --
1 file changed, 8 insertions(+), 6 de
branch: elpa/typst-ts-mode
commit 327266f88157475f1ef626e44c8860e0ea6f2ca6
Author: Meow King
Commit: Meow King
refactor: enhance indentation
---
README.md| 4 +-
side/utils.el| 5 ++-
typst-ts-mode.el | 125 ++-
3 files cha
branch: elpa/typst-ts-mode
commit d952a8156e4e92b5bffe3ded04d6a99cc7dc0e65
Author: Huan Thieu Nguyen
Commit: Huan Thieu Nguyen
doc: update package header
---
typst-ts-mode.el | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mod
branch: elpa/typst-ts-mode
commit 075b450e445951799335d0ccedd551b89d197a2d
Author: meowking
Commit: meowking
chore
---
typst-ts-mode.el | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 01fb6b3a50..0f9f1a8edd 100644
--- a
branch: elpa/typst-ts-mode
commit 93f93c85cb2d9715b1567ef1604059bdf9bedcc5
Author: Meow King
Commit: Meow King
feat: update raw block language tags
---
src/main.rs | 8 +-
typst-ts-embedding-lang-settings.el | 349 ++--
2 files chang
branch: elpa/typst-ts-mode
commit 6a1ff662e1eaa10b120c1c6d96ac8f0f6671fcf9
Author: meowking
Commit: meowking
fix(editing): typst-ts-mode-return on item newline issue
---
typst-ts-editing.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/typst-ts-editing.el b/ty
branch: elpa/typst-ts-mode
commit 709e77733e34fa55a0a8c21a2e6ed9a2fb6934ec
Author: meowking
Commit: meowking
fix+chore: indentation rules for item
---
typst-ts-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 59864218a0
branch: elpa/typst-ts-mode
commit 0d2b61f320147a2fb5bccbf3baa70d1a2c85c806
Author: Meow King
Commit: Meow King
feat: make `url` fontification inside `markup-standard` feature
---
typst-ts-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst
branch: elpa/typst-ts-mode
commit f0e863314730ee43e1755c6b02e4e6fea1f46925
Author: Meow King
Commit: Meow King
add notice for the migration (from sourcehut to codeberg)
---
README.md| 9 -
typst-ts-mode.el | 7 +++
2 files changed, 11 insertions(+), 5 deletions(-)
diff
branch: elpa/typst-ts-mode
commit 271cedb1deec34bd51f5f1bf611d584fa6880b18
Author: Meow King
Commit: Meow King
feat: add customization option to enable raw block highlighting
---
typst-ts-mode.el | 47 +--
1 file changed, 29 insertions(+), 18 dele
branch: elpa/typst-ts-mode
commit cd6e40ff7ab2eff20f4b198516881c1bfdfae2cb
Author: Meow King
Commit: Meow King
feat: enable highlighting at startup
---
typst-ts-mode.el | 34 ++
1 file changed, 14 insertions(+), 20 deletions(-)
diff --git a/typst-ts-mode.el
branch: elpa/typst-ts-mode
commit f18e189c659009177ae538f07bb07bc5b243802d
Author: Valentino Slavkin
Commit: Valentino Slavkin
`typst-ts-compile` now previews only with using with prefix arg
---
typst-ts-compile.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/
branch: elpa/typst-ts-mode
commit a451dcaa671f9f598a9f9dd83da930472af39d64
Author: meowking
Commit: meowking
chore
---
typst-ts-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 11e154d973..e80f8b8977 100644
--- a/typst
branch: elpa/typst-ts-mode
commit dc378979745a3a0cb1d436a22f601cc96bc79dd8
Author: Meow King
Commit: Meow King
fix(raw-block-highlighting): don't emit error when editing a raw block of
the language of uninstalled ts-parser.
JJ:
---
basic-syntax.typ | 2 +-
side/utils.el| 9 +++
branch: elpa/typst-ts-mode
commit 21329746430137d1db70ece4f8b2ad1fb4c6
Author: Meow King
Commit: Meow King
chore: remove unneeded functions
---
typst-ts-core.el | 17 -
1 file changed, 17 deletions(-)
diff --git a/typst-ts-core.el b/typst-ts-core.el
index 9ccf136fcb..db
branch: elpa/typst-ts-mode
commit 260546ac0fc0d667dc2cb3f831dbea59740f2a36
Author: meowking
Commit: meowking
fix: typst-ts-mode-return create new item node
---
typst-ts-editing.el | 18 +++---
typst-ts-mode.el| 14 +++---
2 files changed, 10 insertions(+), 22 deletio
branch: elpa/typst-ts-mode
commit 96d82bc4ba38a6d2d1fcabca5e413c58cb278a80
Author: Meow King
Commit: Meow King
refactor: separate editing commands into another file
---
README.md | 7 +
typst-ts-utils.el => typst-ts-core.el | 21 ++-
typst-ts-editing.el
branch: elpa/typst-ts-mode
commit f179b08dc68b2d264066b7ae1ed64debafb1e237
Author: Meow King
Commit: Meow King
doc: add notice for typst tree sitter grammar
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 7fefff6e08..e654c8a718 100644
--- a/READ
branch: elpa/typst-ts-mode
commit adeb7bc795f060cc3ba6ed11978aa6e1c3cffa38
Author: Ziqi Yang
Commit: Ziqi Yang
feat: add operator for code
---
.gitignore| 1 -
basic-syntax.typ | 24
highlight.compare.scm | 79 ++
branch: elpa/typst-ts-mode
commit 73f6273b132bd22b5ae2207cefcca95e4ebea89d
Author: huanie
Commit: Ziqi Yang
feat: Incrase/Decrase heading level.
---
typst-ts-mode.el | 61
1 file changed, 61 insertions(+)
diff --git a/typst-ts-mode.e
branch: elpa/typst-ts-mode
commit fded764913531a2499efc8704427fad8b107ece9
Author: Meow King
Commit: Meow King
fix(els): remove language tag map duplication
---
Cargo.lock | 23 ++
Cargo.toml | 1 +
src/main.rs |
branch: elpa/typst-ts-mode
commit fab310f9a01218eac023f4a37c783a1d9623830d
Author: Huan Nguyen
Commit: Huan Nguyen
refactor: remove autoload on functions that depend on typst-ts-mode
---
typst-ts-editing.el | 6 --
1 file changed, 6 deletions(-)
diff --git a/typst-ts-editing.el b/typst
branch: elpa/typst-ts-mode
commit 2d25a0ac3f444ff16449afb702419324280d9a2f
Author: Meow King
Commit: Meow King
refactor: `typst-ts-mode-insert--item`
---
typst-ts-mode.el | 34 --
1 file changed, 12 insertions(+), 22 deletions(-)
diff --git a/typst-ts-mode.e
branch: elpa/typst-ts-mode
commit ed22e9ddc31175c332b2479e4ba7d73f9c459f6f
Author: Meow King
Commit: Meow King
doc(README): update co-maintainer information
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 95934f52ff..48090d95fe 1
branch: elpa/typst-ts-mode
commit 8da44b134fc237db4931166a1484af73c6e6162c
Author: Meow King
Commit: Meow King
feat: update raw block language tags (also update cargo dependencies)
---
Cargo.lock | 4 +-
Cargo.toml | 2 +-
src/main.rs
1 - 100 of 305 matches
Mail list logo