highlighting file for Java .properties files

This commit is contained in:
msuska 2020-03-21 16:18:26 +01:00
parent bcdbd5a782
commit 6ff09050d0
1 changed files with 6 additions and 0 deletions

6
properties.nanorc Normal file
View File

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