mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
Merge pull request #17379 from clason/vim-8.2.4352
vim-patch:8.2.4352: ReScript files are not recognized
This commit is contained in:
@@ -1543,6 +1543,9 @@ au BufNewFile,BufRead *.r,*.R call dist#ft#FTr()
|
||||
" Remind
|
||||
au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind
|
||||
|
||||
" ReScript
|
||||
au BufNewFile,BufRead *.res,*.resi setf rescript
|
||||
|
||||
" Resolv.conf
|
||||
au BufNewFile,BufRead resolv.conf setf resolv
|
||||
|
||||
|
||||
@@ -514,6 +514,8 @@ local extension = {
|
||||
rego = "rego",
|
||||
rem = "remind",
|
||||
remind = "remind",
|
||||
res = "rescript",
|
||||
resi = "rescript",
|
||||
frt = "reva",
|
||||
testUnit = "rexx",
|
||||
rex = "rexx",
|
||||
|
||||
Reference in New Issue
Block a user