(Etcd peer list, where the first entry is commented)
Causes neovim to be stuck in loop with E79: Cannot expand wildcards; Press ENTER or type command to continue every time the file is changed, making it impossible to do anything without disabled highlight (:TSDisable highlight), except quitting vim via hard reset, caused by "alpha=https://[${fleet.alpha.services.fleetKubernetes.externalIp}]:2380" being interpreted as language name, and trying to find matching parser:
Having a following fragment in the file:
(Etcd peer list, where the first entry is commented)
Causes neovim to be stuck in loop with
E79: Cannot expand wildcards; Press ENTER or type command to continue
every time the file is changed, making it impossible to do anything without disabled highlight (:TSDisable highlight
), except quitting vim via hard reset, caused by"alpha=https://[${fleet.alpha.services.fleetKubernetes.externalIp}]:2380"
being interpreted as language name, and trying to find matching parser:I'm not sure who is responsible for escaping glob here, might escalate this issue to neovim itself, but for this grammar plugin, maybe not every comment should be parsed as language identifier? https://github.com/nix-community/tree-sitter-nix/blob/master/queries/injections.scm#L2