Fork me on GitHub
#vim
<
2021-07-01
>
dominicm22:07:40

https://github.com/sogaiu/tree-sitter-clojure I need some kind of emsdk thing 🙈 this might be an interesting week of playing around.

dominicm22:07:32

My only reservation with tree-sitter is how funky all the build stuff is.

berkeleytrue23:07:03

never had to many issue with it. I use it directly through nvim-treesitter and it has all the tools for it.

berkeleytrue23:07:00

You can config it to build the grammer for you. Just point it to the right file

berkeleytrue23:07:33

You can use https://github.com/nvim-treesitter/playground to see how the grammer parsers a file

berkeleytrue23:07:55

and you can try out queries as well.