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 @@ -143,6 +143,7 @@ variables can be used to overrule the filetype used for certain extensions:
143
143
*.asp g:filetype_asp | ft-aspvbs-syntax | | ft-aspperl-syntax |
144
144
*.bas g:filetype_bas | ft-basic-syntax |
145
145
*.cfg g:filetype_cfg
146
+ *.csh g:filetype_csh | ft-csh-syntax |
146
147
*.dat g:filetype_dat
147
148
*.frm g:filetype_frm | ft-form-syntax |
148
149
*.fs g:filetype_fs | ft-forth-syntax |
@@ -154,6 +155,8 @@ variables can be used to overrule the filetype used for certain extensions:
154
155
*.pl g:filetype_pl
155
156
*.pp g:filetype_pp | ft-pascal-syntax |
156
157
*.prg g:filetype_prg
158
+ *.r g:filetype_r
159
+ *.sql g:filetype_sql | ft-sql-syntax |
157
160
*.src g:filetype_src
158
161
*.sys g:filetype_sys
159
162
*.sh g:bash_is_sh | ft-sh-syntax |
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 8.2. Last change: 2022 Apr 06
1
+ *syntax.txt* For Vim version 8.2. Last change: 2022 Apr 24
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2197,6 +2197,15 @@ $VIMRUNTIME/syntax/syntax.vim).
2197
2197
mv_finance mv_logic mv_powseries
2198
2198
2199
2199
2200
+ MARKDOWN *ft-markdown-syntax*
2201
+
2202
+ If you have long regions there might be wrong highlighting. At the cost of
2203
+ slowing down displaying, you can have the engine look further back to sync on
2204
+ the start of a region, for example 500 lines: >
2205
+
2206
+ :let g:markdown_minlines = 500
2207
+
2208
+
2200
2209
MATHEMATICA *mma.vim* *ft-mma-syntax* *ft-mathematica-syntax*
2201
2210
2202
2211
Empty *.m files will automatically be presumed to be Matlab files unless you
You can’t perform that action at this time.
0 commit comments