nvim-treesitter/tests/query/injections/ecma/ecma-test-injections.js

10 lines
119 B
JavaScript
Raw Normal View History

2023-03-21 10:05:52 +02:00
html`<p></p>`;
2023-12-24 12:52:21 +01:00
// ^ @html
2023-03-21 10:05:52 +02:00
html(`<p></p>`);
2023-12-24 12:52:21 +01:00
// ^ @html
2023-03-21 10:05:52 +02:00
svg`<p></p>`;
2023-12-24 12:52:21 +01:00
// ^ @html
2023-03-21 10:05:52 +02:00
svg(`<p></p>`);
2023-12-24 12:52:21 +01:00
// ^ @html
2023-03-21 10:05:52 +02:00