MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
546 stars 114 forks source link

If a backslash is found at the end of the line, ignore it #966

Closed udif closed 3 weeks ago

udif commented 3 weeks ago

This brings behavior in-line with other tools as well as shell-like behavior, as discussed in #964. In the rare case someone really wants to escape \n, he can always use single quotes.