nanorc/properties.nanorc

7 lines
126 B
Plaintext

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