Actualizacion maquina principal
[dotfiles/.git] / .nano / conf.nanorc
diff --git a/.nano/conf.nanorc b/.nano/conf.nanorc
new file mode 100644 (file)
index 0000000..cf9f58a
--- /dev/null
@@ -0,0 +1,11 @@
+## Here is an example for nanorc files.
+##
+syntax "Conf" "\.c[o]?nf$"
+## Possible errors and parameters
+## Strings
+icolor white ""(\\.|[^"])*""
+## Comments
+icolor brightblue "^[[:space:]]*#.*$"
+icolor cyan "^[[:space:]]*##.*$"
+## Trailing spaces
+color ,green "[[:space:]]+$"