mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 06:05:45 +01:00
Add a Vim syntax file for Muttator files and ftdetect files for all.
This also adds a quick 'n' dirty build mechanism for creating the Vimballs. Unfortunately, these aren't particularly amenable to being created in a batch process. Dr Chip has created a small C program for this but that would be a silly dependency.
This commit is contained in:
2
muttator/contrib/vim/ftdetect/muttator.vim
Normal file
2
muttator/contrib/vim/ftdetect/muttator.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" TODO: what's the Muttator filename extension?
|
||||
au BufNewFile,BufRead *muttatororrc*,*.muttator set filetype=muttator
|
||||
Reference in New Issue
Block a user