Created
July 15, 2010 02:01
-
-
Save hotoo/476387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let tlist_html_settings = 'html;h:Headers;o:Objects(ID);c:Classes' | |
| let tlist_xhtml_settings = 'html;h:Headers;o:Objects(ID);c:Classes' |
Author
问题解决了,原因比较囧。。。
看到你最新更新的这一句let tlist_xhtml_settings = 'html;h:Headers;o:Objects(ID);c:Classes',我加到vim的配置文件上,就可以用了。。。原来我的html文件类型都是xhtml....
谢谢了,呵呵
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是的,就是因为什么都没有,所以自己来修改了。
ctags 可以很方便的扩展新语言或者修改现有语言的。
你说的“但html的用不了”是怎么回事,加上上面的代码还是没有内容吗?