From 254a254a925b176b6e45d2c4e40d30d91d0490a4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 22 May 2023 09:02:13 +0200 Subject: ctags: remove config (not used anymore) --- .ctags | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .ctags diff --git a/.ctags b/.ctags deleted file mode 100644 index ce9b6d7..0000000 --- a/.ctags +++ /dev/null @@ -1,26 +0,0 @@ ---langdef=js ---langmap=js:.js ---regex-JavaScript=/([A-Za-z0-9._$\(\)]+)[ \t]*[:=][ \t]*function[ \t]*\(/\1/m,method/ ---regex-JavaScript=/([A-Za-z0-9._$\#\(\)]+)[ \t]*[:][ \t]*([A-Za-z0-9._\-\#\'\"]+)[ \t]*/\1/p,property/ ---regex-JavaScript=/([A-Za-z0-9._$\#\(\)]+)[ \t]*[:][ \t]*([A-Za-z0-9\'\"._\-\#\(]+)[ \t]*\{/\1/p,property/ ---regex-JavaScript=/var ([A-Za-z0-9._$\#]+)[ \t]*[=][ \t]*([A-Za-z0-9._'"\$\#\[\{]+)[,|;]/\1/v,variable/ ---regex-JavaScript=/([A-Za-z0-9._$\#]+)[ \t]*[=][ \t]*([A-Za-z0-9._'"\$\#]+)extend\(/\1/c,class/ - ---regex-ruby=/(^|[:;])[ \t]*([A-Z][[:alnum:]_]+) *=/\2/c,class,constant/ ---regex-ruby=/(^|;)[ \t]*(has_many|belongs_to|has_one|has_and_belongs_to_many)\(? *:([[:alnum:]_]+)/\3/f,function,association/ ---regex-ruby=/(^|;)[ \t]*(named_)?scope\(? *:([[:alnum:]_]+)/\3/f,function,named_scope/ ---regex-ruby=/(^|;)[ \t]*expose\(? *:([[:alnum:]_]+)/\2/f,function,exposure/ ---regex-ruby=/(^|;)[ \t]*event\(? *:([[:alnum:]_]+)/\2/f,function,aasm_event/ ---regex-ruby=/(^|;)[ \t]*event\(? *:([[:alnum:]_]+)/\2!/f,function,aasm_event/ ---regex-ruby=/(^|;)[ \t]*event\(? *:([[:alnum:]_]+)/\2?/f,function,aasm_event/ - ---langdef=markdown ---langmap=markdown:.md.markdown.mdown.mkd.mkdn ---regex-markdown=/^#[ \t]+(.*)/\1/h,heading1/ ---regex-markdown=/^##[ \t]+(.*)/\1/h,heading2/ ---regex-markdown=/^###[ \t]+(.*)/\1/h,heading3/ - ---langdef=coffee ---langmap=coffee:.coffee ---regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=.*->.*$/\1/f,function/ ---regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=[^->\n]*$/\1/v,variable/ -- cgit v1.2.3-54-g00ecf