diff --git a/homepage/index.html b/homepage/index.html index 6d7d3b52d..33420692d 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -20,53 +20,7 @@ crossorigin="anonymous" /> - + @@ -107,80 +61,84 @@
Difftastic is a CLI diff tool that compares files based on their - syntax, not line-by-line. It supports over 40 programming languages. + syntax, not line-by-line. Difftastic produces accurate diffs that are + easier for humans to read.
+
+ + Difftastic parses your code with + tree-sitter. Unlike a line-oriented text diff, difftastic understands that + the inner expression hasn't changed here. +
- Difftastic parses your code with - tree-sitter. Unlike a line-oriented text diff, difftastic understands that the - inner expression hasn't changed here. -
+
+ + Has your code formatter decided to split something over multiple + lines? Difftastic can show what has actually changed. +
- Has your code formatter decided to split something over multiple - lines? Difftastic can show what has actually changed. -
- - Have you added a wrapper? Difftastic can match the delimiters - exactly. -
+
+ + Have you added a wrapper? Difftastic can match the delimiters + exactly. +
-
+
+ + Even if you change the inner content, difftastic can still show + you the additional wrapper. +
- Even if you change the inner content, difftastic can still show you - the additional wrapper. -
+
+
+ Do you know how to read
+ @@ -5,6 +5,7 @@ syntax? Difftastic shows the actual
+ line numbers from your files, both before and after.
+
- Do you know how to read
- @@ -5,6 +5,7 @@ syntax? Difftastic shows the actual
- line numbers from your files, both before and after.
-
+ And more! See the full + list of supported languages + in the manual. +
- And more! See the full - list of supported languages - in the manual. -
- And even more! See the full - list of supported file formats - in the manual. -
++ And even more! See the full + list of supported file formats + in the manual. +
+