mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
syntax "properties" "\.properties$"
|
||
|
# property key
|
||
|
icolor green "^[^:=]+[:=]"
|
||
|
|
||
|
# comments
|
||
|
icolor blue "([[:space:]])*[#!].*$"
|