为vim不同类型文件添加xml语法颜色

开发中遇到问题:一个用xml格式写的后缀名为.mod的文件,用vim打开它没有语法颜色,输入命令 set filetype=xml 可以了,但不可能每次打开它都输这么一句,所以修改~/.vimrc,加入以下几句:

if has("autocmd")

       autocmd BufNewFile,Bufread *.mod set syntax=xml

endif

以后每次打开后缀为.mod的文件,vim就以xml语法颜色处理。


相关文章

分类

留言:

关于文章

This page contains a single entry by DongHao published on 08 15, 2007 6:38 PM.

收到一封求职信 was the previous entry in this blog.

使用perl时遇到的几个问题 is the next entry in this blog.

Find recent content on the main index or look in the 存档 to find all content.