mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.0182: quarto files are not recognized (#19702)
Problem: Quarto files are not recognized.
Solution: Recognize quarto files by the extension. (Jonas Strittmatter,
closes vim/vim#10880)
3a9687fb27
This commit is contained in:
committed by
GitHub
parent
78658ef383
commit
ff1266aaaa
@@ -776,6 +776,7 @@ local extension = {
|
||||
ptl = 'python',
|
||||
ql = 'ql',
|
||||
qll = 'ql',
|
||||
qmd = 'quarto',
|
||||
R = function(path, bufnr)
|
||||
return require('vim.filetype.detect').r(bufnr)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user