dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7cf054686fcbd7623f0ad2460db3aa8ea5c41ba0
parent 81920d8e2b09c80b9cdd7353227f7eb4ce4fe4f0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat,  3 Aug 2019 22:30:21 +0200

Ctags file to universal-ctags


Former-commit-id: e953b475daaa20b155fa38a8f4cb0371e0ec82ee
Diffstat:
Actags.d/default.ctags | 0
Dctags/ctags | 19-------------------
2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/ctags.d/default.ctags b/ctags.d/default.ctags diff --git a/ctags/ctags b/ctags/ctags @@ -1,19 +0,0 @@ ---langdef=wiki ---langmap=wiki:.wiki ---regex-wiki=/^=[ \t]+(.+)[ \t]+=$/\1/h,header/ ---regex-wiki=/^==[ \t]+(.+)[ \t]+==$/. \1/h,header/ ---regex-wiki=/^===[ \t]+(.+)[ \t]+===$/. \1/h,header/ ---regex-wiki=/^====[ \t]+(.+)[ \t]+====$/. \1/h,header/ ---regex-wiki=/^=====[ \t]+(.+)[ \t]+=====$/. \1/h,header/ ---regex-wiki=/^======[ \t]+(.+)[ \t]+======$/. \1/h,header/ ---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/ ---langdef=markdown ---langmap=markdown:.mkd ---langmap=markdown:+.md ---regex-markdown=/^#[ \t]+(.*)/\1/h,Heading_L1/ ---regex-markdown=/^##[ \t]+(.*)/\1/i,Heading_L2/ ---regex-markdown=/^###[ \t]+(.*)/\1/k,Heading_L3/