NixOS / nix-mode

An Emacs major mode for editing Nix expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a comment contains `with` the indentation below gets confused.

terlar opened this issue · comments

Example:

{
  # Enable zero-configuration networking with service discorvery.
    services.avahi.enable = true;
    services.avahi.nssmdns = true;
}

Indentation of following lines gets confused. I think it would make sense to ignore comments for the indentation logic.

Fixed in #79! Kudos to @j-piecuch