Skip to content

Commit

Permalink
Merge pull request #1762 from h-east/update-filetype
Browse files Browse the repository at this point in the history
Update filetype.{txt,jax}
  • Loading branch information
h-east authored Oct 22, 2024
2 parents 5b06ba2 + c76514b commit eb91dd4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
16 changes: 15 additions & 1 deletion doc/filetype.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 ファイルタイププラグインは、[[ および ]] で関数の先頭および末尾に移動する
Expand Down
15 changes: 14 additions & 1 deletion en/filetype.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb91dd4

Please sign in to comment.