You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match muti-line selections that has one line with : at the end.
To overcome this you can replace "operand": ":$" by "operand": ":\\z" because \z looks for end of selection and $ match also end of line.
The situation is, with other lines selected, when I also select:
:\n
\n
after:
(without:
):
at the end of line, multi-line indentation can't work using tab.
I can only disable this package to make it functional.
version: ST3 Build 3143
Add: It looks good on markdown syntax, but bad on others.
The text was updated successfully, but these errors were encountered: