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:
authorandi <andipabst25@gmail.com>2018-05-07 19:56:06 +0300
committerandi <andipabst25@gmail.com>2018-05-07 19:56:06 +0300
commitc1691d24cfd93fe5dc75d000145dc42f94bba638 (patch)
tree69c5179743c61ad7bce4f352a35686e8a1b056e6
parentd83716ee26fdf05fdf05cf7bd7060ae6eaa1e761 (diff)
added minimal toml configuration
-rw-r--r--toml.nanorc11
1 files changed, 11 insertions, 0 deletions
diff --git a/toml.nanorc b/toml.nanorc
new file mode 100644
index 0000000..1546cc1
--- /dev/null
+++ b/toml.nanorc
@@ -0,0 +1,11 @@
+# Supports `TOML` files
+syntax "TOML" "\.toml$"
+
+## Values
+icolor yellow "=.*$"
+
+## Tables
+icolor red "^\[.*\]$"
+
+## Comments (keep at the end)
+icolor cyan "#.*$"