From c82f8da66106062323b0968b4004dbb09e33ae3a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 16 Apr 2020 12:33:49 +1200 Subject: [PATCH] feat(js): format template strings --- js.nanorc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js.nanorc b/js.nanorc index a986743..8991928 100644 --- a/js.nanorc +++ b/js.nanorc @@ -42,6 +42,8 @@ color red "\<(true|false)\>" ## String color brightyellow "L?\"(\\"|[^"])*\"" color brightyellow "L?'(\'|[^'])*'" +color brightcyan "L?`(\`|[^`])*`" +color brightwhite,blue start="\$\{" end="\}" ## Trailing spaces color ,green "[[:space:]]+$"