summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-24WIP UnchangedSyntaxLinemerge_comment_blocksWilfred Hughes
2023-01-23WIP merge adjacent comments before diffingWilfred Hughes
2023-01-17Use crossterm for is_tty and terminal widthWilfred Hughes
2023-01-16Update Cargo.lock for d8fa9f82bWilfred Hughes
2023-01-16Merge pull request #464 from yusancky/yusancky-trans-zh-1Wilfred Hughes
2023-01-16fix: `这个博客` -> `这篇博客`yusancky
2023-01-16Adjust content of Chinese translationyusancky
2023-01-15Update terminal_sizeWilfred Hughes
2023-01-15Roll versionWilfred Hughes
2023-01-15cargo fmtWilfred Hughes
2023-01-15Fix crash with --display=inline and trailing whitespace0.42.0Wilfred Hughes
2023-01-15Clarify wordingWilfred Hughes
2023-01-15cargo fmtWilfred Hughes
2023-01-15Reuse the tree-sitter tree for extracting commentsWilfred Hughes
2023-01-15Factor out parsing to tree in main.rsWilfred Hughes
2023-01-15Split out to_tree and to_syntax functions in parserWilfred Hughes
2023-01-15Add highlighting for ignored syntactic elementsWilfred Hughes
2023-01-15cargo fmtWilfred Hughes
2023-01-15Skip unique items before computing Myer's diff on textWilfred Hughes
2023-01-15Move slice_by_hash to myers_diff and add unit testsWilfred Hughes
2023-01-15Add tests for myers_diff moduleWilfred Hughes
2023-01-14cargo fmtWilfred Hughes
2023-01-14Only set language_used after a full syntactic diffWilfred Hughes
2023-01-14Clarify field nameWilfred Hughes
2023-01-13Fix mercurial exampleWilfred Hughes
2023-01-12Fix missing swift files from 08b3ff138Wilfred Hughes
2023-01-10Define an --ignore-comments option and pass to parserWilfred Hughes
2023-01-10Rename vendor/ directoryWilfred Hughes
2023-01-10Mark vendor/ directory as vendoredWilfred Hughes
2023-01-10clippy fixesWilfred Hughes
2023-01-08Ensure we use the correct config for sublanguage parsingWilfred Hughes
2023-01-08Treat colour values (e.g. `#FFF`) as atoms in CSSWilfred Hughes
2023-01-08Next release will be 0.42Wilfred Hughes
2023-01-08Adding TODOWilfred Hughes
2023-01-08Fix spellingWilfred Hughes
2023-01-08Use u32 for edge costWilfred Hughes
2023-01-08Fix duplicate word in manualWilfred Hughes
2023-01-07Treat predefined_type as an atom in TypeScript0.41.0Wilfred Hughes
2023-01-06Ensure that textual fallback diffing has a parse language of NoneWilfred Hughes
2023-01-06cargo fmtWilfred Hughes
2023-01-06Add test for is_all_whitespaceWilfred Hughes
2023-01-06Add is_all_whitespace helper functionWilfred Hughes
2023-01-03Treat doctype nodes as atoms in HTMLWilfred Hughes
2023-01-03Support parsing of sub-languages.Steinar H. Gunderson
2023-01-02Improve word highlighting heuristics in commentsWilfred Hughes
2023-01-01Replace tabs in inline output tooWilfred Hughes
2023-01-01Always return the padding amount in split_string_by_widthWilfred Hughes
2023-01-01Replace tabs during display, so parsing sees the original sourceWilfred Hughes
2022-12-30Use .link_lib_modifier() from latest cc versionWilfred Hughes
2022-12-30clippy errors should never stop compilationWilfred Hughes