Skip to content

777shuang/nanorc-nim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/777shuang/nanorc-nim/master/nim.nanorc -O ~/.nano/nim.nanorc

# System wide installation (Sudo or root access is required)
wget https://raw.githubusercontent.com/777shuang/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!

About

A Nano syntax hightlight for Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published