1
0
Fork 0
Nano syntax file for the slope programming language
Go to file
sloum efd22e4594 Initial commit of nanorc. Any nano users out there, feel free to submit improvements 2021-09-16 13:55:57 -07:00
Makefile Initial commit of nanorc. Any nano users out there, feel free to submit improvements 2021-09-16 13:55:57 -07:00
README.md Initial commit of nanorc. Any nano users out there, feel free to submit improvements 2021-09-16 13:55:57 -07:00
slope.nanorc Initial commit of nanorc. Any nano users out there, feel free to submit improvements 2021-09-16 13:55:57 -07:00

README.md

slope syntax for nano

This, as the title suggests, is a syntax highlighting file for the nano text editor.

It is a simplified highlighting syntax in comparrison to the slope vim syntax, but should make things much nicer to work with that using nano without it.

Installation is simple:

make

This will do the following:

  • Copy the syntax file to ~/.local/share/nano/syntax/slope.nanorc, creating this folder structure if need be
  • Append include ~/.local/share/nano/syntax/slope.nanorc to your ~/.nanorc file
  • There is a make target, make remove. This will remove the slope.nanorc file, but will not attempt to remove the include from your .nanorc (in order to safeguard your file)