12 lines
408 B
Text
12 lines
408 B
Text
|
syntax "json" "\.json$"
|
||
|
|
||
|
color blue "\<[-]?[1-9][0-9]*([Ee][+-]?[0-9]+)?\>" "\<[-]?[0](\.[0-9]+)?\>"
|
||
|
color brightblack "\<null\>"
|
||
|
color brightcyan "\<(true|false)\>"
|
||
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
color brightyellow "\"(\\"|[^"])*\"[[:space:]]*:" "'(\'|[^'])*'[[:space:]]*:"
|
||
|
color magenta "\\u[0-9a-fA-F]{4}|\\[bfnrt'"/\\]"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|
||
|
# +EXTRALINT
|