nvim-treesitter/tests/query/injections/ecma/ecma-test-injections.js
2023-03-22 02:28:21 -04:00

9 lines
115 B
JavaScript

html`<p></p>`;
// ^ html
html(`<p></p>`);
// ^ html
svg`<p></p>`;
// ^ html
svg(`<p></p>`);
// ^ html