nvim-treesitter/tests/query/injections/ecma/ecma-test-injections.js
2024-01-19 16:58:37 +01:00

9 lines
119 B
JavaScript

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