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

@@ -81,7 +81,7 @@ let s:globs = {
\ 'cmusrc': '',
\ 'cobol': '*.cbl,*.cob,*.lib',
\ 'coco': '*.atg',
\ 'coffee': '*.coffee,*._coffee,*.cake,*.cjsx,*.iced,*.coffeekup,Cakefile',
\ 'coffee': '*.coffee,*._coffee,*.cake,*.cjsx,*.iced,*.coffeekup,*.cson,Cakefile',
\ 'conaryrecipe': '*.recipe',
\ 'conf': '*.conf,auto.master,config',
\ 'config': 'configure.in,configure.ac,Pipfile',