feat: add Gleam syntax highlighting support#5962
Closed
anntnzrb wants to merge 351 commits intoanomalyco:devfrom
Closed
feat: add Gleam syntax highlighting support#5962anntnzrb wants to merge 351 commits intoanomalyco:devfrom
anntnzrb wants to merge 351 commits intoanomalyco:devfrom
Conversation
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6345) Co-authored-by: Somair Ansar <somairansar@Somairs-MacBook-Air.local>
Co-authored-by: Ivan Pantic <panta@talentkit.io> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
UpdateSimilar to the recent Nix syntax highlighting (#6386), upstream Solution:
When/if upstream decides to publish releases, it's a one-line URL swap. |
Contributor
Author
|
sorry, idk what happened in here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Gleam syntax highlighting by registering the tree-sitter-gleam parser with nvim-treesitter queries.
Closes #5961
Blocked on
gleam-lang/tree-sitter-gleam#137
The upstream tree-sitter-gleam parser doesn't currently publish WASM binaries. Once that PR is merged and a release is published, update the version in the WASM URL and this PR can be merged.