From 9772dd19a5c59365a84f1e3820a6aeacef6cee73 Mon Sep 17 00:00:00 2001 From: Raafat Turki Date: Sat, 17 Feb 2024 00:56:38 +0300 Subject: [PATCH] style(typst): merge @punctuation.bracket clauses --- queries/typst/highlights.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/queries/typst/highlights.scm b/queries/typst/highlights.scm index 0fb20e054..bb3f6a763 100644 --- a/queries/typst/highlights.scm +++ b/queries/typst/highlights.scm @@ -7,15 +7,12 @@ "," ] @punctuation.delimiter +; TODO: context blocks for "[" "]"? [ "(" ")" "{" "}" -] @punctuation.bracket - -; TODO: context blocks? -[ "[" "]" ] @punctuation.bracket