mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Includes instructions for import.nanorc in Readme.rst
This commit is contained in:
parent
3aa0f4c199
commit
40bffae91d
50
Readme.rst
50
Readme.rst
@ -7,54 +7,10 @@ definitions of syntax highlighting for various languages.
|
|||||||
These should be placed inside of the ``~/.nano/`` directory.
|
These should be placed inside of the ``~/.nano/`` directory.
|
||||||
|
|
||||||
Once there you should add the languages you want to your
|
Once there you should add the languages you want to your
|
||||||
nano configuration file ``~/.nanorc``. For example,
|
nano configuration file ``~/.nanorc``. For example::
|
||||||
my config file includes::
|
|
||||||
|
|
||||||
## C/C++
|
## C/C++
|
||||||
include "~/.nano/c.nanorc"
|
include "~/.nano/c.nanorc"
|
||||||
|
|
||||||
## Fortran
|
You can also copy the contents of ``import.nanorc`` into your
|
||||||
include "~/.nano/fortran.nanorc"
|
``~/.nanorc`` to include all languages.
|
||||||
|
|
||||||
## HTML
|
|
||||||
include "~/.nano/html.nanorc"
|
|
||||||
|
|
||||||
## Patch files
|
|
||||||
include "~/.nano/patch.nanorc"
|
|
||||||
|
|
||||||
## Manpages
|
|
||||||
include "~/.nano/man.nanorc"
|
|
||||||
|
|
||||||
## Perl
|
|
||||||
include "~/.nano/perl.nanorc"
|
|
||||||
|
|
||||||
## Python
|
|
||||||
include "~/.nano/python.nanorc"
|
|
||||||
|
|
||||||
## reST
|
|
||||||
include "~/.nano/reST.nanorc"
|
|
||||||
|
|
||||||
## Ruby
|
|
||||||
include "~/.nano/ruby.nanorc"
|
|
||||||
|
|
||||||
## Bourne shell scripts
|
|
||||||
include "~/.nano/sh.nanorc"
|
|
||||||
|
|
||||||
## makefile .am
|
|
||||||
include "~/.nano/gentoo.nanorc"
|
|
||||||
|
|
||||||
## TeX
|
|
||||||
include "~/.nano/tex.nanorc"
|
|
||||||
|
|
||||||
## CSS
|
|
||||||
include "~/.nano/css.nanorc"
|
|
||||||
|
|
||||||
## php
|
|
||||||
include "~/.nano/php.nanorc"
|
|
||||||
|
|
||||||
## XML
|
|
||||||
include "~/.nano/xml.nanorc"
|
|
||||||
|
|
||||||
## Lua
|
|
||||||
include "~/.nano/lua.nanorc"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user