summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-29Use new aligned lines logic for inline displaybetter_inlineWilfred Hughes
2022-01-27Dim .. ellipses that signify an absent lineWilfred Hughes
2022-01-27Prefer bold over bright terminal coloursWilfred Hughes
2022-01-27Prefer 'normal' over white foreground coloursWilfred Hughes
2022-01-27Fix character literals in LispWilfred Hughes
2022-01-27Treat attribute IDs in OCaml as atomsWilfred Hughes
2022-01-26Factor out a line tuple comparison helperWilfred Hughes
2022-01-26Print header on every hunk in inline displayWilfred Hughes
2022-01-26Get all matched lines and then sliceWilfred Hughes
2022-01-25Show ChangedCommentPart in boldWilfred Hughes
2022-01-25Roll versionWilfred Hughes
2022-01-25Only set next/prev on potentially changed syntax nodes0.17.0Wilfred Hughes
2022-01-24Don't treat identical text files as binaryWilfred Hughes
2022-01-24Adjust syntax highlighting coloursWilfred Hughes
2022-01-24Suggest a pager and an alias with difftoolWilfred Hughes
2022-01-23Don't dim unstyled textWilfred Hughes
2022-01-23Highlight novel type atoms as bold tooWilfred Hughes
2022-01-23Use bold for highlighting types tooWilfred Hughes
2022-01-23Factor out a struct for tracking highlighting IDsWilfred Hughes
2022-01-23Add syntax highlighting for stringsWilfred Hughes
2022-01-23cargo fmtWilfred Hughes
2022-01-23Tweak variable namesWilfred Hughes
2022-01-23Add syntax highlighting on commentsWilfred Hughes
2022-01-23Factor out error highlighting as an explicit helperWilfred Hughes
2022-01-23Display changed delimiters in boldWilfred Hughes
2022-01-22Remove duplicate style calculation logicWilfred Hughes
2022-01-22Ignore unchanged nodes at the start/end of the fileWilfred Hughes
2022-01-22Roll versionWilfred Hughes
2022-01-22Add a benchmarking example of a larger file0.16.0Wilfred Hughes
2022-01-22Document diffing directoriesWilfred Hughes
2022-01-22Ensure we always include the first and last hunk lineWilfred Hughes
2022-01-22Remove leftover dbg!Wilfred Hughes
2022-01-22Don't consider newlines to be words in the line parserWilfred Hughes
2022-01-22Fix another bug with duplicate line printingWilfred Hughes
2022-01-22Fix .max_line() when source has a trailing newlineWilfred Hughes
2022-01-22Fix lint warningWilfred Hughes
2022-01-22Take an opposite line whenver possible when matching novel regionsWilfred Hughes
2022-01-22Fix wording in manualWilfred Hughes
2022-01-22Clarify unique_id semanticsWilfred Hughes
2022-01-21cargo fmtWilfred Hughes
2022-01-21Update changelogWilfred Hughes
2022-01-21Merge branch 'faster_dijkstra'Wilfred Hughes
2022-01-21Fix sliders after diffingWilfred Hughes
2022-01-20Add accessor for node changeWilfred Hughes
2022-01-20Add TODOWilfred Hughes
2022-01-20Revert "Prefer novel tokens on the same line, even if there are repeats"Wilfred Hughes
2022-01-20Don't track prev_is_novel in graphWilfred Hughes
2022-01-20Binary search in NewlinePositionsWilfred Hughes
2022-01-20Store line_end directly in NewlinePositionsWilfred Hughes
2022-01-19Merge pull request #101 from hugo-vrijswijk/tree-sitter-scalaWilfred Hughes