Add OpenSCAD support, closes #702

This commit is contained in:
Adam Stankiewicz
2021-06-09 17:00:24 +02:00
parent 1a096f0901
commit 7c474e5c92
7 changed files with 127 additions and 1 deletions

View File

@@ -5592,3 +5592,11 @@ filetypes:
patterns:
- pattern: '*sway/config'
description: Sway Configuration
---
name: openscad
remote: sirtaj/vim-openscad
filetypes:
- name: openscad
patterns:
- pattern: '*.scad'
description: OpenSCAD 3D modeling language