summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-02-27Highlight modified lineshtml_outputWilfred Hughes
2022-02-27Allow spans to have multiple stylesWilfred Hughes
2022-02-27Tweak coloursWilfred Hughes
2022-02-26Use GitHub's colour scheme (under MIT license)Wilfred Hughes
2022-02-26Line numbers are 1-indexedWilfred Hughes
2022-02-26Style novel parts with background colourWilfred Hughes
2022-02-26Improve table stylingWilfred Hughes
2022-02-26Render diff in a tableWilfred Hughes
2022-02-26Initial basic syntax highlightingWilfred Hughes
2022-02-26Use code tag tooWilfred Hughes
2022-02-26WIP extract classes from MatchedPos for HTML stylingWilfred Hughes
2022-02-26Print source by lineWilfred Hughes
2022-02-26Replace placeholder namesWilfred Hughes
2022-02-26Writing an HTML skeletonWilfred Hughes
2022-02-26Define an HTML moduleWilfred Hughes
2022-02-26Install askama templatingWilfred Hughes
2022-02-26Fix typo0.21.0Wilfred Hughes
2022-02-25Documenting some recently found tricky casesWilfred Hughes
2022-02-24Fix more clippy warningsWilfred Hughes
2022-02-24Simplify usage of regression test suiteWilfred Hughes
2022-02-24Support Emacs mode headers on the second line tooWilfred Hughes
2022-02-24cargo fmtWilfred Hughes
2022-02-24Fix Unicode handling in word splittingWilfred Hughes
2022-02-23Parse Emacs file headers when doing language detectionWilfred Hughes
2022-02-22Fix a styling crash introduced in 76d014898Wilfred Hughes
2022-02-22Update comment for new variable nameWilfred Hughes
2022-02-21Remove redundant if statementWilfred Hughes
2022-02-21Clarify variable namesWilfred Hughes
2022-02-21Fix crash when a line-wrapped line has no stylesWilfred Hughes
2022-02-21Add doc commentWilfred Hughes
2022-02-21Unit test for styling text with trailing unstyled textWilfred Hughes
2022-02-21Add unit test for applying a style to the whole stringWilfred Hughes
2022-02-21Add unit test for highlighting when styles are missingWilfred Hughes
2022-02-20Ensure we consider all unchanged nodes for calculating alignmentWilfred Hughes
2022-02-20Document why LHS and RHS parents are compared separatelyWilfred Hughes
2022-02-20Set locale to try to fix glob order on GitHub actionsWilfred Hughes
2022-02-20Try checking output on GH actionsWilfred Hughes
2022-02-20Ensure regression test always uses the same widthWilfred Hughes
2022-02-20Update integration test expectation following 7544874a5Wilfred Hughes
2022-02-20Roll versionWilfred Hughes
2022-02-20Document the release scriptWilfred Hughes
2022-02-20Clarify how many items in the path we're logging0.20.0Wilfred Hughes
2022-02-20Add environment variable for debugging side-by-side printingWilfred Hughes
2022-02-20Replace .next and .next_if_same_layer with .next_siblingWilfred Hughes
2022-02-20Disable regression test on CIWilfred Hughes
2022-02-20Improve edge namesWilfred Hughes
2022-02-20Check regression test outputWilfred Hughes
2022-02-20Fix build after removing field on Unchanged edgesWilfred Hughes
2022-02-20Run regression test in CIWilfred Hughes
2022-02-20Remove unused importWilfred Hughes