Compare commits

..

5 commits

5 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
vim.bo.commentstring = "-- %s"

View file

@ -8,7 +8,7 @@ endif
syn match rulerLineComment "--.*$"
syn match rulerTripleDot "\.\.\."
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\d\d"
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\(\d\d\|__\)"
syn match rulerTag "\s\+[a-zA-Z]\+:[^\n]*"
syn region rulerBlockComment start="{-" end="-}"

View file

@ -8,8 +8,9 @@
# preview markdown
pkgs.python3Packages.grip
# For nix contribution
# For {nix,haskell} contribution
pkgs.gh
pkgs.act
pkgs.nixfmt-rfc-style
pkgs.nix-doc
pkgs.nixpkgs-review

View file

@ -25,8 +25,7 @@
"nix-command"
"flakes"
];
keep-outputs = true;
keep-derivations = true;
keep-outputs = false; # Build time derivations and sources
};
registry.flakies = {

View file

@ -12,8 +12,8 @@
domain = "git.confusedcompiler.org";
owner = "leana8959";
repo = "ruler";
rev = "a598cd3f68d12ed4787f4caf206499e188d44172";
hash = "sha256-PP+aMXqGjym9De50Vw8B131iAwRvoRZKk+/L9JHDoLM=";
rev = "03f7b0bb545a59ddc031c08879eaf7e08dea1bef";
hash = "sha256-ZNE2IR9f9zDS1t10bHqabXQiAq9aibfeQOo1pJtKUn0=";
})
{};