We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cef7ba commit 81e126cCopy full SHA for 81e126c
languages/php/injections.scm
@@ -6,6 +6,9 @@
6
(#match? @injection.content "^/\\*\\*[^*]")
7
(#set! injection.language "phpdoc"))
8
9
+((comment) @injection.content
10
+ (#set! injection.language "comment"))
11
+
12
((heredoc_body) (heredoc_end) @injection.language) @injection.content
13
14
((nowdoc_body) (heredoc_end) @injection.language) @injection.content
0 commit comments