mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
highlighting file for Java .properties files
This commit is contained in:
parent
bcdbd5a782
commit
6ff09050d0
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue