Skip to content

Commit

Permalink
Merge pull request scopatz#336 from int-ua/patch-1
Browse files Browse the repository at this point in the history
Highlight second curly bracket in html.nanorc
  • Loading branch information
scopatz committed Oct 8, 2020
2 parents b0be31c + b67784a commit c676fc4
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 c676fc4

Please sign in to comment.