Skip to content
Snippets Groups Projects
get_moduleinfo 159 B
Newer Older
  • Learn to ignore specific revisions
  • /\/\*\*\* +MODULEINFO/ {printit=1; next}
    
    /<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
    /\*\*\*\// {printit=0}
    
    /.*/ {if (printit) print}