summaryrefslogtreecommitdiff
path: root/share/nano/makefile.nanorc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-04-25 12:22:55 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-04-25 12:22:55 -0400
commitc9935112c8b66e23d2acd7584fecd8e99a281b14 (patch)
tree218ebbeb47e5a77620de5af597833522304d92c3 /share/nano/makefile.nanorc
parent9b77ce1433aa790e174947dc33745926965ee4a1 (diff)
.compizsnap, .nanorc
Track .compizsnap/* files (hurpdurp), only tracked the directory before. Use *.nanorc files from the nano 2.2.6 distribution.
Diffstat (limited to 'share/nano/makefile.nanorc')
-rw-r--r--share/nano/makefile.nanorc8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/nano/makefile.nanorc b/share/nano/makefile.nanorc
new file mode 100644
index 0000000..93a1e76
--- /dev/null
+++ b/share/nano/makefile.nanorc
@@ -0,0 +1,8 @@
+# unattributed syntax highlighting example from wiki.linuxhelp.net/
+
+syntax "makefile" "Makefile[^/]*$"
+color red "[:=]"
+color magenta "\<(if|ifeq|else|endif)\>"
+color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
+color brightblue "^[^ ]+:"
+color green "#.*$"