Commit graph

2 commits

Author SHA1 Message Date
Jade Lovelace
971a2f151b hacks to do zola treesitter 2022-10-15 12:40:28 -07:00
lf-
94e44e406b Fix nix syntax so that snippets included out of context render properly
Example:

```nix
mkDerivation = args: super.mkDerivation (args // {
  doCheck = false;
  enableLibraryProfiling = false;
});
```

Used to highlight the `=` as illegal syntax, which would be true if it
were the only thing in a nix file. So let's just ignore that stuff and
turn it into normal text.
2021-03-09 04:29:12 -08:00