Browse Source

[Minor] Lua_magic: Add ics pattern

tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
f5bebd97db
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

@@ -147,6 +147,15 @@ local patterns = {
},
}
},
ics = {
matches = {
{
string = [[BEGIN:VCALENDAR]],
weight = 60,
relative_position = 0,
}
}
},
-- Archives
arj = {
matches = {

Loading…
Cancel
Save