Last active
December 22, 2015 13:50
-
-
Save danishanees/08f23fc83b3ad523b337 to your computer and use it in GitHub Desktop.
nano_syntax_highlighting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Nanorc files | |
| include "/usr/share/nano/nanorc.nanorc" | |
| ## C/C++ | |
| include "/usr/share/nano/c.nanorc" | |
| ## HTML | |
| include "/usr/share/nano/html.nanorc" | |
| ## TeX | |
| include "/usr/share/nano/tex.nanorc" | |
| ## Quoted emails (under e.g. mutt) | |
| include "/usr/share/nano/mutt.nanorc" | |
| ## Patch files | |
| include "/usr/share/nano/patch.nanorc" | |
| ## Manpages | |
| include "/usr/share/nano/man.nanorc" | |
| ## Groff | |
| include "/usr/share/nano/groff.nanorc" | |
| ## Perl | |
| include "/usr/share/nano/perl.nanorc" | |
| ## Python | |
| include "/usr/share/nano/python.nanorc" | |
| ## Ruby | |
| include "/usr/share/nano/ruby.nanorc" | |
| ## Java | |
| include "/usr/share/nano/java.nanorc" | |
| ## Assembler | |
| include "/usr/share/nano/asm.nanorc" | |
| ## Bourne shell scripts | |
| include "/usr/share/nano/sh.nanorc" | |
| ## POV-Ray | |
| include "/usr/share/nano/pov.nanorc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment