branch: elpa/typst-ts-mode
commit 2a3fb8e577427d7c9ff361da1fe0bf695f6aa0bb
Author: meowking <mr.meowk...@tutamail.com>
Commit: meowking <mr.meowk...@tutamail.com>

    fix: maarkup-extended font feature
    
    closes https://codeberg.org/meow_king/typst-ts-mode/issues/14
---
 typst-ts-mode.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 0b1a891772..b292cf6732 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -295,10 +295,7 @@ If you want to customize the rules, please customize the 
same name variable
 
       :language typst
       :feature markup-extended
-      ,(if typst-ts-mode-font-lock-rules-markup-extended
-           typst-ts-mode-font-lock-rules-markup-extended
-         ;; still provide this option so that user have 3 levels of markup 
fontication
-         '(nil))
+      ,@typst-ts-mode-font-lock-rules-markup-extended
 
       ;; please note that some feature there also in the math mode
       :language typst

Reply via email to