|
3 | 3 | helpname: 'filetype' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="filetype.html" name="filetype.txt">filetype.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Apr 16<br> |
| 6 | +<a class="Constant" href="filetype.html" name="filetype.txt">filetype.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Apr 27<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
164 | 164 | *.f g:filetype_f <a class="Identifier" href="syntax.html#ft-forth-syntax">ft-forth-syntax</a><br> |
165 | 165 | *.frm g:filetype_frm <a class="Identifier" href="syntax.html#ft-form-syntax">ft-form-syntax</a><br> |
166 | 166 | *.fs g:filetype_fs <a class="Identifier" href="syntax.html#ft-forth-syntax">ft-forth-syntax</a><br> |
167 | | - *.h g:c_syntax_for_h <a class="Identifier" href="syntax.html#ft-c-syntax">ft-c-syntax</a><br> |
| 167 | + *.h g:c_syntax_for_h <a class="Identifier" href="syntax.html#ft-c-syntax">ft-c-syntax</a> (非推奨)<br> |
| 168 | + *.h g:ch_syntax_for_h <a class="Identifier" href="syntax.html#ft-ch-syntax">ft-ch-syntax</a> (非推奨)<br> |
| 169 | + *.h g:filetype_h <a class="Identifier" href="syntax.html#ft-c-syntax">ft-c-syntax</a><br> |
| 170 | + <a class="Identifier" href="syntax.html#ft-ch-syntax">ft-ch-syntax</a><br> |
| 171 | + <a class="Identifier" href="syntax.html#ft-cpp-syntax">ft-cpp-syntax</a><br> |
168 | 172 | *.i g:filetype_i <a class="Identifier" href="syntax.html#ft-progress-syntax">ft-progress-syntax</a><br> |
169 | 173 | *.inc g:filetype_inc<br> |
170 | 174 | *.lsl g:filetype_lsl<br> |
|
1039 | 1043 | <div class="helpExample"> let g:no_vim_maps = 1</div> |
1040 | 1044 | <br> |
1041 | 1045 | <br> |
| 1046 | +<span class="Statement">YAML </span><a class="Constant" href="filetype.html#ft-yaml-plugin" name="ft-yaml-plugin">ft-yaml-plugin</a><br> |
| 1047 | +デフォルトでは、YAML ファイルタイププラグインは以下のオプションを有効にする:<br> |
| 1048 | +<div class="helpExample"> setlocal shiftwidth=2 softtabstop=2</div> |
| 1049 | +<br> |
| 1050 | +これを無効にするには、以下の変数を設定する:<br> |
| 1051 | +<div class="helpExample"> let g:yaml_recommended_style = 0</div> |
| 1052 | +<br> |
1042 | 1053 | <span class="Statement">ZIG </span><a class="Constant" href="filetype.html#ft-zig-plugin" name="ft-zig-plugin">ft-zig-plugin</a><br> |
1043 | 1054 | <br> |
1044 | 1055 | <a class="Constant" href="filetype.html#g:zig_recommended_style" name="g:zig_recommended_style">g:zig_recommended_style</a><br> |
|
0 commit comments