This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / vala.nanorc
1 syntax "Vala" "\.vala$"
2
3 color green     "\<(float|double|bool|char|int|uint|short|long|void|(un)?signed)\>"
4 color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[()]"
5 color cyan  "\<(for|if|while|do|else|case|default|switch|try|throw|catch)\>"
6 color cyan  "\<(inline|typedef|struct|enum|union|extern|static|const)\>"
7 color cyan  "\<(operator|new|delete|return|null)\>"
8 color cyan  "\<(class|override|private|public|signal|this|weak)\>"
9 color brightred     "\<(goto|break|continue)\>"
10 color brightcyan "\<(true|false)\>"
11 color blue   "\<([0-9]+)\>"
12 color red "[-+/*=<>?:!~%&|]" "->"
13 color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
14 color brightblack "(^|[[:space:]])//.*"
15 color brightblack start="/\*" end="\*/"
16 color brightwhite,cyan "TODO:?"
17 color ,green "[[:space:]]+$"
18 color ,red "    + +| +  +"