7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
syntax "properties" "\.properties$"
|
||
|
# property key
|
||
|
icolor green "^[^:=]+[:=]"
|
||
|
|
||
|
# comments
|
||
|
icolor blue "([[:space:]])*[#!].*$"
|