Skip to content

Commit

Permalink
Add cmd-help syntax
Browse files Browse the repository at this point in the history
To highlight command --help messages.

No point in adding syntax tests because this is a syntax without auto
detection and the syntax test scripts don't explicitly require syntaxes
(--language option).
  • Loading branch information
victor-gp committed Apr 6, 2022
1 parent 520081a commit 3f3cc54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,8 @@
[submodule "assets/syntaxes/02_Extra/SublimeJQ"]
path = assets/syntaxes/02_Extra/SublimeJQ
url = https://github.com/zogwarg/SublimeJQ.git
[submodule "assets/syntaxes/02_Extra/cmd-help"]
path = assets/syntaxes/02_Extra/cmd-help
url = https://github.com/victor-gp/cmd-help-sublime-syntax.git
branch = main
shallow = true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- Mapped clang-format config file (.clang-format) to YAML syntax (@TruncatedDinosour)
- log syntax: improved handling of escape characters in double quoted strings. See #2123 (@keith-hall)
- Added cmd-help syntax to scope --help messages. See #2148 (@victor-gp)

## Themes

Expand Down
1 change: 1 addition & 0 deletions assets/syntaxes/02_Extra/cmd-help
Submodule cmd-help added at 2cf2ec

0 comments on commit 3f3cc54

Please sign in to comment.