Skip to content

Commit

Permalink
[Minor] Add support for mozlz4
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 12, 2019
1 parent 72fb023 commit b38eeb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lualib/lua_magic/patterns.lua
Expand Up @@ -204,6 +204,12 @@ local patterns = {
relative_position = 0,
weight = 60,
},
{
-- MozLZ4
hex = '6d6f7a4c7a343000',
relative_position = 0,
weight = 60,
}
}
},
zst = {
Expand Down

0 comments on commit b38eeb1

Please sign in to comment.