Skip to content

Commit

Permalink
Resolve ctags warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Mar 31, 2013
1 parent bcce7e9 commit b8eeec9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .ctags
Expand Up @@ -15,20 +15,6 @@
--regex-markdown=/^##[ \t ]+(.*)/2-\1/h,heading2/
--regex-markdown=/^###[ \t ]+(.*)/3-\1/h,heading3/

--langdef=xml
--langmap=xml:.xml.html.xhtml
--regex-xml=/<([^ \t]+)[ \t ]*(id)[ \t ]*=[ \t ]*\"([^\"]+)/\1 \3/i,id/i

--langdef=css
--langmap=css:.css
--regex-css=/[ \t ]*([^ \t\}]+)[ \t ]*\{/\1/s,Selector/i}

--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/)})

--langdef=puppet
--langmap=puppet:.pp
--regex-puppet=/^class[ \t ]*([:a-zA-Z0-9_\-]+)[ \t ]*/\1/d,definition/
Expand Down

0 comments on commit b8eeec9

Please sign in to comment.