diff options
Diffstat (limited to '')
-rw-r--r-- | misc/syntax/debian-changelog.syntax | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/syntax/debian-changelog.syntax b/misc/syntax/debian-changelog.syntax new file mode 100644 index 0000000..72f2423 --- /dev/null +++ b/misc/syntax/debian-changelog.syntax @@ -0,0 +1,20 @@ +context default + + keyword linestart \s\s\* brightcyan/17 + keyword linestart \s-- brightred/19 + keyword linestart \s\s\s\s\+ cyan/17 + + keyword <*@*> brightred/19 + keyword whole experimental; brightmagenta/magenta + keyword whole unstable; brightmagenta/magenta + keyword whole stable; brightmagenta/magenta + keyword whole urgency=low yellow/24 + keyword whole urgency=medium brightgreen/6 + keyword whole urgency=high white/25 + keyword whole urgency=LOW yellow/24 + keyword whole urgency=MEDIUM brightgreen/6 + keyword whole urgency=HIGH white/25 + + keyword whole bug white/25 + keyword whole Bug white/25 + keyword whole BUG white/25 |