Broken HTML syntax highlighting support #14208
Unanswered
wavesinaroom
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
You should avoid adding
Removing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi!
First of, thanks a lot for giving Helix editor to the world. After being a vim/nvim user for sometime, my coding experience with Helix has been absolutely great. Congrats to the team :) you guys have made a cool editor for us.
Now, I've mainly used Helix for other areas of development than frontend. Currently, I'm working on a Django project so I included the following settings for html editing on Helix 25.07:
When I create a plain html file say
test.html
and write some tags in it the syntax isn't highlightedAlso, saving my file adds weird
<head>
tags and breaks indentation as well.plain html
Alright, if I want to work on a Django template my syntax highlighting is broken again and
djlsp
doesn't detect my Django project settingsDjango template
I know this is potentially a tree-sitter issue but honestly I don't know how to solve. Can anyone lend me a hand with this problem please?
Reproduction Steps
I tried this:
I also tried to install another helix version
I expected this to happen:
HTML highlighted syntax
Instead, this happened:
No highlighted syntax and LSPs not working properly
Helix log
~/.cache/helix/helix.log
Platform
Windows
Terminal Emulator
Windows terminal
Installation Method
winget
Helix Version
helix 25.07
Beta Was this translation helpful? Give feedback.
All reactions