mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
.ctags.d/v.ctags: upgrade syntax for latest Universal Ctags 5.9.0(7f84a443)
This commit is contained in:
parent
ac27a3ccee
commit
2095d4d955
@ -16,8 +16,8 @@
|
||||
--kinddef-V=i,interface,interfaces
|
||||
--kinddef-V=S,sfield,struct field
|
||||
--kinddef-V=E,efield,enum field
|
||||
--_roledef-V=m.imported,imported module
|
||||
--_roledef-V=M.declared,module declaration
|
||||
--_roledef-V.m=imported,imported module
|
||||
--_roledef-V.M=declared,module declaration
|
||||
--regex-V=/^module[[:blank:]]+([0-9a-zA-Z]+)[[:blank:]]*$/\1/M/{_role=declared}{scope=push}
|
||||
--regex-V=/^import[[:blank:]]+(([0-9a-zA-Z]+)?|.*\.([a-zA-Z_][0-9a-zA-Z]+))[[:blank:]]*$/\2\3/m/{_role=imported}{scope=ref}
|
||||
--regex-V=/^[[:blank:]]*fn[[:blank:]]+C\.([a-zA-Z_][0-9a-zA-Z_]*)\(/C.\1/C/
|
||||
|
Loading…
Reference in New Issue
Block a user