mirror of git://git.sv.gnu.org/nano.git
docs: do not quote the argument of 'include' statements in sample nanorc
This avoids those arguments getting colorized as if they were regexes (when the relevant lines are uncommented), and instead allows them to get colorized in bold purple by a dedicated rule.
This commit is contained in:
parent
b5f320a2f9
commit
ebddb49041
|
@ -249,12 +249,12 @@
|
|||
## For all details, see 'man nanorc', section SYNTAX HIGHLIGHTING.
|
||||
|
||||
## To include most of the existing syntax definitions, you can do:
|
||||
# include "@PKGDATADIR@/*.nanorc"
|
||||
# include @PKGDATADIR@/*.nanorc
|
||||
|
||||
## Or you can select just the ones you need. For example:
|
||||
# include "@PKGDATADIR@/html.nanorc"
|
||||
# include "@PKGDATADIR@/python.nanorc"
|
||||
# include "@PKGDATADIR@/sh.nanorc"
|
||||
# include @PKGDATADIR@/html.nanorc
|
||||
# include @PKGDATADIR@/python.nanorc
|
||||
# include @PKGDATADIR@/sh.nanorc
|
||||
|
||||
## In @PKGDATADIR@/extra/ you can find some syntaxes that are
|
||||
## specific for certain distros or for some less common languages.
|
||||
|
|
Loading…
Reference in New Issue