mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 10:50:26 +01:00
Merge pull request #339 from palto42/ini_comments
Adjusted comment color of ini files for visibility on dark terminals
This commit is contained in:
commit
6130726c7f
|
@ -6,6 +6,6 @@ color cyan "^[[:space:]]*[^=]*="
|
||||||
color brightmagenta "^[[:space:]]*\[.*\]$"
|
color brightmagenta "^[[:space:]]*\[.*\]$"
|
||||||
color red "[=;]"
|
color red "[=;]"
|
||||||
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||||
color brightblack "(^|[[:space:]])(#([^{].*)?|;.*)$"
|
color brightblue "(^|[[:space:]])(#([^{].*)?|;.*)$"
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
color ,red " + +| + +"
|
color ,red " + +| + +"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user