phantasmal-world/2676.js.map
2024-07-14 11:04:53 +00:00

1 line
3.2 KiB
Plaintext

{"version":3,"sources":["webpack://web/../node_modules/source-map-loader/dist/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":"oIAIO,IAAIA,EAAO,CACdC,SAAU,CACNC,YAAa,MAGVC,EAAW,CAClBC,aAAc,UACdC,YAAY,EACZC,aAAc,SACdC,IAAK,SACLC,UAAW,CACPC,KAAM,CACF,CAAEC,QAAS,YACX,CACI,eACA,CACIC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,YAIzD,CACI,cACA,CACIF,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,CAAED,MAAO,iBAAkBC,KAAM,aAK7DC,KAAM,CACF,CAAEJ,QAAS,YACX,CACI,aACA,CACIC,MAAO,CACH,OAAQ,CAAEC,MAAO,iBAAkBC,KAAM,WACzC,WAAY,oBAIxB,CACI,WACA,CACIF,MAAO,CACH,OAAQ,CAAEC,MAAO,SAAUC,KAAM,WACjC,WAAY,aAK5BE,QAAS,CACL,CACI,OACA,CACIJ,MAAO,CACH,OAAQ,CAAEC,MAAO,UAAWC,KAAM,gB","file":"2676.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\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 [\r\n /\\s-+@str*\\s*/,\r\n {\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 [\r\n /^-+@str*\\s*/,\r\n {\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 ],\r\n type: [\r\n { include: '@comment' },\r\n [\r\n /-+@str*\\s*/,\r\n {\r\n cases: {\r\n '@eos': { token: 'key.identifier', next: '@popall' },\r\n '@default': 'key.identifier'\r\n }\r\n }\r\n ],\r\n [\r\n /@str+\\s*/,\r\n {\r\n cases: {\r\n '@eos': { token: 'string', next: '@popall' },\r\n '@default': 'string'\r\n }\r\n }\r\n ]\r\n ],\r\n comment: [\r\n [\r\n /#.*$/,\r\n {\r\n cases: {\r\n '@eos': { token: 'comment', next: '@popall' }\r\n }\r\n }\r\n ]\r\n ]\r\n }\r\n};\r\n"],"sourceRoot":""}