From caf887fbe1537a32945c66ce14249babf594dca1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 12 Jan 2019 19:02:33 +0100 Subject: Add more Python/Bash highlighting itches --- personal/itches.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'personal/itches.md') 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 -- cgit v1.2.3