1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 10:45:00 +08:00
This commit is contained in:
geezus
2021-06-30 12:00:07 -05:00
parent 43c7efba8d
commit 3afe70fe5a
1529 changed files with 3053 additions and 3018 deletions

0
sources_non_forked/vim-coffee-script/.gitignore vendored Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/Copying.md Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/Makefile Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/News.md Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/Readme.md Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/Thanks.md Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/Todo.md Normal file → Executable file
View File

View File

View File

View File

View File

0
sources_non_forked/vim-coffee-script/compiler/cake.vim Normal file → Executable file
View File

View File

View File

View File

@ -7,6 +7,7 @@ autocmd BufNewFile,BufRead *.coffee set filetype=coffee
autocmd BufNewFile,BufRead *Cakefile set filetype=coffee
autocmd BufNewFile,BufRead *.coffeekup,*.ck set filetype=coffee
autocmd BufNewFile,BufRead *._coffee set filetype=coffee
autocmd BufNewFile,BufRead *.cson set filetype=coffee
function! s:DetectCoffee()
if getline(1) =~ '^#!.*\<coffee\>'

View File

View File

0
sources_non_forked/vim-coffee-script/indent/coffee.vim Normal file → Executable file
View File

View File

0
sources_non_forked/vim-coffee-script/syntax/coffee.vim Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
sources_non_forked/vim-coffee-script/test/test.haml Normal file → Executable file
View File

0
sources_non_forked/vim-coffee-script/test/test.html Normal file → Executable file
View File

View File