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:
Diffstat (limited to 'ini.nanorc')
-rw-r--r--ini.nanorc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ini.nanorc b/ini.nanorc
index 5366a47..bfc0aca 100644
--- a/ini.nanorc
+++ b/ini.nanorc
@@ -1,4 +1,4 @@
-syntax "ini" "\.ini(\.old|~)?$"
+syntax "ini" "\.ini(\.old|\.bak|\.example|~)?$"
## Values
color brightred "=.*$"
@@ -19,4 +19,4 @@ color brightcyan "^\s*\[.*\]"
color cyan "^\s*[a-zA-Z0-9_\.]+"
## Comments
-color brightyellow ";.*$" \ No newline at end of file
+color brightyellow ";.*$"