diff options
author | Marvin Borner | 2024-10-21 17:39:18 +0200 |
---|---|---|
committer | Marvin Borner | 2024-11-07 16:26:47 +0100 |
commit | 400cc14fa974517bba1add555de896d7984f5b77 (patch) | |
tree | 19c04bafc8687ee7de792fb7d49f10e345e15162 /docs/assets/monaco/azcli-C9RgAbUI.js |
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}; |