Add octothorpe to php comment highlighters

This commit is contained in:
Mathieu Gagnon 2017-01-29 06:28:28 -05:00
parent 97d99358d1
commit ee9482d90d

View File

@ -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