Add cson extension to coffeescript, closes #639

Co-authored-by: Collin Styles <collin.styles@mycase.com>
This commit is contained in:
Adam Stankiewicz
2021-01-01 17:18:25 +01:00
parent 37bc36ac42
commit 2ab0b0a56a
4 changed files with 4 additions and 3 deletions

View File

@@ -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