mirror of git://git.sv.gnu.org/nano.git
per Mike Frysinger's patch, in doc/syntax/c.nanorc, since .i and .ii are
preprocessed C and C++ output, colorize them there git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
74d8ebc041
commit
decae6c25e
|
@ -5,6 +5,9 @@ CVS code -
|
||||||
only optional value. Also fix a wording problem in
|
only optional value. Also fix a wording problem in
|
||||||
-W/--wordbounds. Changes to usage(), nano.1, nanorc.5,
|
-W/--wordbounds. Changes to usage(), nano.1, nanorc.5,
|
||||||
rnano.1, nano.texi, and nanorc.sample.in. (DLR)
|
rnano.1, nano.texi, and nanorc.sample.in. (DLR)
|
||||||
|
- doc/syntax/c.nanorc:
|
||||||
|
- Since .i and .ii are preprocessed C and C++ output, colorize
|
||||||
|
them here. (Mike Frysinger)
|
||||||
|
|
||||||
GNU nano 1.3.12 - 2006.06.26
|
GNU nano 1.3.12 - 2006.06.26
|
||||||
- General:
|
- General:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Here is an example for C/C++.
|
## Here is an example for C/C++.
|
||||||
##
|
##
|
||||||
syntax "c" "\.(c|C|cc|cpp|cxx|h|H|hh|hpp|hxx)$"
|
syntax "c" "\.(c|C|cc|cpp|cxx|h|H|hh|hpp|hxx|i|ii)$"
|
||||||
color brightred "\<[A-Z_][0-9A-Z_]+\>"
|
color brightred "\<[A-Z_][0-9A-Z_]+\>"
|
||||||
color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
|
color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
|
||||||
color green "\<(u_?)?int(8|16|32|64|ptr)_t\>"
|
color green "\<(u_?)?int(8|16|32|64|ptr)_t\>"
|
||||||
|
|
Loading…
Reference in New Issue