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

Add Wren support #7765

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Add Wren support #7765

merged 1 commit into from
Jul 28, 2023

Conversation

Jummit
Copy link
Contributor

@Jummit Jummit commented Jul 27, 2023

Add basic support for the Wren scripting language, based on my Tree-sitter grammar.

languages.toml Outdated Show resolved Hide resolved
runtime/queries/wren/highlights.scm Outdated Show resolved Hide resolved
@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-language-support Area: Support for programming/text languages labels Jul 28, 2023
@pascalkuthe pascalkuthe merged commit 9a4890f into helix-editor:master Jul 28, 2023
6 checks passed
@Jummit Jummit deleted the wren branch July 28, 2023 16:15
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
@rahil627
Copy link

rahil627 commented Sep 9, 2024

hello. has this been working for anyone? (v24.3, 24.7)

@rahil627
Copy link

rahil627 commented Sep 9, 2024

after running hx -g fetch wren
the wren folder still doesn't exist in ...\helix\runtime\grammars\sources

@rahil627
Copy link

rahil627 commented Sep 9, 2024

oooooh wait a minute, i was looking at an older version of the languages.toml! here's the problem, on line 4, lol:

use-grammars = { except = [ "hare", "wren", "gemini" ] }

@rahil627
Copy link

rahil627 commented Sep 9, 2024

ahhh, ok, found the problem: #9316

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.

4 participants