-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nanorc.bak
46 lines (35 loc) · 1 KB
/
.nanorc.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# Created by James 1/28/2013
#
# Line-by-line scrolling
set smooth
# Auto-indentation
#set autoindent
# Set tab size
set tabsize 4
# Enable mouse use
#set mouse
# Cut to end of line
#set cut
# Remove blank line below title bar
set morespace
# Mouse support
set mouse
# General syntax highlighting
syntax "comments" ".*"
color brightblue "\#.*"
# Specific Syntax highlighting
#include "/usr/share/nano/nanorc.nanorc" # Nanorc
#include "/usr/share/nano/sh.nanorc" # Bash scripts
#include "/usr/share/nano/c.nanorc" # C/C++
#include "/usr/share/nano/html.nanorc" # HTML
#include "/usr/share/nano/tex.nanorc" # Tex
#include "/usr/share/nano/man.nanorc" # Man-pages
#include "/usr/share/nano/perl.nanorc" # Perl
#include "/usr/share/nano/php.nanorc" # PHP
#include "/usr/share/nano/python.nanorc" # Python
#include "/usr/share/nano/java.nanorc" # Java
# Specific custom syntax
#include "~/.nano-syntax/zshrc.nanorc" # zshrc
#include "~/.nano-syntax/conf.nanorc" # Conf files
#include "~/.nano-syntax/lua.nanorc" # Lua