From c76514b7385f47db6f7620529fd10463f1a2a855 Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 22 Oct 2024 15:55:55 +0900 Subject: [PATCH] Update filetype.{txt,jax} --- doc/filetype.jax | 16 +++++++++++++++- en/filetype.txt | 15 ++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/doc/filetype.jax b/doc/filetype.jax index 2f5aaa5ad..695341282 100644 --- a/doc/filetype.jax +++ b/doc/filetype.jax @@ -1,4 +1,4 @@ -*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Oct 21 VIMリファレンスマニュアル by Bram Moolenaar @@ -933,6 +933,20 @@ TYPST *ft-typst-plugin* |TRUE| の場合、Typst ファイルタイププラグインは 'conceallevel' オプションを 2 に設定する。 + *g:typst_folding* +|TRUE| の場合、Typst ファイルタイププラグインは見出しを折り畳む。(デフォルト: +|FALSE|) + +有効にするには: > + let g:typst_folding = 1 +< + *g:typst_foldnested* +|TRUE| の場合、Typst ファイルタイププラグインはネストされた見出しを親の下に折 +り畳む。(デフォルト: |TRUE|) + +無効にするには: > + let g:typst_foldnested = 0 +< VIM *ft-vim-plugin* Vim ファイルタイププラグインは、[[ および ]] で関数の先頭および末尾に移動する diff --git a/en/filetype.txt b/en/filetype.txt index 252551c35..be3ba021d 100644 --- a/en/filetype.txt +++ b/en/filetype.txt @@ -1,4 +1,4 @@ -*filetype.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*filetype.txt* For Vim version 9.1. Last change: 2024 Oct 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -939,6 +939,19 @@ TYPST *ft-typst-plugin* *g:typst_conceal* When |TRUE| the Typst filetype plugin will set the 'conceallevel' option to 2. + *g:typst_folding* +When |TRUE| the Typst filetype plugin will fold headings. (default: |FALSE|) + +To enable: > + let g:typst_folding = 1 +< + *g:typst_foldnested* +When |TRUE| the Typst filetype plugin will fold nested heading under their parents +(default: |TRUE|) + +To disable: > + let g:typst_foldnested = 0 +< VIM *ft-vim-plugin* The Vim filetype plugin defines mappings to move to the start and end of