Merge pull request #294 from Betlista/master

highlighting file for Java .properties files
This commit is contained in:
Anthony Scopatz 2020-03-21 18:26:55 -04:00 committed by GitHub
commit 2df2d9c058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:]])*[#!].*$"