An open API service indexing awesome lists of open source software.

https://github.com/dbrgn/librepcb.vim

LibrePCB syntax highlighting for Vim.
https://github.com/dbrgn/librepcb.vim

Last synced: 5 months ago
JSON representation

LibrePCB syntax highlighting for Vim.

Awesome Lists containing this project

README

          

# librepcb.vim

Syntax highlighting for LibrePCB files.

Example (using the default color scheme):

![Screenshot](screenshot.png)

## Installation

### Using [Vundle](https://github.com/VundleVim/Vundle.vim)

Add the following to your `vimrc`
```vimrc
Plugin 'dbrgn/librepcb.vim'
```