V1.2.0 - Fix bug, and add some new futures
V1.2.0
- Add folding between
{region xxxx}
and{endregion xxxx}
- Add Nesting between
{region xxxx}
and{endregion xxxx}
- Auto closing brackets in strings and comments
- remove unused dependency with dependabot alert.
- add wordPattern and indentationRules into language configuration
- fix bug - issue #13, formatter formats dashed variable
foo-bar
-->foo - bar