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 /tests | |
parent | 1a096f0901264629947afb89436019895e5e7ef5 (diff) | |
download | vim-polyglot-7c474e5c9218d870dabba00745220dff5aa671b2.tar.gz vim-polyglot-7c474e5c9218d870dabba00745220dff5aa671b2.zip |
Add OpenSCAD support, closes #702
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 39b280e6..29b457f2 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -650,6 +650,7 @@ call TestFiletype('jsonc') call TestFiletype('gleam') call TestFiletype('hjson') call TestFiletype('sway') +call TestFiletype('openscad') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |