mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518)
Problem: Dtrace files are recognized as filetype D.
Solution: Add a pattern for Dtrace files. (Teubel György, closes vim/vim#9841)
Add some more testing.
4d56b971cb
This commit is contained in:
@@ -1178,6 +1178,7 @@ local pattern = {
|
||||
[".*/etc/yum%.conf"] = "dosini",
|
||||
[".*lvs"] = "dracula",
|
||||
[".*lpe"] = "dracula",
|
||||
[".*/dtrace/.*%.d"] = "dtrace",
|
||||
[".*esmtprc"] = "esmtprc",
|
||||
[".*Eterm/.*%.cfg"] = "eterm",
|
||||
[".*%.git/modules/.*/config"] = "gitconfig",
|
||||
|
||||
Reference in New Issue
Block a user