Add octothorpe to php comment highlighters
This commit is contained in:
parent
97d99358d1
commit
ee9482d90d
|
@ -12,7 +12,8 @@ add-highlighter -group / regions -default code php \
|
|||
double_string '"' (?<!\\)(\\\\)*" '' \
|
||||
single_string "'" (?<!\\)(\\\\)*' '' \
|
||||
comment // '$' '' \
|
||||
comment /\* \*/ ''
|
||||
comment /\* \*/ '' \
|
||||
comment '#' '$' ''
|
||||
|
||||
add-highlighter -group /php/double_string fill string
|
||||
add-highlighter -group /php/single_string fill string
|
||||
|
|
Loading…
Reference in New Issue
Block a user