Initial Commit
This commit is contained in:
10
nano/syntax/properties.nanorc
Normal file
10
nano/syntax/properties.nanorc
Normal file
@ -0,0 +1,10 @@
|
||||
syntax "properties" "\.properties$"
|
||||
|
||||
color brightblack "^[[:space:]]*[^#!]([^:= ]|\\[:= ])*[:= ]"
|
||||
color red "[:=]"
|
||||
color magenta "\\([#!=: ]|$)"
|
||||
color magenta "\\u[[:xdigit:]]{4}"
|
||||
color cyan "^[[:space:]]*[#!].*$"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,red " + +| + +"
|
||||
# +EXTRALINT
|
Reference in New Issue
Block a user