mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:8.2.4701: Kuka Robot Language files not recognized (#18012)
Problem: Kuka Robot Language files not recognized.
Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski,
closes vim/vim#10096)
3ad2090316
This commit is contained in:
@@ -1427,6 +1427,9 @@ local pattern = {
|
||||
return "git"
|
||||
end
|
||||
end,
|
||||
[".*%.[Dd][Aa][Tt]"] = function() vim.fn["dist#ft#FTdat"]() end,
|
||||
[".*%.[Ss][Rr][Cc]"] = function() vim.fn["dist#ft#FTsrc"]() end,
|
||||
[".*%.[Ss][Uu][Bb]"] = "krl",
|
||||
-- Neovim only
|
||||
[".*/queries/.*%.scm"] = "query", -- tree-sitter queries
|
||||
-- END PATTERN
|
||||
|
||||
Reference in New Issue
Block a user