From 9c3062ac3d86b4deb34f105102e26c7ed4138d9d Mon Sep 17 00:00:00 2001 From: bokunodev Date: Sat, 11 Jul 2020 19:00:10 +0700 Subject: [PATCH] auto close xml/html tag [based on my current need] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2522382..7d3688ab 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,5 @@ Plugin | Description [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document [`workspace`](plugins/workspace.lua?raw=1) | Retains project's layout and open documents between sessions +[`xhtmltag`](https://github.com/bokunodev/lite_modules/blob/master/plugins/xhtmltag.lua?raw=1) | Automatically close xml/html tags with keyboard shortcuts. +