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