Commit c031b9d9 authored by Rubén Dávila's avatar Rubén Dávila Committed by Rubén Dávila

Set initial state on parent Lexer. #3945

parent 34657b82
...@@ -15,6 +15,10 @@ module Rouge ...@@ -15,6 +15,10 @@ module Rouge
delegate option(:parent_lexer) delegate option(:parent_lexer)
end end
end end
start do
option(:parent_lexer).reset!
end
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment