cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
40 stars 35 forks source link

add kotlin #40

Closed phillco closed 1 year ago

phillco commented 1 year ago

This adds a dependency on https://github.com/fwcd/tree-sitter-kotlin.

Note that main doesn't build for me on M1, so I used https://github.com/cursorless-dev/vscode-parse-tree/pull/32 as a base and then merged my changes. So you might want to double check that this build properly.