mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
First nanorc commit.
This commit is contained in:
commit
2d2bb4ba12
24 changed files with 508 additions and 0 deletions
57
Readme.rst
Normal file
57
Readme.rst
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
***************************************
|
||||
Improved Nano Syntax Highlighting Files
|
||||
***************************************
|
||||
|
||||
This repository holds {lang}.nanorc files that have imporved
|
||||
definitions of syntax highlighting for various languages.
|
||||
These should be placed inside of the ``~/.nano/`` directory.
|
||||
|
||||
Once there you should add the languages you want to your
|
||||
nano configuration file ``~/.nanorc``. For example,
|
||||
my config file includes::
|
||||
|
||||
## C/C++
|
||||
include "~/.nano/c.nanorc"
|
||||
|
||||
## Fortran
|
||||
include "~/.nano/fortran.nanorc"
|
||||
|
||||
## 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue