Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ini.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ini.nanorc b/ini.nanorc
index 94ec210..5366a47 100644
--- a/ini.nanorc
+++ b/ini.nanorc
@@ -10,7 +10,7 @@ color green "="
color brightblue "-?[0-9\.]+\s*($|;)"
## ON/OFF
-color brightmagenta "ON|OFF|On|Off|on|off\s*($|;)"
+color brightmagenta "(ON|OFF|On|Off|on|off)\s*($|;)"
## Sections
color brightcyan "^\s*\[.*\]"