|
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 Mar 15<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 16<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
169 | 169 | *.inc g:filetype_inc<br> |
170 | 170 | *.lsl g:filetype_lsl<br> |
171 | 171 | *.m g:filetype_m <a class="Identifier" href="syntax.html#ft-mathematica-syntax">ft-mathematica-syntax</a><br> |
| 172 | + *[mM]makefile,*.mk,<span class="MissingTag">.mak,[mM]akefile</span><br> |
| 173 | + g:make_flavor <a class="Identifier" href="syntax.html#ft-make-syntax">ft-make-syntax</a><br> |
172 | 174 | *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,*.md<br> |
173 | 175 | g:filetype_md <a class="Identifier" href="syntax.html#ft-pandoc-syntax">ft-pandoc-syntax</a><br> |
174 | 176 | *.mod g:filetype_mod<br> |
|
655 | 657 | <span class="Comment">:Cycle</span> コマンドは、<span class="Special">CTRL-A</span> キーと <span class="Special">CTRL-X</span> キーにもマップされる。<br> |
656 | 658 | 詳細については <span class="Comment">git-rebase --help</span> を参照。<br> |
657 | 659 | <br> |
| 660 | +<span class="Statement">GLEAM </span><a class="Constant" href="filetype.html#ft-gleam-plugin" name="ft-gleam-plugin">ft-gleam-plugin</a><br> |
| 661 | +<br> |
| 662 | +デフォルトでは、推奨される gleam スタイルに以下のオプションが設定されている:<br> |
| 663 | +<br> |
| 664 | +<div class="helpExample"> setlocal expandtab shiftwidth=2 softtabstop=2</div> |
| 665 | +<br> |
| 666 | +この動作を無効にするには、vimrc で以下の変数を設定する:<br> |
| 667 | +<br> |
| 668 | +<div class="helpExample"> let g:gleam_recommended_style = 0</div> |
| 669 | +<br> |
658 | 670 | <span class="Statement">GO </span><a class="Constant" href="filetype.html#ft-go-plugin" name="ft-go-plugin">ft-go-plugin</a><br> |
659 | 671 | <br> |
660 | 672 | デフォルトでは、Golang の公式ドキュメントに基づいて、以下のオプションが設定さ<br> |
|
0 commit comments