From f13420ccff1dfca4a2e42c43f56f66b240dd1d2e Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 24 Jun 2023 14:33:45 +0200 Subject: fix: remove upstreamed directives `#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype` --- runtime/queries/php_only/injections.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'runtime/queries/php_only') diff --git a/runtime/queries/php_only/injections.scm b/runtime/queries/php_only/injections.scm index 368177643..42ee2d67d 100644 --- a/runtime/queries/php_only/injections.scm +++ b/runtime/queries/php_only/injections.scm @@ -4,14 +4,12 @@ (heredoc (heredoc_body) @injection.content (heredoc_end) @injection.language - (#set! injection.include-children) - (#downcase! @injection.language)) + (#set! injection.include-children)) (nowdoc (nowdoc_body) @injection.content (heredoc_end) @injection.language - (#set! injection.include-children) - (#downcase! @injection.language)) + (#set! injection.include-children)) ; regex ((function_call_expression -- cgit v1.2.3-70-g09d2