1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

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

6
properties.nanorc Normal file
View File

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