From a9866e11875986a4e7be73fd38f535fedea318d0 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 2 Sep 2022 12:58:36 -0700 Subject: [PATCH] Mention --list-languages in the manual --- manual/src/languages_supported.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manual/src/languages_supported.md b/manual/src/languages_supported.md index f6171a54f..563a66d8c 100644 --- a/manual/src/languages_supported.md +++ b/manual/src/languages_supported.md @@ -1,6 +1,10 @@ # Languages Supported -Difftastic supports the following programming languages. +This page lists all the languages supported by difftastic. You can +also view the languages supported in your current installed version +with `difft --list-languages`. + +## Programming Languages | Language | Parser Used | |-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| @@ -40,7 +44,7 @@ Difftastic supports the following programming languages. | TypeScript, TSX | [tree-sitter/tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) | | Zig | [maxxnino/tree-sitter-zig](https://github.com/maxxnino/tree-sitter-zig) | -Difftastic also supports the following structured text formats. +## Structured Text Formats | Language | Parser Used | |----------|-----------------------------------------------------------------------------------|