File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- *filetype.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+ *filetype.txt* For Vim バージョン 9.1. Last change: 2025 Dec 07
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -144,6 +144,7 @@ NOTE: Vi互換とは全てのオプションがグローバルであることを
144144できる:
145145
146146 ファイル名 変数 ~
147+ *.app g:filetype_app
147148 *.asa g:filetype_asa | ft-aspperl-syntax |
148149 | ft-aspvbs-syntax |
149150 *.asm g:asmsyntax | ft-asm-syntax |
Original file line number Diff line number Diff line change 1- *filetype.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+ *filetype.txt* For Vim version 9.1. Last change: 2025 Dec 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -138,6 +138,7 @@ what kind of file it is. This doesn't always work. A number of global
138138variables can be used to overrule the filetype used for certain extensions:
139139
140140 file name variable ~
141+ *.app g:filetype_app
141142 *.asa g:filetype_asa | ft-aspperl-syntax |
142143 | ft-aspvbs-syntax |
143144 *.asm g:asmsyntax | ft-asm-syntax |
You can’t perform that action at this time.
0 commit comments