From e7fe083fbcb499ac8e58471ad37d5c8028275463 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 29 Aug 2022 23:36:28 +0200 Subject: highlights(clojure): out-comment TODO query --- queries/clojure/highlights.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'queries/clojure') diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm index 6fbeea50..49c82853 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -281,22 +281,22 @@ ;; >> Context based highlighting -; def-likes -; Correctly highlight docstrings -(list_lit - . - (sym_lit) @_keyword ; Don't really want to highlight twice - (#any-of? @keyword - "def" "defonce" "defrecord" "defmacro" "definline" - "defmulti" "defmethod" "defstruct" "defprotocol" - "deftype") - . - (sym_lit) - . - ;; TODO: Add @comment highlight - (str_lit)? - . - (_)) +;; def-likes +;; Correctly highlight docstrings +;(list_lit + ;. + ;(sym_lit) @_keyword ; Don't really want to highlight twice + ;(#any-of? @_keyword + ;"def" "defonce" "defrecord" "defmacro" "definline" + ;"defmulti" "defmethod" "defstruct" "defprotocol" + ;"deftype") + ;. + ;(sym_lit) + ;. + ;;; TODO: Add @comment highlight + ;(str_lit)? + ;. + ;(_)) ; Function definitions (list_lit -- cgit v1.2.3