NixOS / nix-mode

An Emacs major mode for editing Nix expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subsequent lines indented after the appearance of the word "with" even if part of variable name

colonelpanic8 opened this issue · comments

e.g

{
  environment.systemPackages = [
    python-with-my-packages
      qt5.qttools
      rcm
      rr
      scrot
      silver-searcher
      stow
      tmux
      unzip
      valgrind
      wget
      wmctrl
      xorg.xev
      zsh
  ]
}

I imagine that all that needs to be done is to make the with checking code a bit more sensitive to this condition.

nevermind. Seems that this is already fixed.