summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--personal/itches.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 853084f..98c5e0f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 6266 words in 11 pages
+## still reachable: 6294 words in 11 pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/personal/itches.md b/personal/itches.md
index 1f418f2..cc093ca 100644
--- a/personal/itches.md
+++ b/personal/itches.md
@@ -372,6 +372,10 @@ Full disclosure
## Language support
- fix builtin/keyword distinction for Bash & Python3
+- highlight variables inside strings, eg
+ - `"a ${variable} inside a double-quoted string"` (Bash)
+ - `'a format string's {variable}` (Python)
+- do not highlight a single-quoted command substitution
## read-passwd