Skip to content

Commit

Permalink
Highlight second curly bracket in html.nanorc
Browse files Browse the repository at this point in the history
  • Loading branch information
int-ua authored Oct 8, 2020
1 parent b0be31c commit b67784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67784a

Please sign in to comment.