Skip to content

Add C3 language#15206

Merged
the-mikedavis merged 2 commits intohelix-editor:masterfrom
cbuttner:master
Jan 29, 2026
Merged

Add C3 language#15206
the-mikedavis merged 2 commits intohelix-editor:masterfrom
cbuttner:master

Conversation

@cbuttner
Copy link
Contributor

Add support for C3

2026-01-29-115736_hyprshot

languages.toml Outdated

[[grammar]]
name = "c3"
source = { git = "https://github.com/c3lang/tree-sitter-c3", rev = "main" }
Copy link
Member

Choose a reason for hiding this comment

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

We always pin grammars to exact revisions rather than branches or tags. This prevents future changes to tree-sitter-c3 on main from breaking highlighting unexpectedly

@the-mikedavis the-mikedavis linked an issue Jan 29, 2026 that may be closed by this pull request
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!

@the-mikedavis the-mikedavis merged commit 476ae24 into helix-editor:master Jan 29, 2026
7 checks passed
krshrimali pushed a commit to krshrimali/helix that referenced this pull request Feb 20, 2026
a3lem pushed a commit to a3lem/helix that referenced this pull request Feb 26, 2026
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.

C3 Language Support

2 participants