I have a little problem. I need to put in Notepad++ with userDefineLang something like this:
Example 1:
code "string"
Example 2:
code "
Not string
"
I want to delimite with " " to be string only if the begin and end of delemitation is in same line (Example 1), because in Example 2, he identify that is a string, and i dont want that.
Any way of solving this problem ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I have a little problem. I need to put in Notepad++ with userDefineLang something like this:
Example 1:
code "string"
Example 2:
code "
Not string
"
I want to delimite with " " to be string only if the begin and end of delemitation is in same line (Example 1), because in Example 2, he identify that is a string, and i dont want that.
Any way of solving this problem ?
Why do(n't) you want this? Do you want the string contents on the separate lines to be marked with regular language syntax?
Seems to me a string is a string, otherwise your code language must be very funny.