From 6ff09050d017cc0968ffc61e4c42f8770d29efa1 Mon Sep 17 00:00:00 2001 From: msuska Date: Sat, 21 Mar 2020 16:18:26 +0100 Subject: [PATCH] highlighting file for Java .properties files --- properties.nanorc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 properties.nanorc 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:]])*[#!].*$"