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 |
|
Amaan Qureshi
|
85330918f0
|
perf: remove match where possible
|
2023-04-21 18:24:17 -04:00 |
|
kawas44
|
c07c1c5b98
|
feat(spell): support lisp like languages
Add spell to commonlisp, scheme, racket, clojure and fennel.
|
2023-03-29 17:48:30 -04:00 |
|
Stephan Seitz
|
c6f09ef051
|
Update queries/commonlisp/highlights.scm
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
|
2021-05-17 20:45:31 +02:00 |
|
Stephan Seitz
|
355d1e54ab
|
highlights(commonlisp): use any-of?
|
2021-05-17 20:45:31 +02:00 |
|
Stephan Seitz
|
021196fd6c
|
Clojure/Lisp: Add char_lit to highlights
|
2021-05-17 20:45:31 +02:00 |
|
Stephan Seitz
|
007aa7ff21
|
Use @symbol in clojure in commonlisp
|
2021-05-17 20:45:31 +02:00 |
|
Stephan Seitz
|
64f13eace5
|
Extend CL highlights
|
2021-05-17 20:45:31 +02:00 |
|
Stephan Seitz
|
e197736061
|
Add support for Common Lisp
|
2021-05-17 20:45:31 +02:00 |
|