method
register_extensions
v6.0.0 -
Show latest stable
- Class:
Rails::SourceAnnotationExtractor::Annotation
register_extensions(*exts, &block)public
Registers new Annotations File Extensions
Rails::SourceAnnotationExtractor::Annotation.register_extensions("css", "scss", "sass", "less", "js") { |tag| /\/\/\s*(#{tag}):?\s*(.*)$/ }