Skip to content

Commit

Permalink
* NanoRC Files: Copy linter and magic from nano 4.6 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
earboxer committed Dec 18, 2019
1 parent 97f06f6 commit db98b9f
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions asm.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Here is an example for assembler.
##
syntax "ASM" "\.(S|s|asm)$"
magic "assembler source"
comment "//"

color red "\<[A-Z_]{2,}\>"
Expand Down
1 change: 1 addition & 0 deletions awk.nanorc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
syntax "AWK" "\.awk$"
header "^#!.*bin/(env +)?awk( |$)"
magic "awk script"
comment "#"

color brightyellow "\$[A-Za-z0-9_!@#$*?-]+"
Expand Down
1 change: 1 addition & 0 deletions c.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Here is an example for C/C++.
##
syntax "C" "\.(c(c|pp|xx)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$" "\.(def)$"
magic "^(C|C\+\+) (source|program)"
comment "//"
color brightred "\<[A-Z_][0-9A-Z_]+\>"
color green "\<(float|double|bool|char|wchar_t|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
Expand Down
1 change: 1 addition & 0 deletions java.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Here is an example for Java.
##
syntax "Java" "\.java$"
magic "Java "
comment "//"

color green "\<(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\>"
Expand Down
3 changes: 3 additions & 0 deletions lua.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@

# Automatically use for '.lua' files
syntax "Lua" ".*\.lua$"
magic "Lua script"
comment "--"

linter luacheck --no-color

# General
color brightwhite ".+"

Expand Down
1 change: 1 addition & 0 deletions makefile.nanorc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
syntax "Makefile" "([Mm]akefile|\.ma?k)$"
header "^#!.*/(env +)?[bg]?make( |$)"
magic "makefile script"
comment "#"

color cyan "\<(ifeq|ifdef|ifneq|ifndef|else|endif)\>"
Expand Down
1 change: 1 addition & 0 deletions man.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Here is an example for manpages.
##
syntax "Man" "\.[1-9]x?$"
magic "troff or preprocessor input"
comment ".\""

color green "\.(S|T)H.*$"
Expand Down
1 change: 1 addition & 0 deletions ocaml.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Syntax highlighting for OCaml.

syntax "OCaml" "\.mli?$"
magic "OCaml"
comment "(*|*)"

#uid
Expand Down
1 change: 1 addition & 0 deletions patch.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Here is an example for patch files.
##
syntax "Patch" "\.(patch|diff)$"
magic "diff output"
# You can't add comments in patch files.
comment ""

Expand Down
1 change: 1 addition & 0 deletions perl.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
##
syntax "Perl" "\.p[lm]$"
header "^#!.*/(env +)?perl( |$)"
magic "Perl script"
comment "#"

color red "\<(accept|alarm|atan2|bin(d|mode)|c(aller|h(dir|mod|op|own|root)|lose(dir)?|onnect|os|rypt)|d(bm(close|open)|efined|elete|ie|o|ump)|e(ach|of|val|x(ec|ists|it|p))|f(cntl|ileno|lock|ork))\>" "\<(get(c|login|peername|pgrp|ppid|priority|pwnam|(host|net|proto|serv)byname|pwuid|grgid|(host|net)byaddr|protobynumber|servbyport)|([gs]et|end)(pw|gr|host|net|proto|serv)ent|getsock(name|opt)|gmtime|goto|grep|hex|index|int|ioctl|join)\>" "\<(keys|kill|last|length|link|listen|local(time)?|log|lstat|m|mkdir|msg(ctl|get|snd|rcv)|next|oct|open(dir)?|ord|pack|pipe|pop|printf?|push|q|qq|qx|rand|re(ad(dir|link)?|cv|do|name|quire|set|turn|verse|winddir)|rindex|rmdir|s|scalar|seek(dir)?)\>" "\<(se(lect|mctl|mget|mop|nd|tpgrp|tpriority|tsockopt)|shift|shm(ctl|get|read|write)|shutdown|sin|sleep|socket(pair)?|sort|spli(ce|t)|sprintf|sqrt|srand|stat|study|substr|symlink|sys(call|read|tem|write)|tell(dir)?|time|tr(y)?|truncate|umask)\>" "\<(un(def|link|pack|shift)|utime|values|vec|wait(pid)?|wantarray|warn|write)\>"
Expand Down
1 change: 1 addition & 0 deletions php.nanorc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## PHP Syntax Highlighting
syntax "PHP" "\.php[2345s~]?$"
magic "PHP script"
comment "//"
color white start="<\?(php|=)?" end="\?>"
# Functions
Expand Down
2 changes: 2 additions & 0 deletions python.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ header "^#!.*/(env +)?python[-0-9._]*( |$)"
magic "Python script"
comment "#"

linter pyflakes

## built-in objects
color cyan "\<(None|self|True|False)\>"
## built-in attributes
Expand Down
2 changes: 2 additions & 0 deletions ruby.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
##
syntax "Ruby" "\.rb$" "Gemfile" "config.ru" "Rakefile" "Capfile" "Vagrantfile"
header "^#!.*/(env +)?ruby( |$)"
magic "Ruby script"
linter ruby -w -c
comment "#"

## Asciibetical list of reserved words
Expand Down
3 changes: 3 additions & 0 deletions sh.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
##
syntax "SH" "\.sh$" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_login" "\.bash_logout" "\.bash_profile" "bash_profile" "\.profile" "revise\..+$"
header "^#!.*/(env +)?(ba)?sh( |$)"
magic "(POSIX|Bourne-Again) shell script.*text"
comment "#"

linter dash -n

## keywords:
color green "\<(case|do|done|elif|else|esac|fi|for|function|if|in|select|then|time|until|while)\>"
color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
Expand Down
1 change: 1 addition & 0 deletions tcl.nanorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
syntax "TCL" "\.tcl$"
header "^#!.*/(env +)?tclsh( |$)"

magic "Tcl(/Tk)? script"
comment "#"

## Standard Tcl [info commands]
Expand Down
3 changes: 3 additions & 0 deletions tex.nanorc
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Here is a short example for TeX files.
##
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
magic "(La)?TeX document"
comment "%"

linter chktex -v0 -q -I

color yellow "\$(\\\$|[^$])*[^\\]\$"
color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
icolor green "\\.|\\[A-Z]*"
Expand Down
2 changes: 2 additions & 0 deletions xml.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
##

syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
header "<\?xml.*version=.*\?>"
magic "(XML|SGML) (sub)?document"
comment "<!--|-->"
color white "^.+$"
color green start="<" end=">"
Expand Down

0 comments on commit db98b9f

Please sign in to comment.