File: notmuch-folders.vim

package info (click to toggle)
notmuch 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,104 kB
  • sloc: sh: 21,888; ansic: 14,897; lisp: 9,061; cpp: 7,990; python: 6,221; perl: 391; makefile: 231; javascript: 34; ruby: 13
file content (12 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
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