{"version":3,"sources":["webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/azcli/azcli.js"],"names":["conf","comments","lineComment","language","defaultToken","ignoreCase","tokenPostfix","str","tokenizer","root","include","cases","token","next","type","comment"],"mappings":"gHAAA,qFAIO,IAAIA,EAAO,CACdC,SAAU,CACNC,YAAa,MAGVC,EAAW,CAClBC,aAAc,UACdC,YAAY,EACZC,aAAc,SACdC,IAAK,SACLC,UAAW,CACPC,KAAM,CACF,CAAEC,QAAS,YACX,CACI,eACA,CACIC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,YAIzD,CACI,cACA,CACIF,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,aAK7DC,KAAM,CACF,CAAEJ,QAAS,YACX,CACI,aACA,CACIC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,oBAIxB,CACI,WACA,CACIF,MAAO,CACH,OAAQ,CAAEC,MAAO,SAAUC,KAAM,WACjC,WAAY,aAK5BE,QAAS,CACL,CACI,OACA,CACIJ,MAAO,CACH,OAAQ,CAAEC,MAAO,UAAWC,KAAM","file":"js/chunk-2d0ba136.f4db86fb.js","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nexport var conf = {\n comments: {\n lineComment: '#'\n }\n};\nexport var language = {\n defaultToken: 'keyword',\n ignoreCase: true,\n tokenPostfix: '.azcli',\n str: /[^#\\s]/,\n tokenizer: {\n root: [\n { include: '@comment' },\n [\n /\\s-+@str*\\s*/,\n {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': { token: 'key.identifier', next: '@type' }\n }\n }\n ],\n [\n /^-+@str*\\s*/,\n {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': { token: 'key.identifier', next: '@type' }\n }\n }\n ]\n ],\n type: [\n { include: '@comment' },\n [\n /-+@str*\\s*/,\n {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': 'key.identifier'\n }\n }\n ],\n [\n /@str+\\s*/,\n {\n cases: {\n '@eos': { token: 'string', next: '@popall' },\n '@default': 'string'\n }\n }\n ]\n ],\n comment: [\n [\n /#.*$/,\n {\n cases: {\n '@eos': { token: 'comment', next: '@popall' }\n }\n }\n ]\n ]\n }\n};\n"],"sourceRoot":""}