mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Add cson extension to coffeescript, closes #639
Co-authored-by: Collin Styles <collin.styles@mycase.com>
This commit is contained in:
@@ -2441,7 +2441,7 @@ if !has_key(g:polyglot_is_disabled, 'cryptol')
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'coffee-script')
|
||||
au BufNewFile,BufRead *._coffee,*.cake,*.cjsx,*.coffee,*.coffeekup,*.iced,Cakefile setf coffee
|
||||
au BufNewFile,BufRead *._coffee,*.cake,*.cjsx,*.coffee,*.coffeekup,*.cson,*.iced,Cakefile setf coffee
|
||||
au BufNewFile,BufRead *.coffee.md,*.litcoffee setf litcoffee
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user