.ctags.d/v.ctags: upgrade syntax for latest Universal Ctags 5.9.0(7f84a443)

pull/7013/head
Delyan Angelov 2020-11-28 01:05:02 +02:00
parent ac27a3ccee
commit 2095d4d955
1 changed files with 2 additions and 2 deletions

View File

@ -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/