-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Tree sitter dockerfile: Error on USER 1000:100
#6797
Labels
Comments
Looks like an upstream issue in tree-sitter-dockerfile |
We just need to update. The issue was fixed in March 2022 in camdencheek/tree-sitter-dockerfile@71ac1e8 We reference a commit from 2021: camdencheek/tree-sitter-dockerfile@7af32bc |
mcdoker18
added a commit
to mcdoker18/helix
that referenced
this issue
Apr 27, 2023
mcdoker18
added a commit
to mcdoker18/helix
that referenced
this issue
Apr 28, 2023
pascalkuthe
pushed a commit
that referenced
this issue
May 12, 2023
* fix: update upstream tree-sitter-dockerfile Fixes: #6797 * fix: review * fix: review
Triton171
pushed a commit
to Triton171/helix
that referenced
this issue
Jun 18, 2023
* fix: update upstream tree-sitter-dockerfile Fixes: helix-editor#6797 * fix: review * fix: review
wes-adams
pushed a commit
to wes-adams/helix
that referenced
this issue
Jul 4, 2023
* fix: update upstream tree-sitter-dockerfile Fixes: helix-editor#6797 * fix: review * fix: review
smortime
pushed a commit
to smortime/helix
that referenced
this issue
Jul 10, 2024
* fix: update upstream tree-sitter-dockerfile Fixes: helix-editor#6797 * fix: review * fix: review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
USER 1000:100
breaks dockerfile tree parsing:Scopes:
Reproduction Steps
I tried this:
hx
:lang dockerfile
I expected this to happen:
Perfect syntax highlighting.
Instead, this happened:
USER
breaks highlight::tree-sitter-scopes
showsERROR
.Helix log
Nothing relevant.
Platform
OpenSUSE Tumbleweed - Linux
Terminal Emulator
Konsole
Helix Version
helix 4cdba7c
The text was updated successfully, but these errors were encountered: