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
- Host: GitHub
- URL: https://github.com/jzwood/portcullis-vim
- Owner: jzwood
- License: mit
- Created: 2022-01-16T18:55:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T01:26:27.000Z (about 4 years ago)
- Last Synced: 2025-03-24T11:13:57.523Z (over 1 year ago)
- Topics: portcullis, vim
- Language: Vim script
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!