]> git.wh0rd.org Git - nano.git/commitdiff
apparently a "[[:space:]]" doesn't work properly inside a "[^ ... ]";
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 26 Jun 2005 19:49:53 +0000 (19:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 26 Jun 2005 19:49:53 +0000 (19:49 +0000)
replace it with a literal space and a literal tab, so that include files
are properly colored again

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2766 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

doc/nanorc.sample

index 8e31adae30708d1a3423ab4e782d4c0086254666..7af60cf0626a18364a54d017403aaee81e8134b5 100644 (file)
 ## because syntax highlighting rules will be applied in the order they
 ## are read in.
 ##
-# color brightyellow "<[^=[[:space:]]]*>" ""(\\.|[^\"])*""
+# color brightyellow "<[^=     ]*>" ""(\\.|[^\"])*""
 ##
 ## This string is VERY resource intensive!!!
 # color brightyellow start=""(\\.|[^\"])*\\[[:space:]]*$" end="^(\\.|[^\"])*""