summaryrefslogtreecommitdiff
path: root/test/syntax_highlighter_test.rb
AgeCommit message (Expand)Author
2019-03-18resolves #3036 load additional languages for highlight.js as defined in the h...Dan Allen
2019-03-18make highlight.js test more robustDan Allen
2019-03-09resolves #3137 fallback to text scanner when highlighting with CodeRay if sou...Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10add test to verify start line number is set to 1 by defaultDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-03expose style methods as static methods on rouge syntax highlighter adapterDan Allen
2019-02-03group syntax highlighter tests into context per syntax highlighterDan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
2019-01-30Switch to squiggly heredoc in test suite & CLI (PR #3035)Dan Allen
2019-01-26ensure linenos class is always added to linenos column when source highlighte...Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen