vim-patch:8.2.4793: recognizing Maxima filetype even though it might be another

Problem:    Recognizing Maxima filetype even though it might be another.
Solution:   Remove *.mc and *.dem patterns from Maxima files
928a131356
This commit is contained in:
Christian Clason
2022-04-20 09:50:32 +02:00
parent d40b2afda8
commit 63eb7e865b
3 changed files with 16 additions and 5 deletions

View File

@@ -389,6 +389,12 @@ local extension = {
mason = "mason",
master = "master",
mas = "master",
demo = "maxima",
dm1 = "maxima",
dm2 = "maxima",
dm3 = "maxima",
dmt = "maxima",
wxm = "maxima",
mel = "mel",
mf = "mf",
mgl = "mgl",
@@ -1013,6 +1019,7 @@ local filename = {
[".mailcap"] = "mailcap",
["/etc/man.conf"] = "manconf",
["man.config"] = "manconf",
["maxima-init.mac"] = "maxima",
["meson.build"] = "meson",
["meson_options.txt"] = "meson",
["/etc/conf.modules"] = "modconf",