kaarmu / typst.vim

Vim plugin for Typst
MIT License
281 stars 24 forks source link

Fix regex for indent #88

Closed sh1l0h closed 5 months ago

sh1l0h commented 6 months ago

Description

Previously, the regex also matched '\' at the end of lines, causing unintended indentation. This PR rectifies this issue.

kaarmu commented 5 months ago

Thanks!