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:
Christian Clason
2023-03-17 13:40:15 +01:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

@@ -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',