SA-MP Forums Archive
Notepad++ highlighting issue - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Notepad++ highlighting issue (/showthread.php?tid=489954)



Notepad++ highlighting issue - MP2 - 24.01.2014

I have this issue with Notepad++ with the syntax highlighting:




As you can see, the escaped quotation mark is fucking up the highlighting, and makes the rest of my code gray.

I'm not sure where to turn to get this fixed. They have a bug list on sourceforge but it's got 1803 bugs on it. This will never get fixed. What do I do? D:


Re: Notepad++ highlighting issue - iTorran - 24.01.2014

Language -> Define your language
Select PAWN from the drop down at the top
Go to Operators & Delimiters tab, add \ to the empty escape boxes


Re: Notepad++ highlighting issue - MP2 - 24.01.2014

Quote:
Originally Posted by iTorran
Посмотреть сообщение
Language -> Define your language
Select PAWN from the drop down at the top
Go to Operators & Delimiters tab, add \ to the empty escape boxes
Wow, okay, so not a bug. Thank you so much.