Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 780 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 780 Bytes

Nanorc for Nim

A Nano editor syntax hightlight for the Nim programming language

Installation

to make use of this file
simply download and place the file in the local ~/.nano/ directory for single user configuration

# (for current user only)
# Create the directory in case it doesn't exist
mkdir ~/.nano
# Download and place file
wget https://raw.githubusercontent.com/oples/nanorc-nim/master/nim.nanorc -O ~/.nano/nim.nanorc

# System wide installation (Sudo or root access is required)
wget https://raw.githubusercontent.com/oples/nanorc-nim/master/nim.nanorc -O /usr/share/nano/nim.nanorc

Examples

here's an example of the highlighted syntax

screenshot_example1.png

Info

Pull requests and issues are welcomed!