]> git.cworth.org Git - notmuch/blobdiff - contrib/notmuch-vim/syntax/notmuch-folders.vim
contrib: remove old copy of vim front end
[notmuch] / contrib / notmuch-vim / syntax / notmuch-folders.vim
diff --git a/contrib/notmuch-vim/syntax/notmuch-folders.vim b/contrib/notmuch-vim/syntax/notmuch-folders.vim
deleted file mode 100644 (file)
index 9477f86..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-" 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
-