Hallo,

is it possible to configure Notepad++ in a way it recognizes

q - as a singly quote for a string, like '
qq - as a doubly quote for a string, like "

for example:

q*my text*;
q~my text~;
qq*my text*;
qq~my text~;