In https://github.com/LnL7/vim-nix/pull/28, there is support for highlighting code within nix `lines`, using inline comments before the opening `''`, like ```nix { foo = /* sh */ '' mkdir -p $out/share ''; } ``` I would love to have this. The two should be compatible, as @LnL7 mentions in https://github.com/LnL7/vim-nix/pull/28#issuecomment-647683536, so we should coördinate.