middleman / middleman-syntax

Code syntax highlighting plugin via Rouge for Middleman
https://middlemanapp.com
MIT License
179 stars 57 forks source link

Code Line Highlighting #69

Closed aalvrz closed 7 years ago

aalvrz commented 7 years ago

Hello, thanks for much for this gem, it is awesome.

I wanted to know if it's possible to highlight specific lines of code? For example:

def add(a,b)
  c = a + b
  puts c # I want to highlight this line
end
bhollis commented 7 years ago

Not that I know of. That would be a Rogue question.