Class | CodeRay::Scanners::RHTML |
In: |
lib/coderay/scanners/rhtml.rb
|
Parent: | Scanner |
KINDS_NOT_LOC | = | HTML::KINDS_NOT_LOC |
ERB_RUBY_BLOCK | = | / <%(?!%)[=-]? (?> [^\-%]* # normal* (?> # special (?: %(?!>) | -(?!%>) ) [^\-%]* # normal* )* ) (?: -?%> )? /x |
START_OF_ERB | = | / <%(?!%) /x |