I hereby claim:
- I am neontapir on github.
- I am neontapir (https://keybase.io/neontapir) on keybase.
- I have a public key ASAgLlTho8VEEk8dNDcYUEhH9G8p_28jBsn3Z5m67hGG2wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Collections; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Net.Http; | |
| using System.Threading; | |
| using System.Web.Http; | |
| using AttributeRouting.Web.Http.Framework; | |
| using AttributeRouting.Web.Http.SelfHost; | |
| using Microsoft.VisualStudio.TestTools.UnitTesting; |
| // 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" | |
| } |