From 54e4a59fa7a21df21d7784803ab050585c018908 Mon Sep 17 00:00:00 2001 From: Oliver Marshall Date: Sun, 6 Jun 2021 13:18:03 +0100 Subject: Move meta punctuation --- queries/clojure/highlights.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'queries/clojure') diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm index 1e537b8b5..8869e700b 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -12,7 +12,7 @@ ["'" "`"] @string.escape -["~" "~@" "#" "^"] @punctuation.special +["~" "~@" "#"] @punctuation.special ["{" "}" "[" "]" "(" ")"] @punctuation.bracket @@ -236,3 +236,10 @@ "vector" "vector-of" "vector?" "volatile!" "volatile?" "vreset!" "with-bindings*" "with-meta" "with-redefs-fn" "xml-seq" "zero?" "zipmap")) + +; Meta punctuation +;; NOTE: When the above `Function definitions` query captures the +;; the @function it also captures the child meta_lit +;; We capture the meta_lit symbol (^) after so that the later +;; highlighting overrides the former +"^" @punctuation.special -- cgit v1.2.3-70-g09d2