-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yaspellerrc
72 lines (70 loc) · 1.79 KB
/
.yaspellerrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"excludeFiles": [
".git",
"libs",
"node_modules",
"presentation-builder/node_modules",
"nims\\en\\doc\\_build\\html",
"nims\\en\\presentation\\core",
"nims\\en\\presentation\\extensions",
"nims\\en\\presentation\\images",
"nims\\en\\presentation\\introduction",
"nims\\en\\presentation\\themes",
"nims\\en\\presentation\\jquery.min.js",
"nims\\en\\presentation\\modernizr.custom.js",
"nims\\ru\\doc\\_build\\html",
"nims\\ru\\presentation\\core",
"nims\\ru\\presentation\\extensions",
"nims\\ru\\presentation\\images",
"nims\\ru\\presentation\\introduction",
"nims\\ru\\presentation\\themes",
"nims\\ru\\presentation\\jquery.min.js",
"nims\\ru\\presentation\\modernizr.custom.js"
],
"lang": "ru",
"fileExtensions": [
".md",
".js",
".rst",
".html"
],
"ignoreText": ["\\\\n"],
"ignore-capitalization": true,
"check-yo": true,
"findRepeatWords": true,
"dictionary": [
"l10n.ru.js",
"НИМС(|а|е)",
"сюжетника",
"Прокликать",
"ОК",
"доигровых",
"Автовыгрузка",
"мультивыбор",
"подгрузки",
"Речкаловым",
"Сидехменовой",
"скринкастами",
"залогинен",
"Регистрозависимый",
"учётку",
"(О|о)трисовк(а|ой)",
"колбек(|а|ах)",
"логирования",
"Фродо",
"Гондора",
"Рохана",
"Мерри",
"майар",
"Нарья",
"Элендила",
"Исилдура",
"Эмлайта",
"Артэдайнского",
"Саурона",
"Арнора",
"Леголас",
"Трандуила",
"Лихолесья"
]
}