Sublime Forum

Highlight multiple lines in one block

#1

Hi,

Im trying to get a multiline hightlight like the one showed in this image? Do you know how can be done? any open source plugin doing something similar?

sublimerge.com/Images/sublimerge-pro.png

Thanks!
A

0 Likes

#2

You can add outline regions by sublime.View.add_regions(key, [regions], , , ), for more information check out sublimetext.com/docs/3/api_reference.html

0 Likes

#3

Thanks!

0 Likes