Skip to content

Commit

Permalink
Merge pull request #2819 from victor-gp/bump-cmd-help-syntax-b150d84
Browse files Browse the repository at this point in the history
Bump cmd-help syntax to `b150d84`
  • Loading branch information
keith-hall authored Jan 1, 2024
2 parents bf56cd9 + 497342f commit ecf4029
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/syntaxes/02_Extra/cmd-help
Submodule cmd-help updated 91 files
+17 −24 .github/ISSUE_TEMPLATE/bug.yml
+108 −0 .github/ISSUE_TEMPLATE/installation.md
+1 −1 LICENSE.txt
+4 −4 README.md
+30 −16 docs/Development.md
+ docs/assets/cmd-help-example.png
+3 −2 scripts/demo_themes.sh
+3 −4 scripts/make_syntax_test.sh
+20 −10 scripts/utils
+158 −32 syntaxes/cmd-help.sublime-syntax
+6 −3 tests/docker/bat-test.dockerfile
+3 −3 tests/docker/inner_demo_themes.sh
+1 −1 tests/docker/syntest.dockerfile
+33 −33 tests/highlighted/adb-1.0.41.txt
+2 −2 tests/highlighted/bat-0.18.2.txt
+2 −2 tests/highlighted/bat-short-0.18.2.txt
+36 −0 tests/highlighted/bat-short-0.23.0.txt
+3 −3 tests/highlighted/chown-8.30.txt
+13 −13 tests/highlighted/dd-8.30.txt
+2 −2 tests/highlighted/dpkg-1.19.7.txt
+1 −1 tests/highlighted/ghc-8.10.7.txt
+1 −1 tests/highlighted/ghci-8.10.7.txt
+8 −8 tests/highlighted/git-commit-2.25.1.txt
+2 −2 tests/highlighted/jq-1.6.txt
+5 −5 tests/highlighted/mount-2.34.0.txt
+9 −9 tests/highlighted/npm-8.1.2.txt
+244 −0 tests/highlighted/nvidia-smi-470.129.06.txt
+38 −38 tests/highlighted/rails-7.0.2.2.txt
+7 −7 tests/highlighted/ripgrep-13.0.0.txt
+6 −6 tests/highlighted/rubocop-1.25.1.txt
+2 −2 tests/highlighted/tealdeer-1.4.1.txt
+205 −0 tests/highlighted/wget-1.20.3.txt
+36 −0 tests/source/bat-short-0.23.0.txt
+244 −0 tests/source/nvidia-smi-470.129.06.txt
+0 −0 tests/source/theme/demo.txt
+205 −0 tests/source/wget-1.20.3.txt
+29 −8 tests/syntax.py
+30 −7 tests/syntax/syntax_test_adb.txt
+1 −1 tests/syntax/syntax_test_apt.txt
+40 −0 tests/syntax/syntax_test_bat-short.txt
+6 −1 tests/syntax/syntax_test_bat.txt
+2 −2 tests/syntax/syntax_test_cargo.txt
+3 −0 tests/syntax/syntax_test_chown.txt
+4 −2 tests/syntax/syntax_test_cp.txt
+4 −2 tests/syntax/syntax_test_dd.txt
+1 −1 tests/syntax/syntax_test_docker.txt
+1 −0 tests/syntax/syntax_test_ghc.txt
+1 −1 tests/syntax/syntax_test_java.txt
+3 −0 tests/syntax/syntax_test_jq.txt
+1 −1 tests/syntax/syntax_test_man.txt
+1 −1 tests/syntax/syntax_test_nano.txt
+260 −0 tests/syntax/syntax_test_nvidia-smi.txt
+1 −1 tests/syntax/syntax_test_python.txt
+13 −2 tests/syntax/syntax_test_rails.txt
+5 −2 tests/syntax/syntax_test_rubocop.txt
+2 −2 tests/syntax/syntax_test_ruby.txt
+2 −0 tests/syntax/syntax_test_sbt.txt
+1 −0 tests/syntax/syntax_test_vim.txt
+225 −0 tests/syntax/syntax_test_wget.txt
+1 −1 tests/theme/brief-zenburn.txt
+2 −2 tests/theme/synthetic-1337-italics.txt
+2 −2 tests/theme/synthetic-1337.txt
+2 −2 tests/theme/synthetic-Coldark-Cold.txt
+2 −2 tests/theme/synthetic-Coldark-Dark.txt
+2 −2 tests/theme/synthetic-DarkNeon.txt
+2 −2 tests/theme/synthetic-Dracula-italics.txt
+2 −2 tests/theme/synthetic-Dracula.txt
+2 −2 tests/theme/synthetic-GitHub.txt
+2 −2 tests/theme/synthetic-Monokai Extended Bright-italics.txt
+2 −2 tests/theme/synthetic-Monokai Extended Bright.txt
+2 −2 tests/theme/synthetic-Monokai Extended Light-italics.txt
+2 −2 tests/theme/synthetic-Monokai Extended Light.txt
+2 −2 tests/theme/synthetic-Monokai Extended Origin-italics.txt
+2 −2 tests/theme/synthetic-Monokai Extended Origin.txt
+2 −2 tests/theme/synthetic-Monokai Extended-italics.txt
+2 −2 tests/theme/synthetic-Monokai Extended.txt
+2 −2 tests/theme/synthetic-Nord.txt
+2 −2 tests/theme/synthetic-OneHalfDark.txt
+2 −2 tests/theme/synthetic-OneHalfLight.txt
+2 −2 tests/theme/synthetic-Solarized (dark).txt
+2 −2 tests/theme/synthetic-Solarized (light).txt
+2 −2 tests/theme/synthetic-Sublime Snazzy-italics.txt
+2 −2 tests/theme/synthetic-Sublime Snazzy.txt
+2 −2 tests/theme/synthetic-TwoDark.txt
+2 −2 tests/theme/synthetic-Visual Studio Dark+.txt
+2 −2 tests/theme/synthetic-ansi.txt
+2 −2 tests/theme/synthetic-base16-256.txt
+2 −2 tests/theme/synthetic-base16.txt
+2 −2 tests/theme/synthetic-gruvbox-dark.txt
+2 −2 tests/theme/synthetic-gruvbox-light.txt
+7 −7 tests/theme/synthetic-zenburn.txt
4 changes: 2 additions & 2 deletions tests/syntax-tests/highlighted/cmd-help/test.cmd-help
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Use '--help' instead of '-h' to see a more detailed version of the help text.

USAGE:
 bat [OPTIONS] [FILE]...
 bat <SUBCOMMAND>
 bat [OPTIONS] [FILE]...
 bat <SUBCOMMAND>

ARGS:
 <FILE>... File(s) to print / concatenate. Use '-' for standard input.
Expand Down

0 comments on commit ecf4029

Please sign in to comment.