chroma/lexers/testdata/onesenterprise.expected
2025-03-22 20:46:00 +13:00

131 lines
5.1 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{"type":"CommentPreproc","value":"#Область СлужебныйПрограммныйИнтерфейс"},
{"type":"Text","value":"\n\n"},
{"type":"CommentPreproc","value":"\u0026НаСервере"},
{"type":"Text","value":"\n"},
{"type":"Keyword","value":"Функция"},
{"type":"Text","value":" "},
{"type":"Name","value":"Создать"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"ИмяФайла"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Экспорт"},
{"type":"Text","value":"\n\t\n\t"},
{"type":"Comment","value":"//Создает новый архив\n"},
{"type":"Text","value":"\n\t"},
{"type":"Name","value":"Инфо"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Новый"},
{"type":"Text","value":" "},
{"type":"Name","value":"Файл"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"ИмяФайла"},
{"type":"Punctuation","value":");"},
{"type":"Text","value":"\n\t"},
{"type":"Operator","value":"Если"},
{"type":"Text","value":" "},
{"type":"Name","value":"Инфо"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Существует"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":" "},
{"type":"Operator","value":"Тогда"},
{"type":"Text","value":"\n\t\t"},
{"type":"Name","value":"УдалитьФайлы"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"ИмяФайла"},
{"type":"Punctuation","value":");"},
{"type":"Text","value":"\n\t"},
{"type":"Operator","value":"КонецЕсли"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\t\n\t"},
{"type":"Name","value":"Архив"},
{"type":"Text","value":" "},
{"type":"Operator","value":"="},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Новый"},
{"type":"Text","value":" "},
{"type":"Name","value":"Структура"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\t"},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Вставить"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"Поток\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"Name","value":"ФайловыеПотоки"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"ОткрытьДляЗаписи"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"ИмяФайла"},
{"type":"Punctuation","value":"));"},
{"type":"Text","value":"\n\t"},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Вставить"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"Файлы\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Новый"},
{"type":"Text","value":" "},
{"type":"Name","value":"Массив"},
{"type":"Punctuation","value":");"},
{"type":"Text","value":"\n\t"},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Вставить"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"РазмерКаталога\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"Name","value":"0"},
{"type":"Punctuation","value":");"},
{"type":"Text","value":"\n\n\t"},
{"type":"Operator","value":"Если"},
{"type":"Text","value":" "},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"РазмерКаталога"},
{"type":"Text","value":" "},
{"type":"Operator","value":"\u003e"},
{"type":"Text","value":" "},
{"type":"Name","value":"0"},
{"type":"Text","value":" "},
{"type":"Operator","value":"Или"},
{"type":"Text","value":" "},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Файлы"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"Количество"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":" "},
{"type":"Operator","value":"\u003c\u003e"},
{"type":"Text","value":" "},
{"type":"Name","value":"0"},
{"type":"Text","value":" "},
{"type":"Operator","value":"Тогда"},
{"type":"Text","value":"\n\t\t"},
{"type":"Operator","value":"Возврат"},
{"type":"Text","value":" "},
{"type":"Name","value":"Неопределено"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\t"},
{"type":"Operator","value":"КонецЕсли"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\t\n\t"},
{"type":"Operator","value":"Возврат"},
{"type":"Text","value":" "},
{"type":"Name","value":"Архив"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n\t\n"},
{"type":"Keyword","value":"КонецФункции"},
{"type":"Text","value":"\n\n"},
{"type":"CommentPreproc","value":"#КонецОбласти"}
]