rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.32k stars 731 forks source link

Comment on last line highlighted as error for properties #1826

Open escoand opened 2 years ago

escoand commented 2 years ago

Name of the lexer properties

Code sample

# real comment
key = value
# comment on last line

Additional context Adding a new line fixes the problem but AsciiDoc trims the source block apparently. image