Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Tree-sitter compatibility work #235

Open
7 tasks
sadikovi opened this issue Sep 19, 2020 · 0 comments
Open
7 tasks

Tree-sitter compatibility work #235

sadikovi opened this issue Sep 19, 2020 · 0 comments

Comments

@sadikovi
Copy link
Contributor

sadikovi commented Sep 19, 2020

We have basic tree-sitter functionality available, however, the following items need to be added to keep feature parity with Textmate grammar:

  • Support for javadoc keywords/labels.
  • Support for Java var keyword.
  • Support for Java module.
  • Support for Java 14 record.
  • Support for Java 15 sealed, non-sealed, permits, and yield keywords.
  • TODOs:
    • Fix parsing of "com.test.Util::create".
    • It would be good to fix the scope for "com.test" component of the class name.

I don't use the aforementioned features often, but I will try opening PRs to fix those issues.
Please, feel free to add items to the list by commenting below on what is missing/nice to have.

@sadikovi sadikovi changed the title Tree sitter compatibility work Tree-sitter compatibility work Sep 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant