• Stars
    star
    2,852
  • Rank 15,799 (Top 0.4 %)
  • Language
    Shell
  • License
    Other
  • Created about 14 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Improved Nano Syntax Highlighting Files

Improved Nano Syntax Highlighting Files

This repository holds {lang}.nanorc files that have improved definitions of syntax highlighting for various languages.

Installation

There are three ways to install this repo.

1. Automatic installer

Copy the following code to download and run the installer script:

curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh

If your machine doesn't have curl command, use this code:

wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh

This automatically unpacks all the .nanorc files to ~/.nano.

Note

Some syntax definitions which exist in Nano upstream may be preferable to the ones provided by this package.
The install.sh script may be run with -l or --lite to insert the included syntax definitions from this package with lower precedence than the ones provided by the standard package.

2. Package managers

The follow table lists all systems with this package published.
Feel free to add your official package manager.

Systems that are based in others' package managers or repositories are compatible. For example: pacman based systems are compatible with Arch Linux.

System Command
Arch Linux pacman -S nano-syntax-highlighting

3. Clone repo (copy the files)

The files should be placed inside of the ~/.nano/ directory.

You can put the files in another directory inside the correct .nano folder. For example: ~/.nano/nanorc/. For readability will use $install_path for the path of your choose (in system wide the path is always /usr/share/nano-syntax-highlighting/).

For user, only run:

git clone [email protected]:scopatz/nanorc.git $install_path or
git clone https://github.com/scopatz/nanorc.git $install_path

For system wide, run:

sudo git clone https://github.com/scopatz/nanorc.git $install_path

Configuration

After installation, you need to inform nano to used the new highlight files. The configuration file is located at ~/.nanorc, for users, and at /etc/nanorc, for system wide. If this file doesn't exist, create a new one.

Again there are three ways:

1. Include all

Append the content of the folder in one line, with wildcard:

echo "include $install_path/*.nanorc" >> ~/.nanorc or
echo "include $install_path/*.nanorc" >> /etc/nanorc

2. Include/append our nanorc file

Simply run:

cat $install_path/nanorc >> ~/.nanorc or
cat $install_path/nanorc >> /etc/nanorc

3. One by one

Add your preferable languages one by one into the file. For example:

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

Tricks & Tweaks

MacOS

\< and \> are regular character escapes on MacOS.
The bug is fixed in Nano, but this might be a problem if you are using an older version
If this is the case, replace them respectively with [[:<:]] and [[:>:]]. This is reported in Issue 52.

Why not include the original files?

Good question! It's due to the way that nano reads the files, the regex instructions should be in a specific order which is evident in some nanorc files. And if we use the include or extendsyntax commands, the colors or other things may not work as expected.
The best way to make changes is by copying and editing the original files.
Please see this issue.
But if some original nanorc file needs an update, feel free to patch it!

My shortcut is not working!

Please see this issue.

Acknowledgements

Some of these files are derived from the original Nano editor repo

More Repositories

1

hdf5-is-for-lovers

HDF5 Tutorial
CSS
104
star
2

xo

exofrills text editor
Python
95
star
3

pyembree

Python Wrapper for Embree
Python
76
star
4

w3g

Access Warcraft 3 replay files from Python 2 or 3
Python
41
star
5

xontrib-kitty

Xonsh hooks for the Kitty terminal emulator
Python
20
star
6

hiddencode

A sphinx extension for hiding and showing code blocks in reST
Python
16
star
7

umdone-explanation

Explains how umdone works.
5
star
8

pymoab

Python Bindings to MOAB
Python
5
star
9

pyjsoncpp

Python Bindings to JsonCpp
C++
5
star
10

py-sci-curtin

Notebooks for Tutorial at Curtin Instituite
Jupyter Notebook
3
star
11

PurdueSCBC2012

Python
3
star
12

nf-project-inequality

A Discussion on NumFOCUS Project Diversity
Jupyter Notebook
3
star
13

pybackup

Remote backup tool written in Python 3
Python
2
star
14

nitarray

N-sized 'bit' arrays
Python
2
star
15

scipy2012

Possible SciPy 2012 Talks
Python
2
star
16

fc-deploy-opt

Nuclear Fuel Cycle Deployment Optimization
Jupyter Notebook
2
star
17

dissertation

Oh dear god, why?!
Python
2
star
18

umdone

Removes umms from audio files.
Python
2
star
19

w3ml

Warcraft 3 Machine Learning
Python
1
star
20

inequality-scipy2019

Slides for Inequality Talk at SciPy 2019
HTML
1
star
21

physor2012

A paper and data
Python
1
star
22

psam11

PSAM11 Conference Submission
1
star
23

multigroup_paper

An Essential Physics Multigroup Reactor Method
Python
1
star
24

global2011

Global 2011 Confernce
Shell
1
star
25

sensitivity_paper

CT Sensitivity Paper
Shell
1
star
26

src-highlite

Mirror of https://www.gnu.org/software/src-highlite/
HTML
1
star
27

aims-scicomp

AIMS Scientific Computing Course
Python
1
star
28

cyclus-core

1
star
29

cv

My Curriculum Vitae. (Yes, it deserves revision control!)
TeX
1
star
30

ans2015-decay

ANS 2015 Transaction - Decay
TeX
1
star
31

NukeStarToolSuite

Cluster management tools for heterogeneous multi-computers.
Shell
1
star
32

fief

Python
1
star
33

awesome

Configuration and theme files for the awesome window manager.
Lua
1
star
34

python-bullet

Cython-based bindings for Bullet Physics via the XDress library.
C++
1
star
35

ans-annual2012

My roundtable talk
Shell
1
star
36

char

Cross-sections Have Awesome Rates
Python
1
star
37

FuelLearning

Data generation for used fuel machine learning
Python
1
star