Merge pull request #186866 from sikmir/micro

micro: fix syntax highlighting

authored by

Jörg Thalheim and committed by
GitHub
6a3e7da9 05e9b4c5

+4
+4
pkgs/applications/editors/micro/default.nix
··· 24 24 "-X ${t}/util.CommitHash=${src.rev}" 25 25 ]; 26 26 27 + preBuild = '' 28 + go generate ./runtime 29 + ''; 30 + 27 31 postInstall = '' 28 32 installManPage assets/packaging/micro.1 29 33 install -Dt $out/share/applications assets/packaging/micro.desktop