Skip to content

Commit

Permalink
Fix scopatz#299: Make comments not black in nginx syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Westlund committed Apr 12, 2020
1 parent 4c2b1e9 commit 8b3b92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ color brightyellow "\$[A-Za-z][A-Za-z0-9_]*"
color red "[*]"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color yellow start="'$" end="';$"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color brightblue "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"

0 comments on commit 8b3b92a

Please sign in to comment.