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

https://github.com/retrohacker/asciidoc.vim

.adoc syntax highlighting in vim
https://github.com/retrohacker/asciidoc.vim

asciidoc vim

Last synced: over 1 year ago
JSON representation

.adoc syntax highlighting in vim

Awesome Lists containing this project

README

          

asciidoc.vim
============

```
_ _ _ _ _
(_|_) | | | | (_)
__ _ ___ ___ _ _ __| | ___ ___| |_ ___ _ ____ ___ _ __ ___
/ _` / __|/ __| | |/ _` |/ _ \ / __| __/ _ \| '__\ \ / / | '_ ` _ \
| (_| \__ \ (__| | | (_| | (_) | (__| || (_) | |_ \ V /| | | | | | |
\__,_|___/\___|_|_|\__,_|\___/ \___|\__\___/|_(_) \_/ |_|_| |_| |_|

```

Syntax highlighting in Vim for asciidoc files with the `.adoc` extension

## Usage

### Vundle

```
Plugin 'retrohacker/asciidoc.vim'
```

## Licenses

The syntax file in this repo is sourced from [asciidoc/asciidoc]() and is covered under that repositories license (GPLv2). A copy of that license is distributed in this repo under `./syntax`. The rights to the syntax file belong to Stuart Rackham.

The rest of the contents of this repo are released into the public domain under the Unlicense.