1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 16:00:07 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/injections/ecma/ecma-test-injections.js

10 lines
115 B
JavaScript

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