11 lines
285 B
Text
11 lines
285 B
Text
|
syntax "properties" "\.properties$"
|
||
|
|
||
|
color brightblack "^[[:space:]]*[^#!]([^:= ]|\\[:= ])*[:= ]"
|
||
|
color red "[:=]"
|
||
|
color magenta "\\([#!=: ]|$)"
|
||
|
color magenta "\\u[[:xdigit:]]{4}"
|
||
|
color cyan "^[[:space:]]*[#!].*$"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|
||
|
# +EXTRALINT
|