]> git.notmuchmail.org Git - notmuch/blob - contrib/notmuch-vim/syntax/notmuch-folders.vim
contrib: pick: add docstring for notmuch-pick-worker
[notmuch] / contrib / notmuch-vim / syntax / notmuch-folders.vim
1 " notmuch folders mode syntax file
2
3 syntax region nmFoldersCount     start='^' end='\%10v'
4 syntax region nmFoldersName      start='\%11v' end='\%31v'
5 syntax match  nmFoldersSearch    /([^()]\+)$/
6
7 highlight link nmFoldersCount     Statement
8 highlight link nmFoldersName      Type
9 highlight link nmFoldersSearch    String
10
11 highlight CursorLine term=reverse cterm=reverse gui=reverse
12