Skip to content

Commit

Permalink
- Fix usage message
Browse files Browse the repository at this point in the history
- New version of pre-commit hooks
- Update highlight submodule
  • Loading branch information
jessp01 committed Oct 19, 2023
1 parent 66c9177 commit 2c407c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/jessp01/pre-commit-golang.git
rev: v0.5.7
rev: v0.5.9
hooks:
- id: go-fmt
- id: go-imports
Expand Down
2 changes: 1 addition & 1 deletion common_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ COPYRIGHT:
Usage: `config file to use when parsing input.
When none is passed, zaje will attempt to autodetect based on the file name or first line of input.
You can set the path to lexer files by exporting the ZAJE_SYNDIR ENV var.
If not exported, /etc/zaje/highlight will be used.`,
If not exported, /etc/zaje/syntax_files will be used.`,
Destination: &HighlightLexer,
},
cli.BoolFlag{
Expand Down
2 changes: 1 addition & 1 deletion highlight

0 comments on commit 2c407c7

Please sign in to comment.