https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 916ea2d9788691fa17a0913a42ca822ca6fcfa14 authored by Alexandros Kosiaris on 01 October 2014, 16:28:26 UTC
Followup commit to I851588b1e21b569d9b750a2b49322d
Tip revision: 916ea2d
.ctags
-h pp
--langdef=puppet
--langmap=puppet:.pp
--languages=puppet
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/c,class/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/s,site/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/n,node/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
back to top