generated from alan-if/alan-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to @mojavelinux (asciidoctor/asciidoctor#4080) we now have our first working test on how to use Asciidoctor with custom lexers for ALAN that are not part of the Rouge gem. This milestone confirms that we'll be able to address and fix the Issues discussed at alan-if/alan-docs#107 and alan-if/alan-docs#36.
- Loading branch information
Showing
6 changed files
with
865 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
src=/d/GitHub/Rouge/rouge/lib/rouge/lexers/alan3.rb | ||
dest=/d/GitHub/IF/Alan-Testbed/Alan-Testbed/Rouge/alan3.rb | ||
cp $src $dest | ||
# dos2unix $dest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
= Custom Rouge Syntaxes | ||
:source-highlighter: rouge | ||
:rouge-style: monokai | ||
|
||
== Alan | ||
|
||
[source,alan3] | ||
---------------------- | ||
include::sample.alan[] | ||
---------------------- | ||
|
||
|
||
// EOF // |
Oops, something went wrong.