This repository was archived by the owner on Jul 21, 2018. It is now read-only.

Description
I've started issue on AsciiDoctor repo for adding support to Highlight in the Ruby implementation of AsciiDoc:
asciidoctor/asciidoctor#2096 (comment)
... it looks like the best solution would be to create a Ruby Gem using Highlight as a library.
In the documentation it mentions that Highlight can be built as a dynamic or static library. Is this an option only for Linux, or it can be done also for Windows? I couldn't workout how to get a makefile for compiling Highlight as a Windows library (I use GCC though, not MSVS).