Set initial state on parent Lexer. #3945

This commit is contained in:
Rubén Dávila
2015-12-28 18:31:27 -05:00
committed by Rubén Dávila
parent 34657b821a
commit c031b9d9cd
+4
View File
@@ -15,6 +15,10 @@ module Rouge
delegate option(:parent_lexer)
end
end
start do
option(:parent_lexer).reset!
end
end
end
end