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:
authorJustin Patera <serialhex@gmail.com>2011-06-05 22:51:00 +0400
committerJustin Patera <serialhex@gmail.com>2011-06-05 22:51:00 +0400
commitbf4f2e23c4c888c289b21abb1e925c37d3487fa3 (patch)
tree648a06b48d8b595c1a310059561699f3fddecd34 /changelogs.nanorc
initil commit, mostly not my stuff, read the README for attribution
Diffstat (limited to 'changelogs.nanorc')
-rw-r--r--changelogs.nanorc19
1 files changed, 19 insertions, 0 deletions
diff --git a/changelogs.nanorc b/changelogs.nanorc
new file mode 100644
index 0000000..74158c2
--- /dev/null
+++ b/changelogs.nanorc
@@ -0,0 +1,19 @@
+## Changelog file syntax
+##
+syntax "changelogs" "ChangeLog*$" "HISTORY$" "NEWS$"
+
+color green "\+"
+color red "\-"
+color brightwhite "[0-9]"
+color brightblue "[0-9][0-9]\:[0-9][0-9]\:[0-9][0-9]"
+color blue "[0-9][0-9][0-9][0-9]\-[0-9][0-9]\-[0-9][0-9]"
+color blue "[0-9][0-9][0-9][0-9]\/[0-9][0-9]\/[0-9][0-9]"
+color blue "\<(CEST|CET|CST||CDT|EDT)\>"
+color yellow "[0-9]\..*$"
+color cyan "\*.*$"
+color brightblue "\<(pre.*$|beta.*$|rc.*$|release.*$)\>"
+color green "#.*$"
+icolor brightred "^[[:space:]]*[.0-9A-Z_]*:"
+color magenta "[.0-9A-Za-z_]*[[:space:]]*[.0-9A-Za-z_]*[[:space:]]<"
+color brightyellow "<(\\.|[^\"])*>"
+color brightwhite "commit[[:space:]]*[.0-9A-Z_]*$"