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
- Host: GitHub
- URL: https://github.com/retrohacker/asciidoc.vim
- Owner: retrohacker
- License: unlicense
- Created: 2017-04-13T16:23:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:31:10.000Z (about 9 years ago)
- Last Synced: 2025-01-16T17:29:26.413Z (over 1 year ago)
- Topics: asciidoc, vim
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.