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 = {}