[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/typst-ts-mode f0e8633147 152/246: add notice for the migra
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/typst-ts-mode f0e8633147 152/246: add notice for the migration (from sourcehut to codeberg) |
Date: |
Fri, 14 Feb 2025 16:54:55 -0500 (EST) |
branch: elpa/typst-ts-mode
commit f0e863314730ee43e1755c6b02e4e6fea1f46925
Author: Meow King <mr.meowking@anche.no>
Commit: Meow King <mr.meowking@anche.no>
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 --git a/README.md b/README.md
index 36d8b8bc45..b42a3874d5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
# Typst Tree-Sitter Mode
-Tree Sitter support for Typst. Minimum Emacs version requirement: 29.
+**NOTE** This package is migrated to
[codeberg](https://codeberg.org/meow_king/typst-ts-mode)
+
+The mirror of this package on other git forges like SourceHut or GitHub may
not be updated or updated less frequently.
-[Discussion on Zulip](https://meow-place.zulipchat.com/)
-[Tickets](https://todo.sr.ht/~meow_king/typst-ts-mode): Issues, feature
requests, etc.
-[Announce](https://lists.sr.ht/~meow_king/typst-ts-mode-announce)
Announcements. Subscribe to it to receive the latest news from `typst-ts-mode`.
-[Send a Patch](https://lists.sr.ht/~meow_king/typst-ts-mode-dev)
+Tree Sitter support for Typst. Minimum Emacs version requirement: 29.
## Requirement
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index f771f56d75..4486d0e424 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -864,6 +864,13 @@ typst tree sitter grammar (at least %s)!"
(current-time-string min-time))
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.typ\\'" . typst-ts-mode))
+(defun typst-ts-mode-install-grammar ()
+ (interactive)
+ (let ((treesit-language-source-alist treesit-language-source-alist))
+ (add-to-list 'treesit-language-source-alist
+ '(typst "https://github.com/Ziqi-Yang/tree-sitter-typst"))
+ (treesit-install-language-grammar 'typst)))
+
(provide 'typst-ts-mode)
;;; typst-ts-mode.el ends here
- [nongnu] elpa/typst-ts-mode 6b54ff7084 175/246: refactor: remove `typst-ts-mode--item-on-line-p` function, (continued)
- [nongnu] elpa/typst-ts-mode 6b54ff7084 175/246: refactor: remove `typst-ts-mode--item-on-line-p` function, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode e2309a468c 191/246: fix: typst-ts-mode-cycle, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode eb988ca372 187/246: fix: multiline item indentation issue, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 78e6ec9921 207/246: fix: #15 heading inserting should still work, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 322b52e3cd 209/246: fix: typst-ts-mode-return delete new added line, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode b1deb2d667 214/246: feat: #16 code for reordering list items, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 619acd01e2 220/246: Merge branch 'feat-16/list-item-reordering' into develop, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode a451dcaa67 223/246: chore, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 131c404ee0 232/246: Bound `C-c C-C` to `typst-ts-compile-and-preview`, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 07c6de2c46 240/246: doc: clarify with comment what this is #33, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode f0e8633147 152/246: add notice for the migration (from sourcehut to codeberg),
ELPA Syncer <=
- [nongnu] elpa/typst-ts-mode 93f93c85cb 167/246: feat: update raw block language tags, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 0d2b61f320 173/246: feat: make `url` fontification inside `markup-standard` feature, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 3394ec08dc 179/246: chore, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 8917b08650 190/246: fix: typst-ts-mode-cycle, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 147b4d6885 192/246: fix(editing): typst-ts-mode-return end of buffer situation, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 272ecc1db7 212/246: fix: font lock highlight order, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 42094eb250 224/246: chore, ELPA Syncer, 2025/02/14
- [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, ELPA Syncer, 2025/02/14
- [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, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode d952a8156e 245/246: doc: update package header, ELPA Syncer, 2025/02/14