pulsar/packages/language-clojure
Andrew Dupont 76ac2cf81c Make useExperimentalModernTreeSitter the default…
…and create `useLegacyTreeSitter` for those who want to opt into the previous default behavior.

(Legacy Tree-sitter grammars will soon be removed, but this is a step toward that future!)
2024-01-07 15:35:07 -08:00
..
grammars [tree-sitter] Fix Clojure tests 2023-12-15 19:09:53 -08:00
lib Fixes on "comment block" for Clojure grammar 2023-06-02 18:57:59 -03:00
settings ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
snippets ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
spec Make useExperimentalModernTreeSitter the default… 2024-01-07 15:35:07 -08:00
LICENSE.md rebrand and relicence 2022-12-03 02:46:08 +00:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json [tree-sitter] Fix Clojure tests 2023-12-15 19:09:53 -08:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

Clojure language support in Pulsar

Adds syntax highlighting to Clojure files in Pulsar.

Originally converted from the Clojure TextMate bundle.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.