lf- / nix-doc

An interactive Nix documentation tool providing a CLI for function search, a Nix plugin for docs in the REPL, and a ctags implementation for Nix script
201 stars 6 forks source link

nix-doc tags doesn't recognize quoted attrset identifiers #19

Open lf- opened 3 years ago

lf- commented 3 years ago

eg

{
  "a" = 2;
}

It should. We will need to take care to escape appropriately though.