tree-sitter

tree-sitter fun
2020-03-17T09:54:57.114500Z

i've uploaded a couple of vscode extensions that use the current grammar: * https://github.com/sogaiu/vscode-clojure-colorizer * https://github.com/sogaiu/vscode-clojure-defs

2020-03-17T13:40:20.115800Z

both of these extensions use a wasm module for tree-sitter-clojure -- so no compilation per-platform was necessary. haven't verified whether they work on macos, but checked on linux and windows.