This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / i3.nanorc
1 ## Here is an example for i3 Window Manager config
2 ##
3 syntax "i3" "i3/config"
4 header "^(.*)i3 config file"
5
6 color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"
7 color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
8 color green "-[Ldefgruwx]\>"
9 color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>"
10 color brightblue "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|install|let|ln|make|mkdir|mv|rm|sed|set|tar|touch|umask|unset)\>"
11 icolor brightgreen "^\s+[0-9A-Z_]+\s+\(\)"
12 icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
13 color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
14 color cyan "(^|[[:space:]])#.*$"
15 color ,green "[[:space:]]+$"