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

Adjustments to grammar for syntax highlighting #26

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dhanak
Copy link

@dhanak dhanak commented Sep 20, 2024

  1. Fix grammar after the Julia tree-sitter grammar has been changed in Breaking: Refactor signatures and other stuff tree-sitter/tree-sitter-julia#135

  2. Adjust syntax highlight of interpolations: use syntax information of interpolated code to highlight parts of it.

  3. Highlight keyword argument names as symbols.

1. Fix grammar after the Julia tree-sitter grammar has been changed in
   tree-sitter/tree-sitter-julia#135

2. Adjust syntax highlight of interpolations: use syntax information of
   interpolated code to highlight parts of it.

3. Highlight keyword argument names as symbols.
@dhanak
Copy link
Author

dhanak commented Sep 20, 2024

Fixes #25.

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 this pull request may close these issues.

1 participant