mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
feat(js): format template strings
This commit is contained in:
parent
c58f276f3b
commit
c82f8da661
|
@ -42,6 +42,8 @@ color red "\<(true|false)\>"
|
||||||
## String
|
## String
|
||||||
color brightyellow "L?\"(\\"|[^"])*\""
|
color brightyellow "L?\"(\\"|[^"])*\""
|
||||||
color brightyellow "L?'(\'|[^'])*'"
|
color brightyellow "L?'(\'|[^'])*'"
|
||||||
|
color brightcyan "L?`(\`|[^`])*`"
|
||||||
|
color brightwhite,blue start="\$\{" end="\}"
|
||||||
|
|
||||||
## Trailing spaces
|
## Trailing spaces
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user