mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #302 from G-Rath/patch-5
feat(js): format template strings
This commit is contained in:
commit
5488e5f746
1 changed files with 2 additions and 0 deletions
|
|
@ -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:]]+$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue