[nongnu] elpa/typst-ts-mode 9afe71489d 134/246: doc: Added note about edit-indirect in readme

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 71e180e4a0 182/246: reformat: whitespace cleanup and indenting

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode b390ac14fc 146/246: doc(README): add related packages

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 74eeca77b4 085/246: doc: update README

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode a6e6940956 202/246: refactor: do not `kill-line` because it will be in kill-ring

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 645c08e917 054/246: fix: wrong list(item) indentation

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 078b2efbb9 089/246: fix: disable echoing indentation debug information

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 4ea3001a8d 115/246: feat+fix: indentation and small bug fixes

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 97ccb33aeb 215/246: chore: prefix argument handling for `typst-ts-compile` command

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 1c2b4bd6d9 052/246: feat: toggle indentation for list(item)

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 22ff816058 218/246: feat: #16 do something depending on point

2025-02-14 Thread ELPA Syncer
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(-)

[nongnu] elpa/typst-ts-mode 4198faf667 228/246: `typst-ts-compile-and-preview` using `typst-ts-compile`

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 49a3981040 083/246: fix: Only search for the current line.

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 741769a3ac 205/246: fix: `delete-region` so that the line is not removed

2025-02-14 Thread ELPA Syncer
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.

[nongnu] elpa/typst-ts-mode 0454e44977 087/246: feat: Autoincrement on enter and fix heading insertion.

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 6b54ff7084 175/246: refactor: remove `typst-ts-mode--item-on-line-p` function

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 96f587be97 086/246: doc: update README

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 0728efcbd9 176/246: refactor

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode d8c64a99f4 150/246: docs: fix typo

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 014a88d447 210/246: fix: typst-ts-mode-font-lock-rules -> math-extended feature

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 147b4d6885 192/246: fix(editing): typst-ts-mode-return end of buffer situation

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 364d32c37d 119/246: refactor: Typst watch is now a minor mode.

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 3d373bba6f 095/246: fix: fix outline recognization error when section indent offset is not nil

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode d2691f1e9c 112/246: refactor: revert 3f8c4abc15543cb1e6870045f158f92f04cf396f change

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 3394ec08dc 179/246: chore

2025-02-14 Thread ELPA Syncer
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 +

[nongnu] elpa/typst-ts-mode 7c01c6821c 243/246: Merge pull request 'Add an option to customize the preview function.' (#36) from tkpapp/typst-ts-mode:tp/customize-preview-function into develop

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode f1ca0765e9 077/246: feat: Add customizable option for indenting section (header)

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 7e3f11e675 068/246: feat: add detailed documentation

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 361dfe6001 033/246: fix: allow dynamic indentation offset

2025-02-14 Thread ELPA Syncer
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 --

[nongnu] elpa/typst-ts-mode ea69e2f7f6 021/246: fix: don't indent content inside raw block

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 0e4894ffcd 200/246: merge: fix: maarkup-extended font feature

2025-02-14 Thread ELPA Syncer
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 +

[nongnu] elpa/typst-ts-mode 098abf17c8 233/246: Merge pull request 'Changed compile/preview behaviour and cleaned code' (#30) from vslavkin/typst-ts-mode:main into develop

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 3f5dba69fd 154/246: doc: README

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 7bdda683bb 060/246: doc: README.md

2025-02-14 Thread ELPA Syncer
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 ++

[nongnu] elpa/typst-ts-mode 181caafe04 040/246: feat: Exchange current heading with above heading.

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode c92cdbe91b 015/246: feate: more precise font lock feature levels

2025-02-14 Thread ELPA Syncer
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

[nongnu] branch elpa/typst-ts-mode created (now d4e4a21f13)

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 4abd0cd7fe 124/246: fix: check-declare issur for `treesit-parser-list` in Emacs 30

2025-02-14 Thread ELPA Syncer
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 -

[nongnu] elpa/typst-ts-mode 7646790a96 057/246: feat: load embedding language settings dynamically

2025-02-14 Thread ELPA Syncer
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 +++

[nongnu] elpa/typst-ts-mode 879665683e 003/246: feat: add more fontification rules for markup

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 28b8da2f49 063/246: feat: add more predefined language settings

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 06a6c6f5df 075/246: style: .dir-locals.el to turn off indent-tabs-mode

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 0d40d36cae 046/246: Merge branch 'main' into feat/heading-operations

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 86492f0765 026/246: doc: update README

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode b279d1a40a 103/246: fix: indentation problem caused by _math_group, which is an alias and treesit doesn't hanlde properly

2025-02-14 Thread ELPA Syncer
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 ++-

[nongnu] elpa/typst-ts-mode 4c26bf9185 027/246: doc: update README

2025-02-14 Thread ELPA Syncer
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 +++

[nongnu] elpa/typst-ts-mode 004ec9373b 024/246: fix: `typst-ts-markup-header-scale` custom setting function error

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode ecfc70c965 221/246: chore: remove debug message echo

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 449f2b0728 204/246: fix: #12

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 743f05267b 242/246: merge develop breanch into main

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 56b6cba699 238/246: fix: warning about imperative

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 4a9a79db64 193/246: chore

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode fa009cdf77 201/246: fix: #12

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode e9b9881c76 186/246: fix: #8 headings can be demoted and promoted again

2025-02-14 Thread ELPA Syncer
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.

[nongnu] elpa/typst-ts-mode 5f1ff0343f 231/246: Replaced `typst-ts-mode-peview` by the improved `typst-ts-preview`

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 8234ba29f3 196/246: fix: indentation & editing commands

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 1367003e2a 234/246: fix: typst-ts-preview invalid argument error

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 6037bc1866 188/246: refactor: item editing

2025-02-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 6037bc1866f453bc1391981fd9d84244570e8935 Author: meowking Commit: meowking refactor: item editing --- typst-ts-editing.el | 52 +++- typst-ts-mode.el| 53 ---

[nongnu] elpa/typst-ts-mode e2e3ed498b 219/246: feat: #16 new keybindings

2025-02-14 Thread ELPA Syncer
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.

[nongnu] elpa/typst-ts-mode 64c98b7646 195/246: fix: typst-ts-core-for-lines-covered-by-node last line of buffer situation

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 07c6de2c46 240/246: doc: clarify with comment what this is #33

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 07cf3bcc89 229/246: Added function `typst-ts-preview`

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 204202bfb1 005/246: feat: rawspan and rawblock in markup

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 131c404ee0 232/246: Bound `C-c C-C` to `typst-ts-compile-and-preview`

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 13b9894a4f 217/246: feat: #16 swapping numbered items works now

2025-02-14 Thread ELPA Syncer
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(-

[nongnu] elpa/typst-ts-mode 7dd280198f 105/246: fix: indentation bug

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode f643036cc2 239/246: fix: having point after last column did not count as item #33

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 619acd01e2 220/246: Merge branch 'feat-16/list-item-reordering' into develop

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 42094eb250 224/246: chore

2025-02-14 Thread ELPA Syncer
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-

[nongnu] elpa/typst-ts-mode 8917b08650 190/246: fix: typst-ts-mode-cycle

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode d4e4a21f13 246/246: doc: update version header

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 2c82246569 216/246: fix: `typst-ts-compile` preview doc by default

2025-02-14 Thread ELPA Syncer
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.

[nongnu] elpa/typst-ts-mode 51e05c7075 237/246: Merge pull request 'fix: Bound typst-ts-compile-and-preview to C-S-C' (#34) from vslavkin/typst-ts-mode:main into main

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 6e5c7f112f 008/246: feat: fontify control flow in code section

2025-02-14 Thread ELPA Syncer
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 ++

[nongnu] elpa/typst-ts-mode 42c080fa64 122/246: fix(compabiilty): Emacs29 treesit-lparser-list -> typst-ts-utils-parser-list

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 272ecc1db7 212/246: fix: font lock highlight order

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 327266f881 084/246: refactor: enhance indentation

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode d952a8156e 245/246: doc: update package header

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 075b450e44 199/246: chore

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 93f93c85cb 167/246: feat: update raw block language tags

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 6a1ff662e1 194/246: fix(editing): typst-ts-mode-return on item newline issue

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 709e77733e 208/246: fix+chore: indentation rules for item

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 0d2b61f320 173/246: feat: make `url` fontification inside `markup-standard` feature

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode f0e8633147 152/246: add notice for the migration (from sourcehut to codeberg)

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 271cedb1de 066/246: feat: add customization option to enable raw block highlighting

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode cd6e40ff7a 062/246: feat: enable highlighting at startup

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode f18e189c65 227/246: `typst-ts-compile` now previews only with using with prefix arg

2025-02-14 Thread ELPA Syncer
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/

[nongnu] elpa/typst-ts-mode a451dcaa67 223/246: chore

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode dc37897974 092/246: fix(raw-block-highlighting): don't emit error when editing a raw block of the language of uninstalled ts-parser.

2025-02-14 Thread ELPA Syncer
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 +++

[nongnu] elpa/typst-ts-mode 2132974643 169/246: chore: remove unneeded functions

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 260546ac0f 203/246: fix: typst-ts-mode-return create new item node

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 96d82bc4ba 149/246: refactor: separate editing commands into another file

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode f179b08dc6 148/246: doc: add notice for typst tree sitter grammar

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode adeb7bc795 007/246: feat: add operator for code

2025-02-14 Thread ELPA Syncer
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 ++

[nongnu] elpa/typst-ts-mode 73f6273b13 034/246: feat: Incrase/Decrase heading level.

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode fded764913 069/246: fix(els): remove language tag map duplication

2025-02-14 Thread ELPA Syncer
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 |

[nongnu] elpa/typst-ts-mode fab310f9a0 183/246: refactor: remove autoload on functions that depend on typst-ts-mode

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 2d25a0ac3f 097/246: refactor: `typst-ts-mode-insert--item`

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode ed22e9ddc3 164/246: doc(README): update co-maintainer information

2025-02-14 Thread ELPA Syncer
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

[nongnu] elpa/typst-ts-mode 8da44b134f 168/246: feat: update raw block language tags (also update cargo dependencies)

2025-02-14 Thread ELPA Syncer
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   2   3   4   >