add all nanorc files that I use

This commit is contained in:
2023-05-27 10:21:17 -04:00
parent c332c5b549
commit 06a1621f60
47 changed files with 1660 additions and 5 deletions
+6 -5
View File
@@ -4,12 +4,13 @@ syntax "todo.txt" "todo\.txt|done\.txt|report\.txt|archive\.txt"
# tasks
icolor brightwhite ".*"
icolor magenta "^x"
icolor brightblack "^x.*$"
# priorities
icolor brightblack "\([sS-zZ]\).*$"
icolor normal "\([lL-rR]\).*$"
icolor brightwhite "\([eE-kK]\).*$"
icolor brightblack "\([tT-zZ]\).*$"
icolor normal "\([mM-sS]\).*$"
icolor brightwhite "\([fF-lL]\).*$"
icolor cyan "\([eE]\).*$"
icolor brightmagenta "\([dD]\).*$"
icolor brightyellow "\([cC]\).*$"
icolor brightcyan "\([bB]\).*$"
@@ -26,4 +27,4 @@ icolor cyan "[0-9][0-9][0-9][0-9]-\S+"
icolor brightcyan "(T)[0-9][0-9]\:\S+"
# due date
icolor red "(pri:|due:)\S+"
icolor red "(pri:|due:)\S+"