[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/typst-ts-mode 0d2b61f320 173/246: feat: make `url` fontifi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/typst-ts-mode 0d2b61f320 173/246: feat: make `url` fontification inside `markup-standard` feature |
Date: |
Fri, 14 Feb 2025 16:55:10 -0500 (EST) |
branch: elpa/typst-ts-mode
commit 0d2b61f320147a2fb5bccbf3baa70d1a2c85c806
Author: Meow King <mr.meowking@anche.no>
Commit: Meow King <mr.meowking@anche.no>
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-ts-mode.el
index 084c977e52..63b3c3c298 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -294,13 +294,15 @@ If you want to customize the rules, please customize the
same name variable
,(if typst-ts-mode-font-lock-rules-markup-standard
typst-ts-mode-font-lock-rules-markup-standard
'((linebreak) @typst-ts-markup-linebreak-face
+ (url) @typst-ts-markup-url-face
(quote) @typst-ts-markup-quote-face))
:language typst
:feature markup-extended
,(if typst-ts-mode-font-lock-rules-markup-extended
typst-ts-mode-font-lock-rules-markup-extended
- '((url) @typst-ts-markup-url-face))
+ ;; still provide this option so that user have 3 levels of markup
fontication
+ '(nil))
;; please note that some feature there also in the math mode
:language typst
- [nongnu] elpa/typst-ts-mode eb988ca372 187/246: fix: multiline item indentation issue, (continued)
- [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, 2025/02/14
- [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 <=
- [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
- [nongnu] elpa/typst-ts-mode d4e4a21f13 246/246: doc: update version header, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 6037bc1866 188/246: refactor: item editing, ELPA Syncer, 2025/02/14