elpasync pushed a change to branch elpa/typst-ts-mode. from e0542e3e42 fix: don't override original face when fontifying math sub/supscript new 929dfdda6a fix: patch applied #41 new 13dff22973 fix: use start-process instead of async-shell-command #42 new 72d60432c7 fix: show the shell output #42 new 2b14377e24 stub: comment out typst-ts-mode-return for now #42 new 0b0d4bf211 fix: use start-process for watch mode #42 new ba70e66060 Merge branch 'develop' into 42-nongnu-patch new b1eb84cd2a refactor: typst-ts-mode-return, also takes typst-ts-mode-electric-return in mind #42 new 6fc7f2ece7 Merge branch 'develop' into 42-nongnu-patch new 44ed423508 fix: apply some suggestions from linters #42 new 998eed6f22 refacvtor: move variables to separate file new 7e5b1ef3bc fix: .dir-locals.el add file header new 2cca29e649 fix(typst-ts-watch): start-process issue new 919b088997 chore new ebc84e4f65 chore: only use typst-ts as prefix #42 new 380a0e566b fix: issues found by melpazoid #42 new 5573845ee9 feat: grid cell movement now has keybinding #41 new 1e11d3c74e refactor: apply patch #42 new d25e8c2883 Add .elpaignore file #42 new 972dc69d6b release: bump version number
Summary of changes: .dir-locals.el | 3 + .elpaignore | 5 + .gitignore | 4 + side/utils.el | 2 + typst-ts-compile.el | 63 +---- typst-ts-core.el | 15 +- typst-ts-edit-indirect.el | 9 +- typst-ts-editing.el | 484 ++++++++++++++++-------------------- typst-ts-embedding-lang-settings.el | 10 +- typst-ts-faces.el | 23 +- typst-ts-lsp.el | 41 +-- typst-ts-misc-commands.el | 34 +-- typst-ts-mode.el | 204 +++++++-------- typst-ts-symbols.el | 4 +- typst-ts-transient.el | 2 +- typst-ts-variables.el | 154 ++++++++++++ typst-ts-watch-mode.el | 67 ++--- 17 files changed, 572 insertions(+), 552 deletions(-) create mode 100644 .elpaignore create mode 100644 typst-ts-variables.el