mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 10:50:26 +01:00
Highlight second curly bracket in html.nanorc
This commit is contained in:
parent
b0be31cd84
commit
b67784acaf
|
@ -28,7 +28,7 @@ color yellow ""(\\.|[^"])*""
|
||||||
color red "&#?[[:alnum:]]*;"
|
color red "&#?[[:alnum:]]*;"
|
||||||
|
|
||||||
## Template strings (not in the HTML spec, but very commonly used)
|
## Template strings (not in the HTML spec, but very commonly used)
|
||||||
color magenta "\{[^\}]*\}"
|
color magenta "\{[^\}]*\}\}?"
|
||||||
color brightgreen "[[:space:]]((end)?if|(end)?for|in|not|(end)?block)[[:space:]]"
|
color brightgreen "[[:space:]]((end)?if|(end)?for|in|not|(end)?block)[[:space:]]"
|
||||||
|
|
||||||
## Comments
|
## Comments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user