mirror of https://github.com/Wilfred/difftastic/
668 B
668 B
tree-sitter-racket
Racket grammar for tree-sitter.
This grammar only implements the Racket language with the default readtable.
Status
It should recognize most grammar with the default readtable.
Build and Try
You need
- nodejs
- a C compiler
- a C++11 compiler
then run
npm install
npx tree-sitter parse [filename]
Usage
See nodes.md for all visible nodes.
Reference
Racket