aboutsummaryrefslogtreecommitdiff
path: root/.ctags.d/go.ctags
blob: bb20134ffeb31174edaf3589c4d804b88e84584c (plain)
1
2
3
4
5
--langdef=Go
--langmap=Go:.go
--regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/
--regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,var/
--regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,type/