diff options
| author | Oliver Marshall <olivershawmarshall@gmail.com> | 2021-06-13 23:20:51 +0100 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-19 16:24:01 +0000 |
| commit | de5641a24620af5a70fafbef51b0ad3a00ac92b6 (patch) | |
| tree | 76a0add21c3e2fe7b0b1bd0384f331a33c97b59c /queries/clojure/highlights.scm | |
| parent | 39d0b9b61bcf8acdbf5159d2375e3d7a2ef97670 (diff) | |
Improve some comments
Diffstat (limited to 'queries/clojure/highlights.scm')
| -rw-r--r-- | queries/clojure/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm index 16824a71..243a641a 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -67,7 +67,7 @@ (#match? @variable.builtin "^[*].+[*]$")) ; Gensym -;; TODO: is this needed? +;; Might not be needed ((sym_lit) @variable (#match? @variable "^.*#$")) @@ -279,7 +279,7 @@ ; Correctly highlight docstrings (list_lit . - (sym_lit) @a + (sym_lit) @a ; Don't really want to highlight twice (#match? @a "^def.*") . (sym_lit) |
