atom / snippets

Atom snippets package
MIT License
206 stars 102 forks source link

Indent tab stops that start from the first line of snippet properly #303

Open Ingramz opened 4 years ago

Ingramz commented 4 years ago

Description of the Change

This fixes a simple case of tab stop indentation not applying properly if following conditions are met: 1) The snippet's tab stop starts from the initial line of the snippet and ends on another line 2) The snippet expanded on an indented position on the document.

Alternate Designs

None considered.

Benefits

Bugfix.

Possible Drawbacks

Anticipating none.

Applicable Issues

https://github.com/jawee/language-blade/pull/92#issuecomment-617343497