diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-04-05 14:37:53 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-17 20:45:31 +0200 |
| commit | 64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad (patch) | |
| tree | ff6729054832a327eefac58e313aeb309f386fa6 /queries/clojure | |
| parent | Add support for Common Lisp (diff) | |
| download | nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar.gz nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar.bz2 nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar.lz nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar.xz nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.tar.zst nvim-treesitter-64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad.zip | |
Extend CL highlights
Diffstat (limited to 'queries/clojure')
| -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 5789374f9..9e2668d9a 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -44,8 +44,8 @@ (sym_lit) @function.macro (#match? @function.macro "^(\\.|\\.\\.|\\->|\\->>|amap|and|areduce|as\\->|assert|binding|bound\\-fn|case|catch|comment|cond|cond\\->|cond\\->>|condp|delay|do|doseq|dosync|dotimes|doto|extend-protocol|extend-type|finally|fn|fn\\*|for|future|gen-class|gen-interface|if|if\\-let|if\\-not|if\\-some|import|io!|lazy\\-cat|lazy\\-seq|let|letfn|locking|loop|memfn|monitor\\-enter|monitor\\-exit|or|proxy|proxy-super|pvalues|quote|recur|refer\\-clojure|reify|set!|some\\->|some\\->>|sync|throw|time|try|unquote|unquote\\-splicing|var|vswap!|when|when\\-first|when\\-let|when\\-not|when\\-some|while|with\\-bindings|with\\-in\\-str|with\\-loading\\-context|with\\-local\\-vars|with\\-open|with\\-out\\-str|with\\-precision|with\\-redefs)$")) -;;; clojure.core=> (cp/pprint (sort (keep (fn [[s v]] (when-not (:macro (meta v)) s)) (ns-publics *ns*)))) -;;; ...and then some manual filtering... +;; clojure.core=> (cp/pprint (sort (keep (fn [[s v]] (when-not (:macro (meta v)) s)) (ns-publics *ns*)))) +;; ...and then some manual filtering... (list_lit . (sym_lit) @function.builtin |
