diff --git a/README.md b/README.md index 652c820..068cd4f 100644 --- a/README.md +++ b/README.md @@ -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 ------------------------------------ -
+
------------------------------------ ```