在vim中自定义注释

时间:2013-03-20 08:21:01

标签: vim

我如何告诉VIM以与@throws@param类似的方式突出显示@return语句?

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以使用SyntaxAttr.vim - Show syntax highlighting attributes of character 插件来确定@throws部分的语法组。

然后,您可以通过将以下内容添加到phpThrows

来更改默认关联(例如,Statement并将其与~/.vimrc相关联)
:hi link phpThrows Comment