add return to the "c-file" regexes in nanorc.sample
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2158 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
7483571f7f
Коммит
9c3edc026b
@ -122,7 +122,8 @@ CVS code -
|
|||||||
- Add debug message. (DLR)
|
- Add debug message. (DLR)
|
||||||
- configure.ac:
|
- configure.ac:
|
||||||
- Remove specific references to control key shortcuts. (DLR)
|
- Remove specific references to control key shortcuts. (DLR)
|
||||||
|
- doc/nanorc.sample:
|
||||||
|
- Add return to the "c-file" regexes. (DLR)
|
||||||
|
|
||||||
GNU nano 1.3.5 - 2004.11.22
|
GNU nano 1.3.5 - 2004.11.22
|
||||||
- General:
|
- General:
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
# syntax "c-file" "\.(c|h)$"
|
# syntax "c-file" "\.(c|h)$"
|
||||||
# color red "\<[A-Z_]{2,}\>"
|
# color red "\<[A-Z_]{2,}\>"
|
||||||
# color green "\<(float|double|char|int|short|long|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
|
# color green "\<(float|double|char|int|short|long|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
|
||||||
# color brightyellow "\<(for|if|while|do|else|case|switch|goto|continue|break)\>"
|
# color brightyellow "\<(for|if|while|do|else|case|switch|goto|continue|break|return)\>"
|
||||||
# color brightcyan "^ *# *(define|undef|include|ifn?def|endif|elif|else|if)"
|
# color brightcyan "^ *# *(define|undef|include|ifn?def|endif|elif|else|if)"
|
||||||
##
|
##
|
||||||
## You will in general want your comments and strings to come last,
|
## You will in general want your comments and strings to come last,
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user