diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-15 20:02:22 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-16 09:43:57 +0200 |
commit | a0fd51c1e2db17ab21e2a2c907b232d05dfffc88 (patch) | |
tree | 63abcde462f2276e3ccab6846eee7498f234e641 /runtime/doc/filetype.txt | |
parent | 08abb64680c0fb6d31546be22686db4997564b9c (diff) | |
download | rneovim-a0fd51c1e2db17ab21e2a2c907b232d05dfffc88.tar.gz rneovim-a0fd51c1e2db17ab21e2a2c907b232d05dfffc88.tar.bz2 rneovim-a0fd51c1e2db17ab21e2a2c907b232d05dfffc88.zip |
vim-patch:1cc4cae: runtime(typst): Add typst runtime files
closes: vim/vim#15234
https://github.com/vim/vim/commit/1cc4cae961a7b49608ef7bd56837cc723d49db4d
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r-- | runtime/doc/filetype.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 70bbd02790..c20651a775 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -991,6 +991,10 @@ You can change the default by defining the variable g:tex_flavor to the format let g:tex_flavor = "latex" Currently no other formats are recognized. +TYPST *ft-typst-plugin* + + *g:typst_conceal* +When |TRUE| the Typst filetype plugin will set the 'conceallevel' option to 2. VIM *ft-vim-plugin* |