Skip to content

Commit 8987eac

Browse files
committed
Simplify ctags config
Go hacks are not necessary with universal-ctags
1 parent 7a039a2 commit 8987eac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ctags

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
--exclude=jquery.*.js
77
--exclude=jquery-*.js
88
--languages=-html,sql
9-
10-
--langdef=Go
11-
--langmap=Go:.go
12-
--regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/
13-
--regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,var/
14-
--regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,type/

0 commit comments

Comments
 (0)