aboutsummaryrefslogtreecommitdiff
path: root/.ctags.d
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-08-20 22:33:38 +0800
committergxlin <[email protected]>2021-08-20 22:56:13 +0800
commit558d3547645636c67bbb2d18b0dfff35f9d437c6 (patch)
tree7727ae2dd6d3af5bc874088685aec7236cae4a52 /.ctags.d
parent2d6a4a1680b78e1e6bea8d94ae14e39e2ebd36d0 (diff)
downloaddotfiles-558d3547645636c67bbb2d18b0dfff35f9d437c6.tar.gz
dotfiles-558d3547645636c67bbb2d18b0dfff35f9d437c6.tar.bz2
dotfiles-558d3547645636c67bbb2d18b0dfff35f9d437c6.zip
Update .vimrc
Diffstat (limited to '.ctags.d')
-rw-r--r--.ctags.d/go.ctags5
1 files changed, 0 insertions, 5 deletions
diff --git a/.ctags.d/go.ctags b/.ctags.d/go.ctags
deleted file mode 100644
index bb20134..0000000
--- a/.ctags.d/go.ctags
+++ /dev/null
@@ -1,5 +0,0 @@
---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/