From dbbbc6aa8e58d5afa6a8a9649787efa38571055f Mon Sep 17 00:00:00 2001 From: windwp Date: Mon, 8 Mar 2021 21:20:19 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ------------------------------------ -
+
------------------------------------ ```