diff --git a/properties.nanorc b/properties.nanorc new file mode 100644 index 0000000..bb75d45 --- /dev/null +++ b/properties.nanorc @@ -0,0 +1,6 @@ +syntax "properties" "\.properties$" +# property key +icolor green "^[^:=]+[:=]" + +# comments +icolor blue "([[:space:]])*[#!].*$"