{"version":3,"sources":["webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/azcli/azcli.js"],"names":["__webpack_require__","r","__webpack_exports__","d","conf","language","comments","lineComment","defaultToken","ignoreCase","tokenPostfix","str","tokenizer","root","include","cases","@eos","token","next","@default","type","comment"],"mappings":"gHAAAA,EAAAC,EAAAC,GAAAF,EAAAG,EAAAD,EAAA,yBAAAE,IAAAJ,EAAAG,EAAAD,EAAA,6BAAAG,IAKO,IAAAD,EAAA,CACPE,SAAA,CACAC,YAAA,MAGOF,EAAA,CACPG,aAAA,UACAC,YAAA,EACAC,aAAA,SACAC,IAAA,SACAC,UAAA,CACAC,KAAA,CACA,CAAaC,QAAA,YACb,iBACAC,MAAA,CACAC,OAAA,CAAiCC,MAAA,iBAAAC,KAAA,WACjCC,WAAA,CAAqCF,MAAA,iBAAAC,KAAA,YAGrC,gBACAH,MAAA,CACAC,OAAA,CAAiCC,MAAA,iBAAAC,KAAA,WACjCC,WAAA,CAAqCF,MAAA,iBAAAC,KAAA,aAIrCE,KAAA,CACA,CAAaN,QAAA,YACb,eACAC,MAAA,CACAC,OAAA,CAAiCC,MAAA,iBAAAC,KAAA,WACjCC,WAAA,oBAGA,aACAJ,MAAA,CACAC,OAAA,CAAiCC,MAAA,SAAAC,KAAA,WACjCC,WAAA,aAIAE,QAAA,CACA,SACAN,MAAA,CACAC,OAAA,CAAiCC,MAAA,UAAAC,KAAA","file":"js/chunk-2d0ba136.c779e74d.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 *--------------------------------------------------------------------------------------------*/\n'use strict';\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 [/\\s-+@str*\\s*/, {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': { token: 'key.identifier', next: '@type' }\n }\n }],\n [/^-+@str*\\s*/, {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': { token: 'key.identifier', next: '@type' }\n }\n }]\n ],\n type: [\n { include: '@comment' },\n [/-+@str*\\s*/, {\n cases: {\n '@eos': { token: 'key.identifier', next: '@popall' },\n '@default': 'key.identifier'\n }\n }],\n [/@str+\\s*/, {\n cases: {\n '@eos': { token: 'string', next: '@popall' },\n '@default': 'string'\n }\n }]\n ],\n comment: [\n [/#.*$/, {\n cases: {\n '@eos': { token: 'comment', next: '@popall' }\n }\n }]\n ]\n }\n};\n"],"sourceRoot":""}