XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Shell script #91

Open Dixtroy opened 10 years ago

Dixtroy commented 10 years ago

I often write awk script, i use shell script schema for it, and i have a problem with regexp coloring, for example:

$0~/ Dissipation"/ { printf"C[\"%s\"][\"DI\"]=[%s];\n",N,$2 } From the " till next " it color the whole code to double quoted text. Pls make a regexp option

XhmikosR commented 10 years ago

Sorry, can't do. Try if it's present upstream in Scite, if not make a request at the Scintilla issue tracker.

ghost commented 7 years ago

Here is workaround:

http://github.com/zufuliu/notepad2