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