first commit
This commit is contained in:
5
ctags.conf
Normal file
5
ctags.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
--langdef=Go
|
||||
--langmap=Go:.go
|
||||
--regex-Go=/func([ \t]+[)]+)?[ \t]+([a-zA-Z0-9_]+)/\2/f,func/
|
||||
--regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/v,var/
|
||||
--regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/t,type/
|
||||
Reference in New Issue
Block a user