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:
authorserialhex <serialhex@gmail.com>2016-11-30 15:25:31 +0300
committerGitHub <noreply@github.com>2016-11-30 15:25:31 +0300
commite26f2d5977ac4e6762ab5c80334ef079a98a80c4 (patch)
tree3a090e1d026ceef58d9ae0694693f59d6a09a3e0
parent0dae97025d2b36b20dc2abb5f083ee6c35d0fe01 (diff)
parent1b13a43e5b5a00dfb94d5ac936a2f224d3fde64c (diff)
Merge pull request #27 from puggan/master
bugfix ini: on/off matched inside words
-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*\[.*\]"