branch: elpa/typst-ts-mode commit 42094eb2508f30ca2aba26786768e969476d98fa Author: meowking <mr.meowk...@tutamail.com> Commit: meowking <mr.meowk...@tutamail.com>
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-mode.el +++ b/typst-ts-mode.el @@ -66,7 +66,7 @@ This variable is used in `typst-ts-mode-check-grammar-version'." (defcustom typst-ts-mode-enable-raw-blocks-highlight nil "Whether to enable raw block highlighting. -NOTE: currently only support Emacs 30 (master branch)." +NOTE this option must be set before the first loading(opening typst file)" :type 'boolean :group 'typst-ts)