mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #22699 from clason/vim-9.0.1406
vim-patch:9.0.{1406,1407,1408,1409}: some files are not recognized
This commit is contained in:
@@ -838,6 +838,9 @@ local extension = {
|
||||
R = function(path, bufnr)
|
||||
return require('vim.filetype.detect').r(bufnr)
|
||||
end,
|
||||
rkt = 'racket',
|
||||
rktd = 'racket',
|
||||
rktl = 'racket',
|
||||
rad = 'radiance',
|
||||
mat = 'radiance',
|
||||
['pod6'] = 'raku',
|
||||
@@ -883,6 +886,8 @@ local extension = {
|
||||
ron = 'ron',
|
||||
rsc = 'routeros',
|
||||
x = 'rpcgen',
|
||||
rpgle = 'rpgle',
|
||||
rpgleinc = 'rpgle',
|
||||
rpl = 'rpl',
|
||||
Srst = 'rrst',
|
||||
srst = 'rrst',
|
||||
@@ -908,9 +913,6 @@ local extension = {
|
||||
ss = 'scheme',
|
||||
scm = 'scheme',
|
||||
sld = 'scheme',
|
||||
rkt = 'scheme',
|
||||
rktd = 'scheme',
|
||||
rktl = 'scheme',
|
||||
sce = 'scilab',
|
||||
sci = 'scilab',
|
||||
scss = 'scss',
|
||||
@@ -1016,6 +1018,7 @@ local extension = {
|
||||
swift = 'swift',
|
||||
svh = 'systemverilog',
|
||||
sv = 'systemverilog',
|
||||
td = 'tablegen',
|
||||
tak = 'tak',
|
||||
tal = 'tal',
|
||||
task = 'taskedit',
|
||||
@@ -1590,6 +1593,7 @@ local filename = {
|
||||
['.pythonstartup'] = 'python',
|
||||
['.pythonrc'] = 'python',
|
||||
SConstruct = 'python',
|
||||
qmldir = 'qmldir',
|
||||
['.Rprofile'] = 'r',
|
||||
['Rprofile'] = 'r',
|
||||
['Rprofile.site'] = 'r',
|
||||
|
||||
Reference in New Issue
Block a user