mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 01:24:52 +03:00
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