mirror of
https://github.com/neovim/neovim.git
synced 2026-07-09 19:09:39 +00:00
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 commitb49c1adb20)
This commit is contained in:
committed by
github-actions[bot]
parent
ec40fef0af
commit
b43eed7d91
@@ -436,6 +436,7 @@ local extension = {
|
||||
xin = "omnimark",
|
||||
opam = "opam",
|
||||
["or"] = "openroad",
|
||||
scad = "openscad",
|
||||
ora = "ora",
|
||||
org = "org",
|
||||
org_archive = "org",
|
||||
|
||||
Reference in New Issue
Block a user