Browse Source

[Minor] Lua_magic: Add vcf magic pattern

tags/3.0
Vsevolod Stakhov 3 years ago
parent
commit
8cc2fca85d
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      lualib/lua_magic/patterns.lua

+ 9
- 0
lualib/lua_magic/patterns.lua View File

@@ -157,6 +157,15 @@ local patterns = {
}
}
},
vcf = {
matches = {
{
string = [[BEGIN:VCARD]],
weight = 60,
relative_position = 0,
}
}
},
-- Archives
arj = {
matches = {

Loading…
Cancel
Save