Browse Source

* syntax/changelog.syntax: Require space after asterisk to have
it highlighted.

Pavel Roskin 24 years ago
parent
commit
2977f95a1f
2 changed files with 7 additions and 2 deletions
  1. 5 0
      ChangeLog
  2. 2 2
      syntax/changelog.syntax

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2001-03-07  Pavel Roskin  <proski@gnu.org>
+
+	* syntax/changelog.syntax: Require space after asterisk to have
+	it highlighted.
+
 2001-03-02  Pavel Roskin  <proski@gnu.org>
 
 	* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.

+ 2 - 2
syntax/changelog.syntax

@@ -4,8 +4,8 @@ context default
     keyword \t+() brightmagenta/23
     spellcheck
 
-context linestart \t\* : brightcyan/17
-context linestart \s\s\s\s\s\s\s\s\* : brightcyan/17
+context linestart \t\*\s : brightcyan/17
+context linestart \s\s\s\s\s\s\s\s\*\s : brightcyan/17
 
 context linestart 19+-+\s \n            yellow/24
     keyword <+@+> 			brightred/19