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
list{
I think we can simplify this part of the query if we check list{ in the scanner.
https://github.com/nkrkv/tree-sitter-rescript/blob/f2be69c639346cad0126c64ca256aa931467e008/queries/highlights.scm#L16-L21
Some editors don't support priority property, see helix-editor/helix#4356 (comment)
priority
The text was updated successfully, but these errors were encountered:
refactor: move list identifier to scanner
a18eda7
Close rescript-lang#189
Successfully merging a pull request may close this issue.
I think we can simplify this part of the query if we check
list{
in the scanner.https://github.com/nkrkv/tree-sitter-rescript/blob/f2be69c639346cad0126c64ca256aa931467e008/queries/highlights.scm#L16-L21
Some editors don't support
priority
property, see helix-editor/helix#4356 (comment)The text was updated successfully, but these errors were encountered: