文件名称:vim-coffee-script:CoffeeScript对vim的支持
文件大小:33KB
文件格式:ZIP
更新时间:2024-03-10 22:31:13
Vimscript
该项目将支持添加到vim。 它涵盖了语法,缩进,编译等等。 目录 安装 咖啡命令 附加功能 配置 要求 vim 7.4或更高版本 咖啡1.2.0或更高版本 使用Pathogen安装 该项目使用基于git commits的滚动发布,因此病原体很自然。 如果您已经在使用病原体,则可以跳至步骤4。 将~/.vim/autoload/安装到~/.vim/autoload/ (有关更多信息,请参见。) 在您的vimrc中启用病原体。 这是启用vim-coffee-script所有功能的最低限度的vimrc: call pathogen#infect () syntax enable filetype plugin indent on 如果已经建立了vimrc,只需确保它按此顺序包含这些调用。 创建目录~/.vim/bundle/ : mkdir ~/.vim/bundle 将vim-
【文件预览】:
vim-coffee-script-master
----Thanks.md(1KB)
----autoload()
--------coffee.vim(2KB)
----Copying.md(2KB)
----test()
--------test.litcoffee(4KB)
--------test.html(253B)
--------test-reserved.coffee(310B)
--------test.haml(39B)
--------test-interp.coffee(92B)
--------test.coffee.md(4KB)
--------test-ops.coffee(1000B)
----ftplugin()
--------litcoffee.vim(28B)
--------coffee.vim(12KB)
----ftdetect()
--------vim-literate-coffeescript.vim(299B)
--------coffee.vim(606B)
----News.md(842B)
----indent()
--------litcoffee.vim(336B)
--------coffee.vim(14KB)
----Readme.md(16KB)
----doc()
--------coffee-script.txt(126B)
----.gitignore(28B)
----syntax()
--------litcoffee.vim(833B)
--------coffee.vim(9KB)
----compiler()
--------cake.vim(430B)
--------coffee.vim(2KB)
----Makefile(554B)
----Todo.md(44B)
----after()
--------indent()
--------syntax()