nano: update nixSyntaxHighlight#414380
Conversation
There was a problem hiding this comment.
Please review our Commit Conventions and reword your commit appropriately. It should say something along the lines of nano: update nixSyntaxHighlight.
The why of the update can be added to the commit description.
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/5585 |
|
@ofborg build nano nano.tests |
Not sure if it's related, but building on Darwin was failing for me earlier today, had to get the commit from this PR to resolve it. |
|
Despite the problems I had on GitHub Actions (discussed on Matrix),
|
|
So, like can this be merged? |
|
Successfully created backport PR for |
Updates nanonix syntax highlighting for Nano to fix multi-line comments
nanonix provides nix language syntax highlighting for the nano editor. Prior to this update, inline commands such as
cp -r ${pkg}/* ${out}where interpreted as the start of a multi-line comment (/*) breaking syntax highlighting through the rest of the file. The update to nanonix fixes that.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)CC maintainers: @joachifm @NeQuissimus @SigmaSquadron
Add a 👍 reaction to pull requests you find important.