Skip to content

Python: add some special variables and fix '\' line continuation after a string

jonathan poelen requested to merge jpoelen/syntax-highlighting:ft_python into master

Line continuation after a string was in normal style, whereas in other cases it was in Operator style. Now the character is always in Operator style.

Merge request reports