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
queries/{*.scm}
I would like to use your work to generate syntax highlighting files, as documented by tree-sitter. On running:
cargo binstall -y tree-sitter-cli tree-sitter generate
It would appear no syntax highlighting scheme files are generated.
Running python -m build build script also seems to break.
python -m build
The text was updated successfully, but these errors were encountered:
Hi, .scm files are not generated automatically; they should be manually created by the developer.
.scm
I will try to add syntax highlight support soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I would like to use your work to generate syntax highlighting files, as documented by tree-sitter. On running:
It would appear no syntax highlighting scheme files are generated.
Running
python -m build
build script also seems to break.The text was updated successfully, but these errors were encountered: