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:
authorDenis Efremov <efremov.a.denis@gmail.com>2018-02-03 23:32:02 +0300
committerDenis Efremov <efremov.a.denis@gmail.com>2018-02-03 23:32:02 +0300
commit78b31717c462b699799b254069421a4b58a45345 (patch)
tree2d377b6ba50b4fa0ddb319ab740123eba072ad69
parentcb38426b5a0f746e730e954f8cc62e0167c473d5 (diff)
Added extensions
-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 ";.*$"