Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative nvim-treesitter queries #15

Closed
10 of 11 tasks
Iron-E opened this issue Jul 25, 2021 · 1 comment
Closed
10 of 11 tasks

Alternative nvim-treesitter queries #15

Iron-E opened this issue Jul 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Iron-E
Copy link
Owner

Iron-E commented Jul 25, 2021

nvim-treesitter does not tend to support very fine syntax highlighting as per :h group-names. For example, in Rust the ? token is represented as an Operator (e.g. +, -, &&) rather than Exception (e.g. try, catch, throw). I wish to support nvim-treesitter more appropriately with this template by providing scheme queries, though this will take a long time to do and I can't get to it for a while.

Edit: this is currently in progress.

  • C#
  • CSS
  • Git config
  • Git rebase
  • Gitignore
  • HTML
  • Lua
  • Rust
  • Toml
  • Vim
@Iron-E
Copy link
Owner Author

Iron-E commented May 3, 2023

More will be added as time goes on, this can be closed for now since I've moved full time to treesitter.

@Iron-E Iron-E closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant