Skip to content

Instantly share code, notes, and snippets.

@neontapir
Last active December 21, 2015 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neontapir/6235074 to your computer and use it in GitHub Desktop.
Save neontapir/6235074 to your computer and use it in GitHub Desktop.
Asciidoc.sublime-build for Windows
// INSTALL:
// 1. download AsciiDoc zip contents from http://sourceforge.net/projects/asciidoc/ into c:\bin\asciidoc-8.6.8 (or similar)
// 2. write the contents of this Gist to C:\Users\{user}\AppData\Roaming\Sublime Text 3\Packages\AsciiDoc\Asciidoc.sublime-build
// 3. (optional) edit to reflect location of asciidoc
// 4. restart Sublime Text 3
{
"cmd": ["py", "C:\\bin\\asciidoc-8.6.8\\asciidoc.py", "$file"],
"path": "$PATH",
"selector": "text.html.asciidoc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment