]> git.wh0rd.org Git - patches.git/blob - nano-trailing-space.patch
scummvm random work
[patches.git] / nano-trailing-space.patch
1 Index: doc/syntax/asm.nanorc
2 ===================================================================
3 RCS file: /cvsroot/nano/nano/doc/syntax/asm.nanorc,v
4 retrieving revision 1.1
5 diff -u -p -r1.1 asm.nanorc
6 --- doc/syntax/asm.nanorc       1 Jun 2006 17:23:28 -0000       1.1
7 +++ doc/syntax/asm.nanorc       11 Apr 2007 11:20:31 -0000
8 @@ -13,3 +13,5 @@ color brightyellow start=""(\\.|[^"])*\\
9  ## Highlight comments
10  color brightblue "//.*"
11  color brightblue start="/\*" end="\*/"
12 +## Trailing space
13 +color ,green "[[:space:]]+$"
14 Index: doc/syntax/c.nanorc
15 ===================================================================
16 RCS file: /cvsroot/nano/nano/doc/syntax/c.nanorc,v
17 retrieving revision 1.7
18 diff -u -p -r1.7 c.nanorc
19 --- doc/syntax/c.nanorc 2 Oct 2006 17:01:58 -0000       1.7
20 +++ doc/syntax/c.nanorc 11 Apr 2007 11:20:31 -0000
21 @@ -25,3 +25,6 @@ color brightyellow start=""(\\.|[^"])*\\
22  ## Comment highlighting
23  color brightblue "//.*"
24  color brightblue start="/\*" end="\*/"
25 +
26 +## Trailing space
27 +color ,green "[[:space:]]+$"
28 Index: doc/syntax/sh.nanorc
29 ===================================================================
30 RCS file: /cvsroot/nano/nano/doc/syntax/sh.nanorc,v
31 retrieving revision 1.3
32 diff -u -p -r1.3 sh.nanorc
33 --- doc/syntax/sh.nanorc        8 Jun 2006 12:49:57 -0000       1.3
34 +++ doc/syntax/sh.nanorc        11 Apr 2007 11:20:31 -0000
35 @@ -10,3 +10,4 @@ color brightblue "\<(cat|cd|chmod|chown|
36  icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
37  color cyan "(^|[[:space:]])#.*$"
38  color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
39 +color ,green "[[:space:]]+$"