MyNixOS website logo

Additional syntaxes to provide.

Declarations
Type
attribute set of (strings concatenated with "\n" or (submodule))
Default
{ }
Example
{
  gleam = {
    src = pkgs.fetchFromGitHub {
      owner = "molnarmark";
      repo = "sublime-gleam";
      rev = "2e761cdb1a87539d827987f997a20a35efd68aa9";
      hash = "sha256-Zj2DKTcO1t9g18qsNKtpHKElbRSc9nBRE2QBzRn9+qs=";
    };
    file = "syntax/gleam.sublime-syntax";
  };
}