diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-05-21 11:27:43 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-05-23 10:13:41 +0200 |
| commit | 9742f188ff538e2820189717a7f7bc5f9351539c (patch) | |
| tree | 994bb3a5d363113e5eb9b6448053432b13367e30 | |
| parent | 9d1d9b1b9438f8c5b2d4c48fe040160b0ac6b316 (diff) | |
HTML: remove `@combined` from injections
| -rw-r--r-- | queries/html_tags/injections.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/html_tags/injections.scm b/queries/html_tags/injections.scm index f12a6859..80c0d2a4 100644 --- a/queries/html_tags/injections.scm +++ b/queries/html_tags/injections.scm @@ -4,4 +4,4 @@ ((script_element (raw_text) @javascript)) -(comment) @comment @combined +(comment) @comment |
