From 500bac5f64ad486c1e23e9e0474bf122c0b28f76 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Fri, 20 Sep 2013 01:01:57 +0300 Subject: [PATCH] Make 'litcoffee' filetype an alias to 'coffee'. --- plugin/syntastic/registry.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/syntastic/registry.vim b/plugin/syntastic/registry.vim index 6f61d65f..b1742c68 100644 --- a/plugin/syntastic/registry.vim +++ b/plugin/syntastic/registry.vim @@ -26,7 +26,8 @@ let s:defaultCheckers = { let s:defaultFiletypeMap = { \ 'gentoo-metadata': 'xml', - \ 'lhaskell': 'haskell' + \ 'lhaskell': 'haskell', + \ 'litcoffee': 'coffee' \ } let g:SyntasticRegistry = {}