From 497342fabbd6d08f71909d65716395563ffbf45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Gonz=C3=A1lez=20Prieto?= Date: Fri, 29 Dec 2023 17:52:06 +0100 Subject: [PATCH] Bump cmd-help syntax to latest Manual update (as opposed to Dependabot's) because the highlighting for the test help message has changed. It's all good because it's as intended, an improvement. See victor-gp/cmd-help-sublime-syntax#23 --- CHANGELOG.md | 2 ++ assets/syntaxes/02_Extra/cmd-help | 2 +- tests/syntax-tests/highlighted/cmd-help/test.cmd-help | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186c4096..cfc4c4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ ## Syntaxes +- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp) + ## Themes ## `bat` as a library diff --git a/assets/syntaxes/02_Extra/cmd-help b/assets/syntaxes/02_Extra/cmd-help index f41e5fc8..b150d845 160000 --- a/assets/syntaxes/02_Extra/cmd-help +++ b/assets/syntaxes/02_Extra/cmd-help @@ -1 +1 @@ -Subproject commit f41e5fc8381fe200a4e18c410bb41e911110a6e9 +Subproject commit b150d84534dd060afdcaf3f58977faeaf5917e56 diff --git a/tests/syntax-tests/highlighted/cmd-help/test.cmd-help b/tests/syntax-tests/highlighted/cmd-help/test.cmd-help index d71c2af0..d8f1236d 100644 --- a/tests/syntax-tests/highlighted/cmd-help/test.cmd-help +++ b/tests/syntax-tests/highlighted/cmd-help/test.cmd-help @@ -4,8 +4,8 @@ Use '--help' instead of '-h' to see a more detailed version of the help text. USAGE: - bat [OPTIONS] [FILE]... - bat  + bat [OPTIONS] [FILE]... + bat  ARGS:  ... File(s) to print / concatenate. Use '-' for standard input.