index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
syntax_highlighter_test.rb
Age
Commit message (
Expand
)
Author
2019-03-18
resolves #3036 load additional languages for highlight.js as defined in the h...
Dan Allen
2019-03-18
make highlight.js test more robust
Dan Allen
2019-03-09
resolves #3137 fallback to text scanner when highlighting with CodeRay if sou...
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-10
add test to verify start line number is set to 1 by default
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-03
expose style methods as static methods on rouge syntax highlighter adapter
Dan Allen
2019-02-03
group syntax highlighter tests into context per syntax highlighter
Dan Allen
2019-02-03
resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)
Dan Allen
2019-01-30
Switch to squiggly heredoc in test suite & CLI (PR #3035)
Dan Allen
2019-01-26
ensure linenos class is always added to linenos column when source highlighte...
Dan Allen
2019-01-26
resolves #2106 make syntax highlighter pluggable (PR #3016)
Dan Allen