highlighting file for Java .properties files

pull/294/head
msuska 4 years ago
parent bcdbd5a782
commit 6ff09050d0

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