1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-25 22:40:56 +02:00
Files
Matouš Dzivjak 416a0e0983 fix: continue comment with injected comment syntax (#15940)
Noticed in Go which injects `comment` syntax for comments.
The comment continuation wouldn't work because it would try to
resolve the comment continuation token from the injected comment
syntax which doesn't define one.

Resolved by bubbling up until we find a first layer that defines comment
token.
2026-07-03 10:07:29 +09:00
..