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>2017-01-17 05:33:20 +0300
committerGitHub <noreply@github.com>2017-01-17 05:33:20 +0300
commit13d7b9f1c59a69a5e6f6bf27730dd461bd72c3da (patch)
treeececcce9295cb82227b87f9c27d387a6cb99d6e1
parent6453005ee741bbabfb4b88a57484bdec1866a278 (diff)
Create editorconfig.nanorc
-rw-r--r--editorconfig.nanorc16
1 files changed, 16 insertions, 0 deletions
diff --git a/editorconfig.nanorc b/editorconfig.nanorc
new file mode 100644
index 0000000..c475df3
--- /dev/null
+++ b/editorconfig.nanorc
@@ -0,0 +1,16 @@
+syntax "editorconfig" "/\.editorconfig(\.old|\.bak|~)?$"
+
+## Values
+color brightred "=.*$"
+
+## Equal sign
+color yellow "="
+
+## Sections
+color brightgreen "^\s*\[.*\]"
+
+## Keys
+color cyan "^\s*[a-zA-Z0-9_\.]+"
+
+## Comments
+color brightblack ";.*$"