Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-syntax changes #21

Merged
merged 5 commits into from
Dec 21, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds instructions and formatting fixes to Readme.rst
  • Loading branch information
dbkaplun committed Dec 21, 2013
commit 9a1aa67b2068a89311dbdce3874c5e24b77f9d5d
11 changes: 8 additions & 3 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
Improved Nano Syntax Highlighting Files
***************************************

This repository holds {lang}.nanorc files that have improved
This repository holds ``{lang}.nanorc`` files that have improved
definitions of syntax highlighting for various languages.
These should be placed inside of the ``~/.nano/`` directory.
Alternatively::

git clone git@github.com:scopatz/nanorc.git ~/.nano

Once there you should add the languages you want to your
nano configuration file ``~/.nanorc``. For example::

## C/C++
include "~/.nano/c.nanorc"

You can also copy the contents of ``import.nanorc`` into your
``~/.nanorc`` to include all languages.
You can also append the contents of ``~/.nano/nanorc`` into your
``~/.nanorc`` to include all languages::

cat ~/.nano/nanorc >> ~/.nanorc