Support .properties extension, fix coloring the equals sign
This commit is contained in:
parent
2a4d3eb13b
commit
b2867a0197
|
@ -1,4 +1,4 @@
|
||||||
hook global BufCreate .*\.(repo|service|target|socket|ini|cfg) %{
|
hook global BufCreate .*\.(repo|service|target|socket|ini|cfg|properties) %{
|
||||||
set-option buffer filetype ini
|
set-option buffer filetype ini
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ add-highlighter shared/ regions -default code ini \
|
||||||
comment '(^|\h)\K[#;]' $ ''
|
comment '(^|\h)\K[#;]' $ ''
|
||||||
|
|
||||||
add-highlighter shared/ini/code regex "^\h*\[[^\]]*\]" 0:title
|
add-highlighter shared/ini/code regex "^\h*\[[^\]]*\]" 0:title
|
||||||
add-highlighter shared/ini/code regex "^\h*([^\[][^=\n]*=)([^\n]*)" 1:variable 2:value
|
add-highlighter shared/ini/code regex "^\h*([^\[][^=\n]*)=([^\n]*)" 1:variable 2:value
|
||||||
|
|
||||||
add-highlighter shared/ini/comment fill comment
|
add-highlighter shared/ini/comment fill comment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user