mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
d99b6177c2
* Add php-only language config and queries php-only is required enabling php injections like in blade templates * Add blade templates support
10 lines
241 B
Scheme
10 lines
241 B
Scheme
((text) @injection.content
|
|
(#set! injection.combined)
|
|
(#set! injection.language php))
|
|
|
|
((php_only) @injection.content
|
|
(#set! injection.language php-only))
|
|
((parameter) @injection.content
|
|
(#set! injection.language php-only))
|
|
|