X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-vim%2Fsyntax%2Fnotmuch-folders.vim;fp=contrib%2Fnotmuch-vim%2Fsyntax%2Fnotmuch-folders.vim;h=9477f86fa055487e4349a5125b1a05919a3521dc;hp=0000000000000000000000000000000000000000;hb=6ee07a9c6db59e91852f2fe47a2701f5e08fee21;hpb=41a29a84721235e33aff23bf6ef61b9ffdded2ef diff --git a/contrib/notmuch-vim/syntax/notmuch-folders.vim b/contrib/notmuch-vim/syntax/notmuch-folders.vim new file mode 100644 index 00000000..9477f86f --- /dev/null +++ b/contrib/notmuch-vim/syntax/notmuch-folders.vim @@ -0,0 +1,12 @@ +" notmuch folders mode syntax file + +syntax region nmFoldersCount start='^' end='\%10v' +syntax region nmFoldersName start='\%11v' end='\%31v' +syntax match nmFoldersSearch /([^()]\+)$/ + +highlight link nmFoldersCount Statement +highlight link nmFoldersName Type +highlight link nmFoldersSearch String + +highlight CursorLine term=reverse cterm=reverse gui=reverse +