diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-01-12 19:02:33 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-01-12 19:02:47 +0100 |
| commit | caf887fbe1537a32945c66ce14249babf594dca1 (patch) | |
| tree | 2b5dd5c9460835558cc0c06d8d0412adf442352a | |
| parent | e7fa90056d79ca55ea0398e42a0279c52979564a (diff) | |
| download | memory-leaks-caf887fbe1537a32945c66ce14249babf594dca1.tar.xz | |
Add more Python/Bash highlighting itches
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |
