rouge-ruby / rouge

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

Syntax highlighting issue for method name containing the word `object` in kotlin #1889

Open t0mll opened 1 year ago

t0mll commented 1 year ago

kotlin

Code sample A sample of the code that produces the bug.

fun `test object`() {}

fun `test object is being tested`() {}

Screen Shot 2022-11-16 at 8 56 41 am

Additional context Add any other context about the problem here.

dingus