-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Tweaked tree-sitter query classification #7431
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
Tweaked tree-sitter query classification #7431
Conversation
- '@[\w.-]+(?:\s|$)' | ||
negative_pattern: | ||
- '\([+\-:<>\/=~\)]' | ||
- language: Scheme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving TSQ above Scheme somehow increased classification hit-rate 🤷
@lildude are there further changes needed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Important
The changes in this PR will not appear on GitHub until the next release has been made and deployed. See here for more details.
Updated Tree-sitter Query filename detection and heuristics such that all previously classified as Scheme languages are now properly identified as Tree-sitter Query in https://github.com/nvim-treesitter/nvim-treesitter:

Description
Checklist: