Summary
When I pulled from master yesterday the syntax highlighting was broken for js, ts, and tsx. When I checked the logs I saw the following error
helix_core::syntax [ERROR] Failed to compile highlights for 'javascript': invalid node type "function_expression"
The commit logs from master shows that its comming from here
Checking out a few commits before this commit fixed the issue for me.
Reproduction Steps
Pull from master HEAD de0518d0e631f1984dc7229b76c2bdadf2bffe5d
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
helix_core::syntax [ERROR] Failed to compile highlights for 'javascript': invalid node type "function_expression"
Platform
macOS
Terminal Emulator
Warp
Installation Method
source
Helix Version
helix 25.07.1 (a05c151)
Summary
When I pulled from master yesterday the syntax highlighting was broken for
js,ts, andtsx. When I checked the logs I saw the following errorThe commit logs from master shows that its comming from here
Checking out a few commits before this commit fixed the issue for me.
Reproduction Steps
Pull from master HEAD
de0518d0e631f1984dc7229b76c2bdadf2bffe5dI tried this:
hxI expected this to happen:
Instead, this happened:
Helix log
Platform
macOS
Terminal Emulator
Warp
Installation Method
source
Helix Version
helix 25.07.1 (a05c151)