Stream: general

Topic: Syntax highlighting


view this post on Zulip Srid (Jan 03 2024 at 16:05):

I see some folks pasting Nix code block without syntax highlighting (example). Note that it is indeed supported on Zulip, eg:

{
  a = x: x + 2
  packages = {
    foo = pkgs.emanote;
  };
}

Last updated: Oct 18 2024 at 08:48 UTC