aboutsummaryrefslogtreecommitdiff
path: root/rainbow_parenthesis/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rainbow_parenthesis/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rainbow_parenthesis/__init__.py b/rainbow_parenthesis/__init__.py
index 32b7493..1f5e2f7 100644
--- a/rainbow_parenthesis/__init__.py
+++ b/rainbow_parenthesis/__init__.py
@@ -112,6 +112,7 @@ def colorize(strm: io.TextIOBase) -> Generator[str | Colored, None, None]:
in_string = '"'
yield c
case '\\':
+ yield c
yield strm.read(1)
case c:
yield c