summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-29WIP parallel iter on sections for accumlating change mapspass_end_nodeWilfred Hughes
2022-04-29Impl Send/Sync on SyntaxWilfred Hughes
2022-04-29Separate next/prev init is no longer necessaryWilfred Hughes
2022-04-29Set parent id on end node tooWilfred Hughes
2022-04-29Pass the end node to Dijkstra implWilfred Hughes
2022-04-29Pass DisplayOptions as a single argument to print functions0.28.0Wilfred Hughes
2022-04-29Allow syntax highlighting to be disabledWilfred Hughes
2022-04-29Remove unused importWilfred Hughes
2022-04-28Choose colour mode when parsing optionsWilfred Hughes
2022-04-28Group display options into a single structWilfred Hughes
2022-04-28Allow users to override the tab widthWilfred Hughes
2022-04-28Added Swift supportWilfred Hughes
2022-04-28Merge remote-tracking branch 'cherryblossom/swift'Wilfred Hughes
2022-04-27Fix changelog headingWilfred Hughes
2022-04-27Fix directory diffing when files were only present on one sideWilfred Hughes
2022-04-26Wrap help messages according to the terminal widthWilfred Hughes
2022-04-26Don't assume paths are valid UTF-8Wilfred Hughes
2022-04-26cargo fmtWilfred Hughes
2022-04-26Add Swift supportcherryblossom
2022-04-26Add 'vendor/tree-sitter-swift/' from commit '9b4350e513cb03fdd3e670069a30859f...cherryblossom
2022-04-25Updating top repository versionAlex Pinkus (Bot)
2022-04-24Remove unused trait implWilfred Hughes
2022-04-24Merge branch 'change_state_outside'Wilfred Hughes
2022-04-24HCL: document and add more file extensionsWilfred Hughes
2022-04-24Diff files in directories in parallelWilfred Hughes
2022-04-24Add a second file to the test directoryWilfred Hughes
2022-04-24Store nodes by unique ID in ChangeMapWilfred Hughes
2022-04-24Define a ChangeMap structWilfred Hughes
2022-04-24Remove .change accessorWilfred Hughes
2022-04-24Remove syntax change settersWilfred Hughes
2022-04-24Remove calls to .set_change()Wilfred Hughes
2022-04-24Stop change state from being public on SyntaxWilfred Hughes
2022-04-24Pass change_map throughWilfred Hughes
2022-04-24Set deep in changes.rsWilfred Hughes
2022-04-24Define a ChangeMap typeWilfred Hughes
2022-04-24Define a separate changes fileWilfred Hughes
2022-04-24Pass change_kinds through unchanged logicWilfred Hughes
2022-04-24Initial work factoring out Syntax change stateWilfred Hughes
2022-04-24Merge pull request #264 from Xuanwo/hclWilfred Hughes
2022-04-24fix: Add atoms for hclXuanwo
2022-04-23Updating top repository versionAlex Pinkus (Bot)
2022-04-23Improve JSON detectionWilfred Hughes
2022-04-23Remove completed TODOWilfred Hughes
2022-04-23Clarify parser licensesWilfred Hughes
2022-04-23Update perl regression testWilfred Hughes
2022-04-23Add docs and syntax highlighting for PerlWilfred Hughes
2022-04-23Fix at upstream, remove workaroundXuanwo
2022-04-23Merge commit '8a13647a4d9ef6548320ca9ee4bf67d28960163e' into hclXuanwo
2022-04-22fix: Warning for no-missing-field-initializersXuanwo
2022-04-23feat: Add highlights support for hclXuanwo