typographie incorrecte des chaines longues en python

Cette révision appartient à :
Yann Salmon
2022-02-22 20:49:13 +01:00
Parent 0115b18566
révision fb15c42d5e

Voir le fichier

@@ -69,9 +69,9 @@
morecomment=[l]\#,%
morestring=[b]',%
morestring=[b]",%
morecomment=[s]{'''}{'''},% used for documentation text
morestring=[s]{'''}{'''},% used for documentation text
% (mulitiline strings)
morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn
morestring=[s]{"""}{"""},% added by Philipp Matthias Hahn
morestring=[s]{r'}{'},% `raw' strings
morestring=[s]{r"}{"},%
morestring=[s]{r'''}{'''},%