From 2ab0b0a56a7bd1d39060f3def3c0843bb4d3a095 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 1 Jan 2021 17:18:25 +0100 Subject: Add cson extension to coffeescript, closes #639 Co-authored-by: Collin Styles --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 94e9b28b..9e4edbed 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3