vim-patch:8.2.4767: openscad files are not recognized

Problem:    Openscad files are not recognized.
Solution:   Add a filetype pattern. (Niklas Adam, closes vim/vim#10199)
c360b2566c
(cherry picked from commit b49c1adb20)
This commit is contained in:
Christian Clason
2022-04-16 23:01:12 +02:00
committed by github-actions[bot]
parent ec40fef0af
commit b43eed7d91
3 changed files with 5 additions and 0 deletions

View File

@@ -436,6 +436,7 @@ local extension = {
xin = "omnimark",
opam = "opam",
["or"] = "openroad",
scad = "openscad",
ora = "ora",
org = "org",
org_archive = "org",