• Stars
    star
    107
  • Rank 322,431 (Top 7 %)
  • Language
    Vim Script
  • Created over 11 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vim syntax highlighting for the OpenSCAD language

vim-openscad

This is a quick hack at Vim syntax highlighting for the OpenSCAD 3D modeling language -- http://www.openscad.org/

Note that at the moment it doesn't help detect errors such as mismatched blocks and parens.

TODOs include error management and quickfix/compiler support.

This script has been published for some time on vim.org at: http://www.vim.org/scripts/script.php?script_id=3556

Installation

You can simply copy the ftdetect and syntax dirs to your .vim or vimfiles directory. The layout should also be fine for auto install if you use pathogen, vundle or some similar vim plugin system.

The ftdetect file associates all .scad files with this plugin.

License

Public domain. I request that you inform me if you fork this and/or redistribute modified versions, but you're under no legal obligation to do so.

Author/Maintainer

Sirtaj Singh Kang [email protected]