"use strict";(self.webpackChunkxxqg=self.webpackChunkxxqg||[]).push([[5342],{95342:function(e,n,t){t.r(n),t.d(n,{CompletionAdapter:function(){return kn},DefinitionAdapter:function(){return Tn},DiagnosticsAdapter:function(){return pn},DocumentColorAdapter:function(){return Nn},DocumentFormattingEditProvider:function(){return Ln},DocumentHighlightAdapter:function(){return In},DocumentLinkAdapter:function(){return jn},DocumentRangeFormattingEditProvider:function(){return Fn},DocumentSymbolAdapter:function(){return Pn},FoldingRangeAdapter:function(){return Wn},HoverAdapter:function(){return En},ReferenceAdapter:function(){return Dn},RenameAdapter:function(){return Zn},SelectionRangeAdapter:function(){return Vn},WorkerManager:function(){return le},fromPosition:function(){return _n},fromRange:function(){return bn},setupMode:function(){return ut},toRange:function(){return wn},toTextEdit:function(){return Cn}});var r,i,o=t(60136),a=t(27277),s=t(15671),u=t(43144),c=t(4942),d=t(37762),f=t(94389),g=Object.defineProperty,l=Object.getOwnPropertyDescriptor,h=Object.getOwnPropertyNames,v=Object.prototype.hasOwnProperty,p=function(e,n,t,r){if(n&&"object"===typeof n||"function"===typeof n){var i,o=(0,d.Z)(h(n));try{var a=function(){var o=i.value;v.call(e,o)||o===t||g(e,o,{get:function(){return n[o]},enumerable:!(r=l(n,o))||r.enumerable})};for(o.s();!(i=o.n()).done;)a()}catch(s){o.e(s)}finally{o.f()}}return e},m={};p(m,r=f,"default"),i&&p(i,r,"default");var k,_,b,w,y,C,E,A,x,I,S,T,R,D,Z,P,M,j,L,F,O,N,W,U,V,H,K,z,q,X,B,$,Q,G,J,Y,ee,ne,te,re,ie,oe,ae,se,ue,ce,de,fe,ge,le=function(){function e(n){var t=this;(0,s.Z)(this,e),(0,c.Z)(this,"_defaults",void 0),(0,c.Z)(this,"_idleCheckInterval",void 0),(0,c.Z)(this,"_lastUsedTime",void 0),(0,c.Z)(this,"_configChangeListener",void 0),(0,c.Z)(this,"_worker",void 0),(0,c.Z)(this,"_client",void 0),this._defaults=n,this._worker=null,this._client=null,this._idleCheckInterval=window.setInterval((function(){return t._checkIfIdle()}),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange((function(){return t._stopWorker()}))}return(0,u.Z)(e,[{key:"_stopWorker",value:function(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}},{key:"dispose",value:function(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()}},{key:"_checkIfIdle",value:function(){this._worker&&(Date.now()-this._lastUsedTime>12e4&&this._stopWorker())}},{key:"_getClient",value:function(){return this._lastUsedTime=Date.now(),this._client||(this._worker=m.editor.createWebWorker({moduleId:"vs/language/json/jsonWorker",label:this._defaults.languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._defaults.languageId,enableSchemaRequest:this._defaults.diagnosticsOptions.enableSchemaRequest}}),this._client=this._worker.getProxy()),this._client}},{key:"getLanguageServiceWorker",value:function(){for(var e,n=this,t=arguments.length,r=new Array(t),i=0;i0&&(i.arguments=t),i},Q.is=function(e){var n=e;return hn.defined(n)&&hn.string(n.title)&&hn.string(n.command)},(J=G||(G={})).replace=function(e,n){return{range:e,newText:n}},J.insert=function(e,n){return{range:{start:e,end:e},newText:n}},J.del=function(e){return{range:e,newText:""}},J.is=function(e){var n=e;return hn.objectLiteral(n)&&hn.string(n.newText)&&E.is(n.range)},(ee=Y||(Y={})).create=function(e,n,t){var r={label:e};return void 0!==n&&(r.needsConfirmation=n),void 0!==t&&(r.description=t),r},ee.is=function(e){var n=e;return void 0!==n&&hn.objectLiteral(n)&&hn.string(n.label)&&(hn.boolean(n.needsConfirmation)||void 0===n.needsConfirmation)&&(hn.string(n.description)||void 0===n.description)},(ne||(ne={})).is=function(e){return"string"===typeof e},(re=te||(te={})).replace=function(e,n,t){return{range:e,newText:n,annotationId:t}},re.insert=function(e,n,t){return{range:{start:e,end:e},newText:n,annotationId:t}},re.del=function(e,n){return{range:e,newText:"",annotationId:n}},re.is=function(e){var n=e;return G.is(n)&&(Y.is(n.annotationId)||ne.is(n.annotationId))},(oe=ie||(ie={})).create=function(e,n){return{textDocument:e,edits:n}},oe.is=function(e){var n=e;return hn.defined(n)&&ke.is(n.textDocument)&&Array.isArray(n.edits)},(se=ae||(ae={})).create=function(e,n,t){var r={kind:"create",uri:e};return void 0===n||void 0===n.overwrite&&void 0===n.ignoreIfExists||(r.options=n),void 0!==t&&(r.annotationId=t),r},se.is=function(e){var n=e;return n&&"create"===n.kind&&hn.string(n.uri)&&(void 0===n.options||(void 0===n.options.overwrite||hn.boolean(n.options.overwrite))&&(void 0===n.options.ignoreIfExists||hn.boolean(n.options.ignoreIfExists)))&&(void 0===n.annotationId||ne.is(n.annotationId))},(ce=ue||(ue={})).create=function(e,n,t,r){var i={kind:"rename",oldUri:e,newUri:n};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(i.options=t),void 0!==r&&(i.annotationId=r),i},ce.is=function(e){var n=e;return n&&"rename"===n.kind&&hn.string(n.oldUri)&&hn.string(n.newUri)&&(void 0===n.options||(void 0===n.options.overwrite||hn.boolean(n.options.overwrite))&&(void 0===n.options.ignoreIfExists||hn.boolean(n.options.ignoreIfExists)))&&(void 0===n.annotationId||ne.is(n.annotationId))},(fe=de||(de={})).create=function(e,n,t){var r={kind:"delete",uri:e};return void 0===n||void 0===n.recursive&&void 0===n.ignoreIfNotExists||(r.options=n),void 0!==t&&(r.annotationId=t),r},fe.is=function(e){var n=e;return n&&"delete"===n.kind&&hn.string(n.uri)&&(void 0===n.options||(void 0===n.options.recursive||hn.boolean(n.options.recursive))&&(void 0===n.options.ignoreIfNotExists||hn.boolean(n.options.ignoreIfNotExists)))&&(void 0===n.annotationId||ne.is(n.annotationId))},(ge||(ge={})).is=function(e){var n=e;return n&&(void 0!==n.changes||void 0!==n.documentChanges)&&(void 0===n.documentChanges||n.documentChanges.every((function(e){return hn.string(e.kind)?ae.is(e)||ue.is(e)||de.is(e):ie.is(e)})))};var he,ve,pe,me,ke,_e,be,we,ye,Ce,Ee,Ae,xe,Ie,Se,Te,Re,De,Ze,Pe,Me,je,Le,Fe,Oe,Ne,We,Ue,Ve,He,Ke,ze,qe,Xe,Be,$e,Qe,Ge,Je,Ye,en,nn,tn,rn,on,an,sn,un,cn,dn,fn,gn=function(){function e(e,n){this.edits=e,this.changeAnnotations=n}return e.prototype.insert=function(e,n,t){var r,i;if(void 0===t?r=G.insert(e,n):ne.is(t)?(i=t,r=te.insert(e,n,t)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(t),r=te.insert(e,n,i)),this.edits.push(r),void 0!==i)return i},e.prototype.replace=function(e,n,t){var r,i;if(void 0===t?r=G.replace(e,n):ne.is(t)?(i=t,r=te.replace(e,n,t)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(t),r=te.replace(e,n,i)),this.edits.push(r),void 0!==i)return i},e.prototype.delete=function(e,n){var t,r;if(void 0===n?t=G.del(e):ne.is(n)?(r=n,t=te.del(e,n)):(this.assertChangeAnnotations(this.changeAnnotations),r=this.changeAnnotations.manage(n),t=te.del(e,r)),this.edits.push(t),void 0!==r)return r},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e.prototype.assertChangeAnnotations=function(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),ln=function(){function e(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(e,n){var t;if(ne.is(e)?t=e:(t=this.nextId(),n=e),void 0!==this._annotations[t])throw new Error("Id "+t+" is already in use.");if(void 0===n)throw new Error("No annotation provided for id "+t);return this._annotations[t]=n,this._size++,t},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();!function(){function e(e){var n=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new ln(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(ie.is(e)){var t=new gn(e.edits,n._changeAnnotations);n._textEditChanges[e.textDocument.uri]=t}}))):e.changes&&Object.keys(e.changes).forEach((function(t){var r=new gn(e.changes[t]);n._textEditChanges[t]=r}))):this._workspaceEdit={}}Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(e){if(ke.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n={uri:e.uri,version:e.version};if(!(r=this._textEditChanges[n.uri])){var t={textDocument:n,edits:i=[]};this._workspaceEdit.documentChanges.push(t),r=new gn(i,this._changeAnnotations),this._textEditChanges[n.uri]=r}return r}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var r;if(!(r=this._textEditChanges[e])){var i=[];this._workspaceEdit.changes[e]=i,r=new gn(i),this._textEditChanges[e]=r}return r},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new ln,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(e,n,t){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var r,i,o;if(Y.is(n)||ne.is(n)?r=n:t=n,void 0===r?i=ae.create(e,t):(o=ne.is(r)?r:this._changeAnnotations.manage(r),i=ae.create(e,t,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e.prototype.renameFile=function(e,n,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var i,o,a;if(Y.is(t)||ne.is(t)?i=t:r=t,void 0===i?o=ue.create(e,n,r):(a=ne.is(i)?i:this._changeAnnotations.manage(i),o=ue.create(e,n,r,a)),this._workspaceEdit.documentChanges.push(o),void 0!==a)return a},e.prototype.deleteFile=function(e,n,t){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var r,i,o;if(Y.is(n)||ne.is(n)?r=n:t=n,void 0===r?i=de.create(e,t):(o=ne.is(r)?r:this._changeAnnotations.manage(r),i=de.create(e,t,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}}();(ve=he||(he={})).create=function(e){return{uri:e}},ve.is=function(e){var n=e;return hn.defined(n)&&hn.string(n.uri)},(me=pe||(pe={})).create=function(e,n){return{uri:e,version:n}},me.is=function(e){var n=e;return hn.defined(n)&&hn.string(n.uri)&&hn.integer(n.version)},(_e=ke||(ke={})).create=function(e,n){return{uri:e,version:n}},_e.is=function(e){var n=e;return hn.defined(n)&&hn.string(n.uri)&&(null===n.version||hn.integer(n.version))},(we=be||(be={})).create=function(e,n,t,r){return{uri:e,languageId:n,version:t,text:r}},we.is=function(e){var n=e;return hn.defined(n)&&hn.string(n.uri)&&hn.string(n.languageId)&&hn.integer(n.version)&&hn.string(n.text)},(Ce=ye||(ye={})).PlainText="plaintext",Ce.Markdown="markdown",function(e){e.is=function(n){var t=n;return t===e.PlainText||t===e.Markdown}}(ye||(ye={})),(Ee||(Ee={})).is=function(e){var n=e;return hn.objectLiteral(e)&&ye.is(n.kind)&&hn.string(n.value)},(xe=Ae||(Ae={})).Text=1,xe.Method=2,xe.Function=3,xe.Constructor=4,xe.Field=5,xe.Variable=6,xe.Class=7,xe.Interface=8,xe.Module=9,xe.Property=10,xe.Unit=11,xe.Value=12,xe.Enum=13,xe.Keyword=14,xe.Snippet=15,xe.Color=16,xe.File=17,xe.Reference=18,xe.Folder=19,xe.EnumMember=20,xe.Constant=21,xe.Struct=22,xe.Event=23,xe.Operator=24,xe.TypeParameter=25,(Se=Ie||(Ie={})).PlainText=1,Se.Snippet=2,(Te||(Te={})).Deprecated=1,(De=Re||(Re={})).create=function(e,n,t){return{newText:e,insert:n,replace:t}},De.is=function(e){var n=e;return n&&hn.string(n.newText)&&E.is(n.insert)&&E.is(n.replace)},(Pe=Ze||(Ze={})).asIs=1,Pe.adjustIndentation=2,(Me||(Me={})).create=function(e){return{label:e}},(je||(je={})).create=function(e,n){return{items:e||[],isIncomplete:!!n}},(Fe=Le||(Le={})).fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},Fe.is=function(e){var n=e;return hn.string(n)||hn.objectLiteral(n)&&hn.string(n.language)&&hn.string(n.value)},(Oe||(Oe={})).is=function(e){var n=e;return!!n&&hn.objectLiteral(n)&&(Ee.is(n.contents)||Le.is(n.contents)||hn.typedArray(n.contents,Le.is))&&(void 0===e.range||E.is(e.range))},(Ne||(Ne={})).create=function(e,n){return n?{label:e,documentation:n}:{label:e}},(We||(We={})).create=function(e,n){for(var t=[],r=2;r=0;a--){var s=i[a],u=e.offsetAt(s.range.start),c=e.offsetAt(s.range.end);if(!(c<=o))throw new Error("Overlapping edit");r=r.substring(0,u)+s.newText+r.substring(c,r.length),o=u}return r}}(fn||(fn={}));var hn,vn=function(){function e(e,n,t,r){this._uri=e,this._languageId=n,this._version=t,this._content=r,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(e){if(e){var n=this.offsetAt(e.start),t=this.offsetAt(e.end);return this._content.substring(n,t)}return this._content},e.prototype.update=function(e,n){this._content=e.text,this._version=n,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(void 0===this._lineOffsets){for(var e=[],n=this._content,t=!0,r=0;r0&&e.push(n.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var n=this.getLineOffsets(),t=0,r=n.length;if(0===r)return y.create(0,e);for(;te?r=i:t=i+1}var o=t-1;return y.create(o,e-n[o])},e.prototype.offsetAt=function(e){var n=this.getLineOffsets();if(e.line>=n.length)return this._content.length;if(e.line<0)return 0;var t=n[e.line],r=e.line+1=8192&&e<=8203||8239===e||8287===e||12288===e||65279===e}function Kn(e){return 10===e||13===e||8232===e||8233===e}function zn(e){return e>=48&&e<=57}(Un||(Un={})).DEFAULT={allowTrailingComma:!1};var qn=function(e,n){void 0===n&&(n=!1);var t=e.length,r=0,i="",o=0,a=16,s=0,u=0,c=0,d=0,f=0;function g(n,t){for(var i=0,o=0;i=48&&a<=57)o=16*o+a-48;else if(a>=65&&a<=70)o=16*o+a-65+10;else{if(!(a>=97&&a<=102))break;o=16*o+a-97+10}r++,i++}return i=t)return o=t,a=17;var n=e.charCodeAt(r);if(Hn(n)){do{r++,i+=String.fromCharCode(n),n=e.charCodeAt(r)}while(Hn(n));return a=15}if(Kn(n))return r++,i+=String.fromCharCode(n),13===n&&10===e.charCodeAt(r)&&(r++,i+="\n"),s++,c=r,a=14;switch(n){case 123:return r++,a=1;case 125:return r++,a=2;case 91:return r++,a=3;case 93:return r++,a=4;case 58:return r++,a=6;case 44:return r++,a=5;case 34:return r++,i=function(){for(var n="",i=r;;){if(r>=t){n+=e.substring(i,r),f=2;break}var o=e.charCodeAt(r);if(34===o){n+=e.substring(i,r),r++;break}if(92!==o){if(o>=0&&o<=31){if(Kn(o)){n+=e.substring(i,r),f=2;break}f=6}r++}else{if(n+=e.substring(i,r),++r>=t){f=2;break}switch(e.charCodeAt(r++)){case 34:n+='"';break;case 92:n+="\\";break;case 47:n+="/";break;case 98:n+="\b";break;case 102:n+="\f";break;case 110:n+="\n";break;case 114:n+="\r";break;case 116:n+="\t";break;case 117:var a=g(4,!0);a>=0?n+=String.fromCharCode(a):f=4;break;default:f=5}i=r}}return n}(),a=10;case 47:var l=r-1;if(47===e.charCodeAt(r+1)){for(r+=2;r=12&&e<=15);return e}:l,getToken:function(){return a},getTokenValue:function(){return i},getTokenOffset:function(){return o},getTokenLength:function(){return r-o},getTokenStartLine:function(){return u},getTokenStartCharacter:function(){return o-d},getTokenError:function(){return f}}};function Xn(e){return{getInitialState:function(){return new at(null,null,!1,null)},tokenize:function(n,t){return function(e,n,t){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=0,o=!1;switch(t.scanError){case 2:n='"'+n,i=1;break;case 1:n="/*"+n,i=2}var a=qn(n),s=t.lastWasColon,u=t.parents,c={tokens:[],endState:t.clone()};for(;;){var d=r+a.getPosition(),f="",g=a.scan();if(17===g)break;if(d===r+a.getPosition())throw new Error("Scanner did not advance, next 3 characters are: "+n.substr(a.getPosition(),3));switch(o&&(d-=i),o=i>0,g){case 1:u=ot.push(u,0),f=Bn,s=!1;break;case 2:u=ot.pop(u),f=Bn,s=!1;break;case 3:u=ot.push(u,1),f=$n,s=!1;break;case 4:u=ot.pop(u),f=$n,s=!1;break;case 6:f=Qn,s=!0;break;case 5:f=Gn,s=!1;break;case 8:case 9:f=Jn,s=!1;break;case 7:f=Yn,s=!1;break;case 10:var l=u?u.type:0;f=s||1===l?et:tt,s=!1;break;case 11:f=nt,s=!1}if(e)switch(g){case 12:f=it;break;case 13:f=rt}c.endState=new at(t.getStateData(),a.getTokenError(),s,u),c.tokens.push({startIndex:d,scopes:f})}return c}(e,n,t)}}}var Bn="delimiter.bracket.json",$n="delimiter.array.json",Qn="delimiter.colon.json",Gn="delimiter.comma.json",Jn="keyword.json",Yn="keyword.json",et="string.value.json",nt="number.json",tt="string.key.json",rt="comment.block.json",it="comment.line.json",ot=function(){function e(n,t){(0,s.Z)(this,e),this.parent=n,this.type=t}return(0,u.Z)(e,null,[{key:"pop",value:function(e){return e?e.parent:null}},{key:"push",value:function(n,t){return new e(n,t)}},{key:"equals",value:function(e,n){if(!e&&!n)return!0;if(!e||!n)return!1;for(;e&&n;){if(e===n)return!0;if(e.type!==n.type)return!1;e=e.parent,n=n.parent}return!0}}]),e}(),at=function(){function e(n,t,r,i){(0,s.Z)(this,e),(0,c.Z)(this,"_state",void 0),(0,c.Z)(this,"scanError",void 0),(0,c.Z)(this,"lastWasColon",void 0),(0,c.Z)(this,"parents",void 0),this._state=n,this.scanError=t,this.lastWasColon=r,this.parents=i}return(0,u.Z)(e,[{key:"clone",value:function(){return new e(this._state,this.scanError,this.lastWasColon,this.parents)}},{key:"equals",value:function(n){return n===this||!!(n&&n instanceof e)&&(this.scanError===n.scanError&&this.lastWasColon===n.lastWasColon&&ot.equals(this.parents,n.parents))}},{key:"getStateData",value:function(){return this._state}},{key:"setStateData",value:function(e){this._state=e}}]),e}();var st=function(e){(0,o.Z)(t,e);var n=(0,a.Z)(t);function t(e,r,i){var o;return(0,s.Z)(this,t),(o=n.call(this,e,r,i.onDidChange))._disposables.push(m.editor.onWillDisposeModel((function(e){o._resetSchema(e.uri)}))),o._disposables.push(m.editor.onDidChangeModelLanguage((function(e){o._resetSchema(e.model.uri)}))),o}return(0,u.Z)(t,[{key:"_resetSchema",value:function(e){this._worker().then((function(n){n.resetSchema(e.toString())}))}}]),t}(pn);function ut(e){var n=[],t=[],r=new le(e);n.push(r);var i=function(){return r.getLanguageServiceWorker.apply(r,arguments)};function o(){var n=e.languageId,r=e.modeConfiguration;dt(t),r.documentFormattingEdits&&t.push(m.languages.registerDocumentFormattingEditProvider(n,new Ln(i))),r.documentRangeFormattingEdits&&t.push(m.languages.registerDocumentRangeFormattingEditProvider(n,new Fn(i))),r.completionItems&&t.push(m.languages.registerCompletionItemProvider(n,new kn(i,[" ",":",'"']))),r.hovers&&t.push(m.languages.registerHoverProvider(n,new En(i))),r.documentSymbols&&t.push(m.languages.registerDocumentSymbolProvider(n,new Pn(i))),r.tokens&&t.push(m.languages.setTokensProvider(n,Xn(!0))),r.colors&&t.push(m.languages.registerColorProvider(n,new Nn(i))),r.foldingRanges&&t.push(m.languages.registerFoldingRangeProvider(n,new Wn(i))),r.diagnostics&&t.push(new st(n,i,e)),r.selectionRanges&&t.push(m.languages.registerSelectionRangeProvider(n,new Vn(i)))}o(),n.push(m.languages.setLanguageConfiguration(e.languageId,ft));var a=e.modeConfiguration;return e.onDidChange((function(e){e.modeConfiguration!==a&&(a=e.modeConfiguration,o())})),n.push(ct(t)),ct(n)}function ct(e){return{dispose:function(){return dt(e)}}}function dt(e){for(;e.length;)e.pop().dispose()}var ft={wordPattern:/(-?\d*\.\d\w*)|([^\[\{\]\}\:\"\,\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string"]},{open:"[",close:"]",notIn:["string"]},{open:'"',close:'"',notIn:["string"]}]}}}]); //# sourceMappingURL=5342.53abb94f.chunk.js.map