mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Syntax highlighting for notes
This commit is contained in:
@@ -56,6 +56,10 @@ syntax match todoStatusTodo "\v^- "
|
||||
syntax match todoStatusTodo "\v - "
|
||||
highlight todoStatusTodo ctermfg=red guifg=#ff0000
|
||||
|
||||
syntax match note "\v^n .*$"
|
||||
syntax match note "\v n .*$"
|
||||
highlight note ctermfg=Grey guifg=#eeeeee
|
||||
|
||||
highlight link todoStatusDone PreProc
|
||||
highlight link todoStatusDoing PreProc
|
||||
highlight link todoStatusTodo PreProc
|
||||
|
||||
Reference in New Issue
Block a user