rc.vim vim編輯rc腳本語法高亮

Vim、Emacs配置和使用
回复
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

rc.vim vim編輯rc腳本語法高亮

#1

帖子 millenniumdark » 2009-12-03 21:01

廣告一下,呵呵。

下載:

http://www.vim.org/scripts/script.php?script_id=2880

安裝:

拷貝rc.vim到~/.vim/syntax/rc.vim

可以考慮在.vimrc中加上這行:

代码: 全选

au BufRead,BufNewFile *.rc set filetype=rc 
報告臭蟲:

http://bitbucket.org/weakish/weakishscripts/issues/

------------
關於rc

rc是Plan 9的默認shell。unix下有其port。

維基百科上對rc的介紹:

http://en.wikipedia.org/wiki/Rc
回复