nvim-treesitter/queries/commonlisp
Stephan Seitz 150be01d47 highlights(commonlisp): include all symbols defined by the ANSI standard
Before, those symbols were available via https://github.com/theHamsta/nvim-treesitter-commonlisp.
Since then `#any-of?` has become more efficient via tables and clojure also added all builtin functions
(72cbda75a9/queries/clojure/highlights.scm (L169-L278)).

The list I'm adding is defined by the 1994 ANSI standard that has
not changed since. This is why I don't expect any changes or maintenance burden due to adding that list.

Fixes https://github.com/theHamsta/tree-sitter-commonlisp/issues/18
2023-06-13 22:12:45 +02:00
..
folds.scm Add support for Common Lisp 2021-05-17 20:45:31 +02:00
highlights.scm highlights(commonlisp): include all symbols defined by the ANSI standard 2023-06-13 22:12:45 +02:00
locals.scm perf: remove match where possible 2023-04-21 18:24:17 -04:00