summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/openscad.mnv
blob: ceeaf712cad22ac849a6defdd628d46619166a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin file
" Language:    OpenSCAD (https://openscad.org)
" Maintainer:  Zachary Scheiman <me@zacharyscheiman.com>
" Last Change: 2025 Aug 3

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

" Comments in openscad follow C/C++ syntax
setlocal commentstring=//\ %s

let b:undo_ftplugin = 'setl commentstring<'