mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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
This commit is contained in:
parent
2847aac9d4
commit
150be01d47
1 changed files with 7 additions and 49 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue