cursorless-dev / vscode-parse-tree

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

Update java parser #35

Closed purpleP closed 1 year ago

purpleP commented 2 years ago

Pattern matching via switch expressions were added in java 17 which was reflected in the grammar.

To add support for pattern matching in cursorless I need a new version of the parser to be available.