We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could we add a scope to differentiate these operators by default:
and in is not or
Ideally with a scope that can be used for keyword operators in all languages.
Here is how Atom and Textmate and Neovim do it.
[ "and" "in" "is" "not" "or" "is not" "not in" ] @keyword.operator
[ "and" "in" "is" "not" "or" "is not" "not in" ] @operator.non-symbolic
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
Could we add a scope to differentiate these operators by default:
Ideally with a scope that can be used for keyword operators in all languages.
Here is how Atom and Textmate and Neovim do it.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: