mirror of
https://github.com/helix-editor/helix
synced 2026-07-25 22:40:56 +02:00
416a0e0983
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.