-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nanorc
52 lines (37 loc) · 794 Bytes
/
.nanorc
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
46
47
48
49
50
51
set autoindent
set constantshow
set positionlog
set smarthome
set smooth
set softwrap
set tabsize 4
set tabstospaces
set wordbounds
########### SYNTAX HIGHLIGHTING BY @serialhex ###########
## Python
include "~/.nano/python.nanorc"
## C/C++
include "~/.nano/c.nanorc"
## nano highlighting nano!!
include "~/.nano/nanorc.nanorc"
## Bourne shell scripts
include "~/.nano/bash.nanorc"
## CSS
include "~/.nano/css.nanorc"
## HTML
include "~/.nano/html.nanorc"
## Markdown
include "~/.nano/markdown.nanorc"
## JavaScript
include "~/.nano/js.nanorc"
## Makefile
include "~/.nano/makefile.nanorc"
## Man
include "~/.nano/man.nanorc"
## Tex
include "~/.nano/tex.nanorc"
## XOrg
include "~/.nano/xorg.nanorc"
## Apache
include "~/.nano/apache2.nanorc"
include "~/.nano/apacheconf.nanorc"