Compare commits

..

No commits in common. "23f3fb783c3872e8bf9cd821aec97f9d5cff3e17" and "d74a8071223f744cf7ab54287b201353950c0831" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -10,7 +10,6 @@ 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 rulerTag "\s\+[a-zA-Z]\+:[^\n]*"
syn match rulerImport "import"
syn region rulerBlockComment start="{-" end="-}"
@ -18,7 +17,6 @@ hi def link rulerLineComment Comment
hi def link rulerBlockComment Comment
hi def link rulerTripleDot Comment
hi def link rulerDate Macro
hi def link rulerImport Keyword
hi def link rulerTag @property
let b:current_syntax = "ruler"

View file

@ -11,8 +11,8 @@ let
domain = "git.confusedcompiler.org";
owner = "leana8959";
repo = "ruler";
rev = "52d8b95245aec702ec4105bcb040ea44771a77bc";
hash = "sha256-UIpt8NPEyVM2BR0WAhAv66XvpVj124odzzAC6tpTZVU=";
rev = "89e63d4055cbeca840b6ecaab12683b19e8e2fdd";
hash = "sha256-KPbb1JcFNTF5A6ImfGYc1iSxo3K6poCCRGFNqIHwzrM=";
}) { };
cabalOverrides = o: {