Skip to content

Commit 7876d2b

Browse files
committed
Update filetype.{txt,jax}
1 parent 8155951 commit 7876d2b

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

doc/filetype.jax

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1+
*filetype.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -659,6 +659,18 @@ HARE *ft-hare*
659659
このプラグインのテキストはかなり長いため、別ファイル |ft_hare.txt| に配置され
660660
ている: |ft_hare.txt|
661661

662+
IDRIS2 *ft-idris2-plugin*
663+
664+
デフォルトでは、以下のオプションが設定されている: >
665+
666+
setlocal shiftwidth=2 tabstop=2 expandtab
667+
setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--
668+
setlocal commentstring=--\ %s
669+
setlocal wildignore+=*.ibc
670+
671+
インデントにスペースではなくタブを使用するには、vimrc に以下の変数を設定する: >
672+
673+
let g:idris2#allow_tabchar = 1
662674
663675
JAVA *ft-java-plugin*
664676

en/filetype.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2024 Nov 09
1+
*filetype.txt* For Vim version 9.1. Last change: 2024 Nov 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -667,6 +667,19 @@ HARE *ft-hare*
667667
Since the text for this plugin is rather long it has been put in a separate
668668
file: |ft_hare.txt|.
669669

670+
IDRIS2 *ft-idris2-plugin*
671+
672+
By default the following options are set: >
673+
674+
setlocal shiftwidth=2 tabstop=2 expandtab
675+
setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--
676+
setlocal commentstring=--\ %s
677+
setlocal wildignore+=*.ibc
678+
679+
To use tabs instead of spaces for indentation, set the following variable
680+
in your vimrc: >
681+
682+
let g:idris2#allow_tabchar = 1
670683
671684
JAVA *ft-java-plugin*
672685

0 commit comments

Comments
 (0)