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

Bump tree-sitter-sql #9634

Merged
merged 7 commits into from
Feb 24, 2024
Merged

Conversation

ds-cbo
Copy link
Contributor

@ds-cbo ds-cbo commented Feb 15, 2024

Fixes #9550

value: (cast
name: (keyword_cast) @function.builtin
parameter: [(literal)]?))
parameter: [(literal)]?)))
Copy link
Contributor Author

@ds-cbo ds-cbo Feb 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these parentheses have any function, but I copied them from upstream to have as little difference as possible, to make diff updates easier

(same for the extra leading space a few lines down)

languages.toml Outdated Show resolved Hide resolved
Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kirawi kirawi added A-language-support Area: Support for programming/text languages S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 17, 2024
@archseer archseer merged commit ec9efde into helix-editor:master Feb 24, 2024
6 checks passed
uek-1 pushed a commit to uek-1/helix that referenced this pull request Feb 24, 2024
@ds-cbo ds-cbo deleted the bump-tree-sitter-sql branch February 26, 2024 09:59
ofzo pushed a commit to ofzo/helix-editor that referenced this pull request Feb 26, 2024
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 4, 2024
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
Vulpesx pushed a commit to Vulpesx/helix that referenced this pull request Jun 7, 2024
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when rendering certain SQL files
4 participants