Commit 7965bbf
committed
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#231 parent bf56cd9 commit 7965bbf
File tree
2 files changed
+3
-3
lines changed- assets/syntaxes/02_Extra
- tests/syntax-tests/highlighted/cmd-help
2 files changed
+3
-3
lines changed- .github/ISSUE_TEMPLATE/bug.yml+17-24
- .github/ISSUE_TEMPLATE/installation.md+108
- LICENSE.txt+1-1
- README.md+4-4
- docs/Development.md+30-16
- docs/assets/cmd-help-example.png
- scripts/demo_themes.sh+3-2
- scripts/make_syntax_test.sh+3-4
- scripts/utils+20-10
- syntaxes/cmd-help.sublime-syntax+158-32
- tests/docker/bat-test.dockerfile+6-3
- tests/docker/inner_demo_themes.sh+3-3
- tests/docker/syntest.dockerfile+1-1
- tests/highlighted/adb-1.0.41.txt+33-33
- tests/highlighted/bat-0.18.2.txt+2-2
- tests/highlighted/bat-short-0.18.2.txt+2-2
- tests/highlighted/bat-short-0.23.0.txt+36
- tests/highlighted/chown-8.30.txt+3-3
- tests/highlighted/dd-8.30.txt+13-13
- tests/highlighted/dpkg-1.19.7.txt+2-2
- tests/highlighted/ghc-8.10.7.txt+1-1
- tests/highlighted/ghci-8.10.7.txt+1-1
- tests/highlighted/git-commit-2.25.1.txt+8-8
- tests/highlighted/jq-1.6.txt+2-2
- tests/highlighted/mount-2.34.0.txt+5-5
- tests/highlighted/npm-8.1.2.txt+9-9
- tests/highlighted/nvidia-smi-470.129.06.txt+244
- tests/highlighted/rails-7.0.2.2.txt+38-38
- tests/highlighted/ripgrep-13.0.0.txt+7-7
- tests/highlighted/rubocop-1.25.1.txt+6-6
- tests/highlighted/tealdeer-1.4.1.txt+2-2
- tests/highlighted/wget-1.20.3.txt+205
- tests/source/bat-short-0.23.0.txt+36
- tests/source/nvidia-smi-470.129.06.txt+244
- tests/source/theme/demo.txt
- tests/source/wget-1.20.3.txt+205
- tests/syntax.py+29-8
- tests/syntax/syntax_test_adb.txt+30-7
- tests/syntax/syntax_test_apt.txt+1-1
- tests/syntax/syntax_test_bat-short.txt+40
- tests/syntax/syntax_test_bat.txt+6-1
- tests/syntax/syntax_test_cargo.txt+2-2
- tests/syntax/syntax_test_chown.txt+3
- tests/syntax/syntax_test_cp.txt+4-2
- tests/syntax/syntax_test_dd.txt+4-2
- tests/syntax/syntax_test_docker.txt+1-1
- tests/syntax/syntax_test_ghc.txt+1
- tests/syntax/syntax_test_java.txt+1-1
- tests/syntax/syntax_test_jq.txt+3
- tests/syntax/syntax_test_man.txt+1-1
- tests/syntax/syntax_test_nano.txt+1-1
- tests/syntax/syntax_test_nvidia-smi.txt+260
- tests/syntax/syntax_test_python.txt+1-1
- tests/syntax/syntax_test_rails.txt+13-2
- tests/syntax/syntax_test_rubocop.txt+5-2
- tests/syntax/syntax_test_ruby.txt+2-2
- tests/syntax/syntax_test_sbt.txt+2
- tests/syntax/syntax_test_vim.txt+1
- tests/syntax/syntax_test_wget.txt+225
- tests/theme/brief-zenburn.txt+1-1
- 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+2-2
- tests/theme/synthetic-zenburn.txt+7-7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments