add all nanorc files that I use
This commit is contained in:
+6
-5
@@ -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+"
|
||||
|
||||
Reference in New Issue
Block a user