No syntax highlighting in script tag #13207
Replies: 2 comments
-
I can't reproduce this on the same commit: Do you have any custom |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeh that's it - I had a typescript language config that set
removing that from my config resolves the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
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
In a vue component, syntax highlighting is no longer being applied:
Reproduction Steps
Create vue component using the composition API:
I expected this to happen:
Syntax highlighting to be applied.
Instead, this happened:
No syntax highlighting.
Helix log
~/.cache/helix/helix.log
Platform
MacOS
Terminal Emulator
Ghostty 1.1.2
Installation Method
brew --HEAD
Helix Version
helix 25.01.1 (388a3b7)
Beta Was this translation helpful? Give feedback.
All reactions