a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
sogaiu eab9487fde Fix mispelling 2023-03-18 16:35:14 +07:00
bindings Upgrade tree-sitter to 0.19.2 plus related 2021-03-06 10:39:22 +07:00
doc Fix mispelling 2023-03-18 16:35:14 +07:00
queries Add syntax highlighting queries 2022-03-26 23:48:03 +07:00
src Loosen sym_val_lit definition 2023-03-17 15:30:21 +07:00
test/corpus Add indentation changes to corpus tests 2023-03-17 17:24:49 +07:00
.gitignore Add binding.gyp 2021-04-12 19:53:59 +07:00
CHANGELOG.md Add some links to CHANGELOG 2023-03-18 13:39:28 +07:00
COPYING.txt Add COPYING.txt 2021-01-05 06:44:58 +07:00
Cargo.toml Prepare for 0.0.9 2022-06-03 17:55:54 +07:00
README.md Update README and adapt docs 2023-03-12 23:35:08 +07:00
binding.gyp Add binding.gyp 2021-04-12 19:53:59 +07:00
grammar.js Loosen sym_val_lit definition 2023-03-17 15:30:21 +07:00
package.json Expand binding info and adjust package.json 2023-03-12 23:35:08 +07:00

README.md

tree-sitter-clojure

A tree-sitter grammar for Clojure and ClojureScript

What the Repository Provides

This repository provides some files used to create various artifacts (e.g. dynamic libraries) used for handling Clojure and ClojureScript source code via tree-sitter.

Please see the what and why document for detailed information.

Potential Changes Announcements

Although no major changes are anticipated at this point, there are no guarantees. To get a heads-up before such changes occur, please consider subscribing to the Potential Changes Announcements issue to be notified beforehand.

Other Documents

Please see the doc directory.

Acknowledgments

Please see the credits.