Files
dotbare/.nano/properties.nanorc
2021-08-12 11:11:33 +02:00

7 lines
126 B
Plaintext

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