loom
39 строк · 1.2 Кб
1{
2"description" : "Структура LexicalParameters для Markdown",
3"markups" : [
4{
5"start" : "#",
6"end" : "",
7"ignore_sign" : "",
8"type" : "Annotation"
9},
10{
11"start" : "[",
12"end" : ")",
13"ignore_sign" : "\\",
14"type" : "Annotation"
15},
16{
17"start" : "**",
18"end" : "**",
19"ignore_sign" : "",
20"type" : "Annotation"
21},
22{
23"start" : "`",
24"end" : "`",
25"ignore_sign" : "",
26"type" : "Comment"
27}
28],
29
30"punctuation_chars" : "",
31"punctuation_words" : [],
32"digits" : "0123456789ABCDEF",
33"latin_alphabet" : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
34"national_alphabet" : "абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ",
35"id_extra_symbols" : "",
36"may_national_letters_use" : false,
37"may_national_letters_mix" : false,
38"is_case_sensitive" : true
39}
40