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:
authorThorbjörn 'puggan' Backlund <puggan@testseek.com>2016-11-30 11:49:53 +0300
committerThorbjörn 'puggan' Backlund <puggan@testseek.com>2016-11-30 11:49:53 +0300
commit1b13a43e5b5a00dfb94d5ac936a2f224d3fde64c (patch)
tree3a090e1d026ceef58d9ae0694693f59d6a09a3e0
parent0dae97025d2b36b20dc2abb5f083ee6c35d0fe01 (diff)
ini: put or-parts in parantes, so the end-matcher is used on all parts, not just the last part
-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*\[.*\]"