commit 23d3b7457be9ce1a727bd0dfc6909e812f6d1e0e
parent 85f6a2daabda2ca55647908cc6b4e60c8d4a2bab
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 26 Jun 2005 23:16:14 +0000
do the same thing for the equivalent regex for assembler files
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2770 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nanorc.sample b/doc/nanorc.sample
@@ -279,7 +279,7 @@
# 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 "//.*"