Make 'litcoffee' filetype an alias to 'coffee'.

This commit is contained in:
LCD 47 2013-09-20 01:01:57 +03:00
parent abd6d08401
commit 500bac5f64

View File

@ -26,7 +26,8 @@ let s:defaultCheckers = {
let s:defaultFiletypeMap = {
\ 'gentoo-metadata': 'xml',
\ 'lhaskell': 'haskell'
\ 'lhaskell': 'haskell',
\ 'litcoffee': 'coffee'
\ }
let g:SyntasticRegistry = {}