]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(typst): Improve ftplugin, and syntax file
authorDoug Kearns <dougkearns@gmail.com>
Wed, 1 Jul 2026 20:35:32 +0000 (20:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 1 Jul 2026 20:35:32 +0000 (20:35 +0000)
commitdd8975428bae4139d400df1ebac96aec65633089
tree33450c014176ef942639cf0a5b99c932cacc3159
parent86d8af37ba90ced2236afcb3572c6cb2a1594788
runtime(typst): Improve ftplugin, and syntax file

- Move whitespace formatting settings from the indent to the filetype
  plugin behind a "typst_recommended_style" config option.
- Set browsefilter
- Improve syntax file

Thanks to Maxim Kim for taking on maintainership of the typst runtime
files.

related: #20036
closes:  #20077

Co-authored-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/autoload/typst.vim
runtime/doc/filetype.txt
runtime/ftplugin/typst.vim
runtime/indent/typst.vim
runtime/syntax/typst.vim