kaarmu / typst.vim

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

Add space to commentstring #101

Closed yochem closed 2 months ago

yochem commented 2 months ago

From:

//comment

To:

// comment

A space between comment marker and text is also used in the typst docs: https://typst.app/docs/reference/syntax/#comments

kaarmu commented 2 months ago

Thanks!