Просмотр исходного кода

[Minor] Lua_magic: Add ics pattern

tags/2.7
Vsevolod Stakhov 3 лет назад
Родитель
Сommit
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 = {

Загрузка…
Отмена
Сохранить