mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 10:50:26 +01:00
highlighting file for Java .properties files
This commit is contained in:
parent
bcdbd5a782
commit
6ff09050d0
6
properties.nanorc
Normal file
6
properties.nanorc
Normal file
|
@ -0,0 +1,6 @@
|
|||
syntax "properties" "\.properties$"
|
||||
# property key
|
||||
icolor green "^[^:=]+[:=]"
|
||||
|
||||
# comments
|
||||
icolor blue "([[:space:]])*[#!].*$"
|
Loading…
Reference in New Issue
Block a user