Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiterden <efremov.a.denis@gmail.com>2017-01-21 04:46:08 +0300
committerPiterden <efremov.a.denis@gmail.com>2017-01-21 04:46:08 +0300
commit4d4f4e037a010f2bf232d749c914b7e78b01b44a (patch)
treee40781eb75b5c6f1dec2090fd9447c7cfaa165e5
parentc11dcd3f3ed57ce40495d51e46e21ae1d51154be (diff)
Added template strings inside grave quotes
-rw-r--r--js.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/js.nanorc b/js.nanorc
index c0d6a8d..08460de 100644
--- a/js.nanorc
+++ b/js.nanorc
@@ -24,7 +24,7 @@ color red "\<(true|false)\>"
color brightyellow "L?\"(\\"|[^"])*\""
color brightyellow "L?'(\'|[^'])*'"
color brightcyan "L?`(\`|[^`])*`"
-color brightmagenta "\$\{(.+)\}"
+color ,magenta "\$\{(.+)\}"
## Escapes
color red "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"\?\\]"