mirror of https://github.com/Wilfred/difftastic/
Update README
parent
920864eda9
commit
f252c1823b
@ -1,9 +1,10 @@
|
||||
# tree-sitter-jinja2
|
||||
# tree-sitter-commonlisp
|
||||
|
||||
WIP. Not battle-tested.
|
||||
WIP. Goal is to have a better syntax highlighting and some semantic refactoring https://github.com/nvim-treesitter/nvim-treesitter-refactor/.
|
||||
|
||||
```bash
|
||||
npm install
|
||||
tree-sitter generate && tree-sitter parse example-file
|
||||
```
|
||||
All praise goes to https://github.com/sogaiu/tree-sitter-clojure which is extended by this grammar.
|
||||
|
||||
TODOs:
|
||||
|
||||
- support lisp packages: `foo.bar:symbol`
|
||||
- support number literatls that are different from clojure (e.g. `.9`)
|
||||
|
||||
Loading…
Reference in New Issue