We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0d7d8 commit 9cff8a2Copy full SHA for 9cff8a2
lib/coderay/scanners/erb.rb
@@ -41,7 +41,7 @@ def reset_instance
41
end
42
43
def scan_tokens encoder, options
44
- # FIXME: keep_state
+
45
until eos?
46
47
if (match = scan_until(/(?=#{START_OF_ERB})/o) || scan_rest) and not match.empty?
0 commit comments