Convert documentatio to Asciidoctor.

This commit is contained in:
Rene Rivera
2019-12-31 16:14:17 -06:00
parent 73d7b4f66f
commit fb59068deb
131 changed files with 9609 additions and 2039 deletions

11
doc/pygments_init.rb Normal file
View File

@ -0,0 +1,11 @@
=begin
Copyright 2018 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)
=end
require 'pygments'
# Need to create/register non-builtin lexers even if they are global plugins.
Pygments::Lexer.create name: 'Jam', aliases: ['jam','bjam','b2'],
filenames: ['*.jam','Jamfile','Jamroot'], mimetypes: ['text/x-jam']