1
0
mirror of https://github.com/scopatz/nanorc synced 2025-02-04 19:07:17 +01:00
Anthony Scopatz f8e1998e27 applied patch
2013-03-27 10:58:49 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2012-12-10 20:23:03 -06:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2012-11-17 11:31:54 -08:00
2013-02-01 10:32:15 -06:00
2013-03-27 10:58:49 -05:00
2010-07-28 17:15:43 -05:00
2012-03-12 15:36:30 +01:00
2011-06-15 03:35:47 -07:00
2010-07-28 17:15:43 -05:00
2012-06-13 13:12:05 -05:00
2011-02-02 13:58:00 -06:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2010-07-28 17:15:43 -05:00
2012-12-20 22:44:04 -06:00
2011-02-02 13:58:00 -06:00
2010-07-28 17:15:43 -05:00
2012-10-12 11:26:13 -04:00
2011-06-26 17:34:26 -05:00
2012-12-10 20:23:03 -06:00
2012-09-25 14:18:36 -04:00

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

Description
No description provided
Readme 5.8 MiB
Languages
reStructuredText 62.6%
Shell 37.4%