{"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,qFAKO,IAAIA,EAAO,CACdC,SAAU,CACNC,YAAa,MAGVC,EAAW,CAClBC,aAAc,UACdC,YAAY,EACZC,aAAc,SACdC,IAAK,SACLC,UAAW,CACPC,KAAM,CACF,CAAEC,QAAS,YACX,CAAC,eAAgB,CACTC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,YAGzD,CAAC,cAAe,CACRF,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,aAI7DC,KAAM,CACF,CAAEJ,QAAS,YACX,CAAC,aAAc,CACPC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,oBAGxB,CAAC,WAAY,CACLF,MAAO,CACH,OAAQ,CAAEC,MAAO,SAAUC,KAAM,WACjC,WAAY,aAI5BE,QAAS,CACL,CAAC,OAAQ,CACDJ,MAAO,CACH,OAAQ,CAAEC,MAAO,UAAWC,KAAM","file":"static/js/chunk-2d0ba136.12d1142c.js","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License. See License.txt in the project root for license information.\r\n *--------------------------------------------------------------------------------------------*/\r\n'use strict';\r\nexport var conf = {\r\n comments: {\r\n lineComment: '#',\r\n }\r\n};\r\nexport var language = {\r\n defaultToken: 'keyword',\r\n ignoreCase: true,\r\n tokenPostfix: '.azcli',\r\n str: /[^#\\s]/,\r\n tokenizer: {\r\n root: [\r\n { include: '@comment' },\r\n [/\\s-+@str*\\s*/, {\r\n cases: {\r\n '@eos': { token: 'key.identifier', next: '@popall' },\r\n '@default': { token: 'key.identifier', next: '@type' }\r\n }\r\n }],\r\n [/^-+@str*\\s*/, {\r\n cases: {\r\n '@eos': { token: 'key.identifier', next: '@popall' },\r\n '@default': { token: 'key.identifier', next: '@type' }\r\n }\r\n }]\r\n ],\r\n type: [\r\n { include: '@comment' },\r\n [/-+@str*\\s*/, {\r\n cases: {\r\n '@eos': { token: 'key.identifier', next: '@popall' },\r\n '@default': 'key.identifier'\r\n }\r\n }],\r\n [/@str+\\s*/, {\r\n cases: {\r\n '@eos': { token: 'string', next: '@popall' },\r\n '@default': 'string'\r\n }\r\n }]\r\n ],\r\n comment: [\r\n [/#.*$/, {\r\n cases: {\r\n '@eos': { token: 'comment', next: '@popall' }\r\n }\r\n }]\r\n ]\r\n }\r\n};\r\n"],"sourceRoot":""}