Code Monkey home page Code Monkey logo

vim-asciidoc's Introduction

AsciiDoc syntax support for Vim

This is the development version of Vim’s included syntax highlighting and filetype plugins for AsciiDoc. Generally you don’t need to install these if you are running a recent version of Vim.

Overview

Syntax highlighting is incredibly useful. In addition to making reading AsciiDoc documents much easier, syntax highlighting also helps you catch AsciiDoc syntax errors as you write your documents.

This repository contains the Vim files necessary to syntax highlight AsciiDoc in Vim. A stable version of these files is included in the Vim distribution (see https://github.com/vim/vim/blob/master/runtime/syntax/asciidoc.vim).

Installation (development files)

Install the highlighter by copying asciidoc.vim to your $HOME/.vim/syntax directory.

Note
Create this directory if it doesn’t already exist.

You can enable syntax highlighing in one of the following ways:

  1. Put a Vim autocmd in your Vim configuration file

  2. Execute the Vim command :set syntax=asciidoc

  3. Add the following line to the end of you AsciiDoc source files:

    // vim: set syntax=asciidoc:

License

Copyright © The AsciiDoc Project. Distributed under the same terms as Vim itself. See :help license inside Vim.

vim-asciidoc's People

Contributors

mojavelinux avatar elextr avatar sternenseemann avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.