diff --git a/dots/.config/nvim/after/queries/typst/highlights.scm b/dots/.config/nvim/after/queries/typst/highlights.scm index ffcbd105..8ed5e56d 100644 --- a/dots/.config/nvim/after/queries/typst/highlights.scm +++ b/dots/.config/nvim/after/queries/typst/highlights.scm @@ -1,3 +1,4 @@ +;; extends ;; All scopes: comments (comment) @comment @spell @@ -76,4 +77,4 @@ (ref) @text.reference ;; Math -(math) @text.math +(math) @markup.math