Skip to content
Snippets Groups Projects
Commit c031b9d9 authored by Rubén Dávila's avatar Rubén Dávila Committed by Rubén Dávila
Browse files

Set initial state on parent Lexer. #3945

parent 34657b82
No related branches found
No related tags found
1 merge request!2109Add syntax highlighting to diff view
Loading
Loading
@@ -15,6 +15,10 @@ module Rouge
delegate option(:parent_lexer)
end
end
start do
option(:parent_lexer).reset!
end
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment