Fix .nanorc config.
Submitted by: jgh
This commit is contained in:
parent
08760abfe8
commit
8f97d77882
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44082
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue