mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
html`<p></p>`;
|
|
// ^ @html
|
|
html(`<p></p>`);
|
|
// ^ @html
|
|
svg`<p></p>`;
|
|
// ^ @html
|
|
svg(`<p></p>`);
|
|
// ^ @html
|
|
|