--- title: "SpaceVim lang#asciidoc layer" description: "Edit AsciiDoc within vim, autopreview AsciiDoc in the default browser, with this layer you can also format AsciiDoc file." --- # [Available Layers](../../) >> lang#asciidoc ![asciidoc](https://user-images.githubusercontent.com/13142418/92319337-7554ec00-f049-11ea-90fb-ad663dceea12.png) - [Description](#description) - [Install](#install) - [Key bindings](#key-bindings) ## Description This layer is for editing AsciiDoc file. Including syntax highlighting, indent and syntax lint. ## Install To use this configuration layer, update custom configuration file with: ```toml [[layers]] name = "lang#asciidoc" ``` `ctags` is required, if users want to view the syntax outline. ## Key bindings | Key bindings | Description | | ------------ | ------------------------------------- | | `F2` | Open outline of current asciidoc file |