mydotfiles/nano/properties.nanorc
2023-11-15 12:57:11 +03:00

6 lines
126 B
Text
Executable file

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