Module: TmSyntaxHighlighting::Controller
- Defined in:
- lib/tm_syntax_highlighting/base.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
20 21 22 23 24 |
# File 'lib/tm_syntax_highlighting/base.rb', line 20 def self.extended(base) base.after_filter :reset_syntax_css_includes base.send(:include, InstanceMethods) TmSyntaxHighlighting.defaults.reset_current_themes end |