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

fix(julia): fix injection queries #7390

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

fredrikekre
Copy link
Contributor

This patch fixes the julia (string_literal) injection queries after
the breaking changes in
tree-sitter/tree-sitter-julia#153. The queries
are simplified by the fact that string content is now directly available
as a separate (content) child node.

This patch fixes the julia `(string_literal)` injection queries after
the breaking changes in
tree-sitter/tree-sitter-julia#153. The queries
are simplified by the fact that string content is now directly available
as a separate `(content)` child node.
@clason clason merged commit 2d816bb into nvim-treesitter:master Nov 22, 2024
9 checks passed
@fredrikekre fredrikekre deleted the fe/julia branch November 22, 2024 12:45
@fredrikekre
Copy link
Contributor Author

Thanks. Just realized that this also fixes docstring injection for single-line docstrings like

"this is **docs**"
function foo()
end

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.

2 participants