svn commit: r44082 - head/en_US.ISO8859-1/books/fdp-primer/editor-config

Warren Block wblock at FreeBSD.org
Wed Feb 26 23:14:37 UTC 2014


Author: wblock
Date: Wed Feb 26 23:14:36 2014
New Revision: 44082
URL: http://svnweb.freebsd.org/changeset/doc/44082

Log:
  Fix .nanorc config.
  
  Submitted by:	jgh

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Feb 26 23:03:12 2014	(r44081)
+++ head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Feb 26 23:14:36 2014	(r44082)
@@ -94,7 +94,8 @@ augroup END</programlisting>
       <para>Add these lines to the new
 	<filename>~/.nanorc</filename>.</para>
 
-      <programlisting># trailing whitespace
+      <programlisting>syntax "xml" "\.([jrs]html?|xml|xslt?)$"
+# trailing whitespace
 color ,blue "[[:space:]]+$"
 # multiples of eight spaces at the start a line
 # (after zero or more tabs) should be a tab


More information about the svn-doc-all mailing list