Revision history [back]
No, it looks like the lexer that is used for syntax coloring does not treat \ at end of line any differently. In fact it doesn't seem to even treat it as any different than the default text color. Our editor is based on the open source component Scintilla, and uses its Python lexer: https://www.scintilla.org/