diff options
Diffstat (limited to 'share/nano/makefile.nanorc')
-rw-r--r-- | share/nano/makefile.nanorc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/share/nano/makefile.nanorc b/share/nano/makefile.nanorc deleted file mode 100644 index 93a1e76..0000000 --- a/share/nano/makefile.nanorc +++ /dev/null @@ -1,8 +0,0 @@ -# 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 "#.*$" |