This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / json.nanorc
1 syntax "JSON" "\.json$"
2 header "^\{$"
3 # You can't add a comment to JSON.
4 comment ""
5
6 color blue   "\<[-]?[1-9][0-9]*([Ee][+-]?[0-9]+)?\>"  "\<[-]?[0](\.[0-9]+)?\>"
7 color cyan  "\<null\>"
8 color brightcyan "\<(true|false)\>"
9 color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
10 color brightyellow "\"(\\"|[^"])*\"[[:space:]]*:"  "'(\'|[^'])*'[[:space:]]*:"
11 color magenta   "\\u[0-9a-fA-F]{4}|\\[bfnrt'"/\\]"
12 color ,green "[[:space:]]+$"
13 color ,red "    + +| +  +"