I need a plugin that can appear in other color words in HTML (and PHP) code. for instance
<span class='domain'>this is domain</span>
and i need this result
<span class='domain'> this is a domain </span>
<span class='domain'>
</span>
Is it possible?
But what if I have text and htm in echo?
You can go to Notepad ++, and there Settings β Style Configurations and the left side of the HTML, and then change the colors the way you like!
Netbeans also has a custom html editor that can do the job.
Go
Tools> Options> Font & Color
On the syntax tab, select HTML as the language and make the appropriate changes.
Source: https://habr.com/ru/post/1486768/More articles:no error messages with nohup and python? - pythonCreating a Twitter bootstrap modal window more - javascriptdebootstrap through authenticated proxy - linuxHow to compile / load lambda expression dynamically in JDK8? - javaHow to set character encoding in postscript? - postscriptHow to vectorize the sum of point products between a normal and a set of points - vectorizationOverwritten methods do not contain self? - pythonBOOST_STATIC_ASSERT_MSG - no error message - c ++Fan Speed ββ(CPU) - c #Regular Expressions - phpAll Articles