Open
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
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.
Describe the solution you'd like
[
"and"
"in"
"is"
"not"
"or"
"is not"
"not in"
] @keyword.operator
Describe alternatives you've considered
[
"and"
"in"
"is"
"not"
"or"
"is not"
"not in"
] @operator.non-symbolic
Additional context
No response