Go to file
Anthony Scopatz dfe06c324c Merge pull request #10 from mariuszs/master
New highlight for nano, fixed git commit highlight
2013-05-31 13:43:57 -07:00
Readme.rst Added lua.nanorc 2011-02-02 13:58:00 -06:00
apacheconf.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
asm.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
c.nanorc Some minor changes to c and xml 2012-12-10 20:23:03 -06:00
cmake.nanorc edits to cmake to make more readable. 2012-11-08 13:22:38 -06:00
conf.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
css.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
cython.nanorc Added unsigned to cython. 2012-11-17 11:31:54 -08:00
fish.nanorc Nano Syntax Highlighting for Fish Shelll 2013-05-31 22:33:54 +02:00
fortran.nanorc updated nano 2013-02-01 10:32:15 -06:00
gentoo.nanorc applied patch 2013-03-27 10:58:49 -05:00
git.nanorc Working GIT commit message syntax highligter 2013-05-31 22:38:52 +02:00
groff.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
haml.nanorc Added haml.nanorc 2012-03-12 15:36:30 +01:00
html.nanorc Edited html.nanorc via GitHub 2011-06-15 03:35:47 -07:00
java.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
js.nanorc Added JavaScript rc 2012-06-13 13:12:05 -05:00
lua.nanorc Added lua.nanorc 2011-02-02 13:58:00 -06:00
man.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
mutt.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
nanorc.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
patch.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
perl.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
php.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
pkgbuild.nanorc Added Arch Linux PKGBUILD nanorc. 2012-11-26 11:17:20 +00:00
pov.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
python.nanorc fixed decorator highlighting. 2012-12-20 22:44:04 -06:00
reST.nanorc First nanorc commit. 2010-07-28 17:15:43 -05:00
ruby.nanorc Added extra ruby syntax files 2012-10-12 11:26:13 -04:00
sh.nanorc Added default bash files to sh.nanorc 2012-09-25 17:20:55 -05:00
tex.nanorc Forgot some regex bs 2011-06-26 17:34:26 -05:00
xml.nanorc Some minor changes to c and xml 2012-12-10 20:23:03 -06:00
zshrc.nanorc zshrc added 2012-09-25 14:18:36 -04:00

Readme.rst

***************************************
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"

    ## Lua
    include "~/.nano/lua.nanorc"