mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-02 09:49:15 -06:00
b525525b6a
* refactor: use lua apis to bind keys * refactor: use nvim lua api for rename aucmd * fix: callback for autoclose use nvim_win_set_cursor * feat: support html in js template tags fix: add default bufnr when creating bindings test: lit templates fix: template strings
7 lines
32 B
TypeScript
7 lines
32 B
TypeScript
const html = x => x;
|
|
html`
|
|
|
|
|
|
|
|
`
|