Skip to content
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

Unclear how to generate queries/{*.scm} files for syntax highlighting #3

Closed
thor314 opened this issue Sep 3, 2024 · 1 comment · Fixed by #4
Closed

Unclear how to generate queries/{*.scm} files for syntax highlighting #3

thor314 opened this issue Sep 3, 2024 · 1 comment · Fixed by #4

Comments

@thor314
Copy link

thor314 commented Sep 3, 2024

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.

@Frodan
Copy link
Collaborator

Frodan commented Sep 4, 2024

Hi, .scm files are not generated automatically; they should be manually created by the developer.

I will try to add syntax highlight support soon.

@Frodan Frodan linked a pull request Sep 9, 2024 that will close this issue
@Frodan Frodan closed this as completed in #4 Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants