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:
Stephan Seitz 2023-06-11 13:32:52 +02:00 committed by Stephan Seitz
parent 2847aac9d4
commit 150be01d47

File diff suppressed because one or more lines are too long