I am sure that selecting text (by separating the different types of text) is part of the scintilla lexer job. If this is not the case, but will be specific software, then please correct me.
The current version of scynilla HTML lexer supports script tag elements (i.e. <script>) and other types of inline code, but not for style tag elements (i.e. <style>), such as CSS.
My friend uses Notepad ++ (which uses Scintilla) for web editing and would like this feature. Before I run away and create my own version for him, I decided that I would ask if anyone else had added this.
Before people recommend checking the latest version of Scintilla (since the version of Notepad ++ is 2 years behind), if it already got this feature, I created the latest version and tested it. It also does not work with inline CSS.
source
share