标签: regex ctags
我在--regex-javascript=/^[ \t]*((?!(if|for|switch|while)).)*[ \t]*\(.*\)[ \t]*{/\1/M,Method,Methods/文件中添加了如下规则:.ctags,但是它不起作用。
--regex-javascript=/^[ \t]*((?!(if|for|switch|while)).)*[ \t]*\(.*\)[ \t]*{/\1/M,Method,Methods/
.ctags
.ctags文件是否支持在正则表达式中使用Negative Lookahead语法,我该如何修正规则?
Negative Lookahead