mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-04 04:59:20 -06:00
Update README.md
This commit is contained in:
parent
598511d506
commit
dbbbc6aa8e
@ -1,9 +1,9 @@
|
||||
# nvim-ts-autotag
|
||||
|
||||
Use treesitter to autoclose and autorename xml tag
|
||||
|
||||
It work with tsx,vue,svelte. it use treesitter then it only close and rename the tag match with your current cursor.
|
||||
Use treesitter to **autoclose** and **autorename** xml tag
|
||||
|
||||
It work with tsx,vue,svelte.
|
||||
Use treesitter then it only close and rename the tag match with your current cursor.
|
||||
|
||||
|
||||
## Usage
|
||||
@ -11,7 +11,7 @@ It work with tsx,vue,svelte. it use treesitter then it only close and rename the
|
||||
``` text
|
||||
Before Input After
|
||||
------------------------------------
|
||||
<div > <div></div>
|
||||
<div > <div></div>
|
||||
------------------------------------
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user