Skip to content

Commit

Permalink
Merge branch 'topic/bbannier/connection-type'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 8, 2024
2 parents 49d7e51 + 479f555 commit a0f420c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/Vimjas/vint.git
rev: v0.4a4
rev: v0.4a3
hooks:
- id: vint
- repo: https://github.com/lyz-code/yamlfix
rev: 1.11.0
rev: 1.17.0
hooks:
- id: yamlfix
1 change: 1 addition & 0 deletions syntax/zeek.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ syn match zeekAddr /\v\[([0-9a-fA-F]{0,4}:){2,7}([0-9a-fA-F]{0,4})((25[0-5]|2[0-
syn keyword zeekTypeDef type

syn keyword zeekType any
syn keyword zeekType connection
syn keyword zeekType enum record set table vector
syn keyword zeekType addr bool count double file int interval pattern port
syn keyword zeekType string subnet time
Expand Down

0 comments on commit a0f420c

Please sign in to comment.