Browse Source

* syntax/diff.syntax: Highlight lines beginning with "File",
"Files" and "Binary"
* syntax/makefile.syntax: Highlight "ifndef"
* syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
highlighted)

Pavel Roskin 25 years ago
parent
commit
117d12864d
4 changed files with 12 additions and 2 deletions
  1. 8 0
      ChangeLog
  2. 3 0
      syntax/diff.syntax
  3. 1 0
      syntax/makefile.syntax
  4. 0 2
      syntax/sh.syntax

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
+
+	* syntax/diff.syntax: Highlight lines beginning with "File",
+	"Files"	and "Binary"
+	* syntax/makefile.syntax: Highlight "ifndef"
+	* syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
+	highlighted)
+
 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
 
 	* lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin

+ 3 - 0
syntax/diff.syntax

@@ -24,3 +24,6 @@ context linestart RCS\s \n brown/12
 context linestart retrieving\s \n brown/12
 context linestart Only\s \n yellow/24 black/0
 context linestart Common\s \n yellow/24 black/0
+context linestart File\s \n yellow/24 black/0
+context linestart Files\s \n yellow/24 black/0
+context linestart Binary\s \n yellow/24 black/0

+ 1 - 0
syntax/makefile.syntax

@@ -4,6 +4,7 @@ context default
     keyword ${*} brightgreen/16
     keyword whole linestart include magenta
     keyword whole linestart ifdef magenta
+    keyword whole linestart ifndef magenta
     keyword whole linestart endif magenta
     keyword whole linestart if magenta
     keyword whole linestart ifeq magenta

+ 0 - 2
syntax/sh.syntax

@@ -55,7 +55,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
     keyword whole awk cyan/14
     keyword whole basename cyan/14
     keyword whole bash cyan/14
-    keyword whole basnemae cyan/14
     keyword whole bg_backup cyan/14
     keyword whole bg_restore cyan/14
     keyword whole bsh cyan/14
@@ -205,7 +204,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
     keyword whole awk cyan/14
     keyword whole basename cyan/14
     keyword whole bash cyan/14
-    keyword whole basnemae cyan/14
     keyword whole bg_backup cyan/14
     keyword whole bg_restore cyan/14
     keyword whole bsh cyan/14