2009-11-22 Mike Frysinger <vapier@gentoo.org>
* doc/syntax/gentoo.nanorc: Tweak comment highlighting. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4438 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
6277f59d24
Коммит
0bff84ef9c
@ -1,3 +1,6 @@
|
|||||||
|
2009-11-22 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
* doc/syntax/gentoo.nanorc: Tweak comment highlighting.
|
||||||
|
|
||||||
GNU nano 2.1.99pre2 - 2009.11.21
|
GNU nano 2.1.99pre2 - 2009.11.21
|
||||||
2009-11-21 Chris Allegretta <chrisa@asty.org>
|
2009-11-21 Chris Allegretta <chrisa@asty.org>
|
||||||
* rcfile.c: Add unbinding keyword, fixes Savannah bug 22852 reported by frankd.
|
* rcfile.c: Add unbinding keyword, fixes Savannah bug 22852 reported by frankd.
|
||||||
|
@ -27,7 +27,7 @@ color brightblue "\<(doc|ins|exe)?into\>" "\<(f|games)(owners|perms)\>" "\<(exe|
|
|||||||
## Highlight common commands used in ebuilds
|
## Highlight common commands used in ebuilds
|
||||||
color blue "\<make\>" "\<(awk|cat|cd|chmod|chown|cp|echo|env|export|find|e?grep|ln|mkdir|mv|rm|sed|set|tar|touch|unset|xargs)\>"
|
color blue "\<make\>" "\<(awk|cat|cd|chmod|chown|cp|echo|env|export|find|e?grep|ln|mkdir|mv|rm|sed|set|tar|touch|unset|xargs)\>"
|
||||||
## Highlight comments (doesnt work that well)
|
## Highlight comments (doesnt work that well)
|
||||||
color yellow "#.*$"
|
color yellow "(^|[[:space:]])#.*$"
|
||||||
## Highlight strings (doesnt work that well)
|
## Highlight strings (doesnt work that well)
|
||||||
color brightyellow ""(\\.|[^\"])*"" "'(\\.|[^'])*'"
|
color brightyellow ""(\\.|[^\"])*"" "'(\\.|[^'])*'"
|
||||||
## Trailing space is bad!
|
## Trailing space is bad!
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user