Make 'litcoffee' filetype an alias to 'coffee'.
This commit is contained in:
parent
abd6d08401
commit
500bac5f64
@ -26,7 +26,8 @@ let s:defaultCheckers = {
|
||||
|
||||
let s:defaultFiletypeMap = {
|
||||
\ 'gentoo-metadata': 'xml',
|
||||
\ 'lhaskell': 'haskell'
|
||||
\ 'lhaskell': 'haskell',
|
||||
\ 'litcoffee': 'coffee'
|
||||
\ }
|
||||
|
||||
let g:SyntasticRegistry = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user