]> git.wh0rd.org Git - nano.git/commitdiff
do the same thing for the equivalent regex for assembler files
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 26 Jun 2005 23:16:14 +0000 (23:16 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 26 Jun 2005 23:16:14 +0000 (23:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2770 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

doc/nanorc.sample

index 7af60cf0626a18364a54d017403aaee81e8134b5..b5851bf1ff683c1db4db0a0547bc9ef2c48e8576 100644 (file)
 # color brightred "^[[:space:]]*[._A-Za-z0-9]*:"
 # color brightcyan "^[[:space:]]*#[[:space:]]*(define|undef|include|ifn?def|endif|elif|else|if|warning|error)"
 ## Highlight strings (note: VERY resource intensive)
-# color brightyellow "<[^=[[:space:]]]*>" ""(\\.|[^\"])*""
+# color brightyellow "<[^=     ]*>" ""(\\.|[^\"])*""
 # color brightyellow start=""(\\.|[^\"])*\\[[:space:]]*$" end="^(\\.|[^\"])*""
 ## Highlight comments
 # color brightblue "//.*"