Skip to content

Commit cb5ef65

Browse files
committed
{filetype,syntax}.txt: Update Vim 8.2.4843
1 parent c0dcfee commit cb5ef65

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

en/filetype.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ variables can be used to overrule the filetype used for certain extensions:
143143
*.asp g:filetype_asp |ft-aspvbs-syntax| |ft-aspperl-syntax|
144144
*.bas g:filetype_bas |ft-basic-syntax|
145145
*.cfg g:filetype_cfg
146+
*.csh g:filetype_csh |ft-csh-syntax|
146147
*.dat g:filetype_dat
147148
*.frm g:filetype_frm |ft-form-syntax|
148149
*.fs g:filetype_fs |ft-forth-syntax|
@@ -154,6 +155,8 @@ variables can be used to overrule the filetype used for certain extensions:
154155
*.pl g:filetype_pl
155156
*.pp g:filetype_pp |ft-pascal-syntax|
156157
*.prg g:filetype_prg
158+
*.r g:filetype_r
159+
*.sql g:filetype_sql |ft-sql-syntax|
157160
*.src g:filetype_src
158161
*.sys g:filetype_sys
159162
*.sh g:bash_is_sh |ft-sh-syntax|

en/syntax.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2197,6 +2197,15 @@ $VIMRUNTIME/syntax/syntax.vim).
21972197
mv_finance mv_logic mv_powseries
21982198
21992199
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+
22002209
MATHEMATICA *mma.vim* *ft-mma-syntax* *ft-mathematica-syntax*
22012210

22022211
Empty *.m files will automatically be presumed to be Matlab files unless you

0 commit comments

Comments
 (0)