diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2018-12-07 15:34:16 +0000 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2018-12-07 15:34:16 +0000 |
commit | b220d1d6847fcba0d6efc33814c198915249cc19 (patch) | |
tree | 278283a145285922e2c868b78daccbb29038e4ff | |
parent | 8fe1dac7fc768e2bcbfe1bfce2696cc09ff1fbd3 (diff) |
-rw-r--r-- | ftdetect/custodian.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/custodian.vim b/ftdetect/custodian.vim index 91ac7bb..90f1fc7 100644 --- a/ftdetect/custodian.vim +++ b/ftdetect/custodian.vim @@ -1,2 +1,3 @@ au BufRead,BufNewFile *sentinel-checks.cfg set filetype=custodian au BufRead,BufNewFile *custodian.cfg set filetype=custodian +au BufRead,BufNewFile *custodian-config/*.cfg set filetype=custodian |