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

https://github.com/jzwood/portcullis-vim

Vim configuration for Portcullis
https://github.com/jzwood/portcullis-vim

portcullis vim

Last synced: about 1 year ago
JSON representation

Vim configuration for Portcullis

Awesome Lists containing this project

README

          

# portcullis.vim

File detection and syntax highlighting for the [Portcullis](https://github.com/jzwood/portcullis) language.

## Usage with Pathogen

Clone this repo into your `/bundle` directory (e.g. `~/.vim/bundle/` or `~/.config/nvim/bundle/`).

```
bundle
└── portcullis-vim
├── LICENSE
├── README.md
├── ftdetect
│   └── portcullis.vim
└── syntax
└── portcullis.vim
```

Re-open your `portcullis` code and you're good to go!

portcullis highlighted syntax example