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.
- Host: GitHub
- URL: https://github.com/dbrgn/librepcb.vim
- Owner: dbrgn
- License: mit
- Created: 2017-11-01T22:00:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T22:00:43.000Z (over 8 years ago)
- Last Synced: 2026-01-11T12:59:48.851Z (7 months ago)
- Language: Vim script
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# librepcb.vim
Syntax highlighting for LibrePCB files.
Example (using the default color scheme):

## Installation
### Using [Vundle](https://github.com/VundleVim/Vundle.vim)
Add the following to your `vimrc`
```vimrc
Plugin 'dbrgn/librepcb.vim'
```