mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
.
This commit is contained in:
0
sources_non_forked/vim-coffee-script/.gitignore
vendored
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/.gitignore
vendored
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Copying.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Copying.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Makefile
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Makefile
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/News.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/News.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Readme.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Readme.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Thanks.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Thanks.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Todo.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/Todo.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/indent/html.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/indent/html.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/syntax/haml.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/syntax/haml.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/syntax/html.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/after/syntax/html.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/autoload/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/autoload/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/compiler/cake.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/compiler/cake.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/compiler/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/compiler/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/doc/coffee-script.txt
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/doc/coffee-script.txt
Normal file → Executable file
1
sources_non_forked/vim-coffee-script/ftdetect/coffee.vim
Normal file → Executable file
1
sources_non_forked/vim-coffee-script/ftdetect/coffee.vim
Normal file → Executable 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\>'
|
||||
|
0
sources_non_forked/vim-coffee-script/ftdetect/vim-literate-coffeescript.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/ftdetect/vim-literate-coffeescript.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/ftplugin/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/ftplugin/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/ftplugin/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/ftplugin/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/indent/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/indent/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/indent/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/indent/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/syntax/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/syntax/coffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/syntax/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/syntax/litcoffee.vim
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-interp.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-interp.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-ops.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-ops.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-reserved.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test-reserved.coffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.coffee.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.coffee.md
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.haml
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.haml
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.html
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.html
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.litcoffee
Normal file → Executable file
0
sources_non_forked/vim-coffee-script/test/test.litcoffee
Normal file → Executable file
Reference in New Issue
Block a user