Hello, everyone. :)

I'm working on setting up PSPad as an IDE for AutoIt. I copied AutoIt3.ini and
AutoIt3.def to the PSPad directory. The clip function and the highlighting work
so far, except the highlighting for Block Comments. 

My single line comment is green. How can I set up PSPad to display all lines in
the comment block in green?

The block comment is created with #cs (Comment start) and #ce (Comment end).
This is what it looks like:

#cs
  This is a block comment 
  over 1 or more lines.
#ce

And this is how it's supposed to look:

[color=#008000]#cs
  This is a block comment 
  over 1 or more lines.
#ce
[/color]

Greetings, 
Bernd.




Translated with www.DeepL.com/Translator:-))

-- 
<https://forum.pspad.com/read.php?2,71850,71850>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem