diff options
author | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-08-25 11:59:03 +0100 |
---|---|---|
committer | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-08-25 11:59:03 +0100 |
commit | 8fe1dac7fc768e2bcbfe1bfce2696cc09ff1fbd3 (patch) | |
tree | ee0ec944d830a4285991a61a3eab3bd9e4b9780e /ftdetect/custodian.vim |
Initial commit
Diffstat (limited to 'ftdetect/custodian.vim')
-rw-r--r-- | ftdetect/custodian.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/custodian.vim b/ftdetect/custodian.vim new file mode 100644 index 0000000..91ac7bb --- /dev/null +++ b/ftdetect/custodian.vim @@ -0,0 +1,2 @@ +au BufRead,BufNewFile *sentinel-checks.cfg set filetype=custodian +au BufRead,BufNewFile *custodian.cfg set filetype=custodian |