diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 17:00:24 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 17:00:24 +0200 |
commit | 7c474e5c9218d870dabba00745220dff5aa671b2 (patch) | |
tree | 0939e06ae13b4145bfb5e2fe98bf3c86ce491c2f /packages.yaml | |
parent | 1a096f0901264629947afb89436019895e5e7ef5 (diff) | |
download | vim-polyglot-7c474e5c9218d870dabba00745220dff5aa671b2.tar.gz vim-polyglot-7c474e5c9218d870dabba00745220dff5aa671b2.zip |
Add OpenSCAD support, closes #702
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 25ee0e6f..b6c65e9e 100644 --- a/packages.yaml +++ b/packages.yaml @@ -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 |