Merge pull request #336 from int-ua/patch-1

Highlight second curly bracket in html.nanorc
pull/339/head
Anthony Scopatz 4 years ago committed by GitHub
commit c676fc4915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ color yellow ""(\\.|[^"])*""
color red "&#?[[:alnum:]]*;"
## 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:]]"
## Comments

Loading…
Cancel
Save