From aa2583a02702abef9bb41150c80538439e57f4b1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 19 Aug 2015 16:31:53 -0700 Subject: Adding enviroment files --- .ctags | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .ctags (limited to '.ctags') diff --git a/.ctags b/.ctags new file mode 100644 index 000000000..35fdcba9c --- /dev/null +++ b/.ctags @@ -0,0 +1,19 @@ +--recurse=yes +--exclude=.git +--exclude=Godeps +--exclude=node_modules +--exclude=static + +--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/ + +--langdef=JSX +--langmap=jsx:.jsx +--regex-jsx=/^[ \t]*import[ \t]+([^;]+)/\1/r,import,imports/ +--regex-jsx=/^[ \t]*([a-z]+[ \t]+)*function[ \t]+([A-Za-z0-9_]+[ \t]*[^{;]*)/\2/f,function,functions/ +--regex-jsx=/^[ \t]*([a-z]+[ \t]+)*class[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/c,class,classes/ +--regex-jsx=/^[ \t]*([a-z]+[ \t]+)*interface[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/i,interface,interfaces/ +--regex-jsx=/^[ \t]*([a-z]+[ \t]+)*mixin[ \t]+([A-Za-z0-9_]+)[ \t]*([^)])/\2/m,mixin,mixins/ -- cgit v1.2.3-1-g7c22