Sublime Forum

How to Highlight blocks of code

#1

Basically I am looking for something like Editbox or BlueJ where each block of code is a certain color and nested blocks are different colors.

Here is an example of BlueJ

and here is an example of EditBox

0 Likes

#2

There’s something like “Levels” plugin github.com/mazurov/sublime-levels, this does not exactly what you’ve asked about, but similar :smiley:

0 Likes

#3

here are some you can try https://sublime.wbond.net/packages/StickySearch , https://sublime.wbond.net/packages/HighlightWords , https://sublime.wbond.net/packages/WordHighlight
also to have exactly what u want you will need to get your fav color scheme and add a background color to each scope.

0 Likes