1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-13 13:28:27 +02:00
chroma/lexers/testdata/onesenterprise.expected
2021-09-04 10:20:45 +10:00

132 lines
5.1 KiB
Plaintext

[
{"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":"#КонецОбласти"}
]