From 303cab0d5428a043c9e7c0fb754f659a30d24180 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 17 Feb 2024 16:00:21 -0600 Subject: [PATCH] refactor(nvim): improve typst highlight query --- dots/.config/nvim/after/queries/typst/highlights.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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