mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
6 lines
126 B
Text
6 lines
126 B
Text
syntax "properties" "\.properties$"
|
|
# property key
|
|
icolor green "^[^:=]+[:=]"
|
|
|
|
# comments
|
|
icolor blue "([[:space:]])*[#!].*$"
|