Skip to content
Snippets Groups Projects
Commit b7c364a3 authored by http://jayferd.us/'s avatar http://jayferd.us/
Browse files

minor nit: use `yield_token` internally

parent 2f0dc83e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -347,7 +347,7 @@ module Rouge
 
lexer.lex(text, :continue => true) do |tok, val|
debug { " delegated token: #{tok.inspect}, #{val.inspect}" }
token(tok, val)
yield_token(tok, val)
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment