forked from aniani/vim
patch 8.2.4767: openscad files are not recognized
Problem: Openscad files are not recognized. Solution: Add a filetype pattern. (Niklas Adam, closes #10199)
This commit is contained in:
committed by
Bram Moolenaar
parent
93c7a45e86
commit
c360b2566c
@@ -1275,6 +1275,9 @@ au BufNewFile,BufRead *.or setf openroad
|
||||
" OPL
|
||||
au BufNewFile,BufRead *.[Oo][Pp][Ll] setf opl
|
||||
|
||||
" OpenSCAD
|
||||
au BufNewFile,BufRead *.scad setf openscad
|
||||
|
||||
" Oracle config file
|
||||
au BufNewFile,BufRead *.ora setf ora
|
||||
|
||||
|
||||
Reference in New Issue
Block a user