December 19, 2018
- Fix jsx syntax when using tree sitter
- Fix redo for start tag sync
December 15, 2018
- Fix html syntax when using tree sitter
May 8, 2018
- Add Laravel Blade to default scopes
May 1, 2018
- Improve logic for making sure current tag is complete before searching for match
April 27, 2018
- Fix bug when adding inner tag that is similar to it's parent
April 26, 2018
- Changed
allowEndTagSync
config default to false - Added erb and php to default enabled scopes
April 24, 2018
- Removed deprecated
undo
option fromsetTextInBufferRange
November 3, 2017
- Added option to disable end tag syncing
November 3, 2017
- Get clipboard history working
June 29, 2017
- Add support for editing end tag
March 27, 2017
- Code clean up
March 24, 2017
- Allowed backspacing into tag to edit it
March 14, 2017
- Added support for xml and marko
March 14, 2017
- Really fix tags with attributes not on the first line
- Don't allow invalid characters in tags to have an effect
August 10, 2016
- Fixed tag finding regex when the tag has no attributes on the first line, but attributes on the second line
August 10, 2016
- Fixed tag finding regex so php/erb inside of a tag is not confused for an html tag
May 23, 2016
- Added support for JSX and Angular
May 12, 2016
- First Release