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
+6
View File
@@ -0,0 +1,6 @@
syntax "properties" "\.properties$"
# property key
icolor green "^[^:=]+[:=]"
# comments
icolor blue "([[:space:]])*[#!].*$"