All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.assets.vs.basic-languages.azcli.azcli.js Maven / Gradle / Ivy

/*!-----------------------------------------------------------------------------
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
 * Released under the MIT license
 * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
 *-----------------------------------------------------------------------------*/
define("vs/basic-languages/azcli/azcli",[],()=>{
var moduleExports=(()=>{var o=Object.defineProperty;var s=e=>o(e,"__esModule",{value:!0});var a=(e,t)=>{s(e);for(var n in t)o(e,n,{get:t[n],enumerable:!0})};var l={};a(l,{conf:()=>i,language:()=>r});var i={comments:{lineComment:"#"}},r={defaultToken:"keyword",ignoreCase:!0,tokenPostfix:".azcli",str:/[^#\s]/,tokenizer:{root:[{include:"@comment"},[/\s-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":{token:"key.identifier",next:"@type"}}}],[/^-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":{token:"key.identifier",next:"@type"}}}]],type:[{include:"@comment"},[/-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":"key.identifier"}}],[/@str+\s*/,{cases:{"@eos":{token:"string",next:"@popall"},"@default":"string"}}]],comment:[[/#.*$/,{cases:{"@eos":{token:"comment",next:"@popall"}}}]]}};return l;})();
return moduleExports;
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy