diff options
| author | Oliver Marshall <olivershawmarshall@gmail.com> | 2021-06-13 23:20:12 +0100 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-19 16:24:01 +0000 |
| commit | dd75916ef92df5947e7b3b94e6ea205321e54d98 (patch) | |
| tree | 1549aac6a965cd071b0a5d617e507e4b5e18acbd /queries | |
| parent | 9d1fe26b4ddbdb655fbd6044edb3b5596a4b69ac (diff) | |
Remove constant highlighting
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/clojure/highlights.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm index 32ddb91b..c3e59496 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -58,13 +58,6 @@ ((sym_lit) @variable.builtin (#match? @variable.builtin "^[%]")) -; Constants -;; TODO: Improve? -;; - Mark all symbols as constants? -;; - Remove, just use @variable? -((sym_lit) @constant - (#match? @constant "^[A-Z_-]+$")) - ; Constructor ((sym_lit) @constructor (#match? @constructor "^-\\>[^\\>].*")) |
