Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/php-only/injections.scm')
| -rw-r--r-- | runtime/queries/php-only/injections.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/queries/php-only/injections.scm b/runtime/queries/php-only/injections.scm deleted file mode 100644 index 75150f71..00000000 --- a/runtime/queries/php-only/injections.scm +++ /dev/null @@ -1,10 +0,0 @@ -((comment) @injection.content - (#set! injection.language "comment")) - -(heredoc - (heredoc_body) @injection.content - (heredoc_end) @injection.language) - -(nowdoc - (nowdoc_body) @injection.content - (heredoc_end) @injection.language) |