Преглед изворни кода

[Minor] Lua_magic: Add ics pattern

tags/2.7
Vsevolod Stakhov пре 3 година
родитељ
комит
f5bebd97db
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9
    0
      lualib/lua_magic/patterns.lua

+ 9
- 0
lualib/lua_magic/patterns.lua Прегледај датотеку

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

Loading…
Откажи
Сачувај