You might be able to escape the newlines with `\\n` or maybe using the ASCII 
code like `\x0A` or such, but I've never tried it.

If it doesn't work and you're motivated to fix it, you could probably easily 
improve this by changing [this 
line](https://github.com/geany/geany/blob/1.33.0/src/tagmanager/tm_source_file.c#L233)
 and/or the one two below to check against only _unescaped_ newlines, instead 
of all of them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1888#issuecomment-401279441

Reply via email to