diff options
Diffstat (limited to 'docs/assets/monaco/azcli-C9RgAbUI.js')
-rw-r--r-- | docs/assets/monaco/azcli-C9RgAbUI.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/monaco/azcli-C9RgAbUI.js b/docs/assets/monaco/azcli-C9RgAbUI.js new file mode 100644 index 0000000..1686b31 --- /dev/null +++ b/docs/assets/monaco/azcli-C9RgAbUI.js @@ -0,0 +1,6 @@ +/*!----------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Version: 0.52.0(f6dc0eb8fce67e57f6036f4769d92c1666cdf546) + * Released under the MIT license + * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt + *-----------------------------------------------------------------------------*/var e={comments:{lineComment:"#"}},t={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"}}}]]}};export{e as conf,t as language}; |