Sublime Forum

Plugin that supports multiple syntax in a scope

#1

Hi everyone, the forum beauty?

I’m wondering if in Sublime there is a function that highlights the colors of multiple syntax within a single scope,
Example:
When I’m writing in PHP I sometimes want to put an HTML function within the scope of PHP plus the Sublime does not highlight the HTML syntax and so vice versa,

I would have to download a plugin that does this or is there a primitive ST3 function?

Thanks & Hug.

0 Likes

#2

can you give a specific example of code that is not being highlighted properly? maybe using heredocs in your code would help:

0 Likes

#3

Thanks for answering my question,

Another detail is that when I write an HTML function in the scope of PHP Sublime does not help me with that list that appears below: D,

Here’s a print for better understanding:

Is there any way for my sublime to look like Jetbrains’ PHPStorm?

0 Likes

#4

There is no such thing as a “html function”. HTML is purely markup and not programmable.

Maybe you could show us an example of how your object of focus looks in PHPStorm (and point out to us which it is)?

0 Likes

#5
0 Likes