https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: fc79b36acb386d2ee3bc46376a73501d46b925ad authored by Alexandros Kosiaris on 14 March 2014, 14:31:44 UTC
Fix bug introduced in 577ea6a
Tip revision: fc79b36
.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