File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ NOTE: Vi互換とは全てのオプションがグローバルであることを
149
149
*.asp g:filetype_asp | ft-aspvbs-syntax | | ft-aspperl-syntax |
150
150
*.bas g:filetype_bas | ft-basic-syntax |
151
151
*.cfg g:filetype_cfg
152
+ *.csh g:filetype_csh | ft-csh-syntax |
152
153
*.dat g:filetype_dat
153
154
*.frm g:filetype_frm | ft-form-syntax |
154
155
*.fs g:filetype_fs | ft-forth-syntax |
@@ -160,6 +161,8 @@ NOTE: Vi互換とは全てのオプションがグローバルであることを
160
161
*.pl g:filetype_pl
161
162
*.pp g:filetype_pp | ft-pascal-syntax |
162
163
*.prg g:filetype_prg
164
+ *.r g:filetype_r
165
+ *.sql g:filetype_sql | ft-sql-syntax |
163
166
*.src g:filetype_src
164
167
*.sys g:filetype_sys
165
168
*.sh g:bash_is_sh | ft-sh-syntax |
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 8.2. Last change: 2022 Apr 06
1
+ *syntax.txt* For Vim バージョン 8.2. Last change: 2022 Apr 24
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2120,6 +2120,15 @@ V release 4で供給される標準的なパッケージセットの関数がユ
2120
2120
mv_finance mv_logic mv_powseries
2121
2121
2122
2122
2123
+ MARKDOWN *ft-markdown-syntax*
2124
+
2125
+ 長い区域があるとハイライトが間違う可能性がある。表示が遅くなる代わりに、エンジ
2126
+ ンをさらに振り返らせることで区域の開始に同期させることができる。例として500行
2127
+ の場合: >
2128
+
2129
+ :let g:markdown_minlines = 500
2130
+
2131
+
2123
2132
MATHEMATICA *mma.vim* *ft-mma-syntax* *ft-mathematica-syntax*
2124
2133
2125
2134
次を .vimrc に書いておかないかぎり、空の *.m ファイルは自動的に Matlab のファ
You can’t perform that action at this time.
0 commit comments