diff options
author | Bart Trojanowski <bart@jukie.net> | 2009-11-26 22:32:17 -0500 |
---|---|---|
committer | Bart Trojanowski <bart@jukie.net> | 2009-11-26 22:32:17 -0500 |
commit | 805633beccd51752ee458424a342601318d5ceae (patch) | |
tree | d802e01870c71e16fb4e45cd184446b228213d37 | |
parent | b078a0c8c2ce72e1273bed87627e25dcd833a967 (diff) |
vim: syntax highlighting for notmuch-compose mode
-rw-r--r-- | vim/syntax/notmuch-compose.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/syntax/notmuch-compose.vim b/vim/syntax/notmuch-compose.vim new file mode 100644 index 00000000..fe4efd4b --- /dev/null +++ b/vim/syntax/notmuch-compose.vim @@ -0,0 +1,2 @@ +silent! setlocal syntax=mail + |