@xrkseek/harness-cli 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/dist/bin.d.ts +3 -0
- package/dist/bin.d.ts.map +1 -0
- package/dist/bin.js +9 -0
- package/dist/bin.js.map +1 -0
- package/dist/commands/doctor.d.ts +10 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +64 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/dump-config.d.ts +3 -0
- package/dist/commands/dump-config.d.ts.map +1 -0
- package/dist/commands/dump-config.js +25 -0
- package/dist/commands/dump-config.js.map +1 -0
- package/dist/commands/run.d.ts +3 -0
- package/dist/commands/run.d.ts.map +1 -0
- package/dist/commands/run.js +70 -0
- package/dist/commands/run.js.map +1 -0
- package/dist/commands/serve.d.ts +5 -0
- package/dist/commands/serve.d.ts.map +1 -0
- package/dist/commands/serve.js +133 -0
- package/dist/commands/serve.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +54 -0
- package/dist/index.js.map +1 -0
- package/dist/parse-args.d.ts +20 -0
- package/dist/parse-args.d.ts.map +1 -0
- package/dist/parse-args.js +227 -0
- package/dist/parse-args.js.map +1 -0
- package/dist/product-paths.d.ts +20 -0
- package/dist/product-paths.d.ts.map +1 -0
- package/dist/product-paths.js +98 -0
- package/dist/product-paths.js.map +1 -0
- package/node_modules/@hono/node-server/LICENSE +21 -0
- package/node_modules/@hono/node-server/README.md +437 -0
- package/node_modules/@hono/node-server/dist/conninfo.cjs +22 -0
- package/node_modules/@hono/node-server/dist/conninfo.d.cts +11 -0
- package/node_modules/@hono/node-server/dist/conninfo.d.mts +11 -0
- package/node_modules/@hono/node-server/dist/conninfo.mjs +20 -0
- package/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs +5 -0
- package/node_modules/@hono/node-server/dist/constants-BXAKTxRC.cjs +11 -0
- package/node_modules/@hono/node-server/dist/early-hints.cjs +35 -0
- package/node_modules/@hono/node-server/dist/early-hints.d.cts +16 -0
- package/node_modules/@hono/node-server/dist/early-hints.d.mts +16 -0
- package/node_modules/@hono/node-server/dist/early-hints.mjs +33 -0
- package/node_modules/@hono/node-server/dist/index.cjs +1318 -0
- package/node_modules/@hono/node-server/dist/index.d.cts +101 -0
- package/node_modules/@hono/node-server/dist/index.d.mts +101 -0
- package/node_modules/@hono/node-server/dist/index.mjs +1313 -0
- package/node_modules/@hono/node-server/dist/serve-static.cjs +151 -0
- package/node_modules/@hono/node-server/dist/serve-static.d.cts +18 -0
- package/node_modules/@hono/node-server/dist/serve-static.d.mts +18 -0
- package/node_modules/@hono/node-server/dist/serve-static.mjs +150 -0
- package/node_modules/@hono/node-server/dist/utils/response.cjs +8 -0
- package/node_modules/@hono/node-server/dist/utils/response.d.cts +4 -0
- package/node_modules/@hono/node-server/dist/utils/response.d.mts +4 -0
- package/node_modules/@hono/node-server/dist/utils/response.mjs +7 -0
- package/node_modules/@hono/node-server/dist/utils/stream.cjs +65 -0
- package/node_modules/@hono/node-server/dist/utils/stream.d.cts +6 -0
- package/node_modules/@hono/node-server/dist/utils/stream.d.mts +6 -0
- package/node_modules/@hono/node-server/dist/utils/stream.mjs +64 -0
- package/node_modules/@hono/node-server/package.json +127 -0
- package/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/node_modules/@modelcontextprotocol/sdk/README.md +172 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +190 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +299 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +451 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +943 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +591 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +618 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +169 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +252 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +81 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +211 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +202 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +484 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +58 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +680 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +134 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +176 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +20 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +70 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +397 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +857 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +157 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +95 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +205 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +460 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +656 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +85 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +95 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js +49 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +166 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +750 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +600 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +256 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +107 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +124 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +73 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +69 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +121 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +188 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +39 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +232 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +36 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +170 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +250 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +251 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +28 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +148 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +202 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +201 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +4 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +21 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +136 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +21 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +75 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +71 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +49 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +159 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +101 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +128 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +38 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +48 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +56 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +433 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +364 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +922 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +80 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +82 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +172 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts +5 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +36 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +88 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +122 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +165 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +289 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +953 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +263 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +79 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +48 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +240 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +224 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js +64 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +443 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +1112 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +18 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +46 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +97 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +89 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +43 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +243 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +2311 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +27 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +8168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +2105 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +53 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +69 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +30 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +190 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +269 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +451 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +918 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +591 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +613 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +169 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +245 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +81 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +206 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +194 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +479 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +17 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +54 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +678 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +132 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +174 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +20 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +3 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +395 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +855 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +155 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +93 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +166 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +458 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +651 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +60 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +146 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +70 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +143 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +141 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +725 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +598 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +231 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +102 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +122 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +48 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +121 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +184 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +64 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +20 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +232 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +77 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +170 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +246 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +246 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +10 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +47 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +148 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +180 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +171 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +4 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +15 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +71 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +59 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +107 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +18 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +72 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +68 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +49 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +155 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +101 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +118 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +38 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +41 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +50 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +196 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +429 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +364 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +917 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +76 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +82 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +165 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts +5 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js +13 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +36 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +81 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +122 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +161 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +289 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +949 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +84 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +228 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +12 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +23 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +44 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +240 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +198 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts +32 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js +57 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +16 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +22 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +443 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +1107 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +45 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +19 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +18 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +40 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +31 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +92 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +89 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +39 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +25 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +239 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +2311 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +24 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +8168 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +2065 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +53 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +87 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +51 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +29 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +65 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +2 -0
- package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +1 -0
- package/node_modules/@modelcontextprotocol/sdk/package.json +165 -0
- package/node_modules/@standard-schema/spec/LICENSE +21 -0
- package/node_modules/@standard-schema/spec/README.md +198 -0
- package/node_modules/@standard-schema/spec/dist/index.cjs +18 -0
- package/node_modules/@standard-schema/spec/dist/index.d.cts +119 -0
- package/node_modules/@standard-schema/spec/dist/index.d.ts +119 -0
- package/node_modules/@standard-schema/spec/dist/index.js +0 -0
- package/node_modules/@standard-schema/spec/package.json +52 -0
- package/node_modules/@xrkseek/attachment/README.md +17 -0
- package/node_modules/@xrkseek/attachment/dist/digest.d.ts +3 -0
- package/node_modules/@xrkseek/attachment/dist/digest.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/digest.js +7 -0
- package/node_modules/@xrkseek/attachment/dist/digest.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/error.d.ts +7 -0
- package/node_modules/@xrkseek/attachment/dist/error.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/error.js +12 -0
- package/node_modules/@xrkseek/attachment/dist/error.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/image-meta.d.ts +10 -0
- package/node_modules/@xrkseek/attachment/dist/image-meta.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/image-meta.js +145 -0
- package/node_modules/@xrkseek/attachment/dist/image-meta.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/index.d.ts +13 -0
- package/node_modules/@xrkseek/attachment/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/index.js +11 -0
- package/node_modules/@xrkseek/attachment/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/memory.d.ts +10 -0
- package/node_modules/@xrkseek/attachment/dist/memory.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/memory.js +88 -0
- package/node_modules/@xrkseek/attachment/dist/memory.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/request-image-bound.d.ts +10 -0
- package/node_modules/@xrkseek/attachment/dist/request-image-bound.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/request-image-bound.js +72 -0
- package/node_modules/@xrkseek/attachment/dist/request-image-bound.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/store.d.ts +15 -0
- package/node_modules/@xrkseek/attachment/dist/store.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/store.js +2 -0
- package/node_modules/@xrkseek/attachment/dist/store.js.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/types.d.ts +22 -0
- package/node_modules/@xrkseek/attachment/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/attachment/dist/types.js +15 -0
- package/node_modules/@xrkseek/attachment/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/attachment/package.json +26 -0
- package/node_modules/@xrkseek/code-runtime/README.md +5 -0
- package/node_modules/@xrkseek/code-runtime/dist/index.d.ts +22 -0
- package/node_modules/@xrkseek/code-runtime/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/code-runtime/dist/index.js +126 -0
- package/node_modules/@xrkseek/code-runtime/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/code-runtime/package.json +26 -0
- package/node_modules/@xrkseek/compose/README.md +30 -0
- package/node_modules/@xrkseek/compose/dist/bind.d.ts +8 -0
- package/node_modules/@xrkseek/compose/dist/bind.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/bind.js +7 -0
- package/node_modules/@xrkseek/compose/dist/bind.js.map +1 -0
- package/node_modules/@xrkseek/compose/dist/index.d.ts +6 -0
- package/node_modules/@xrkseek/compose/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/index.js +6 -0
- package/node_modules/@xrkseek/compose/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/compose/dist/realm.d.ts +5 -0
- package/node_modules/@xrkseek/compose/dist/realm.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/realm.js +9 -0
- package/node_modules/@xrkseek/compose/dist/realm.js.map +1 -0
- package/node_modules/@xrkseek/compose/dist/scope.d.ts +94 -0
- package/node_modules/@xrkseek/compose/dist/scope.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/scope.js +432 -0
- package/node_modules/@xrkseek/compose/dist/scope.js.map +1 -0
- package/node_modules/@xrkseek/compose/dist/subagent-realm.d.ts +11 -0
- package/node_modules/@xrkseek/compose/dist/subagent-realm.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/subagent-realm.js +16 -0
- package/node_modules/@xrkseek/compose/dist/subagent-realm.js.map +1 -0
- package/node_modules/@xrkseek/compose/dist/types.d.ts +83 -0
- package/node_modules/@xrkseek/compose/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/compose/dist/types.js +19 -0
- package/node_modules/@xrkseek/compose/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/compose/package.json +23 -0
- package/node_modules/@xrkseek/core-agent/README.md +10 -0
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts +117 -0
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js +266 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/core-agent/package.json +30 -0
- package/node_modules/@xrkseek/core-agent-loop/README.md +15 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts +20 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js +72 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/compaction.d.ts +25 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/compaction.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/compaction.js +46 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/compaction.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +78 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +515 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/max-steps.d.ts +4 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/max-steps.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/max-steps.js +19 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/max-steps.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/request-header-log.d.ts +19 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/request-header-log.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/request-header-log.js +41 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/request-header-log.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +31 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +43 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/package.json +34 -0
- package/node_modules/@xrkseek/core-session/README.md +30 -0
- package/node_modules/@xrkseek/core-session/dist/admit.d.ts +74 -0
- package/node_modules/@xrkseek/core-session/dist/admit.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/admit.js +163 -0
- package/node_modules/@xrkseek/core-session/dist/admit.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/atomic-write.d.ts +2 -0
- package/node_modules/@xrkseek/core-session/dist/atomic-write.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/atomic-write.js +30 -0
- package/node_modules/@xrkseek/core-session/dist/atomic-write.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts +36 -0
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.js +167 -0
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/compaction.d.ts +48 -0
- package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/compaction.js +176 -0
- package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/dangling.d.ts +38 -0
- package/node_modules/@xrkseek/core-session/dist/dangling.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/dangling.js +85 -0
- package/node_modules/@xrkseek/core-session/dist/dangling.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/drain-hub.d.ts +23 -0
- package/node_modules/@xrkseek/core-session/dist/drain-hub.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/drain-hub.js +38 -0
- package/node_modules/@xrkseek/core-session/dist/drain-hub.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/freeze.d.ts +3 -0
- package/node_modules/@xrkseek/core-session/dist/freeze.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/freeze.js +15 -0
- package/node_modules/@xrkseek/core-session/dist/freeze.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/index.d.ts +31 -0
- package/node_modules/@xrkseek/core-session/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/index.js +97 -0
- package/node_modules/@xrkseek/core-session/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl-store.d.ts +7 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl-store.js +84 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl-store.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl.d.ts +15 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl.js +52 -0
- package/node_modules/@xrkseek/core-session/dist/jsonl.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/latch.d.ts +50 -0
- package/node_modules/@xrkseek/core-session/dist/latch.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/latch.js +140 -0
- package/node_modules/@xrkseek/core-session/dist/latch.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.d.ts +8 -0
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js +114 -0
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/request-header.d.ts +19 -0
- package/node_modules/@xrkseek/core-session/dist/request-header.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/request-header.js +50 -0
- package/node_modules/@xrkseek/core-session/dist/request-header.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/index.d.ts +41 -0
- package/node_modules/@xrkseek/core-session/dist/safety/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/index.js +78 -0
- package/node_modules/@xrkseek/core-session/dist/safety/index.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/loop.d.ts +50 -0
- package/node_modules/@xrkseek/core-session/dist/safety/loop.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/loop.js +104 -0
- package/node_modules/@xrkseek/core-session/dist/safety/loop.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/mistake.d.ts +42 -0
- package/node_modules/@xrkseek/core-session/dist/safety/mistake.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/safety/mistake.js +63 -0
- package/node_modules/@xrkseek/core-session/dist/safety/mistake.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/search-text.d.ts +5 -0
- package/node_modules/@xrkseek/core-session/dist/search-text.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/search-text.js +39 -0
- package/node_modules/@xrkseek/core-session/dist/search-text.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts +25 -0
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.js +307 -0
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/store.d.ts +14 -0
- package/node_modules/@xrkseek/core-session/dist/store.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/store.js +2 -0
- package/node_modules/@xrkseek/core-session/dist/store.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/surface-estimate.d.ts +18 -0
- package/node_modules/@xrkseek/core-session/dist/surface-estimate.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/surface-estimate.js +58 -0
- package/node_modules/@xrkseek/core-session/dist/surface-estimate.js.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts +17 -0
- package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/surface-fold.js +64 -0
- package/node_modules/@xrkseek/core-session/dist/surface-fold.js.map +1 -0
- package/node_modules/@xrkseek/core-session/package.json +26 -0
- package/node_modules/@xrkseek/core-system-prompt/README.md +11 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +30 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js +58 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/outbound.d.ts +35 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/outbound.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/outbound.js +91 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/outbound.js.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +45 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +64 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/package.json +27 -0
- package/node_modules/@xrkseek/core-tools/README.md +9 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.d.ts +39 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.js +49 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/guards.d.ts +26 -0
- package/node_modules/@xrkseek/core-tools/dist/guards.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/guards.js +83 -0
- package/node_modules/@xrkseek/core-tools/dist/guards.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/index.d.ts +11 -0
- package/node_modules/@xrkseek/core-tools/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/index.js +11 -0
- package/node_modules/@xrkseek/core-tools/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/materialize.d.ts +42 -0
- package/node_modules/@xrkseek/core-tools/dist/materialize.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/materialize.js +61 -0
- package/node_modules/@xrkseek/core-tools/dist/materialize.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/output-bound.d.ts +37 -0
- package/node_modules/@xrkseek/core-tools/dist/output-bound.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/output-bound.js +147 -0
- package/node_modules/@xrkseek/core-tools/dist/output-bound.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/pipeline.d.ts +23 -0
- package/node_modules/@xrkseek/core-tools/dist/pipeline.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/pipeline.js +266 -0
- package/node_modules/@xrkseek/core-tools/dist/pipeline.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/present-event.d.ts +18 -0
- package/node_modules/@xrkseek/core-tools/dist/present-event.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/present-event.js +31 -0
- package/node_modules/@xrkseek/core-tools/dist/present-event.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/presentation.d.ts +145 -0
- package/node_modules/@xrkseek/core-tools/dist/presentation.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/presentation.js +20 -0
- package/node_modules/@xrkseek/core-tools/dist/presentation.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/run-tool.d.ts +23 -0
- package/node_modules/@xrkseek/core-tools/dist/run-tool.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/run-tool.js +42 -0
- package/node_modules/@xrkseek/core-tools/dist/run-tool.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/std-tools.d.ts +27 -0
- package/node_modules/@xrkseek/core-tools/dist/std-tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/std-tools.js +252 -0
- package/node_modules/@xrkseek/core-tools/dist/std-tools.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/types.d.ts +108 -0
- package/node_modules/@xrkseek/core-tools/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/types.js +11 -0
- package/node_modules/@xrkseek/core-tools/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/package.json +26 -0
- package/node_modules/@xrkseek/cosmokit/LICENSE +21 -0
- package/node_modules/@xrkseek/cosmokit/README.md +24 -0
- package/node_modules/@xrkseek/cosmokit/lib/index.js +325 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/array.d.ts +15 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/array.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/index.d.ts +11 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/misc.d.ts +41 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/misc.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/string.d.ts +89 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/string.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/time.d.ts +19 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/time.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/types.d.ts +34 -0
- package/node_modules/@xrkseek/cosmokit/lib/types/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/package.json +30 -0
- package/node_modules/@xrkseek/cosmokit/src/array.d.ts +15 -0
- package/node_modules/@xrkseek/cosmokit/src/array.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/array.js +37 -0
- package/node_modules/@xrkseek/cosmokit/src/array.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/array.ts +42 -0
- package/node_modules/@xrkseek/cosmokit/src/index.d.ts +11 -0
- package/node_modules/@xrkseek/cosmokit/src/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/index.js +11 -0
- package/node_modules/@xrkseek/cosmokit/src/index.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/index.ts +10 -0
- package/node_modules/@xrkseek/cosmokit/src/misc.d.ts +41 -0
- package/node_modules/@xrkseek/cosmokit/src/misc.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/misc.js +50 -0
- package/node_modules/@xrkseek/cosmokit/src/misc.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/misc.ts +78 -0
- package/node_modules/@xrkseek/cosmokit/src/string.d.ts +89 -0
- package/node_modules/@xrkseek/cosmokit/src/string.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/string.js +85 -0
- package/node_modules/@xrkseek/cosmokit/src/string.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/string.ts +113 -0
- package/node_modules/@xrkseek/cosmokit/src/time.d.ts +19 -0
- package/node_modules/@xrkseek/cosmokit/src/time.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/time.js +101 -0
- package/node_modules/@xrkseek/cosmokit/src/time.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/time.ts +92 -0
- package/node_modules/@xrkseek/cosmokit/src/types.d.ts +34 -0
- package/node_modules/@xrkseek/cosmokit/src/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/types.js +141 -0
- package/node_modules/@xrkseek/cosmokit/src/types.js.map +1 -0
- package/node_modules/@xrkseek/cosmokit/src/types.ts +142 -0
- package/node_modules/@xrkseek/exec-fs/README.md +9 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.d.ts +51 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.js +262 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/paths.d.ts +5 -0
- package/node_modules/@xrkseek/exec-fs/dist/paths.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/paths.js +20 -0
- package/node_modules/@xrkseek/exec-fs/dist/paths.js.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/present.d.ts +38 -0
- package/node_modules/@xrkseek/exec-fs/dist/present.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/present.js +265 -0
- package/node_modules/@xrkseek/exec-fs/dist/present.js.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/search.d.ts +28 -0
- package/node_modules/@xrkseek/exec-fs/dist/search.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-fs/dist/search.js +167 -0
- package/node_modules/@xrkseek/exec-fs/dist/search.js.map +1 -0
- package/node_modules/@xrkseek/exec-fs/package.json +26 -0
- package/node_modules/@xrkseek/exec-lsp/README.md +11 -0
- package/node_modules/@xrkseek/exec-lsp/dist/connection.d.ts +31 -0
- package/node_modules/@xrkseek/exec-lsp/dist/connection.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/connection.js +165 -0
- package/node_modules/@xrkseek/exec-lsp/dist/connection.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/framing.d.ts +9 -0
- package/node_modules/@xrkseek/exec-lsp/dist/framing.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/framing.js +70 -0
- package/node_modules/@xrkseek/exec-lsp/dist/framing.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/index.d.ts +23 -0
- package/node_modules/@xrkseek/exec-lsp/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/index.js +53 -0
- package/node_modules/@xrkseek/exec-lsp/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/render.d.ts +26 -0
- package/node_modules/@xrkseek/exec-lsp/dist/render.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/render.js +121 -0
- package/node_modules/@xrkseek/exec-lsp/dist/render.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/stdio.d.ts +14 -0
- package/node_modules/@xrkseek/exec-lsp/dist/stdio.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/stdio.js +277 -0
- package/node_modules/@xrkseek/exec-lsp/dist/stdio.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/tools.d.ts +13 -0
- package/node_modules/@xrkseek/exec-lsp/dist/tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/tools.js +92 -0
- package/node_modules/@xrkseek/exec-lsp/dist/tools.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/translate.d.ts +42 -0
- package/node_modules/@xrkseek/exec-lsp/dist/translate.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/translate.js +169 -0
- package/node_modules/@xrkseek/exec-lsp/dist/translate.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/types.d.ts +46 -0
- package/node_modules/@xrkseek/exec-lsp/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/types.js +18 -0
- package/node_modules/@xrkseek/exec-lsp/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/exec-lsp/package.json +26 -0
- package/node_modules/@xrkseek/exec-pty/README.md +11 -0
- package/node_modules/@xrkseek/exec-pty/dist/backend.d.ts +11 -0
- package/node_modules/@xrkseek/exec-pty/dist/backend.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/backend.js +83 -0
- package/node_modules/@xrkseek/exec-pty/dist/backend.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/bytes.d.ts +9 -0
- package/node_modules/@xrkseek/exec-pty/dist/bytes.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/bytes.js +40 -0
- package/node_modules/@xrkseek/exec-pty/dist/bytes.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/config.d.ts +23 -0
- package/node_modules/@xrkseek/exec-pty/dist/config.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/config.js +45 -0
- package/node_modules/@xrkseek/exec-pty/dist/config.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/cwd.d.ts +2 -0
- package/node_modules/@xrkseek/exec-pty/dist/cwd.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/cwd.js +16 -0
- package/node_modules/@xrkseek/exec-pty/dist/cwd.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/defer.d.ts +7 -0
- package/node_modules/@xrkseek/exec-pty/dist/defer.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/defer.js +11 -0
- package/node_modules/@xrkseek/exec-pty/dist/defer.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/env.d.ts +26 -0
- package/node_modules/@xrkseek/exec-pty/dist/env.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/env.js +51 -0
- package/node_modules/@xrkseek/exec-pty/dist/env.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/handle.d.ts +70 -0
- package/node_modules/@xrkseek/exec-pty/dist/handle.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/handle.js +285 -0
- package/node_modules/@xrkseek/exec-pty/dist/handle.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts +29 -0
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/index.js +30 -0
- package/node_modules/@xrkseek/exec-pty/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/process-inspector.d.ts +57 -0
- package/node_modules/@xrkseek/exec-pty/dist/process-inspector.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/process-inspector.js +318 -0
- package/node_modules/@xrkseek/exec-pty/dist/process-inspector.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts +7 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.js +275 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts +25 -0
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/render.js +105 -0
- package/node_modules/@xrkseek/exec-pty/dist/render.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/sandbox-fence.d.ts +12 -0
- package/node_modules/@xrkseek/exec-pty/dist/sandbox-fence.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/sandbox-fence.js +11 -0
- package/node_modules/@xrkseek/exec-pty/dist/sandbox-fence.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/sanitize.d.ts +23 -0
- package/node_modules/@xrkseek/exec-pty/dist/sanitize.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/sanitize.js +159 -0
- package/node_modules/@xrkseek/exec-pty/dist/sanitize.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/session.d.ts +64 -0
- package/node_modules/@xrkseek/exec-pty/dist/session.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/session.js +529 -0
- package/node_modules/@xrkseek/exec-pty/dist/session.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts +39 -0
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/tools.js +369 -0
- package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/types.d.ts +128 -0
- package/node_modules/@xrkseek/exec-pty/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-pty/dist/types.js +22 -0
- package/node_modules/@xrkseek/exec-pty/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/exec-pty/package.json +33 -0
- package/node_modules/@xrkseek/exec-pty/scripts/ensure-spawn-helper.mjs +23 -0
- package/node_modules/@xrkseek/exec-sandbox/README.md +6 -0
- package/node_modules/@xrkseek/exec-sandbox/dist/index.d.ts +29 -0
- package/node_modules/@xrkseek/exec-sandbox/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-sandbox/dist/index.js +86 -0
- package/node_modules/@xrkseek/exec-sandbox/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-sandbox/package.json +26 -0
- package/node_modules/@xrkseek/exec-shell/README.md +11 -0
- package/node_modules/@xrkseek/exec-shell/dist/bytes.d.ts +7 -0
- package/node_modules/@xrkseek/exec-shell/dist/bytes.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/bytes.js +33 -0
- package/node_modules/@xrkseek/exec-shell/dist/bytes.js.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts +144 -0
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/index.js +748 -0
- package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/job-view.d.ts +28 -0
- package/node_modules/@xrkseek/exec-shell/dist/job-view.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/job-view.js +38 -0
- package/node_modules/@xrkseek/exec-shell/dist/job-view.js.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/present.d.ts +14 -0
- package/node_modules/@xrkseek/exec-shell/dist/present.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-shell/dist/present.js +51 -0
- package/node_modules/@xrkseek/exec-shell/dist/present.js.map +1 -0
- package/node_modules/@xrkseek/exec-shell/package.json +27 -0
- package/node_modules/@xrkseek/exec-subprocess/README.md +8 -0
- package/node_modules/@xrkseek/exec-subprocess/dist/index.d.ts +27 -0
- package/node_modules/@xrkseek/exec-subprocess/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-subprocess/dist/index.js +107 -0
- package/node_modules/@xrkseek/exec-subprocess/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-subprocess/package.json +23 -0
- package/node_modules/@xrkseek/exec-web/README.md +11 -0
- package/node_modules/@xrkseek/exec-web/dist/fetch-http.d.ts +19 -0
- package/node_modules/@xrkseek/exec-web/dist/fetch-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/fetch-http.js +177 -0
- package/node_modules/@xrkseek/exec-web/dist/fetch-http.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/format.d.ts +37 -0
- package/node_modules/@xrkseek/exec-web/dist/format.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/format.js +187 -0
- package/node_modules/@xrkseek/exec-web/dist/format.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/html-text.d.ts +13 -0
- package/node_modules/@xrkseek/exec-web/dist/html-text.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/html-text.js +59 -0
- package/node_modules/@xrkseek/exec-web/dist/html-text.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts +18 -0
- package/node_modules/@xrkseek/exec-web/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/index.js +24 -0
- package/node_modules/@xrkseek/exec-web/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts +21 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js +196 -0
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/tools.d.ts +14 -0
- package/node_modules/@xrkseek/exec-web/dist/tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/tools.js +123 -0
- package/node_modules/@xrkseek/exec-web/dist/tools.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/types.d.ts +48 -0
- package/node_modules/@xrkseek/exec-web/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/types.js +12 -0
- package/node_modules/@xrkseek/exec-web/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/url-policy.d.ts +6 -0
- package/node_modules/@xrkseek/exec-web/dist/url-policy.d.ts.map +1 -0
- package/node_modules/@xrkseek/exec-web/dist/url-policy.js +76 -0
- package/node_modules/@xrkseek/exec-web/dist/url-policy.js.map +1 -0
- package/node_modules/@xrkseek/exec-web/package.json +26 -0
- package/node_modules/@xrkseek/llm/README.md +22 -0
- package/node_modules/@xrkseek/llm/dist/index.d.ts +84 -0
- package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm/dist/index.js +72 -0
- package/node_modules/@xrkseek/llm/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm/package.json +26 -0
- package/node_modules/@xrkseek/llm-anthropic/README.md +14 -0
- package/node_modules/@xrkseek/llm-anthropic/dist/index.d.ts +26 -0
- package/node_modules/@xrkseek/llm-anthropic/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-anthropic/dist/index.js +317 -0
- package/node_modules/@xrkseek/llm-anthropic/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-anthropic/package.json +28 -0
- package/node_modules/@xrkseek/llm-deepseek/README.md +18 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +23 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js +31 -0
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-deepseek/package.json +27 -0
- package/node_modules/@xrkseek/llm-gemini/README.md +14 -0
- package/node_modules/@xrkseek/llm-gemini/dist/index.d.ts +22 -0
- package/node_modules/@xrkseek/llm-gemini/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-gemini/dist/index.js +290 -0
- package/node_modules/@xrkseek/llm-gemini/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-gemini/package.json +28 -0
- package/node_modules/@xrkseek/llm-openai-compatible/README.md +16 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +39 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +398 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-openai-compatible/package.json +28 -0
- package/node_modules/@xrkseek/llm-openai-responses/README.md +15 -0
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.d.ts +22 -0
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.js +300 -0
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-openai-responses/package.json +28 -0
- package/node_modules/@xrkseek/llm-registry/README.md +9 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-openai-chat.d.ts +5 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-openai-chat.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-openai-chat.js +117 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-openai-chat.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-r1.d.ts +5 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-r1.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-r1.js +39 -0
- package/node_modules/@xrkseek/llm-registry/dist/brands-r1.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/discover.d.ts +28 -0
- package/node_modules/@xrkseek/llm-registry/dist/discover.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/discover.js +126 -0
- package/node_modules/@xrkseek/llm-registry/dist/discover.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/from-env.d.ts +15 -0
- package/node_modules/@xrkseek/llm-registry/dist/from-env.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/from-env.js +26 -0
- package/node_modules/@xrkseek/llm-registry/dist/from-env.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/index.d.ts +9 -0
- package/node_modules/@xrkseek/llm-registry/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/index.js +8 -0
- package/node_modules/@xrkseek/llm-registry/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts +26 -0
- package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/registry.js +178 -0
- package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.d.ts +32 -0
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js +67 -0
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/types.d.ts +49 -0
- package/node_modules/@xrkseek/llm-registry/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-registry/dist/types.js +42 -0
- package/node_modules/@xrkseek/llm-registry/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/llm-registry/package.json +32 -0
- package/node_modules/@xrkseek/llm-replay/README.md +15 -0
- package/node_modules/@xrkseek/llm-replay/dist/index.d.ts +19 -0
- package/node_modules/@xrkseek/llm-replay/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-replay/dist/index.js +87 -0
- package/node_modules/@xrkseek/llm-replay/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/llm-replay/package.json +26 -0
- package/node_modules/@xrkseek/mcp/README.md +44 -0
- package/node_modules/@xrkseek/mcp/dist/client.d.ts +13 -0
- package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/client.js +389 -0
- package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/index.d.ts +7 -0
- package/node_modules/@xrkseek/mcp/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/index.js +6 -0
- package/node_modules/@xrkseek/mcp/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/names.d.ts +9 -0
- package/node_modules/@xrkseek/mcp/dist/names.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/names.js +25 -0
- package/node_modules/@xrkseek/mcp/dist/names.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/project-content.d.ts +50 -0
- package/node_modules/@xrkseek/mcp/dist/project-content.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/project-content.js +202 -0
- package/node_modules/@xrkseek/mcp/dist/project-content.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/reconnect.d.ts +27 -0
- package/node_modules/@xrkseek/mcp/dist/reconnect.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/reconnect.js +46 -0
- package/node_modules/@xrkseek/mcp/dist/reconnect.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/register.d.ts +32 -0
- package/node_modules/@xrkseek/mcp/dist/register.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/register.js +123 -0
- package/node_modules/@xrkseek/mcp/dist/register.js.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/types.d.ts +90 -0
- package/node_modules/@xrkseek/mcp/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/mcp/dist/types.js +2 -0
- package/node_modules/@xrkseek/mcp/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/mcp/package.json +30 -0
- package/node_modules/@xrkseek/policy/README.md +15 -0
- package/node_modules/@xrkseek/policy/dist/engine.d.ts +13 -0
- package/node_modules/@xrkseek/policy/dist/engine.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/engine.js +50 -0
- package/node_modules/@xrkseek/policy/dist/engine.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/index.d.ts +9 -0
- package/node_modules/@xrkseek/policy/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/index.js +8 -0
- package/node_modules/@xrkseek/policy/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/load.d.ts +12 -0
- package/node_modules/@xrkseek/policy/dist/load.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/load.js +42 -0
- package/node_modules/@xrkseek/policy/dist/load.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/permission-pre.d.ts +6 -0
- package/node_modules/@xrkseek/policy/dist/permission-pre.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/permission-pre.js +27 -0
- package/node_modules/@xrkseek/policy/dist/permission-pre.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/pipeline.d.ts +18 -0
- package/node_modules/@xrkseek/policy/dist/pipeline.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/pipeline.js +55 -0
- package/node_modules/@xrkseek/policy/dist/pipeline.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/rules.d.ts +32 -0
- package/node_modules/@xrkseek/policy/dist/rules.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/rules.js +99 -0
- package/node_modules/@xrkseek/policy/dist/rules.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/ruleset.d.ts +29 -0
- package/node_modules/@xrkseek/policy/dist/ruleset.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/ruleset.js +132 -0
- package/node_modules/@xrkseek/policy/dist/ruleset.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/schema.d.ts +71 -0
- package/node_modules/@xrkseek/policy/dist/schema.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/schema.js +53 -0
- package/node_modules/@xrkseek/policy/dist/schema.js.map +1 -0
- package/node_modules/@xrkseek/policy/dist/types.d.ts +32 -0
- package/node_modules/@xrkseek/policy/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/policy/dist/types.js +2 -0
- package/node_modules/@xrkseek/policy/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/policy/package.json +26 -0
- package/node_modules/@xrkseek/preset-harness/README.md +5 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +101 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +300 -0
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -0
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@xrkseek/preset-harness/package.json +43 -0
- package/node_modules/@xrkseek/preset-minimal/README.md +5 -0
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts +69 -0
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -0
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +187 -0
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -0
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@xrkseek/preset-minimal/package.json +36 -0
- package/node_modules/@xrkseek/preset-server/README.md +5 -0
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts +40 -0
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -0
- package/node_modules/@xrkseek/preset-server/dist/preset.js +61 -0
- package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -0
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -0
- package/node_modules/@xrkseek/preset-server/package.json +33 -0
- package/node_modules/@xrkseek/protocol/README.md +35 -0
- package/node_modules/@xrkseek/protocol/dist/content.d.ts +51 -0
- package/node_modules/@xrkseek/protocol/dist/content.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/content.js +106 -0
- package/node_modules/@xrkseek/protocol/dist/content.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +11 -0
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/index.js +8 -0
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts +619 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +478 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/messages.d.ts +27 -0
- package/node_modules/@xrkseek/protocol/dist/messages.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/messages.js +2 -0
- package/node_modules/@xrkseek/protocol/dist/messages.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/permission-knobs.d.ts +17 -0
- package/node_modules/@xrkseek/protocol/dist/permission-knobs.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/permission-knobs.js +36 -0
- package/node_modules/@xrkseek/protocol/dist/permission-knobs.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/plan-mode.d.ts +31 -0
- package/node_modules/@xrkseek/protocol/dist/plan-mode.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/plan-mode.js +69 -0
- package/node_modules/@xrkseek/protocol/dist/plan-mode.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +303 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js +59 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts +27 -0
- package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/token-usage.js +104 -0
- package/node_modules/@xrkseek/protocol/dist/token-usage.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/tools.d.ts +22 -0
- package/node_modules/@xrkseek/protocol/dist/tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/tools.js +2 -0
- package/node_modules/@xrkseek/protocol/dist/tools.js.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts +15 -0
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js +578 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -0
- package/node_modules/@xrkseek/protocol/package.json +23 -0
- package/node_modules/@xrkseek/schemastery/LICENSE +21 -0
- package/node_modules/@xrkseek/schemastery/README.md +389 -0
- package/node_modules/@xrkseek/schemastery/lib/index.cjs +596 -0
- package/node_modules/@xrkseek/schemastery/lib/index.mjs +596 -0
- package/node_modules/@xrkseek/schemastery/lib/types/index.d.ts +200 -0
- package/node_modules/@xrkseek/schemastery/lib/types/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/schemastery/package.json +37 -0
- package/node_modules/@xrkseek/schemastery/src/index.d.ts +200 -0
- package/node_modules/@xrkseek/schemastery/src/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/schemastery/src/index.js +714 -0
- package/node_modules/@xrkseek/schemastery/src/index.js.map +1 -0
- package/node_modules/@xrkseek/schemastery/src/index.ts +902 -0
- package/node_modules/@xrkseek/server-config/README.md +6 -0
- package/node_modules/@xrkseek/server-config/dist/home.d.ts +13 -0
- package/node_modules/@xrkseek/server-config/dist/home.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-config/dist/home.js +42 -0
- package/node_modules/@xrkseek/server-config/dist/home.js.map +1 -0
- package/node_modules/@xrkseek/server-config/dist/index.d.ts +66 -0
- package/node_modules/@xrkseek/server-config/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-config/dist/index.js +107 -0
- package/node_modules/@xrkseek/server-config/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/server-config/dist/mcp-servers.d.ts +29 -0
- package/node_modules/@xrkseek/server-config/dist/mcp-servers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-config/dist/mcp-servers.js +123 -0
- package/node_modules/@xrkseek/server-config/dist/mcp-servers.js.map +1 -0
- package/node_modules/@xrkseek/server-config/package.json +27 -0
- package/node_modules/@xrkseek/server-face/README.md +11 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/history-paginate.d.ts +21 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/history-paginate.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/history-paginate.js +98 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/history-paginate.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/inbox-wire.d.ts +59 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/inbox-wire.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/inbox-wire.js +106 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/inbox-wire.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/index.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/index.js +6 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/index.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/job-view.d.ts +30 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/job-view.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/job-view.js +90 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/job-view.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/tool-view.d.ts +17 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/tool-view.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/tool-view.js +51 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/tool-view.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts +98 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +350 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-ids.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-ids.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-ids.js +41 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-ids.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/approvals.d.ts +56 -0
- package/node_modules/@xrkseek/server-face/dist/approvals.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/approvals.js +194 -0
- package/node_modules/@xrkseek/server-face/dist/approvals.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/attach-http.d.ts +36 -0
- package/node_modules/@xrkseek/server-face/dist/attach-http.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/attach-http.js +255 -0
- package/node_modules/@xrkseek/server-face/dist/attach-http.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/bus.d.ts +9 -0
- package/node_modules/@xrkseek/server-face/dist/bus.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/bus.js +30 -0
- package/node_modules/@xrkseek/server-face/dist/bus.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/context.d.ts +151 -0
- package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/context.js +4 -0
- package/node_modules/@xrkseek/server-face/dist/context.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.js +108 -0
- package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts +35 -0
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js +116 -0
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/durable-prompt.d.ts +30 -0
- package/node_modules/@xrkseek/server-face/dist/durable-prompt.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/durable-prompt.js +113 -0
- package/node_modules/@xrkseek/server-face/dist/durable-prompt.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts +23 -0
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/envelope.js +51 -0
- package/node_modules/@xrkseek/server-face/dist/envelope.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts +34 -0
- package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/face-schema.js +106 -0
- package/node_modules/@xrkseek/server-face/dist/face-schema.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts +59 -0
- package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/goal-store.js +301 -0
- package/node_modules/@xrkseek/server-face/dist/goal-store.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.d.ts +11 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js +275 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js +56 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/goals.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/goals.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/goals.js +66 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/goals.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/host.d.ts +7 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/host.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/host.js +27 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/host.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/remotes.d.ts +14 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/remotes.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/remotes.js +71 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/remotes.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.d.ts +11 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js +28 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session-added.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts +14 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js +729 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/subagent.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/subagent.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/subagent.js +201 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/subagent.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/types.d.ts +12 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/types.js +27 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/types.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-directory.d.ts +23 -0
- package/node_modules/@xrkseek/server-face/dist/host-directory.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-directory.js +210 -0
- package/node_modules/@xrkseek/server-face/dist/host-directory.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-open-path.d.ts +11 -0
- package/node_modules/@xrkseek/server-face/dist/host-open-path.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-open-path.js +93 -0
- package/node_modules/@xrkseek/server-face/dist/host-open-path.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-pick-directory.d.ts +46 -0
- package/node_modules/@xrkseek/server-face/dist/host-pick-directory.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/host-pick-directory.js +223 -0
- package/node_modules/@xrkseek/server-face/dist/host-pick-directory.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +31 -0
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/index.js +30 -0
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/json-sidecar.d.ts +7 -0
- package/node_modules/@xrkseek/server-face/dist/json-sidecar.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/json-sidecar.js +17 -0
- package/node_modules/@xrkseek/server-face/dist/json-sidecar.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-api-key.d.ts +17 -0
- package/node_modules/@xrkseek/server-face/dist/llm-api-key.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-api-key.js +20 -0
- package/node_modules/@xrkseek/server-face/dist/llm-api-key.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts +28 -0
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js +99 -0
- package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts +29 -0
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +96 -0
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/message-feedback.d.ts +51 -0
- package/node_modules/@xrkseek/server-face/dist/message-feedback.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/message-feedback.js +160 -0
- package/node_modules/@xrkseek/server-face/dist/message-feedback.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts +32 -0
- package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/model-catalog.js +183 -0
- package/node_modules/@xrkseek/server-face/dist/model-catalog.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/permissions.d.ts +55 -0
- package/node_modules/@xrkseek/server-face/dist/permissions.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/permissions.js +172 -0
- package/node_modules/@xrkseek/server-face/dist/permissions.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/plan-mode.d.ts +18 -0
- package/node_modules/@xrkseek/server-face/dist/plan-mode.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/plan-mode.js +59 -0
- package/node_modules/@xrkseek/server-face/dist/plan-mode.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts +47 -0
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js +48 -0
- package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts +9 -0
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js +20 -0
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +15 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.js +15 -0
- package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.d.ts +14 -0
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js +40 -0
- package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/parse-int.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/projections/parse-int.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/parse-int.js +27 -0
- package/node_modules/@xrkseek/server-face/dist/projections/parse-int.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +111 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js +151 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-controller.d.ts +37 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-controller.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-controller.js +64 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-controller.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-normalize.d.ts +7 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-normalize.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-normalize.js +53 -0
- package/node_modules/@xrkseek/server-face/dist/projections/title-normalize.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.d.ts +21 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js +44 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.d.ts +20 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js +70 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js +48 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js +44 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js +27 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts +3 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +30 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.d.ts +32 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js +162 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.js +28 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.d.ts +8 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js +45 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.d.ts +25 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js +81 -0
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/questions.d.ts +52 -0
- package/node_modules/@xrkseek/server-face/dist/questions.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/questions.js +360 -0
- package/node_modules/@xrkseek/server-face/dist/questions.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/queue.d.ts +34 -0
- package/node_modules/@xrkseek/server-face/dist/queue.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/queue.js +22 -0
- package/node_modules/@xrkseek/server-face/dist/queue.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/remote-event.d.ts +11 -0
- package/node_modules/@xrkseek/server-face/dist/remote-event.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/remote-event.js +24 -0
- package/node_modules/@xrkseek/server-face/dist/remote-event.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts +15 -0
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js +247 -0
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts +85 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.js +377 -0
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/seq.d.ts +6 -0
- package/node_modules/@xrkseek/server-face/dist/seq.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/seq.js +14 -0
- package/node_modules/@xrkseek/server-face/dist/seq.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-attachment.d.ts +29 -0
- package/node_modules/@xrkseek/server-face/dist/session-attachment.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-attachment.js +54 -0
- package/node_modules/@xrkseek/server-face/dist/session-attachment.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-export.d.ts +10 -0
- package/node_modules/@xrkseek/server-face/dist/session-export.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-export.js +117 -0
- package/node_modules/@xrkseek/server-face/dist/session-export.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-search.d.ts +23 -0
- package/node_modules/@xrkseek/server-face/dist/session-search.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/session-search.js +109 -0
- package/node_modules/@xrkseek/server-face/dist/session-search.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +139 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.js +902 -0
- package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts +18 -0
- package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-document.js +205 -0
- package/node_modules/@xrkseek/server-face/dist/settings-document.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts +24 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +209 -0
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.js +33 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/slash.d.ts +47 -0
- package/node_modules/@xrkseek/server-face/dist/slash.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/slash.js +371 -0
- package/node_modules/@xrkseek/server-face/dist/slash.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/subagent-registry.d.ts +25 -0
- package/node_modules/@xrkseek/server-face/dist/subagent-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/subagent-registry.js +92 -0
- package/node_modules/@xrkseek/server-face/dist/subagent-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/types.d.ts +166 -0
- package/node_modules/@xrkseek/server-face/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/types.js +2 -0
- package/node_modules/@xrkseek/server-face/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/envelope.d.ts +22 -0
- package/node_modules/@xrkseek/server-face/dist/wire/envelope.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/envelope.js +50 -0
- package/node_modules/@xrkseek/server-face/dist/wire/envelope.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/http-io.d.ts +7 -0
- package/node_modules/@xrkseek/server-face/dist/wire/http-io.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/http-io.js +22 -0
- package/node_modules/@xrkseek/server-face/dist/wire/http-io.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/index.d.ts +10 -0
- package/node_modules/@xrkseek/server-face/dist/wire/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/index.js +10 -0
- package/node_modules/@xrkseek/server-face/dist/wire/index.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/loopback.d.ts +5 -0
- package/node_modules/@xrkseek/server-face/dist/wire/loopback.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/loopback.js +12 -0
- package/node_modules/@xrkseek/server-face/dist/wire/loopback.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/paths.d.ts +25 -0
- package/node_modules/@xrkseek/server-face/dist/wire/paths.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/paths.js +90 -0
- package/node_modules/@xrkseek/server-face/dist/wire/paths.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/respond.d.ts +18 -0
- package/node_modules/@xrkseek/server-face/dist/wire/respond.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/respond.js +48 -0
- package/node_modules/@xrkseek/server-face/dist/wire/respond.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/rpc-error.d.ts +13 -0
- package/node_modules/@xrkseek/server-face/dist/wire/rpc-error.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/wire/rpc-error.js +256 -0
- package/node_modules/@xrkseek/server-face/dist/wire/rpc-error.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-face.d.ts +40 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-face.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js +436 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-face.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts +88 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js +305 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts +18 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js +58 -0
- package/node_modules/@xrkseek/server-face/dist/workspace-store.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/zip-store.d.ts +12 -0
- package/node_modules/@xrkseek/server-face/dist/zip-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/zip-store.js +105 -0
- package/node_modules/@xrkseek/server-face/dist/zip-store.js.map +1 -0
- package/node_modules/@xrkseek/server-face/package.json +45 -0
- package/node_modules/@xrkseek/server-host/README.md +23 -0
- package/node_modules/@xrkseek/server-host/dist/agent-cache.d.ts +29 -0
- package/node_modules/@xrkseek/server-host/dist/agent-cache.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/agent-cache.js +85 -0
- package/node_modules/@xrkseek/server-host/dist/agent-cache.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/drain-status.d.ts +17 -0
- package/node_modules/@xrkseek/server-host/dist/drain-status.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/drain-status.js +32 -0
- package/node_modules/@xrkseek/server-host/dist/drain-status.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/index.d.ts +67 -0
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/index.js +449 -0
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts +91 -0
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.js +274 -0
- package/node_modules/@xrkseek/server-host/dist/mcp-wire.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/standing-tools.d.ts +11 -0
- package/node_modules/@xrkseek/server-host/dist/standing-tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js +48 -0
- package/node_modules/@xrkseek/server-host/dist/standing-tools.js.map +1 -0
- package/node_modules/@xrkseek/server-host/package.json +49 -0
- package/node_modules/@xrkseek/server-http/README.md +16 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts +34 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.js +81 -0
- package/node_modules/@xrkseek/server-http/dist/boot-inject.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +87 -0
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/index.js +371 -0
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/static.d.ts +20 -0
- package/node_modules/@xrkseek/server-http/dist/static.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/static.js +142 -0
- package/node_modules/@xrkseek/server-http/dist/static.js.map +1 -0
- package/node_modules/@xrkseek/server-http/package.json +28 -0
- package/node_modules/@xrkseek/server-loader/README.md +16 -0
- package/node_modules/@xrkseek/server-loader/dist/commands.d.ts +10 -0
- package/node_modules/@xrkseek/server-loader/dist/commands.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/commands.js +24 -0
- package/node_modules/@xrkseek/server-loader/dist/commands.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/index.d.ts +30 -0
- package/node_modules/@xrkseek/server-loader/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/index.js +54 -0
- package/node_modules/@xrkseek/server-loader/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/inventory.d.ts +16 -0
- package/node_modules/@xrkseek/server-loader/dist/inventory.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/inventory.js +16 -0
- package/node_modules/@xrkseek/server-loader/dist/inventory.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts +20 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.js +27 -0
- package/node_modules/@xrkseek/server-loader/dist/kinds.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/load.d.ts +10 -0
- package/node_modules/@xrkseek/server-loader/dist/load.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/load.js +166 -0
- package/node_modules/@xrkseek/server-loader/dist/load.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/manifest.d.ts +30 -0
- package/node_modules/@xrkseek/server-loader/dist/manifest.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/manifest.js +171 -0
- package/node_modules/@xrkseek/server-loader/dist/manifest.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/prompt.d.ts +29 -0
- package/node_modules/@xrkseek/server-loader/dist/prompt.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/prompt.js +55 -0
- package/node_modules/@xrkseek/server-loader/dist/prompt.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/tools.d.ts +29 -0
- package/node_modules/@xrkseek/server-loader/dist/tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/tools.js +40 -0
- package/node_modules/@xrkseek/server-loader/dist/tools.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/types.d.ts +50 -0
- package/node_modules/@xrkseek/server-loader/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-loader/dist/types.js +2 -0
- package/node_modules/@xrkseek/server-loader/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/server-loader/package.json +27 -0
- package/node_modules/@xrkseek/workspace/README.md +27 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts +63 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/index.js +181 -0
- package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/recipes.d.ts +23 -0
- package/node_modules/@xrkseek/workspace/dist/recipes.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/recipes.js +83 -0
- package/node_modules/@xrkseek/workspace/dist/recipes.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts +12 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +49 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts +72 -0
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/skills.js +266 -0
- package/node_modules/@xrkseek/workspace/dist/skills.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts +40 -0
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js +99 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/tool-output-persist.d.ts +24 -0
- package/node_modules/@xrkseek/workspace/dist/tool-output-persist.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/tool-output-persist.js +33 -0
- package/node_modules/@xrkseek/workspace/dist/tool-output-persist.js.map +1 -0
- package/node_modules/@xrkseek/workspace/package.json +26 -0
- package/node_modules/accepts/HISTORY.md +250 -0
- package/node_modules/accepts/LICENSE +23 -0
- package/node_modules/accepts/README.md +140 -0
- package/node_modules/accepts/index.js +238 -0
- package/node_modules/accepts/package.json +47 -0
- package/node_modules/ajv/.runkit_example.js +23 -0
- package/node_modules/ajv/LICENSE +22 -0
- package/node_modules/ajv/README.md +207 -0
- package/node_modules/ajv/dist/2019.d.ts +19 -0
- package/node_modules/ajv/dist/2019.js +61 -0
- package/node_modules/ajv/dist/2019.js.map +1 -0
- package/node_modules/ajv/dist/2020.d.ts +19 -0
- package/node_modules/ajv/dist/2020.js +55 -0
- package/node_modules/ajv/dist/2020.js.map +1 -0
- package/node_modules/ajv/dist/ajv.d.ts +18 -0
- package/node_modules/ajv/dist/ajv.js +50 -0
- package/node_modules/ajv/dist/ajv.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
- package/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
- package/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
- package/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
- package/node_modules/ajv/dist/compile/errors.d.ts +13 -0
- package/node_modules/ajv/dist/compile/errors.js +123 -0
- package/node_modules/ajv/dist/compile/errors.js.map +1 -0
- package/node_modules/ajv/dist/compile/index.d.ts +80 -0
- package/node_modules/ajv/dist/compile/index.js +242 -0
- package/node_modules/ajv/dist/compile/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
- package/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
- package/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.js +236 -0
- package/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
- package/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
- package/node_modules/ajv/dist/compile/jtd/types.js +14 -0
- package/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
- package/node_modules/ajv/dist/compile/names.d.ts +20 -0
- package/node_modules/ajv/dist/compile/names.js +28 -0
- package/node_modules/ajv/dist/compile/names.js.map +1 -0
- package/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
- package/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
- package/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
- package/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/node_modules/ajv/dist/compile/resolve.js.map +1 -0
- package/node_modules/ajv/dist/compile/rules.d.ts +28 -0
- package/node_modules/ajv/dist/compile/rules.js +26 -0
- package/node_modules/ajv/dist/compile/rules.js.map +1 -0
- package/node_modules/ajv/dist/compile/util.d.ts +40 -0
- package/node_modules/ajv/dist/compile/util.js +178 -0
- package/node_modules/ajv/dist/compile/util.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
- package/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
- package/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
- package/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
- package/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
- package/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
- package/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
- package/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
- package/node_modules/ajv/dist/core.d.ts +174 -0
- package/node_modules/ajv/dist/core.js +618 -0
- package/node_modules/ajv/dist/core.js.map +1 -0
- package/node_modules/ajv/dist/jtd.d.ts +47 -0
- package/node_modules/ajv/dist/jtd.js +72 -0
- package/node_modules/ajv/dist/jtd.js.map +1 -0
- package/node_modules/ajv/dist/refs/data.json +13 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- package/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- package/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- package/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
- package/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
- package/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
- package/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/node_modules/ajv/dist/runtime/equal.js.map +1 -0
- package/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
- package/node_modules/ajv/dist/runtime/parseJson.js +185 -0
- package/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
- package/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/quote.js +30 -0
- package/node_modules/ajv/dist/runtime/quote.js.map +1 -0
- package/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/re2.js +6 -0
- package/node_modules/ajv/dist/runtime/re2.js.map +1 -0
- package/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/timestamp.js +42 -0
- package/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
- package/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
- package/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
- package/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
- package/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/node_modules/ajv/dist/runtime/uri.js.map +1 -0
- package/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
- package/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
- package/node_modules/ajv/dist/standalone/index.d.ts +6 -0
- package/node_modules/ajv/dist/standalone/index.js +90 -0
- package/node_modules/ajv/dist/standalone/index.js.map +1 -0
- package/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
- package/node_modules/ajv/dist/standalone/instance.js +35 -0
- package/node_modules/ajv/dist/standalone/instance.js.map +1 -0
- package/node_modules/ajv/dist/types/index.d.ts +183 -0
- package/node_modules/ajv/dist/types/index.js +3 -0
- package/node_modules/ajv/dist/types/index.js.map +1 -0
- package/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
- package/node_modules/ajv/dist/types/json-schema.js +3 -0
- package/node_modules/ajv/dist/types/json-schema.js.map +1 -0
- package/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
- package/node_modules/ajv/dist/types/jtd-schema.js +3 -0
- package/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
- package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
- package/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
- package/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
- package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/errors.js +3 -0
- package/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
- package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
- package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
- package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
- package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
- package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
- package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
- package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
- package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
- package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
- package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
- package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
- package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
- package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/next.js +8 -0
- package/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
- package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
- package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
- package/node_modules/ajv/lib/2019.ts +81 -0
- package/node_modules/ajv/lib/2020.ts +75 -0
- package/node_modules/ajv/lib/ajv.ts +70 -0
- package/node_modules/ajv/lib/compile/codegen/code.ts +169 -0
- package/node_modules/ajv/lib/compile/codegen/index.ts +852 -0
- package/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
- package/node_modules/ajv/lib/compile/errors.ts +184 -0
- package/node_modules/ajv/lib/compile/index.ts +324 -0
- package/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
- package/node_modules/ajv/lib/compile/jtd/serialize.ts +277 -0
- package/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
- package/node_modules/ajv/lib/compile/names.ts +27 -0
- package/node_modules/ajv/lib/compile/ref_error.ts +13 -0
- package/node_modules/ajv/lib/compile/resolve.ts +149 -0
- package/node_modules/ajv/lib/compile/rules.ts +50 -0
- package/node_modules/ajv/lib/compile/util.ts +213 -0
- package/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
- package/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
- package/node_modules/ajv/lib/compile/validate/dataType.ts +230 -0
- package/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
- package/node_modules/ajv/lib/compile/validate/index.ts +582 -0
- package/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
- package/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
- package/node_modules/ajv/lib/core.ts +892 -0
- package/node_modules/ajv/lib/jtd.ts +132 -0
- package/node_modules/ajv/lib/refs/data.json +13 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- package/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- package/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
- package/node_modules/ajv/lib/runtime/equal.ts +7 -0
- package/node_modules/ajv/lib/runtime/parseJson.ts +177 -0
- package/node_modules/ajv/lib/runtime/quote.ts +31 -0
- package/node_modules/ajv/lib/runtime/re2.ts +6 -0
- package/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
- package/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
- package/node_modules/ajv/lib/runtime/uri.ts +6 -0
- package/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
- package/node_modules/ajv/lib/standalone/index.ts +100 -0
- package/node_modules/ajv/lib/standalone/instance.ts +36 -0
- package/node_modules/ajv/lib/types/index.ts +244 -0
- package/node_modules/ajv/lib/types/json-schema.ts +187 -0
- package/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
- package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
- package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
- package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
- package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
- package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
- package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
- package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
- package/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
- package/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
- package/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
- package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
- package/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
- package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
- package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
- package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
- package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
- package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
- package/node_modules/ajv/lib/vocabularies/code.ts +168 -0
- package/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
- package/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
- package/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
- package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +113 -0
- package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
- package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
- package/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
- package/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
- package/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
- package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
- package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
- package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
- package/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
- package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
- package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
- package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
- package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
- package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
- package/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
- package/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
- package/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
- package/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
- package/node_modules/ajv/lib/vocabularies/next.ts +8 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
- package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
- package/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
- package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
- package/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
- package/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
- package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
- package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
- package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +39 -0
- package/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
- package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
- package/node_modules/ajv/package.json +126 -0
- package/node_modules/ajv-formats/LICENSE +21 -0
- package/node_modules/ajv-formats/README.md +125 -0
- package/node_modules/ajv-formats/dist/formats.d.ts +9 -0
- package/node_modules/ajv-formats/dist/formats.js +208 -0
- package/node_modules/ajv-formats/dist/formats.js.map +1 -0
- package/node_modules/ajv-formats/dist/index.d.ts +15 -0
- package/node_modules/ajv-formats/dist/index.js +37 -0
- package/node_modules/ajv-formats/dist/index.js.map +1 -0
- package/node_modules/ajv-formats/dist/limit.d.ts +10 -0
- package/node_modules/ajv-formats/dist/limit.js +69 -0
- package/node_modules/ajv-formats/dist/limit.js.map +1 -0
- package/node_modules/ajv-formats/package.json +74 -0
- package/node_modules/ajv-formats/src/formats.ts +269 -0
- package/node_modules/ajv-formats/src/index.ts +62 -0
- package/node_modules/ajv-formats/src/limit.ts +99 -0
- package/node_modules/argparse/LICENSE +254 -0
- package/node_modules/argparse/README.md +84 -0
- package/node_modules/argparse/argparse.js +3707 -0
- package/node_modules/argparse/lib/sub.js +67 -0
- package/node_modules/argparse/lib/textwrap.js +440 -0
- package/node_modules/argparse/package.json +31 -0
- package/node_modules/body-parser/LICENSE +23 -0
- package/node_modules/body-parser/README.md +509 -0
- package/node_modules/body-parser/index.js +55 -0
- package/node_modules/body-parser/lib/read.js +247 -0
- package/node_modules/body-parser/lib/types/json.js +186 -0
- package/node_modules/body-parser/lib/types/raw.js +42 -0
- package/node_modules/body-parser/lib/types/text.js +36 -0
- package/node_modules/body-parser/lib/types/urlencoded.js +138 -0
- package/node_modules/body-parser/lib/utils.js +100 -0
- package/node_modules/body-parser/package.json +65 -0
- package/node_modules/bytes/History.md +97 -0
- package/node_modules/bytes/LICENSE +23 -0
- package/node_modules/bytes/Readme.md +152 -0
- package/node_modules/bytes/index.js +170 -0
- package/node_modules/bytes/package.json +42 -0
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/node_modules/call-bound/.nycrc +9 -0
- package/node_modules/call-bound/CHANGELOG.md +42 -0
- package/node_modules/call-bound/LICENSE +21 -0
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +94 -0
- package/node_modules/call-bound/index.js +19 -0
- package/node_modules/call-bound/package.json +99 -0
- package/node_modules/call-bound/test/index.js +61 -0
- package/node_modules/call-bound/tsconfig.json +10 -0
- package/node_modules/content-disposition/LICENSE +22 -0
- package/node_modules/content-disposition/README.md +141 -0
- package/node_modules/content-disposition/index.js +536 -0
- package/node_modules/content-disposition/package.json +40 -0
- package/node_modules/content-type/LICENSE +22 -0
- package/node_modules/content-type/README.md +71 -0
- package/node_modules/content-type/dist/index.d.ts +46 -0
- package/node_modules/content-type/dist/index.js +176 -0
- package/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/content-type/package.json +52 -0
- package/node_modules/cookie/LICENSE +24 -0
- package/node_modules/cookie/README.md +317 -0
- package/node_modules/cookie/SECURITY.md +25 -0
- package/node_modules/cookie/index.js +335 -0
- package/node_modules/cookie/package.json +44 -0
- package/node_modules/cookie-signature/History.md +70 -0
- package/node_modules/cookie-signature/LICENSE +22 -0
- package/node_modules/cookie-signature/Readme.md +23 -0
- package/node_modules/cookie-signature/index.js +47 -0
- package/node_modules/cookie-signature/package.json +24 -0
- package/node_modules/cors/LICENSE +22 -0
- package/node_modules/cors/README.md +277 -0
- package/node_modules/cors/lib/index.js +238 -0
- package/node_modules/cors/package.json +42 -0
- package/node_modules/cross-spawn/LICENSE +21 -0
- package/node_modules/cross-spawn/README.md +89 -0
- package/node_modules/cross-spawn/index.js +39 -0
- package/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/node_modules/cross-spawn/lib/parse.js +91 -0
- package/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/node_modules/cross-spawn/package.json +73 -0
- package/node_modules/debug/LICENSE +20 -0
- package/node_modules/debug/README.md +481 -0
- package/node_modules/debug/package.json +64 -0
- package/node_modules/debug/src/browser.js +272 -0
- package/node_modules/debug/src/common.js +292 -0
- package/node_modules/debug/src/index.js +10 -0
- package/node_modules/debug/src/node.js +263 -0
- package/node_modules/depd/History.md +103 -0
- package/node_modules/depd/LICENSE +22 -0
- package/node_modules/depd/Readme.md +280 -0
- package/node_modules/depd/index.js +538 -0
- package/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/depd/package.json +45 -0
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/ee-first/LICENSE +22 -0
- package/node_modules/ee-first/README.md +80 -0
- package/node_modules/ee-first/index.js +95 -0
- package/node_modules/ee-first/package.json +29 -0
- package/node_modules/encodeurl/LICENSE +22 -0
- package/node_modules/encodeurl/README.md +109 -0
- package/node_modules/encodeurl/index.js +60 -0
- package/node_modules/encodeurl/package.json +40 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +79 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/node_modules/escape-html/LICENSE +24 -0
- package/node_modules/escape-html/Readme.md +43 -0
- package/node_modules/escape-html/index.js +78 -0
- package/node_modules/escape-html/package.json +24 -0
- package/node_modules/etag/HISTORY.md +83 -0
- package/node_modules/etag/LICENSE +22 -0
- package/node_modules/etag/README.md +159 -0
- package/node_modules/etag/index.js +131 -0
- package/node_modules/etag/package.json +47 -0
- package/node_modules/eventsource/LICENSE +22 -0
- package/node_modules/eventsource/README.md +167 -0
- package/node_modules/eventsource/dist/index.cjs +273 -0
- package/node_modules/eventsource/dist/index.cjs.map +1 -0
- package/node_modules/eventsource/dist/index.d.cts +332 -0
- package/node_modules/eventsource/dist/index.d.ts +332 -0
- package/node_modules/eventsource/dist/index.js +273 -0
- package/node_modules/eventsource/dist/index.js.map +1 -0
- package/node_modules/eventsource/package.json +130 -0
- package/node_modules/eventsource/src/EventSource.ts +596 -0
- package/node_modules/eventsource/src/errors.ts +141 -0
- package/node_modules/eventsource/src/index.ts +3 -0
- package/node_modules/eventsource/src/types.ts +152 -0
- package/node_modules/eventsource-parser/LICENSE +21 -0
- package/node_modules/eventsource-parser/README.md +157 -0
- package/node_modules/eventsource-parser/dist/index.cjs +177 -0
- package/node_modules/eventsource-parser/dist/index.cjs.map +1 -0
- package/node_modules/eventsource-parser/dist/index.d.cts +169 -0
- package/node_modules/eventsource-parser/dist/index.d.ts +169 -0
- package/node_modules/eventsource-parser/dist/index.js +177 -0
- package/node_modules/eventsource-parser/dist/index.js.map +1 -0
- package/node_modules/eventsource-parser/dist/stream.cjs +29 -0
- package/node_modules/eventsource-parser/dist/stream.cjs.map +1 -0
- package/node_modules/eventsource-parser/dist/stream.d.cts +134 -0
- package/node_modules/eventsource-parser/dist/stream.d.ts +134 -0
- package/node_modules/eventsource-parser/dist/stream.js +30 -0
- package/node_modules/eventsource-parser/dist/stream.js.map +1 -0
- package/node_modules/eventsource-parser/package.json +92 -0
- package/node_modules/eventsource-parser/src/errors.ts +44 -0
- package/node_modules/eventsource-parser/src/index.ts +8 -0
- package/node_modules/eventsource-parser/src/parse.ts +439 -0
- package/node_modules/eventsource-parser/src/stream.ts +107 -0
- package/node_modules/eventsource-parser/src/types.ts +122 -0
- package/node_modules/eventsource-parser/stream.js +2 -0
- package/node_modules/express/LICENSE +24 -0
- package/node_modules/express/Readme.md +276 -0
- package/node_modules/express/index.js +11 -0
- package/node_modules/express/lib/application.js +631 -0
- package/node_modules/express/lib/express.js +81 -0
- package/node_modules/express/lib/request.js +514 -0
- package/node_modules/express/lib/response.js +1053 -0
- package/node_modules/express/lib/utils.js +271 -0
- package/node_modules/express/lib/view.js +205 -0
- package/node_modules/express/package.json +99 -0
- package/node_modules/express-rate-limit/dist/index.cjs +1085 -0
- package/node_modules/express-rate-limit/dist/index.d.cts +688 -0
- package/node_modules/express-rate-limit/dist/index.d.mts +688 -0
- package/node_modules/express-rate-limit/dist/index.d.ts +688 -0
- package/node_modules/express-rate-limit/dist/index.mjs +1041 -0
- package/node_modules/express-rate-limit/license.md +20 -0
- package/node_modules/express-rate-limit/package.json +116 -0
- package/node_modules/express-rate-limit/readme.md +139 -0
- package/node_modules/express-rate-limit/tsconfig.json +8 -0
- package/node_modules/fast-deep-equal/LICENSE +21 -0
- package/node_modules/fast-deep-equal/README.md +96 -0
- package/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/index.js +72 -0
- package/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/react.js +79 -0
- package/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/node_modules/fast-deep-equal/index.js +46 -0
- package/node_modules/fast-deep-equal/package.json +61 -0
- package/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/react.js +53 -0
- package/node_modules/fast-uri/.gitattributes +2 -0
- package/node_modules/fast-uri/.github/dependabot.yml +13 -0
- package/node_modules/fast-uri/.github/workflows/ci.yml +106 -0
- package/node_modules/fast-uri/.github/workflows/lock-threads.yml +19 -0
- package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +24 -0
- package/node_modules/fast-uri/LICENSE +30 -0
- package/node_modules/fast-uri/README.md +152 -0
- package/node_modules/fast-uri/benchmark/benchmark.mjs +159 -0
- package/node_modules/fast-uri/benchmark/equal.mjs +51 -0
- package/node_modules/fast-uri/benchmark/non-simple-domain.mjs +22 -0
- package/node_modules/fast-uri/benchmark/package.json +17 -0
- package/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +24 -0
- package/node_modules/fast-uri/benchmark/ws-is-secure.mjs +65 -0
- package/node_modules/fast-uri/eslint.config.js +6 -0
- package/node_modules/fast-uri/index.js +459 -0
- package/node_modules/fast-uri/lib/schemes.js +267 -0
- package/node_modules/fast-uri/lib/utils.js +443 -0
- package/node_modules/fast-uri/package.json +68 -0
- package/node_modules/fast-uri/test/ajv.test.js +43 -0
- package/node_modules/fast-uri/test/equal.test.js +117 -0
- package/node_modules/fast-uri/test/fixtures/uri-js-parse.json +501 -0
- package/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +120 -0
- package/node_modules/fast-uri/test/parse.test.js +323 -0
- package/node_modules/fast-uri/test/resolve.test.js +87 -0
- package/node_modules/fast-uri/test/rfc-3986.test.js +90 -0
- package/node_modules/fast-uri/test/security-normalization.test.js +39 -0
- package/node_modules/fast-uri/test/security.test.js +359 -0
- package/node_modules/fast-uri/test/serialize.test.js +151 -0
- package/node_modules/fast-uri/test/uri-js-compatibility.test.js +33 -0
- package/node_modules/fast-uri/test/uri-js.test.js +912 -0
- package/node_modules/fast-uri/test/util.test.js +38 -0
- package/node_modules/fast-uri/tsconfig.json +9 -0
- package/node_modules/fast-uri/types/index.d.ts +60 -0
- package/node_modules/fast-uri/types/index.test-d.ts +17 -0
- package/node_modules/finalhandler/HISTORY.md +239 -0
- package/node_modules/finalhandler/LICENSE +22 -0
- package/node_modules/finalhandler/README.md +150 -0
- package/node_modules/finalhandler/index.js +293 -0
- package/node_modules/finalhandler/package.json +47 -0
- package/node_modules/forwarded/HISTORY.md +21 -0
- package/node_modules/forwarded/LICENSE +22 -0
- package/node_modules/forwarded/README.md +57 -0
- package/node_modules/forwarded/index.js +90 -0
- package/node_modules/forwarded/package.json +45 -0
- package/node_modules/fresh/HISTORY.md +80 -0
- package/node_modules/fresh/LICENSE +23 -0
- package/node_modules/fresh/README.md +117 -0
- package/node_modules/fresh/index.js +136 -0
- package/node_modules/fresh/package.json +46 -0
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +378 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-flag/index.d.ts +39 -0
- package/node_modules/has-flag/index.js +8 -0
- package/node_modules/has-flag/license +9 -0
- package/node_modules/has-flag/package.json +46 -0
- package/node_modules/has-flag/readme.md +89 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +58 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/eslint.config.mjs +6 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +91 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/hono/LICENSE +21 -0
- package/node_modules/hono/README.md +85 -0
- package/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +364 -0
- package/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
- package/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
- package/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
- package/node_modules/hono/dist/adapter/bun/index.js +16 -0
- package/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
- package/node_modules/hono/dist/adapter/bun/server.js +5 -0
- package/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
- package/node_modules/hono/dist/adapter/bun/websocket.js +73 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
- package/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
- package/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
- package/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
- package/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
- package/node_modules/hono/dist/adapter/deno/index.js +12 -0
- package/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
- package/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
- package/node_modules/hono/dist/adapter/deno/websocket.js +32 -0
- package/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/lambda-edge/handler.js +96 -0
- package/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
- package/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
- package/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
- package/node_modules/hono/dist/adapter/netlify/index.js +2 -0
- package/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
- package/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
- package/node_modules/hono/dist/adapter/service-worker/index.js +9 -0
- package/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
- package/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
- package/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
- package/node_modules/hono/dist/adapter/vercel/index.js +7 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +395 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
- package/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
- package/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
- package/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
- package/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
- package/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
- package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +98 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
- package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
- package/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
- package/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
- package/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
- package/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
- package/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
- package/node_modules/hono/dist/cjs/adapter/deno/websocket.js +54 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +130 -0
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
- package/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/index.js +32 -0
- package/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
- package/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
- package/node_modules/hono/dist/cjs/client/client.js +204 -0
- package/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
- package/node_modules/hono/dist/cjs/client/index.js +32 -0
- package/node_modules/hono/dist/cjs/client/types.js +15 -0
- package/node_modules/hono/dist/cjs/client/utils.js +105 -0
- package/node_modules/hono/dist/cjs/compose.js +68 -0
- package/node_modules/hono/dist/cjs/context.js +450 -0
- package/node_modules/hono/dist/cjs/helper/accepts/accepts.js +43 -0
- package/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
- package/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
- package/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
- package/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
- package/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
- package/node_modules/hono/dist/cjs/helper/css/common.js +273 -0
- package/node_modules/hono/dist/cjs/helper/css/index.js +157 -0
- package/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
- package/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
- package/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
- package/node_modules/hono/dist/cjs/helper/proxy/index.js +115 -0
- package/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
- package/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
- package/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
- package/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
- package/node_modules/hono/dist/cjs/helper/ssg/ssg.js +320 -0
- package/node_modules/hono/dist/cjs/helper/ssg/utils.js +93 -0
- package/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
- package/node_modules/hono/dist/cjs/helper/streaming/sse.js +91 -0
- package/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
- package/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
- package/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
- package/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
- package/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
- package/node_modules/hono/dist/cjs/hono-base.js +406 -0
- package/node_modules/hono/dist/cjs/hono.js +43 -0
- package/node_modules/hono/dist/cjs/http-exception.js +57 -0
- package/node_modules/hono/dist/cjs/index.js +30 -0
- package/node_modules/hono/dist/cjs/jsx/base.js +378 -0
- package/node_modules/hono/dist/cjs/jsx/children.js +44 -0
- package/node_modules/hono/dist/cjs/jsx/components.js +221 -0
- package/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
- package/node_modules/hono/dist/cjs/jsx/context.js +188 -0
- package/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
- package/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
- package/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
- package/node_modules/hono/dist/cjs/jsx/dom/css.js +168 -0
- package/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
- package/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
- package/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
- package/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
- package/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
- package/node_modules/hono/dist/cjs/jsx/dom/render.js +641 -0
- package/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
- package/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
- package/node_modules/hono/dist/cjs/jsx/hooks/index.js +373 -0
- package/node_modules/hono/dist/cjs/jsx/index.js +138 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
- package/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
- package/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
- package/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +71 -0
- package/node_modules/hono/dist/cjs/jsx/streaming.js +179 -0
- package/node_modules/hono/dist/cjs/jsx/types.js +15 -0
- package/node_modules/hono/dist/cjs/jsx/utils.js +200 -0
- package/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
- package/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +114 -0
- package/node_modules/hono/dist/cjs/middleware/body-limit/index.js +75 -0
- package/node_modules/hono/dist/cjs/middleware/cache/index.js +219 -0
- package/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
- package/node_modules/hono/dist/cjs/middleware/compress/index.js +97 -0
- package/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +109 -0
- package/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
- package/node_modules/hono/dist/cjs/middleware/etag/digest.js +101 -0
- package/node_modules/hono/dist/cjs/middleware/etag/index.js +99 -0
- package/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +176 -0
- package/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
- package/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
- package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +139 -0
- package/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
- package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +145 -0
- package/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
- package/node_modules/hono/dist/cjs/middleware/language/language.js +203 -0
- package/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
- package/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +90 -0
- package/node_modules/hono/dist/cjs/middleware/method-override/index.js +106 -0
- package/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
- package/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +37 -0
- package/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
- package/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
- package/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +198 -0
- package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
- package/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
- package/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
- package/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
- package/node_modules/hono/dist/cjs/middleware/timing/timing.js +130 -0
- package/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
- package/node_modules/hono/dist/cjs/package.json +3 -0
- package/node_modules/hono/dist/cjs/preset/quick.js +38 -0
- package/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
- package/node_modules/hono/dist/cjs/request/constants.js +27 -0
- package/node_modules/hono/dist/cjs/request.js +342 -0
- package/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/linear-router/router.js +140 -0
- package/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/pattern-router/router.js +70 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +133 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +187 -0
- package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +89 -0
- package/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
- package/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
- package/node_modules/hono/dist/cjs/router/trie-router/node.js +210 -0
- package/node_modules/hono/dist/cjs/router/trie-router/router.js +48 -0
- package/node_modules/hono/dist/cjs/router.js +40 -0
- package/node_modules/hono/dist/cjs/types.js +28 -0
- package/node_modules/hono/dist/cjs/utils/accept.js +245 -0
- package/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
- package/node_modules/hono/dist/cjs/utils/body.js +111 -0
- package/node_modules/hono/dist/cjs/utils/buffer.js +103 -0
- package/node_modules/hono/dist/cjs/utils/color.js +48 -0
- package/node_modules/hono/dist/cjs/utils/compress.js +27 -0
- package/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
- package/node_modules/hono/dist/cjs/utils/constants.js +27 -0
- package/node_modules/hono/dist/cjs/utils/cookie.js +199 -0
- package/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
- package/node_modules/hono/dist/cjs/utils/encode.js +54 -0
- package/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
- package/node_modules/hono/dist/cjs/utils/handler.js +36 -0
- package/node_modules/hono/dist/cjs/utils/headers.js +15 -0
- package/node_modules/hono/dist/cjs/utils/html.js +150 -0
- package/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
- package/node_modules/hono/dist/cjs/utils/ipaddr.js +318 -0
- package/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
- package/node_modules/hono/dist/cjs/utils/jwt/jwt.js +219 -0
- package/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
- package/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
- package/node_modules/hono/dist/cjs/utils/mime.js +106 -0
- package/node_modules/hono/dist/cjs/utils/stream.js +106 -0
- package/node_modules/hono/dist/cjs/utils/types.js +15 -0
- package/node_modules/hono/dist/cjs/utils/url.js +256 -0
- package/node_modules/hono/dist/cjs/validator/index.js +27 -0
- package/node_modules/hono/dist/cjs/validator/utils.js +15 -0
- package/node_modules/hono/dist/cjs/validator/validator.js +108 -0
- package/node_modules/hono/dist/client/client.js +189 -0
- package/node_modules/hono/dist/client/fetch-result-please.js +62 -0
- package/node_modules/hono/dist/client/index.js +8 -0
- package/node_modules/hono/dist/client/types.js +0 -0
- package/node_modules/hono/dist/client/utils.js +76 -0
- package/node_modules/hono/dist/compose.js +46 -0
- package/node_modules/hono/dist/context.js +427 -0
- package/node_modules/hono/dist/helper/accepts/accepts.js +20 -0
- package/node_modules/hono/dist/helper/accepts/index.js +5 -0
- package/node_modules/hono/dist/helper/adapter/index.js +56 -0
- package/node_modules/hono/dist/helper/conninfo/index.js +0 -0
- package/node_modules/hono/dist/helper/conninfo/types.js +0 -0
- package/node_modules/hono/dist/helper/cookie/index.js +102 -0
- package/node_modules/hono/dist/helper/css/common.js +236 -0
- package/node_modules/hono/dist/helper/css/index.js +140 -0
- package/node_modules/hono/dist/helper/dev/index.js +55 -0
- package/node_modules/hono/dist/helper/factory/index.js +30 -0
- package/node_modules/hono/dist/helper/html/index.js +41 -0
- package/node_modules/hono/dist/helper/proxy/index.js +93 -0
- package/node_modules/hono/dist/helper/route/index.js +46 -0
- package/node_modules/hono/dist/helper/ssg/index.js +19 -0
- package/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
- package/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
- package/node_modules/hono/dist/helper/ssg/ssg.js +297 -0
- package/node_modules/hono/dist/helper/ssg/utils.js +67 -0
- package/node_modules/hono/dist/helper/streaming/index.js +10 -0
- package/node_modules/hono/dist/helper/streaming/sse.js +68 -0
- package/node_modules/hono/dist/helper/streaming/stream.js +34 -0
- package/node_modules/hono/dist/helper/streaming/text.js +12 -0
- package/node_modules/hono/dist/helper/streaming/utils.js +13 -0
- package/node_modules/hono/dist/helper/testing/index.js +11 -0
- package/node_modules/hono/dist/helper/websocket/index.js +57 -0
- package/node_modules/hono/dist/hono-base.js +384 -0
- package/node_modules/hono/dist/hono.js +21 -0
- package/node_modules/hono/dist/http-exception.js +35 -0
- package/node_modules/hono/dist/index.js +7 -0
- package/node_modules/hono/dist/jsx/base.js +346 -0
- package/node_modules/hono/dist/jsx/children.js +21 -0
- package/node_modules/hono/dist/jsx/components.js +198 -0
- package/node_modules/hono/dist/jsx/constants.js +15 -0
- package/node_modules/hono/dist/jsx/context.js +162 -0
- package/node_modules/hono/dist/jsx/dom/client.js +53 -0
- package/node_modules/hono/dist/jsx/dom/components.js +32 -0
- package/node_modules/hono/dist/jsx/dom/context.js +48 -0
- package/node_modules/hono/dist/jsx/dom/css.js +150 -0
- package/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
- package/node_modules/hono/dist/jsx/dom/index.js +142 -0
- package/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
- package/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
- package/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
- package/node_modules/hono/dist/jsx/dom/render.js +617 -0
- package/node_modules/hono/dist/jsx/dom/server.js +33 -0
- package/node_modules/hono/dist/jsx/dom/utils.js +10 -0
- package/node_modules/hono/dist/jsx/hooks/index.js +331 -0
- package/node_modules/hono/dist/jsx/index.js +103 -0
- package/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
- package/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
- package/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
- package/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
- package/node_modules/hono/dist/jsx/jsx-runtime.js +44 -0
- package/node_modules/hono/dist/jsx/streaming.js +155 -0
- package/node_modules/hono/dist/jsx/types.js +0 -0
- package/node_modules/hono/dist/jsx/utils.js +175 -0
- package/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
- package/node_modules/hono/dist/middleware/bearer-auth/index.js +92 -0
- package/node_modules/hono/dist/middleware/body-limit/index.js +53 -0
- package/node_modules/hono/dist/middleware/cache/index.js +197 -0
- package/node_modules/hono/dist/middleware/combine/index.js +77 -0
- package/node_modules/hono/dist/middleware/compress/index.js +74 -0
- package/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
- package/node_modules/hono/dist/middleware/cors/index.js +87 -0
- package/node_modules/hono/dist/middleware/csrf/index.js +55 -0
- package/node_modules/hono/dist/middleware/etag/digest.js +79 -0
- package/node_modules/hono/dist/middleware/etag/index.js +76 -0
- package/node_modules/hono/dist/middleware/ip-restriction/index.js +162 -0
- package/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
- package/node_modules/hono/dist/middleware/jwk/index.js +5 -0
- package/node_modules/hono/dist/middleware/jwk/jwk.js +117 -0
- package/node_modules/hono/dist/middleware/jwt/index.js +11 -0
- package/node_modules/hono/dist/middleware/jwt/jwt.js +119 -0
- package/node_modules/hono/dist/middleware/language/index.js +15 -0
- package/node_modules/hono/dist/middleware/language/language.js +172 -0
- package/node_modules/hono/dist/middleware/logger/index.js +44 -0
- package/node_modules/hono/dist/middleware/method-not-allowed/index.js +68 -0
- package/node_modules/hono/dist/middleware/method-override/index.js +84 -0
- package/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
- package/node_modules/hono/dist/middleware/pretty-json/index.js +15 -0
- package/node_modules/hono/dist/middleware/request-id/index.js +5 -0
- package/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
- package/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
- package/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
- package/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +175 -0
- package/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
- package/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
- package/node_modules/hono/dist/middleware/timeout/index.js +25 -0
- package/node_modules/hono/dist/middleware/timing/index.js +9 -0
- package/node_modules/hono/dist/middleware/timing/timing.js +104 -0
- package/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
- package/node_modules/hono/dist/preset/quick.js +16 -0
- package/node_modules/hono/dist/preset/tiny.js +12 -0
- package/node_modules/hono/dist/request/constants.js +5 -0
- package/node_modules/hono/dist/request.js +319 -0
- package/node_modules/hono/dist/router/linear-router/index.js +5 -0
- package/node_modules/hono/dist/router/linear-router/router.js +118 -0
- package/node_modules/hono/dist/router/pattern-router/index.js +5 -0
- package/node_modules/hono/dist/router/pattern-router/router.js +48 -0
- package/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
- package/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
- package/node_modules/hono/dist/router/reg-exp-router/node.js +110 -0
- package/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
- package/node_modules/hono/dist/router/reg-exp-router/router.js +169 -0
- package/node_modules/hono/dist/router/reg-exp-router/trie.js +67 -0
- package/node_modules/hono/dist/router/smart-router/index.js +5 -0
- package/node_modules/hono/dist/router/smart-router/router.js +58 -0
- package/node_modules/hono/dist/router/trie-router/index.js +5 -0
- package/node_modules/hono/dist/router/trie-router/node.js +188 -0
- package/node_modules/hono/dist/router/trie-router/router.js +26 -0
- package/node_modules/hono/dist/router.js +14 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
- package/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +153 -0
- package/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
- package/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
- package/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
- package/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
- package/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
- package/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
- package/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
- package/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
- package/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
- package/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
- package/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
- package/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
- package/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
- package/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
- package/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
- package/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
- package/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
- package/node_modules/hono/dist/types/client/client.d.ts +4 -0
- package/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
- package/node_modules/hono/dist/types/client/index.d.ts +7 -0
- package/node_modules/hono/dist/types/client/types.d.ts +229 -0
- package/node_modules/hono/dist/types/client/utils.d.ts +18 -0
- package/node_modules/hono/dist/types/compose.d.ts +14 -0
- package/node_modules/hono/dist/types/context.d.ts +455 -0
- package/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
- package/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
- package/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
- package/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
- package/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
- package/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
- package/node_modules/hono/dist/types/helper/css/common.d.ts +59 -0
- package/node_modules/hono/dist/types/helper/css/index.d.ts +80 -0
- package/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
- package/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
- package/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
- package/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
- package/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
- package/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
- package/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
- package/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
- package/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
- package/node_modules/hono/dist/types/helper/ssg/utils.d.ts +16 -0
- package/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
- package/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
- package/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
- package/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
- package/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
- package/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
- package/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
- package/node_modules/hono/dist/types/hono-base.d.ts +221 -0
- package/node_modules/hono/dist/types/hono.d.ts +19 -0
- package/node_modules/hono/dist/types/http-exception.d.ts +59 -0
- package/node_modules/hono/dist/types/index.d.ts +37 -0
- package/node_modules/hono/dist/types/jsx/base.d.ts +58 -0
- package/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
- package/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
- package/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
- package/node_modules/hono/dist/types/jsx/context.d.ts +51 -0
- package/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
- package/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
- package/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
- package/node_modules/hono/dist/types/jsx/dom/css.d.ts +83 -0
- package/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
- package/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
- package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
- package/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
- package/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
- package/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
- package/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
- package/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
- package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +47 -0
- package/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
- package/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
- package/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
- package/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
- package/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
- package/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
- package/node_modules/hono/dist/types/jsx/utils.d.ts +4 -0
- package/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
- package/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +92 -0
- package/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
- package/node_modules/hono/dist/types/middleware/cache/index.d.ts +45 -0
- package/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
- package/node_modules/hono/dist/types/middleware/compress/index.d.ts +40 -0
- package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
- package/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
- package/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
- package/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
- package/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
- package/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +67 -0
- package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
- package/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
- package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +56 -0
- package/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
- package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +69 -0
- package/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/language/language.d.ts +120 -0
- package/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
- package/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +49 -0
- package/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
- package/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
- package/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
- package/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
- package/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
- package/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
- package/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
- package/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
- package/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
- package/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
- package/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +94 -0
- package/node_modules/hono/dist/types/package.json +3 -0
- package/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
- package/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
- package/node_modules/hono/dist/types/request/constants.d.ts +1 -0
- package/node_modules/hono/dist/types/request.d.ts +324 -0
- package/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
- package/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +10 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
- package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +8 -0
- package/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
- package/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
- package/node_modules/hono/dist/types/router/trie-router/node.d.ts +7 -0
- package/node_modules/hono/dist/types/router/trie-router/router.d.ts +8 -0
- package/node_modules/hono/dist/types/router.d.ts +97 -0
- package/node_modules/hono/dist/types/types.d.ts +573 -0
- package/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
- package/node_modules/hono/dist/types/utils/body.d.ts +79 -0
- package/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
- package/node_modules/hono/dist/types/utils/color.d.ts +21 -0
- package/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
- package/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
- package/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
- package/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
- package/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
- package/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
- package/node_modules/hono/dist/types/utils/html.d.ts +44 -0
- package/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
- package/node_modules/hono/dist/types/utils/ipaddr.d.ts +56 -0
- package/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
- package/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
- package/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
- package/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
- package/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
- package/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
- package/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
- package/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
- package/node_modules/hono/dist/types/utils/types.d.ts +74 -0
- package/node_modules/hono/dist/types/utils/url.d.ts +40 -0
- package/node_modules/hono/dist/types/validator/index.d.ts +7 -0
- package/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
- package/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
- package/node_modules/hono/dist/types.js +6 -0
- package/node_modules/hono/dist/utils/accept.js +223 -0
- package/node_modules/hono/dist/utils/basic-auth.js +23 -0
- package/node_modules/hono/dist/utils/body.js +89 -0
- package/node_modules/hono/dist/utils/buffer.js +78 -0
- package/node_modules/hono/dist/utils/color.js +25 -0
- package/node_modules/hono/dist/utils/compress.js +5 -0
- package/node_modules/hono/dist/utils/concurrent.js +39 -0
- package/node_modules/hono/dist/utils/constants.js +5 -0
- package/node_modules/hono/dist/utils/cookie.js +174 -0
- package/node_modules/hono/dist/utils/crypto.js +44 -0
- package/node_modules/hono/dist/utils/encode.js +29 -0
- package/node_modules/hono/dist/utils/filepath.js +35 -0
- package/node_modules/hono/dist/utils/handler.js +13 -0
- package/node_modules/hono/dist/utils/headers.js +0 -0
- package/node_modules/hono/dist/utils/html.js +123 -0
- package/node_modules/hono/dist/utils/http-status.js +0 -0
- package/node_modules/hono/dist/utils/ipaddr.js +288 -0
- package/node_modules/hono/dist/utils/jwt/index.js +6 -0
- package/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
- package/node_modules/hono/dist/utils/jwt/jws.js +192 -0
- package/node_modules/hono/dist/utils/jwt/jwt.js +207 -0
- package/node_modules/hono/dist/utils/jwt/types.js +124 -0
- package/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
- package/node_modules/hono/dist/utils/mime.js +82 -0
- package/node_modules/hono/dist/utils/stream.js +84 -0
- package/node_modules/hono/dist/utils/types.js +0 -0
- package/node_modules/hono/dist/utils/url.js +221 -0
- package/node_modules/hono/dist/validator/index.js +5 -0
- package/node_modules/hono/dist/validator/utils.js +0 -0
- package/node_modules/hono/dist/validator/validator.js +86 -0
- package/node_modules/hono/package.json +706 -0
- package/node_modules/http-errors/HISTORY.md +186 -0
- package/node_modules/http-errors/LICENSE +23 -0
- package/node_modules/http-errors/README.md +169 -0
- package/node_modules/http-errors/index.js +290 -0
- package/node_modules/http-errors/package.json +54 -0
- package/node_modules/iconv-lite/LICENSE +21 -0
- package/node_modules/iconv-lite/README.md +138 -0
- package/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/node_modules/iconv-lite/encodings/index.js +23 -0
- package/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/node_modules/iconv-lite/encodings/sbcs-data.js +180 -0
- package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/node_modules/iconv-lite/encodings/utf32.js +314 -0
- package/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/node_modules/iconv-lite/lib/index.js +182 -0
- package/node_modules/iconv-lite/lib/streams.js +105 -0
- package/node_modules/iconv-lite/package.json +70 -0
- package/node_modules/iconv-lite/types/encodings.d.ts +425 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/ip-address/LICENSE +19 -0
- package/node_modules/ip-address/README.md +298 -0
- package/node_modules/ip-address/dist/address-error.d.ts +15 -0
- package/node_modules/ip-address/dist/address-error.js +12 -0
- package/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/node_modules/ip-address/dist/common.d.ts +49 -0
- package/node_modules/ip-address/dist/common.js +106 -0
- package/node_modules/ip-address/dist/common.js.map +1 -0
- package/node_modules/ip-address/dist/ip-address.d.ts +7 -0
- package/node_modules/ip-address/dist/ip-address.js +35 -0
- package/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/node_modules/ip-address/dist/ipv4.d.ts +290 -0
- package/node_modules/ip-address/dist/ipv4.js +505 -0
- package/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/node_modules/ip-address/dist/ipv6.d.ts +561 -0
- package/node_modules/ip-address/dist/ipv6.js +1353 -0
- package/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/node_modules/ip-address/dist/v4/constants.d.ts +4 -0
- package/node_modules/ip-address/dist/v4/constants.js +12 -0
- package/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/node_modules/ip-address/dist/v6/constants.d.ts +44 -0
- package/node_modules/ip-address/dist/v6/constants.js +82 -0
- package/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/node_modules/ip-address/dist/v6/helpers.js +54 -0
- package/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +5 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/node_modules/ip-address/package.json +90 -0
- package/node_modules/ipaddr.js/LICENSE +19 -0
- package/node_modules/ipaddr.js/README.md +233 -0
- package/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/node_modules/ipaddr.js/package.json +35 -0
- package/node_modules/is-promise/LICENSE +19 -0
- package/node_modules/is-promise/index.d.ts +2 -0
- package/node_modules/is-promise/index.js +6 -0
- package/node_modules/is-promise/index.mjs +3 -0
- package/node_modules/is-promise/package.json +30 -0
- package/node_modules/is-promise/readme.md +33 -0
- package/node_modules/isexe/.npmignore +2 -0
- package/node_modules/isexe/LICENSE +15 -0
- package/node_modules/isexe/README.md +51 -0
- package/node_modules/isexe/index.js +57 -0
- package/node_modules/isexe/mode.js +41 -0
- package/node_modules/isexe/package.json +31 -0
- package/node_modules/isexe/test/basic.js +221 -0
- package/node_modules/isexe/windows.js +42 -0
- package/node_modules/jose/LICENSE.md +21 -0
- package/node_modules/jose/README.md +150 -0
- package/node_modules/jose/dist/types/index.d.ts +56 -0
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +37 -0
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +54 -0
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +37 -0
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +72 -0
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +43 -0
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +13 -0
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +17 -0
- package/node_modules/jose/dist/types/jwks/local.d.ts +20 -0
- package/node_modules/jose/dist/types/jwks/remote.d.ts +106 -0
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +25 -0
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +37 -0
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +31 -0
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +37 -0
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +52 -0
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +44 -0
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +41 -0
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +68 -0
- package/node_modules/jose/dist/types/jwt/sign.d.ts +32 -0
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +34 -0
- package/node_modules/jose/dist/types/jwt/verify.d.ts +38 -0
- package/node_modules/jose/dist/types/key/export.d.ts +19 -0
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +40 -0
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +37 -0
- package/node_modules/jose/dist/types/key/import.d.ts +73 -0
- package/node_modules/jose/dist/types/types.d.ts +871 -0
- package/node_modules/jose/dist/types/util/base64url.d.ts +16 -0
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +10 -0
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +9 -0
- package/node_modules/jose/dist/types/util/errors.d.ts +220 -0
- package/node_modules/jose/dist/webapi/index.js +32 -0
- package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +9 -0
- package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +27 -0
- package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +11 -0
- package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +72 -0
- package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +51 -0
- package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +170 -0
- package/node_modules/jose/dist/webapi/jwk/embedded.js +19 -0
- package/node_modules/jose/dist/webapi/jwk/thumbprint.js +68 -0
- package/node_modules/jose/dist/webapi/jwks/local.js +78 -0
- package/node_modules/jose/dist/webapi/jwks/remote.js +170 -0
- package/node_modules/jose/dist/webapi/jws/compact/sign.js +21 -0
- package/node_modules/jose/dist/webapi/jws/compact/verify.js +9 -0
- package/node_modules/jose/dist/webapi/jws/flattened/sign.js +31 -0
- package/node_modules/jose/dist/webapi/jws/flattened/verify.js +24 -0
- package/node_modules/jose/dist/webapi/jws/general/sign.js +74 -0
- package/node_modules/jose/dist/webapi/jws/general/verify.js +44 -0
- package/node_modules/jose/dist/webapi/jwt/decrypt.js +23 -0
- package/node_modules/jose/dist/webapi/jwt/encrypt.js +101 -0
- package/node_modules/jose/dist/webapi/jwt/sign.js +51 -0
- package/node_modules/jose/dist/webapi/jwt/unsecured.js +64 -0
- package/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
- package/node_modules/jose/dist/webapi/key/export.js +44 -0
- package/node_modules/jose/dist/webapi/key/generate_key_pair.js +48 -0
- package/node_modules/jose/dist/webapi/key/generate_secret.js +40 -0
- package/node_modules/jose/dist/webapi/key/import.js +57 -0
- package/node_modules/jose/dist/webapi/lib/asn1.js +174 -0
- package/node_modules/jose/dist/webapi/lib/base64.js +22 -0
- package/node_modules/jose/dist/webapi/lib/buffer_utils.js +44 -0
- package/node_modules/jose/dist/webapi/lib/content_encryption.js +142 -0
- package/node_modules/jose/dist/webapi/lib/crypto_key.js +28 -0
- package/node_modules/jose/dist/webapi/lib/deflate.js +44 -0
- package/node_modules/jose/dist/webapi/lib/helpers.js +42 -0
- package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +26 -0
- package/node_modules/jose/dist/webapi/lib/is_key_like.js +17 -0
- package/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +107 -0
- package/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +186 -0
- package/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +114 -0
- package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +17 -0
- package/node_modules/jose/dist/webapi/lib/jws_algorithms.js +73 -0
- package/node_modules/jose/dist/webapi/lib/jws_sign.js +74 -0
- package/node_modules/jose/dist/webapi/lib/jws_verify.js +107 -0
- package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +197 -0
- package/node_modules/jose/dist/webapi/lib/key.js +132 -0
- package/node_modules/jose/dist/webapi/lib/key_algorithm.js +10 -0
- package/node_modules/jose/dist/webapi/lib/key_descriptor.js +7 -0
- package/node_modules/jose/dist/webapi/lib/key_management.js +256 -0
- package/node_modules/jose/dist/webapi/lib/options.js +48 -0
- package/node_modules/jose/dist/webapi/lib/signing.js +26 -0
- package/node_modules/jose/dist/webapi/lib/type_checks.js +35 -0
- package/node_modules/jose/dist/webapi/util/base64url.js +39 -0
- package/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
- package/node_modules/jose/dist/webapi/util/decode_protected_header.js +24 -0
- package/node_modules/jose/dist/webapi/util/errors.js +99 -0
- package/node_modules/jose/package.json +198 -0
- package/node_modules/js-yaml/LICENSE +21 -0
- package/node_modules/js-yaml/README.md +233 -0
- package/node_modules/js-yaml/bin/js-yaml.js +117 -0
- package/node_modules/js-yaml/dist/js-yaml.js +3014 -0
- package/node_modules/js-yaml/dist/js-yaml.js.map +1 -0
- package/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
- package/node_modules/js-yaml/dist/js-yaml.min.js.map +1 -0
- package/node_modules/js-yaml/dist/js-yaml.mjs +3074 -0
- package/node_modules/js-yaml/dist/js-yaml.mjs.map +1 -0
- package/node_modules/js-yaml/index.js +44 -0
- package/node_modules/js-yaml/lib/common.js +50 -0
- package/node_modules/js-yaml/lib/dumper.js +937 -0
- package/node_modules/js-yaml/lib/exception.js +51 -0
- package/node_modules/js-yaml/lib/index_vite_proxy.tmp.mjs +37 -0
- package/node_modules/js-yaml/lib/loader.js +1790 -0
- package/node_modules/js-yaml/lib/schema/core.js +9 -0
- package/node_modules/js-yaml/lib/schema/default.js +20 -0
- package/node_modules/js-yaml/lib/schema/failsafe.js +14 -0
- package/node_modules/js-yaml/lib/schema/json.js +17 -0
- package/node_modules/js-yaml/lib/schema.js +109 -0
- package/node_modules/js-yaml/lib/snippet.js +96 -0
- package/node_modules/js-yaml/lib/type/binary.js +122 -0
- package/node_modules/js-yaml/lib/type/bool.js +35 -0
- package/node_modules/js-yaml/lib/type/float.js +99 -0
- package/node_modules/js-yaml/lib/type/int.js +142 -0
- package/node_modules/js-yaml/lib/type/map.js +8 -0
- package/node_modules/js-yaml/lib/type/merge.js +12 -0
- package/node_modules/js-yaml/lib/type/null.js +35 -0
- package/node_modules/js-yaml/lib/type/omap.js +45 -0
- package/node_modules/js-yaml/lib/type/pairs.js +50 -0
- package/node_modules/js-yaml/lib/type/seq.js +8 -0
- package/node_modules/js-yaml/lib/type/set.js +29 -0
- package/node_modules/js-yaml/lib/type/str.js +8 -0
- package/node_modules/js-yaml/lib/type/timestamp.js +88 -0
- package/node_modules/js-yaml/lib/type.js +66 -0
- package/node_modules/js-yaml/package.json +83 -0
- package/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
- package/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
- package/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
- package/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
- package/node_modules/json-schema-traverse/LICENSE +21 -0
- package/node_modules/json-schema-traverse/README.md +95 -0
- package/node_modules/json-schema-traverse/index.d.ts +40 -0
- package/node_modules/json-schema-traverse/index.js +93 -0
- package/node_modules/json-schema-traverse/package.json +43 -0
- package/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
- package/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
- package/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
- package/node_modules/json-schema-typed/LICENSE.md +57 -0
- package/node_modules/json-schema-typed/README.md +108 -0
- package/node_modules/json-schema-typed/draft_07.d.ts +882 -0
- package/node_modules/json-schema-typed/draft_07.js +328 -0
- package/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
- package/node_modules/json-schema-typed/draft_2019_09.js +349 -0
- package/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
- package/node_modules/json-schema-typed/draft_2020_12.js +352 -0
- package/node_modules/json-schema-typed/package.json +44 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/media-typer/HISTORY.md +50 -0
- package/node_modules/media-typer/LICENSE +22 -0
- package/node_modules/media-typer/README.md +94 -0
- package/node_modules/media-typer/index.js +135 -0
- package/node_modules/media-typer/package.json +37 -0
- package/node_modules/merge-descriptors/index.d.ts +11 -0
- package/node_modules/merge-descriptors/index.js +26 -0
- package/node_modules/merge-descriptors/license +11 -0
- package/node_modules/merge-descriptors/package.json +50 -0
- package/node_modules/merge-descriptors/readme.md +55 -0
- package/node_modules/mime-db/HISTORY.md +541 -0
- package/node_modules/mime-db/LICENSE +23 -0
- package/node_modules/mime-db/README.md +109 -0
- package/node_modules/mime-db/db.json +9342 -0
- package/node_modules/mime-db/index.js +12 -0
- package/node_modules/mime-db/package.json +56 -0
- package/node_modules/mime-types/HISTORY.md +428 -0
- package/node_modules/mime-types/LICENSE +23 -0
- package/node_modules/mime-types/README.md +126 -0
- package/node_modules/mime-types/index.js +211 -0
- package/node_modules/mime-types/mimeScore.js +57 -0
- package/node_modules/mime-types/package.json +49 -0
- package/node_modules/ms/index.js +162 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +38 -0
- package/node_modules/ms/readme.md +59 -0
- package/node_modules/negotiator/HISTORY.md +114 -0
- package/node_modules/negotiator/LICENSE +24 -0
- package/node_modules/negotiator/README.md +212 -0
- package/node_modules/negotiator/index.js +83 -0
- package/node_modules/negotiator/lib/charset.js +169 -0
- package/node_modules/negotiator/lib/encoding.js +205 -0
- package/node_modules/negotiator/lib/language.js +179 -0
- package/node_modules/negotiator/lib/mediaType.js +294 -0
- package/node_modules/negotiator/package.json +43 -0
- package/node_modules/node-addon-api/LICENSE.md +9 -0
- package/node_modules/node-addon-api/README.md +319 -0
- package/node_modules/node-addon-api/common.gypi +20 -0
- package/node_modules/node-addon-api/except.gypi +25 -0
- package/node_modules/node-addon-api/index.js +12 -0
- package/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
- package/node_modules/node-addon-api/napi-inl.h +6607 -0
- package/node_modules/node-addon-api/napi.h +3201 -0
- package/node_modules/node-addon-api/node_addon_api.gyp +32 -0
- package/node_modules/node-addon-api/node_api.gyp +9 -0
- package/node_modules/node-addon-api/noexcept.gypi +26 -0
- package/node_modules/node-addon-api/nothing.c +0 -0
- package/node_modules/node-addon-api/package-support.json +21 -0
- package/node_modules/node-addon-api/package.json +480 -0
- package/node_modules/node-addon-api/tools/README.md +73 -0
- package/node_modules/node-addon-api/tools/check-napi.js +99 -0
- package/node_modules/node-addon-api/tools/clang-format.js +71 -0
- package/node_modules/node-addon-api/tools/conversion.js +301 -0
- package/node_modules/node-addon-api/tools/eslint-format.js +79 -0
- package/node_modules/node-pty/LICENSE +69 -0
- package/node_modules/node-pty/README.md +164 -0
- package/node_modules/node-pty/binding.gyp +150 -0
- package/node_modules/node-pty/lib/conpty_console_list_agent.js +25 -0
- package/node_modules/node-pty/lib/eventEmitter2.js +47 -0
- package/node_modules/node-pty/lib/index.js +52 -0
- package/node_modules/node-pty/lib/interfaces.js +7 -0
- package/node_modules/node-pty/lib/shared/conout.js +10 -0
- package/node_modules/node-pty/lib/terminal.js +190 -0
- package/node_modules/node-pty/lib/types.js +7 -0
- package/node_modules/node-pty/lib/unixTerminal.js +351 -0
- package/node_modules/node-pty/lib/utils.js +38 -0
- package/node_modules/node-pty/lib/windowsConoutConnection.js +131 -0
- package/node_modules/node-pty/lib/windowsPtyAgent.js +344 -0
- package/node_modules/node-pty/lib/windowsTerminal.js +209 -0
- package/node_modules/node-pty/lib/worker/conoutSocketWorker.js +22 -0
- package/node_modules/node-pty/package.json +66 -0
- package/node_modules/node-pty/prebuilds/darwin-arm64/pty.node +0 -0
- package/node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper +0 -0
- package/node_modules/node-pty/prebuilds/darwin-x64/pty.node +0 -0
- package/node_modules/node-pty/prebuilds/darwin-x64/spawn-helper +0 -0
- package/node_modules/node-pty/prebuilds/linux-arm64/pty.node +0 -0
- package/node_modules/node-pty/prebuilds/linux-x64/pty.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty/OpenConsole.exe +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty/conpty.dll +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty_console_list.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-arm64/conpty_console_list.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty/OpenConsole.exe +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty/conpty.dll +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty.pdb +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty_console_list.node +0 -0
- package/node_modules/node-pty/prebuilds/win32-x64/conpty_console_list.pdb +0 -0
- package/node_modules/node-pty/scripts/post-install.js +76 -0
- package/node_modules/node-pty/scripts/prebuild.js +34 -0
- package/node_modules/node-pty/src/unix/pty.cc +876 -0
- package/node_modules/node-pty/src/unix/spawn-helper.cc +23 -0
- package/node_modules/node-pty/src/win/conpty.cc +616 -0
- package/node_modules/node-pty/src/win/conpty.h +41 -0
- package/node_modules/node-pty/src/win/conpty_console_list.cc +44 -0
- package/node_modules/node-pty/src/win/path_util.cc +95 -0
- package/node_modules/node-pty/src/win/path_util.h +26 -0
- package/node_modules/node-pty/third_party/conpty/1.25.260303002/win10-arm64/OpenConsole.exe +0 -0
- package/node_modules/node-pty/third_party/conpty/1.25.260303002/win10-arm64/conpty.dll +0 -0
- package/node_modules/node-pty/third_party/conpty/1.25.260303002/win10-x64/OpenConsole.exe +0 -0
- package/node_modules/node-pty/third_party/conpty/1.25.260303002/win10-x64/conpty.dll +0 -0
- package/node_modules/node-pty/typings/node-pty.d.ts +215 -0
- package/node_modules/object-assign/index.js +90 -0
- package/node_modules/object-assign/license +21 -0
- package/node_modules/object-assign/package.json +42 -0
- package/node_modules/object-assign/readme.md +61 -0
- package/node_modules/object-inspect/.eslintrc +53 -0
- package/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/node_modules/object-inspect/.nycrc +13 -0
- package/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/node_modules/object-inspect/LICENSE +21 -0
- package/node_modules/object-inspect/example/all.js +23 -0
- package/node_modules/object-inspect/example/circular.js +6 -0
- package/node_modules/object-inspect/example/fn.js +5 -0
- package/node_modules/object-inspect/example/inspect.js +10 -0
- package/node_modules/object-inspect/index.js +544 -0
- package/node_modules/object-inspect/package-support.json +20 -0
- package/node_modules/object-inspect/package.json +105 -0
- package/node_modules/object-inspect/readme.markdown +84 -0
- package/node_modules/object-inspect/test/bigint.js +58 -0
- package/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/node_modules/object-inspect/test/circular.js +16 -0
- package/node_modules/object-inspect/test/deep.js +12 -0
- package/node_modules/object-inspect/test/element.js +53 -0
- package/node_modules/object-inspect/test/err.js +48 -0
- package/node_modules/object-inspect/test/fakes.js +29 -0
- package/node_modules/object-inspect/test/fn.js +76 -0
- package/node_modules/object-inspect/test/global.js +17 -0
- package/node_modules/object-inspect/test/has.js +15 -0
- package/node_modules/object-inspect/test/holes.js +15 -0
- package/node_modules/object-inspect/test/indent-option.js +271 -0
- package/node_modules/object-inspect/test/inspect.js +139 -0
- package/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/node_modules/object-inspect/test/number.js +58 -0
- package/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/node_modules/object-inspect/test/undef.js +12 -0
- package/node_modules/object-inspect/test/values.js +261 -0
- package/node_modules/object-inspect/test-core-js.js +26 -0
- package/node_modules/object-inspect/util.inspect.js +1 -0
- package/node_modules/on-finished/HISTORY.md +98 -0
- package/node_modules/on-finished/LICENSE +23 -0
- package/node_modules/on-finished/README.md +162 -0
- package/node_modules/on-finished/index.js +234 -0
- package/node_modules/on-finished/package.json +39 -0
- package/node_modules/once/LICENSE +15 -0
- package/node_modules/once/README.md +79 -0
- package/node_modules/once/once.js +42 -0
- package/node_modules/once/package.json +33 -0
- package/node_modules/parseurl/HISTORY.md +58 -0
- package/node_modules/parseurl/LICENSE +24 -0
- package/node_modules/parseurl/README.md +133 -0
- package/node_modules/parseurl/index.js +158 -0
- package/node_modules/parseurl/package.json +40 -0
- package/node_modules/path-key/index.d.ts +40 -0
- package/node_modules/path-key/index.js +16 -0
- package/node_modules/path-key/license +9 -0
- package/node_modules/path-key/package.json +39 -0
- package/node_modules/path-key/readme.md +61 -0
- package/node_modules/path-to-regexp/LICENSE +21 -0
- package/node_modules/path-to-regexp/Readme.md +224 -0
- package/node_modules/path-to-regexp/dist/index.d.ts +147 -0
- package/node_modules/path-to-regexp/dist/index.js +431 -0
- package/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/node_modules/path-to-regexp/package.json +64 -0
- package/node_modules/pkce-challenge/CHANGELOG.md +114 -0
- package/node_modules/pkce-challenge/LICENSE +21 -0
- package/node_modules/pkce-challenge/README.md +55 -0
- package/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
- package/node_modules/pkce-challenge/dist/index.browser.js +75 -0
- package/node_modules/pkce-challenge/dist/index.node.cjs +83 -0
- package/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
- package/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
- package/node_modules/pkce-challenge/dist/index.node.js +78 -0
- package/node_modules/pkce-challenge/package.json +59 -0
- package/node_modules/proxy-addr/HISTORY.md +161 -0
- package/node_modules/proxy-addr/LICENSE +22 -0
- package/node_modules/proxy-addr/README.md +139 -0
- package/node_modules/proxy-addr/index.js +327 -0
- package/node_modules/proxy-addr/package.json +47 -0
- package/node_modules/qs/.editorconfig +46 -0
- package/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/qs/.github/SECURITY.md +11 -0
- package/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/node_modules/qs/.nycrc +13 -0
- package/node_modules/qs/CHANGELOG.md +833 -0
- package/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/qs/README.md +758 -0
- package/node_modules/qs/dist/qs.js +141 -0
- package/node_modules/qs/eslint.config.mjs +57 -0
- package/node_modules/qs/lib/formats.js +23 -0
- package/node_modules/qs/lib/index.js +11 -0
- package/node_modules/qs/lib/parse.js +414 -0
- package/node_modules/qs/lib/stringify.js +363 -0
- package/node_modules/qs/lib/utils.js +381 -0
- package/node_modules/qs/package.json +95 -0
- package/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/node_modules/qs/test/parse.js +1933 -0
- package/node_modules/qs/test/stringify.js +1448 -0
- package/node_modules/qs/test/utils.js +626 -0
- package/node_modules/range-parser/HISTORY.md +56 -0
- package/node_modules/range-parser/LICENSE +23 -0
- package/node_modules/range-parser/README.md +85 -0
- package/node_modules/range-parser/index.js +181 -0
- package/node_modules/range-parser/package.json +48 -0
- package/node_modules/raw-body/LICENSE +22 -0
- package/node_modules/raw-body/README.md +223 -0
- package/node_modules/raw-body/index.d.ts +85 -0
- package/node_modules/raw-body/index.js +336 -0
- package/node_modules/raw-body/package.json +46 -0
- package/node_modules/require-from-string/index.js +34 -0
- package/node_modules/require-from-string/license +21 -0
- package/node_modules/require-from-string/package.json +28 -0
- package/node_modules/require-from-string/readme.md +56 -0
- package/node_modules/router/HISTORY.md +228 -0
- package/node_modules/router/LICENSE +23 -0
- package/node_modules/router/README.md +416 -0
- package/node_modules/router/index.js +748 -0
- package/node_modules/router/lib/layer.js +247 -0
- package/node_modules/router/lib/route.js +242 -0
- package/node_modules/router/package.json +44 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +34 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/send/LICENSE +23 -0
- package/node_modules/send/README.md +317 -0
- package/node_modules/send/index.js +997 -0
- package/node_modules/send/package.json +63 -0
- package/node_modules/serve-static/LICENSE +25 -0
- package/node_modules/serve-static/README.md +253 -0
- package/node_modules/serve-static/index.js +208 -0
- package/node_modules/serve-static/package.json +44 -0
- package/node_modules/setprototypeof/LICENSE +13 -0
- package/node_modules/setprototypeof/README.md +31 -0
- package/node_modules/setprototypeof/index.d.ts +2 -0
- package/node_modules/setprototypeof/index.js +17 -0
- package/node_modules/setprototypeof/package.json +38 -0
- package/node_modules/setprototypeof/test/index.js +24 -0
- package/node_modules/shebang-command/index.js +19 -0
- package/node_modules/shebang-command/license +9 -0
- package/node_modules/shebang-command/package.json +34 -0
- package/node_modules/shebang-command/readme.md +34 -0
- package/node_modules/shebang-regex/index.d.ts +22 -0
- package/node_modules/shebang-regex/index.js +2 -0
- package/node_modules/shebang-regex/license +9 -0
- package/node_modules/shebang-regex/package.json +35 -0
- package/node_modules/shebang-regex/readme.md +33 -0
- package/node_modules/side-channel/.editorconfig +9 -0
- package/node_modules/side-channel/.eslintrc +12 -0
- package/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel/.nycrc +13 -0
- package/node_modules/side-channel/CHANGELOG.md +120 -0
- package/node_modules/side-channel/LICENSE +21 -0
- package/node_modules/side-channel/README.md +61 -0
- package/node_modules/side-channel/index.d.ts +14 -0
- package/node_modules/side-channel/index.js +46 -0
- package/node_modules/side-channel/package.json +85 -0
- package/node_modules/side-channel/test/index.js +120 -0
- package/node_modules/side-channel/tsconfig.json +9 -0
- package/node_modules/side-channel-list/.editorconfig +9 -0
- package/node_modules/side-channel-list/.eslintrc +11 -0
- package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-list/.nycrc +13 -0
- package/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/node_modules/side-channel-list/LICENSE +21 -0
- package/node_modules/side-channel-list/README.md +62 -0
- package/node_modules/side-channel-list/index.d.ts +13 -0
- package/node_modules/side-channel-list/index.js +111 -0
- package/node_modules/side-channel-list/list.d.ts +14 -0
- package/node_modules/side-channel-list/package.json +77 -0
- package/node_modules/side-channel-list/test/index.js +154 -0
- package/node_modules/side-channel-list/tsconfig.json +9 -0
- package/node_modules/side-channel-map/.editorconfig +9 -0
- package/node_modules/side-channel-map/.eslintrc +11 -0
- package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-map/.nycrc +13 -0
- package/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/node_modules/side-channel-map/LICENSE +21 -0
- package/node_modules/side-channel-map/README.md +62 -0
- package/node_modules/side-channel-map/index.d.ts +15 -0
- package/node_modules/side-channel-map/index.js +68 -0
- package/node_modules/side-channel-map/package.json +80 -0
- package/node_modules/side-channel-map/test/index.js +114 -0
- package/node_modules/side-channel-map/tsconfig.json +9 -0
- package/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/node_modules/side-channel-weakmap/README.md +62 -0
- package/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/node_modules/side-channel-weakmap/index.js +84 -0
- package/node_modules/side-channel-weakmap/package.json +87 -0
- package/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/node_modules/statuses/HISTORY.md +87 -0
- package/node_modules/statuses/LICENSE +23 -0
- package/node_modules/statuses/README.md +139 -0
- package/node_modules/statuses/codes.json +65 -0
- package/node_modules/statuses/index.js +146 -0
- package/node_modules/statuses/package.json +49 -0
- package/node_modules/supports-color/browser.js +5 -0
- package/node_modules/supports-color/index.js +135 -0
- package/node_modules/supports-color/license +9 -0
- package/node_modules/supports-color/package.json +53 -0
- package/node_modules/supports-color/readme.md +76 -0
- package/node_modules/toidentifier/HISTORY.md +9 -0
- package/node_modules/toidentifier/LICENSE +21 -0
- package/node_modules/toidentifier/README.md +61 -0
- package/node_modules/toidentifier/index.js +32 -0
- package/node_modules/toidentifier/package.json +38 -0
- package/node_modules/type-is/HISTORY.md +292 -0
- package/node_modules/type-is/LICENSE +23 -0
- package/node_modules/type-is/README.md +198 -0
- package/node_modules/type-is/index.js +240 -0
- package/node_modules/type-is/package.json +51 -0
- package/node_modules/unpipe/HISTORY.md +4 -0
- package/node_modules/unpipe/LICENSE +22 -0
- package/node_modules/unpipe/README.md +43 -0
- package/node_modules/unpipe/index.js +69 -0
- package/node_modules/unpipe/package.json +27 -0
- package/node_modules/vary/HISTORY.md +39 -0
- package/node_modules/vary/LICENSE +22 -0
- package/node_modules/vary/README.md +101 -0
- package/node_modules/vary/index.js +149 -0
- package/node_modules/vary/package.json +43 -0
- package/node_modules/which/LICENSE +15 -0
- package/node_modules/which/README.md +54 -0
- package/node_modules/which/bin/node-which +52 -0
- package/node_modules/which/package.json +43 -0
- package/node_modules/which/which.js +125 -0
- package/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/wrappy/README.md +36 -0
- package/node_modules/wrappy/package.json +29 -0
- package/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/ws/LICENSE +20 -0
- package/node_modules/ws/README.md +548 -0
- package/node_modules/ws/browser.js +8 -0
- package/node_modules/ws/index.js +22 -0
- package/node_modules/ws/lib/buffer-util.js +131 -0
- package/node_modules/ws/lib/constants.js +19 -0
- package/node_modules/ws/lib/event-target.js +292 -0
- package/node_modules/ws/lib/extension.js +203 -0
- package/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/ws/lib/permessage-deflate.js +530 -0
- package/node_modules/ws/lib/receiver.js +743 -0
- package/node_modules/ws/lib/sender.js +607 -0
- package/node_modules/ws/lib/stream.js +161 -0
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +152 -0
- package/node_modules/ws/lib/websocket-server.js +562 -0
- package/node_modules/ws/lib/websocket.js +1407 -0
- package/node_modules/ws/package.json +74 -0
- package/node_modules/ws/wrapper.mjs +21 -0
- package/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
- package/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
- package/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/node_modules/zod-to-json-schema/README.md +390 -0
- package/node_modules/zod-to-json-schema/changelog.md +83 -0
- package/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
- package/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
- package/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
- package/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
- package/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
- package/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
- package/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
- package/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
- package/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
- package/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
- package/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
- package/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
- package/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
- package/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
- package/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
- package/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
- package/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
- package/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
- package/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
- package/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
- package/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
- package/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
- package/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
- package/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
- package/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
- package/node_modules/zod-to-json-schema/package.json +85 -0
- package/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/package.json +305 -0
- package/product-web/assets/fonts/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- package/product-web/assets/fonts/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- package/product-web/assets/fonts/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- package/product-web/assets/fonts/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- package/product-web/assets/fonts/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- package/product-web/assets/fonts/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- package/product-web/assets/index-BwSJq-Ch.js +112 -0
- package/product-web/assets/index-BwSJq-Ch.js.map +1 -0
- package/product-web/assets/index-CSGf6Qzd.css +1 -0
- package/product-web/assets/langs/c-BIGW1oBm.js +2 -0
- package/product-web/assets/langs/c-BIGW1oBm.js.map +1 -0
- package/product-web/assets/langs/cpp-DddhVWhK.js +2 -0
- package/product-web/assets/langs/cpp-DddhVWhK.js.map +1 -0
- package/product-web/assets/langs/csharp-DSvCPggb.js +2 -0
- package/product-web/assets/langs/csharp-DSvCPggb.js.map +1 -0
- package/product-web/assets/langs/css-CLj8gQPS.js +2 -0
- package/product-web/assets/langs/css-CLj8gQPS.js.map +1 -0
- package/product-web/assets/langs/go-C27-OAKa.js +2 -0
- package/product-web/assets/langs/go-C27-OAKa.js.map +1 -0
- package/product-web/assets/langs/html-CfGypltT.js +2 -0
- package/product-web/assets/langs/html-CfGypltT.js.map +1 -0
- package/product-web/assets/langs/ini-BEwlwnbL.js +2 -0
- package/product-web/assets/langs/ini-BEwlwnbL.js.map +1 -0
- package/product-web/assets/langs/java-CylS5w8V.js +2 -0
- package/product-web/assets/langs/java-CylS5w8V.js.map +1 -0
- package/product-web/assets/langs/kotlin-BdnUsdx6.js +2 -0
- package/product-web/assets/langs/kotlin-BdnUsdx6.js.map +1 -0
- package/product-web/assets/langs/less-B1dDrJ26.js +2 -0
- package/product-web/assets/langs/less-B1dDrJ26.js.map +1 -0
- package/product-web/assets/langs/lua-BaeVxFsk.js +2 -0
- package/product-web/assets/langs/lua-BaeVxFsk.js.map +1 -0
- package/product-web/assets/langs/markdown-Cvjx9yec.js +2 -0
- package/product-web/assets/langs/markdown-Cvjx9yec.js.map +1 -0
- package/product-web/assets/langs/mdx-Cmh6b_Ma.js +2 -0
- package/product-web/assets/langs/mdx-Cmh6b_Ma.js.map +1 -0
- package/product-web/assets/langs/php-9bx0az3O.js +2 -0
- package/product-web/assets/langs/php-9bx0az3O.js.map +1 -0
- package/product-web/assets/langs/python-B6aJPvgy.js +2 -0
- package/product-web/assets/langs/python-B6aJPvgy.js.map +1 -0
- package/product-web/assets/langs/ruby-HDLHRjSL.js +2 -0
- package/product-web/assets/langs/ruby-HDLHRjSL.js.map +1 -0
- package/product-web/assets/langs/rust-B1yitclQ.js +2 -0
- package/product-web/assets/langs/rust-B1yitclQ.js.map +1 -0
- package/product-web/assets/langs/scss-D5BDwBP9.js +2 -0
- package/product-web/assets/langs/scss-D5BDwBP9.js.map +1 -0
- package/product-web/assets/langs/sql-CRqJ_cUM.js +2 -0
- package/product-web/assets/langs/sql-CRqJ_cUM.js.map +1 -0
- package/product-web/assets/langs/swift-C2oV4EkX.js +2 -0
- package/product-web/assets/langs/swift-C2oV4EkX.js.map +1 -0
- package/product-web/assets/langs/toml-vGWfd6FD.js +2 -0
- package/product-web/assets/langs/toml-vGWfd6FD.js.map +1 -0
- package/product-web/assets/langs/xml-sdJ4AIDG.js +2 -0
- package/product-web/assets/langs/xml-sdJ4AIDG.js.map +1 -0
- package/product-web/assets/langs/yaml-Buea-lGh.js +2 -0
- package/product-web/assets/langs/yaml-Buea-lGh.js.map +1 -0
- package/product-web/assets/vendor-CeMKrCZm.js +411 -0
- package/product-web/assets/vendor-CeMKrCZm.js.map +1 -0
- package/product-web/assets/vendor-CjyC-hUb.css +1 -0
- package/product-web/boot.json +377 -0
- package/product-web/favicon-mark.png +0 -0
- package/product-web/favicon.png +0 -0
- package/product-web/favicon.svg +12 -0
- package/product-web/index.html +18 -0
- package/product-web/logo-mark.svg +12 -0
- package/product-web/logo-plate.png +0 -0
- package/product-web/logo.png +0 -0
- package/product-web/manifest.webmanifest +22 -0
- package/product-web/plugins/@xrkseek/client-connection/client.js +10217 -0
- package/product-web/plugins/@xrkseek/client-locale/client.js +1229 -0
- package/product-web/plugins/@xrkseek/client-modules/client.js +228 -0
- package/product-web/plugins/@xrkseek/client-runtime/client.js +10568 -0
- package/product-web/plugins/@xrkseek/client-session-log-export/client.js +269 -0
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +1678 -0
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +1115 -0
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +9833 -0
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +373 -0
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +1044 -0
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +448 -0
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +859 -0
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +280 -0
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +456 -0
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +603 -0
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +804 -0
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +456 -0
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +136 -0
- package/product-web/plugins/@xrkseek/client-ui-settings/client.js +254 -0
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +608 -0
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +2734 -0
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +301 -0
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +1955 -0
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +292 -0
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +327 -0
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +710 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +1310 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/styles/base.css +15 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/styles/design-platform.css +338 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/styles/gradient-shadow-text.css +232 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/styles/scrollbar.css +90 -0
- package/product-web/plugins/@xrkseek/client-ui-theme/styles/shiki.css +31 -0
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +1621 -0
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +7391 -0
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +700 -0
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +473 -0
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +2427 -0
- package/product-web/plugins/@xrkseek/xrk-api-gateway/client.js +167 -0
- package/product-web/plugins/@xrkseek/xrk-api-remotes/client.js +65 -0
- package/product-web/plugins/@xrkseek/xrk-typert-registry/client.js +71 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cpp-DddhVWhK.js","sources":["../../../../../node_modules/.pnpm/@shikijs+langs@4.4.3/node_modules/@shikijs/langs/dist/regexp.mjs","../../../../../node_modules/.pnpm/@shikijs+langs@4.4.3/node_modules/@shikijs/langs/dist/glsl.mjs","../../../../../node_modules/.pnpm/@shikijs+langs@4.4.3/node_modules/@shikijs/langs/dist/cpp-macro.mjs","../../../../../node_modules/.pnpm/@shikijs+langs@4.4.3/node_modules/@shikijs/langs/dist/cpp.mjs"],"sourcesContent":["const lang = Object.freeze(JSON.parse(\"{\\\"displayName\\\":\\\"RegExp\\\",\\\"fileTypes\\\":[\\\"re\\\"],\\\"name\\\":\\\"regexp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}],\\\"repository\\\":{\\\"codetags\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.codetag.notation.python\\\"}},\\\"match\\\":\\\"\\\\\\\\b(NOTE|XXX|HACK|FIXME|BUG|TODO)\\\\\\\\b\\\"},\\\"fregexp-base-expression\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#fregexp-quantifier\\\"},{\\\"include\\\":\\\"#fstring-formatting-braces\\\"},{\\\"match\\\":\\\"\\\\\\\\{.*?}\\\"},{\\\"include\\\":\\\"#regexp-base-common\\\"}]},\\\"fregexp-quantifier\\\":{\\\"match\\\":\\\"\\\\\\\\{\\\\\\\\{(\\\\\\\\d+|\\\\\\\\d+,(\\\\\\\\d+)?|,\\\\\\\\d+)}}\\\",\\\"name\\\":\\\"keyword.operator.quantifier.regexp\\\"},\\\"fstring-formatting-braces\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.character.format.placeholder.other.python\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.brace.python\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.character.format.placeholder.other.python\\\"}},\\\"match\\\":\\\"(\\\\\\\\{)(\\\\\\\\s*?)(})\\\"},{\\\"match\\\":\\\"(\\\\\\\\{\\\\\\\\{|}})\\\",\\\"name\\\":\\\"constant.character.escape.python\\\"}]},\\\"regexp-backreference\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.backreference.named.begin.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.tag.named.backreference.regexp\\\"},\\\"3\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.backreference.named.end.regexp\\\"}},\\\"match\\\":\\\"(\\\\\\\\()(\\\\\\\\?P=\\\\\\\\w+(?:\\\\\\\\s+\\\\\\\\p{alnum}+)?)(\\\\\\\\))\\\",\\\"name\\\":\\\"meta.backreference.named.regexp\\\"},\\\"regexp-backreference-number\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.tag.backreference.regexp\\\"}},\\\"match\\\":\\\"(\\\\\\\\\\\\\\\\[1-9]\\\\\\\\d?)\\\",\\\"name\\\":\\\"meta.backreference.regexp\\\"},\\\"regexp-base-common\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\.\\\",\\\"name\\\":\\\"support.other.match.any.regexp\\\"},{\\\"match\\\":\\\"\\\\\\\\^\\\",\\\"name\\\":\\\"support.other.match.begin.regexp\\\"},{\\\"match\\\":\\\"\\\\\\\\$\\\",\\\"name\\\":\\\"support.other.match.end.regexp\\\"},{\\\"match\\\":\\\"[*+?]\\\\\\\\??\\\",\\\"name\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"match\\\":\\\"\\\\\\\\|\\\",\\\"name\\\":\\\"keyword.operator.disjunction.regexp\\\"},{\\\"include\\\":\\\"#regexp-escape-sequence\\\"}]},\\\"regexp-base-expression\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-quantifier\\\"},{\\\"include\\\":\\\"#regexp-base-common\\\"}]},\\\"regexp-character-set\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\[\\\\\\\\^?](?!.*?])\\\"},{\\\"begin\\\":\\\"(\\\\\\\\[)(\\\\\\\\^)?(])?\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.character.set.begin.regexp constant.other.set.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.operator.negation.regexp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.character.set.regexp\\\"}},\\\"end\\\":\\\"(])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.character.set.end.regexp constant.other.set.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"name\\\":\\\"meta.character.set.regexp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-charecter-set-escapes\\\"},{\\\"match\\\":\\\"\\\\\\\\N\\\",\\\"name\\\":\\\"constant.character.set.regexp\\\"}]}]},\\\"regexp-charecter-set-escapes\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\[\\\\\\\\\\\\\\\\abfnrtv]\\\",\\\"name\\\":\\\"constant.character.escape.regexp\\\"},{\\\"include\\\":\\\"#regexp-escape-special\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\([0-7]{1,3})\\\",\\\"name\\\":\\\"constant.character.escape.regexp\\\"},{\\\"include\\\":\\\"#regexp-escape-character\\\"},{\\\"include\\\":\\\"#regexp-escape-unicode\\\"},{\\\"include\\\":\\\"#regexp-escape-catchall\\\"}]},\\\"regexp-comments\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\\\\\\?#\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.comment.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.comment.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"name\\\":\\\"comment.regexp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#codetags\\\"}]},\\\"regexp-conditional\\\":{\\\"begin\\\":\\\"(\\\\\\\\()\\\\\\\\?\\\\\\\\((\\\\\\\\w+(?:\\\\\\\\s+\\\\\\\\p{alnum}+)?|\\\\\\\\d+)\\\\\\\\)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.conditional.regexp\\\"},\\\"1\\\":{\\\"name\\\":\\\"punctuation.parenthesis.conditional.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-escape-catchall\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\(.|\\\\\\\\n)\\\",\\\"name\\\":\\\"constant.character.escape.regexp\\\"},\\\"regexp-escape-character\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\(x\\\\\\\\h{2}|0[0-7]{1,2}|[0-7]{3})\\\",\\\"name\\\":\\\"constant.character.escape.regexp\\\"},\\\"regexp-escape-sequence\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-escape-special\\\"},{\\\"include\\\":\\\"#regexp-escape-character\\\"},{\\\"include\\\":\\\"#regexp-escape-unicode\\\"},{\\\"include\\\":\\\"#regexp-backreference-number\\\"},{\\\"include\\\":\\\"#regexp-escape-catchall\\\"}]},\\\"regexp-escape-special\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\([ABDSWZbdsw])\\\",\\\"name\\\":\\\"support.other.escape.special.regexp\\\"},\\\"regexp-escape-unicode\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\(u\\\\\\\\h{4}|U\\\\\\\\h{8})\\\",\\\"name\\\":\\\"constant.character.unicode.regexp\\\"},\\\"regexp-expression\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-base-expression\\\"},{\\\"include\\\":\\\"#regexp-character-set\\\"},{\\\"include\\\":\\\"#regexp-comments\\\"},{\\\"include\\\":\\\"#regexp-flags\\\"},{\\\"include\\\":\\\"#regexp-named-group\\\"},{\\\"include\\\":\\\"#regexp-backreference\\\"},{\\\"include\\\":\\\"#regexp-lookahead\\\"},{\\\"include\\\":\\\"#regexp-lookahead-negative\\\"},{\\\"include\\\":\\\"#regexp-lookbehind\\\"},{\\\"include\\\":\\\"#regexp-lookbehind-negative\\\"},{\\\"include\\\":\\\"#regexp-conditional\\\"},{\\\"include\\\":\\\"#regexp-parentheses-non-capturing\\\"},{\\\"include\\\":\\\"#regexp-parentheses\\\"}]},\\\"regexp-flags\\\":{\\\"match\\\":\\\"\\\\\\\\(\\\\\\\\?[Laimsux]+\\\\\\\\)\\\",\\\"name\\\":\\\"storage.modifier.flag.regexp\\\"},\\\"regexp-lookahead\\\":{\\\"begin\\\":\\\"(\\\\\\\\()\\\\\\\\?=\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.lookahead.regexp\\\"},\\\"1\\\":{\\\"name\\\":\\\"punctuation.parenthesis.lookahead.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-lookahead-negative\\\":{\\\"begin\\\":\\\"(\\\\\\\\()\\\\\\\\?!\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.lookahead.negative.regexp\\\"},\\\"1\\\":{\\\"name\\\":\\\"punctuation.parenthesis.lookahead.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-lookbehind\\\":{\\\"begin\\\":\\\"(\\\\\\\\()\\\\\\\\?<=\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.lookbehind.regexp\\\"},\\\"1\\\":{\\\"name\\\":\\\"punctuation.parenthesis.lookbehind.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-lookbehind-negative\\\":{\\\"begin\\\":\\\"(\\\\\\\\()\\\\\\\\?<!\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.lookbehind.negative.regexp\\\"},\\\"1\\\":{\\\"name\\\":\\\"punctuation.parenthesis.lookbehind.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-named-group\\\":{\\\"begin\\\":\\\"(\\\\\\\\()(\\\\\\\\?P<\\\\\\\\w+(?:\\\\\\\\s+\\\\\\\\p{alnum}+)?>)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.tag.named.group.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"name\\\":\\\"meta.named.regexp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-parentheses\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-parentheses-non-capturing\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\\\\\\?:\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.newline.python\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#regexp-expression\\\"}]},\\\"regexp-quantifier\\\":{\\\"match\\\":\\\"\\\\\\\\{(\\\\\\\\d+|\\\\\\\\d+,(\\\\\\\\d+)?|,\\\\\\\\d+)}\\\",\\\"name\\\":\\\"keyword.operator.quantifier.regexp\\\"}},\\\"scopeName\\\":\\\"source.regexp.python\\\",\\\"aliases\\\":[\\\"regex\\\"]}\"))\n\nexport default [\nlang\n]\n","import c from './c.mjs'\n\nconst lang = Object.freeze(JSON.parse(\"{\\\"displayName\\\":\\\"GLSL\\\",\\\"fileTypes\\\":[\\\"vs\\\",\\\"fs\\\",\\\"gs\\\",\\\"vsh\\\",\\\"fsh\\\",\\\"gsh\\\",\\\"vshader\\\",\\\"fshader\\\",\\\"gshader\\\",\\\"vert\\\",\\\"frag\\\",\\\"geom\\\",\\\"f.glsl\\\",\\\"v.glsl\\\",\\\"g.glsl\\\"],\\\"foldingStartMarker\\\":\\\"/\\\\\\\\*\\\\\\\\*|\\\\\\\\{\\\\\\\\s*$\\\",\\\"foldingStopMarker\\\":\\\"\\\\\\\\*\\\\\\\\*/|^\\\\\\\\s*}\\\",\\\"name\\\":\\\"glsl\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\b(break|case|continue|default|discard|do|else|for|if|return|switch|while)\\\\\\\\b\\\",\\\"name\\\":\\\"keyword.control.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(void|bool|int|uint|float|vec2|vec3|vec4|bvec2|bvec3|bvec4|ivec2|ivec3|uvec2|uvec3|mat2|mat3|mat4|mat2x2|mat2x3|mat2x4|mat3x2|mat3x3|mat3x4|mat4x2|mat4x3|mat4x4|sampler[123|]D|samplerCube|sampler2DRect|sampler[12|]DShadow|sampler2DRectShadow|sampler[12|]DArray|sampler[12|]DArrayShadow|samplerBuffer|sampler2DMS|sampler2DMSArray|struct|isampler[123|]D|isamplerCube|isampler2DRect|isampler[12|]DArray|isamplerBuffer|isampler2DMS|isampler2DMSArray|usampler[123|]D|usamplerCube|usampler2DRect|usampler[12|]DArray|usamplerBuffer|usampler2DMS|usampler2DMSArray)\\\\\\\\b\\\",\\\"name\\\":\\\"storage.type.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(attribute|centroid|const|flat|in|inout|invariant|noperspective|out|smooth|uniform|varying)\\\\\\\\b\\\",\\\"name\\\":\\\"storage.modifier.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(gl_(?:BackColor|BackLightModelProduct|BackLightProduct|BackMaterial|BackSecondaryColor|ClipDistance|ClipPlane|ClipVertex|Color|DepthRange|DepthRangeParameters|EyePlaneQ|EyePlaneR|EyePlaneS|EyePlaneT|Fog|FogCoord|FogFragCoord|FogParameters|FragColor|FragCoord|FragDat|FragDept|FrontColor|FrontFacing|FrontLightModelProduct|FrontLightProduct|FrontMaterial|FrontSecondaryColor|InstanceID|Layer|LightModel|LightModelParameters|LightModelProducts|LightProducts|LightSource|LightSourceParameters|MaterialParameters|ModelViewMatrix|ModelViewMatrixInverse|ModelViewMatrixInverseTranspose|ModelViewMatrixTranspose|ModelViewProjectionMatrix|ModelViewProjectionMatrixInverse|ModelViewProjectionMatrixInverseTranspose|ModelViewProjectionMatrixTranspose|MultiTexCoord[0-7]|Normal|NormalMatrix|NormalScale|ObjectPlaneQ|ObjectPlaneR|ObjectPlaneS|ObjectPlaneT|Point|PointCoord|PointParameters|PointSize|Position|PrimitiveIDIn|ProjectionMatrix|ProjectionMatrixInverse|ProjectionMatrixInverseTranspose|ProjectionMatrixTranspose|SecondaryColor|TexCoord|TextureEnvColor|TextureMatrix|TextureMatrixInverse|TextureMatrixInverseTranspose|TextureMatrixTranspose|Vertex|VertexIDh))\\\\\\\\b\\\",\\\"name\\\":\\\"support.variable.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(gl_Max(?:ClipPlane|CombinedTextureImageUnit|DrawBuffer|FragmentUniformComponent|Light|TextureCoord|TextureImageUnit|TextureUnit|VaryingFloat|VertexAttrib|VertexTextureImageUnit|VertexUniformComponent)s)\\\\\\\\b\\\",\\\"name\\\":\\\"support.constant.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(abs|acos|all|any|asin|atan|ceil|clamp|cos|cross|degrees|dFdx|dFdy|distance|dot|equal|exp2??|faceforward|floor|fract|ftransform|fwidth|greaterThan|greaterThanEqual|inversesqrt|length|lessThan|lessThanEqual|log2??|matrixCompMult|max|min|mix|mod|noise[1-4]|normalize|not|notEqual|outerProduct|pow|radians|reflect|refract|shadow1D|shadow1DLod|shadow1DProj|shadow1DProjLod|shadow2D|shadow2DLod|shadow2DProj|shadow2DProjLod|sign|sin|smoothstep|sqrt|step|tan|texture1D|texture1DLod|texture1DProj|texture1DProjLod|texture2D|texture2DLod|texture2DProj|texture2DProjLod|texture3D|texture3DLod|texture3DProj|texture3DProjLod|textureCube|textureCubeLod|transpose)\\\\\\\\b\\\",\\\"name\\\":\\\"support.function.glsl\\\"},{\\\"match\\\":\\\"\\\\\\\\b(asm|double|enum|extern|goto|inline|long|short|sizeof|static|typedef|union|unsigned|volatile)\\\\\\\\b\\\",\\\"name\\\":\\\"invalid.illegal.glsl\\\"},{\\\"include\\\":\\\"source.c\\\"}],\\\"scopeName\\\":\\\"source.glsl\\\",\\\"embeddedLangs\\\":[\\\"c\\\"]}\"))\n\nexport default [\n...c,\nlang\n]\n","import regexp from './regexp.mjs'\nimport glsl from './glsl.mjs'\n\nconst lang = Object.freeze(JSON.parse(\"{\\\"displayName\\\":\\\"C++\\\",\\\"name\\\":\\\"cpp-macro\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#constructor_root\\\"},{\\\"include\\\":\\\"#destructor_root\\\"},{\\\"include\\\":\\\"#function_definition\\\"},{\\\"include\\\":\\\"source.cpp#simple_array_assignment\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#using_namespace\\\"},{\\\"include\\\":\\\"source.cpp#type_alias\\\"},{\\\"include\\\":\\\"source.cpp#using_name\\\"},{\\\"include\\\":\\\"source.cpp#namespace_alias\\\"},{\\\"include\\\":\\\"#namespace_block\\\"},{\\\"include\\\":\\\"#extern_block\\\"},{\\\"include\\\":\\\"#typedef_class\\\"},{\\\"include\\\":\\\"#typedef_struct\\\"},{\\\"include\\\":\\\"#typedef_union\\\"},{\\\"include\\\":\\\"source.cpp#misc_keywords\\\"},{\\\"include\\\":\\\"source.cpp#standard_declares\\\"},{\\\"include\\\":\\\"#class_block\\\"},{\\\"include\\\":\\\"#struct_block\\\"},{\\\"include\\\":\\\"#union_block\\\"},{\\\"include\\\":\\\"#enum_block\\\"},{\\\"include\\\":\\\"source.cpp#template_isolated_definition\\\"},{\\\"include\\\":\\\"#template_definition\\\"},{\\\"include\\\":\\\"source.cpp#template_explicit_instantiation\\\"},{\\\"include\\\":\\\"source.cpp#access_control_keywords\\\"},{\\\"include\\\":\\\"#block\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#assembly\\\"},{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}],\\\"repository\\\":{\\\"alignas_attribute\\\":{\\\"begin\\\":\\\"alignas\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"alignas_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignas(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignas.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignas.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignas\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignas.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"alignof_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignof\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"assembly\\\":{\\\"begin\\\":\\\"\\\\\\\\b(__asm__|asm)\\\\\\\\b\\\\\\\\s+{0,1}((?:volatile)?)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.asm.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.cpp\\\"}},\\\"end\\\":\\\"(?!\\\\\\\\G)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.asm.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\n|$)\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.assembly.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.assembly.cpp\\\"}},\\\"patterns\\\":[{\\\"begin\\\":\\\"(R?)(\\\\\\\")\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.assembly.cpp\\\"}},\\\"contentName\\\":\\\"meta.embedded.assembly\\\",\\\"end\\\":\\\"\\\\\\\"|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.assembly.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.asm\\\"},{\\\"include\\\":\\\"source.x86\\\"},{\\\"include\\\":\\\"source.x86_64\\\"},{\\\"include\\\":\\\"source.arm\\\"},{\\\"include\\\":\\\"source.cpp#backslash_escapes\\\"},{\\\"include\\\":\\\"source.cpp#string_escaped_char\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.assembly.inner.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.assembly.inner.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.other.asm.label.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\[((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)]\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.colon.assembly.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]}]},\\\"attributes_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#cpp_attributes\\\"},{\\\"include\\\":\\\"#gcc_attributes\\\"},{\\\"include\\\":\\\"#ms_attributes\\\"},{\\\"include\\\":\\\"#alignas_attribute\\\"}]},\\\"block\\\":{\\\"begin\\\":\\\"\\\\\\\\{\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp\\\"}},\\\"end\\\":\\\"}|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.cpp\\\"}},\\\"name\\\":\\\"meta.block.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},\\\"block_comment\\\":{\\\"applyEndPatternLast\\\":1,\\\"begin\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\*/|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.cpp\\\"}},\\\"name\\\":\\\"comment.block.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"[^*]*\\\\\\\\n\\\"}]},\\\"builtin_storage_type_initilizer\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)\\\\\\\\s*+(?<!\\\\\\\\w)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.initializer.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"case_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)case(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.case.cpp\\\"}},\\\"end\\\":\\\":|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.colon.case.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.case.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"class_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.class.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.class.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.head.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.body.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"comments\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"^\\\\\\\\s+{1,0}(//[!/]+)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.documentation.cpp\\\"}},\\\"end\\\":\\\"(?<=\\\\\\\\n)(?<!\\\\\\\\\\\\\\\\\\\\\\\\n)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"comment.line.double-slash.documentation.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.documentation.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.documentation.cpp\\\"}},\\\"match\\\":\\\"(/\\\\\\\\*[!*]+(?=\\\\\\\\s))(.+)([!*]*\\\\\\\\*/)\\\",\\\"name\\\":\\\"comment.block.documentation.cpp\\\"},{\\\"begin\\\":\\\"\\\\\\\\s+{1,0}/\\\\\\\\*[!*]+(?:(?:\\\\\\\\n|$)|(?=\\\\\\\\s))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.documentation.cpp\\\"}},\\\"end\\\":\\\"[!*]*\\\\\\\\*/|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.documentation.cpp\\\"}},\\\"name\\\":\\\"comment.block.documentation.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},{\\\"include\\\":\\\"source.cpp#emacs_file_banner\\\"},{\\\"include\\\":\\\"#block_comment\\\"},{\\\"include\\\":\\\"#line_comment\\\"},{\\\"include\\\":\\\"source.cpp#invalid_comment_end\\\"}]},\\\"constructor_inline\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.function.constructor.cpp entity.name.function.definition.special.constructor.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"},{\\\"begin\\\":\\\":\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.initializers.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"}|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.constructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.constructor\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.constructor.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"constructor_root\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<8>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?>(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)::((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\10((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.constructor.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.constructor.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{},\\\"9\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?=:)\\\",\\\"name\\\":\\\"entity.name.type.constructor.cpp\\\"},{\\\"match\\\":\\\"(?<=:)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.function.definition.special.constructor.cpp\\\"},{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.constructor.cpp\\\"}]},\\\"10\\\":{},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"},{\\\"begin\\\":\\\":\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.initializers.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"}|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.constructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.constructor\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.constructor.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"cpp_attributes\\\":{\\\"begin\\\":\\\"\\\\\\\\[\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"]]|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"curly_initializer\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.curly.initializer.cpp\\\"}},\\\"end\\\":\\\"}|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.curly.initializer.cpp\\\"}},\\\"name\\\":\\\"meta.initialization.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"(\\\\\\\\.)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.accessor.initializer.cpp variable.parameter.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"variable.parameter.initializer.cpp\\\"}},\\\"end\\\":\\\"(?:(,)|(?=}))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.initialization.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"}]},\\\"decltype\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)decltype(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.other.decltype.cpp storage.type.decltype.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.decltype.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.decltype\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.decltype.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"decltype_specifier\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)decltype(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.other.decltype.cpp storage.type.decltype.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.decltype.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.decltype\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.decltype.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"default_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)default(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.default.cpp\\\"}},\\\"end\\\":\\\":|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.colon.case.default.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.case.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"destructor_inline\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)(~(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.function.destructor.cpp entity.name.function.definition.special.member.destructor.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp keyword.other.default.destructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp keyword.other.delete.destructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.member.destructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.member.destructor\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.member.destructor.cpp\\\"}},\\\"patterns\\\":[]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"destructor_root\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?>(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)::((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)~\\\\\\\\14((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.destructor.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.destructor.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?=:)\\\",\\\"name\\\":\\\"entity.name.type.destructor.cpp\\\"},{\\\"match\\\":\\\"(?<=:)~(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.function.definition.special.member.destructor.cpp\\\"},{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.destructor.cpp\\\"}]},\\\"14\\\":{},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp keyword.other.default.destructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp keyword.other.delete.destructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.member.destructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.member.destructor\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.member.destructor.cpp\\\"}},\\\"patterns\\\":[]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"diagnostic\\\":{\\\"begin\\\":\\\"^(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}(error|warning))\\\\\\\\b\\\\\\\\s+{0,1}\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.diagnostic.$7.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"7\\\":{}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.diagnostic.$reference(directive).cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"begin\\\":\\\"\\\\\\\"\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"}},\\\"end\\\":\\\"(?:(\\\\\\\")|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$)))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"'\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"}},\\\"end\\\":\\\"(?:(')|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$)))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.single.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"[^\\\\\\\"']\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"string.unquoted.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"},{\\\"include\\\":\\\"#comments\\\"}]}]},\\\"enum_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)enum(?!\\\\\\\\w))(?:\\\\\\\\s+(class|struct))?(?:(?:\\\\\\\\s+|((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\))))|(?=\\\\\\\\{))\\\\\\\\s+{0,1}((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(?:\\\\\\\\s+{0,1}(:)\\\\\\\\s+{0,1}(?:((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::))?\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))?\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.enum.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.enum.enum-key.$2.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.colon.type-specifier.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"storage.type.integral.$17.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.enum.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.enum.cpp\\\"}},\\\"name\\\":\\\"meta.head.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.enum.cpp\\\"}},\\\"name\\\":\\\"meta.body.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"source.cpp#enumerator_list\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#semicolon\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"evaluation_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#method_access\\\"},{\\\"include\\\":\\\"source.cpp#member_access\\\"},{\\\"include\\\":\\\"source.cpp#predefined_macros\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"source.cpp#memory_operators\\\"},{\\\"include\\\":\\\"source.cpp#wordlike_operators\\\"},{\\\"include\\\":\\\"source.cpp#type_casting_operators\\\"},{\\\"include\\\":\\\"source.cpp#control_flow_keywords\\\"},{\\\"include\\\":\\\"source.cpp#exception_keywords\\\"},{\\\"include\\\":\\\"source.cpp#the_this_keyword\\\"},{\\\"include\\\":\\\"source.cpp#language_constants\\\"},{\\\"include\\\":\\\"source.cpp#constructor_bracket_call\\\"},{\\\"include\\\":\\\"source.cpp#simple_constructor_call\\\"},{\\\"include\\\":\\\"source.cpp#simple_array_assignment\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#lambdas\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#parentheses\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#square_brackets\\\"},{\\\"include\\\":\\\"source.cpp#semicolon\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#unknown_variable\\\"}]},\\\"ever_present_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#pragma_mark\\\"},{\\\"include\\\":\\\"#pragma\\\"},{\\\"include\\\":\\\"source.cpp#include\\\"},{\\\"include\\\":\\\"#line\\\"},{\\\"include\\\":\\\"#diagnostic\\\"},{\\\"include\\\":\\\"source.cpp#undef\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_range\\\"},{\\\"include\\\":\\\"#macro\\\"},{\\\"include\\\":\\\"source.cpp#preprocessor_conditional_standalone\\\"},{\\\"include\\\":\\\"source.cpp#macro_argument\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},\\\"extern_block\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(extern)(?=\\\\\\\\s*\\\\\\\")\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.extern.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.extern.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.extern.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.extern.cpp\\\"}},\\\"name\\\":\\\"meta.head.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.extern.cpp\\\"}},\\\"name\\\":\\\"meta.body.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"include\\\":\\\"$self\\\"}]},\\\"function_body_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"source.cpp#simple_array_assignment\\\"},{\\\"include\\\":\\\"#using_namespace\\\"},{\\\"include\\\":\\\"source.cpp#type_alias\\\"},{\\\"include\\\":\\\"source.cpp#using_name\\\"},{\\\"include\\\":\\\"source.cpp#namespace_alias\\\"},{\\\"include\\\":\\\"#typedef_class\\\"},{\\\"include\\\":\\\"#typedef_struct\\\"},{\\\"include\\\":\\\"#typedef_union\\\"},{\\\"include\\\":\\\"source.cpp#misc_keywords\\\"},{\\\"include\\\":\\\"source.cpp#standard_declares\\\"},{\\\"include\\\":\\\"#class_block\\\"},{\\\"include\\\":\\\"#struct_block\\\"},{\\\"include\\\":\\\"#union_block\\\"},{\\\"include\\\":\\\"#enum_block\\\"},{\\\"include\\\":\\\"source.cpp#access_control_keywords\\\"},{\\\"include\\\":\\\"#block\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#assembly\\\"},{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"source.cpp#over_qualified_types\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#switch_statement\\\"},{\\\"include\\\":\\\"source.cpp#goto_statement\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"source.cpp#label\\\"}]},\\\"function_call\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)([A-Z][0-9A-Z_]*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_function_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.function.call.upper-case.cpp entity.name.function.call.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_function_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.function.call.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]}]},\\\"function_definition\\\":{\\\"begin\\\":\\\"(?:(?:^|\\\\\\\\G|(?<=[;}]))|(?<=>|\\\\\\\\*/))\\\\\\\\s*+(?:((?<!\\\\\\\\w)template(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:((?<!\\\\\\\\w)(?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)|(?:thread_local|volatile|register|restrict|static|extern|const))(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.modifier.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)|(?:thread_local|volatile|register|restrict|static|extern|const))(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"storage.modifier.$8.cpp\\\"},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{},\\\"26\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"30\\\":{},\\\"31\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"32\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"33\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"40\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"41\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"45\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"46\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"49\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_function_definition_inner_generated\\\"}]},\\\"50\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.cpp\\\"},\\\"51\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"52\\\":{},\\\"53\\\":{\\\"name\\\":\\\"entity.name.function.definition.cpp\\\"},\\\"54\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"57\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#parameter_or_maybe_value\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.function.return-type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{}},\\\"match\\\":\\\"(?<=^|\\\\\\\\))\\\\\\\\s+{0,1}(->)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<23>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<23>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"function_parameter_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#parameter\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"}]},\\\"function_pointer\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"variable.other.definition.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},\\\"function_pointer_parameter\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"variable.parameter.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},\\\"gcc_attributes\\\":{\\\"begin\\\":\\\"__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\\\\\\s*\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"inheritance_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.inheritance.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)p(?:rotected|rivate|ublic)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.modifier.access.$0.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)virtual(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.modifier.virtual.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{}},\\\"match\\\":\\\"(?<=protected|virtual|private|public|[,:])\\\\\\\\s+{0,1}(?!p(?:rotected|rivate|ublic)|virtual)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))\\\"}]},\\\"lambdas\\\":{\\\"begin\\\":\\\"(?:(?<=\\\\\\\\S|^)(?<![]\\\\\\\"\\\\\\\\&)*>\\\\\\\\[\\\\\\\\w])|(?<=(?:\\\\\\\\W|^)return))\\\\\\\\s+{0,1}(\\\\\\\\[(?!\\\\\\\\[| *+\\\\\\\"| *+\\\\\\\\d))((?:[^]\\\\\\\\[]|((?<!\\\\\\\\[)\\\\\\\\[(?!\\\\\\\\[)(?:[^]\\\\\\\\[]*+\\\\\\\\g<3>?)++]))*+)(](?!((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)[];=\\\\\\\\[]))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.capture.begin.lambda.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.lambda.capture.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#the_this_keyword\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.parameter.capture.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?=]|\\\\\\\\z|$)|(,))|(=))\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"punctuation.definition.capture.end.lambda.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=[;}])|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.begin.lambda.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.end.lambda.cpp\\\"}},\\\"name\\\":\\\"meta.function.definition.parameters.lambda.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:constexpr|consteval|mutable)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.modifier.lambda.$0.cpp\\\"},{\\\"begin\\\":\\\"->\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.lambda.return-type.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"match\\\":\\\"\\\\\\\\S+\\\",\\\"name\\\":\\\"storage.type.return-type.lambda.cpp\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\{\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.lambda.cpp\\\"}},\\\"end\\\":\\\"}|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.lambda.cpp\\\"}},\\\"name\\\":\\\"meta.function.definition.body.lambda.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]}]},\\\"line\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}line\\\\\\\\b\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.line.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.line.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},\\\"line_comment\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+(//)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"comment.line.double-slash.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},\\\"macro\\\":{\\\"begin\\\":\\\"^(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}define)\\\\\\\\b\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.define.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"entity.name.function.preprocessor.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.macro.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.begin.preprocessor.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.function.preprocessor.parameters.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.parameter.preprocessor.cpp\\\"}},\\\"match\\\":\\\"(?<=[(,])\\\\\\\\s+{0,1}((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.parameters.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\.\\\\\\\\.\\\\\\\\.\\\",\\\"name\\\":\\\"punctuation.vararg-ellipses.variable.parameter.preprocessor.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.end.preprocessor.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G\\\\\\\\s+{0,1}(\\\\\\\\()([^(]*)(\\\\\\\\))\\\"},{\\\"include\\\":\\\"#macro_context\\\"},{\\\"include\\\":\\\"source.cpp#macro_argument\\\"}]},\\\"macro_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp.embedded.macro\\\"}]},\\\"method_access\\\":{\\\"begin\\\":\\\"(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s+{0,1}(?:\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*?)\\\\\\\\s+{0,1})*)\\\\\\\\s+{0,1}(~?(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$9.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.property.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.property.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.property.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.property.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?<=\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*??)\\\\\\\\s+{0,1}(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$9.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"include\\\":\\\"source.cpp#member_access\\\"},{\\\"include\\\":\\\"#method_access\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"entity.name.function.member.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.member.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.member.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"ms_attributes\\\":{\\\"begin\\\":\\\"__declspec\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"namespace_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)namespace(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.namespace.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"keyword.other.namespace.definition.cpp storage.type.namespace.definition.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.block.namespace.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.namespace.cpp\\\"}},\\\"name\\\":\\\"meta.head.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_namespace_block_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"storage.modifier.inline.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<4>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?:(::)\\\\\\\\s+{0,1}(inline))?\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.namespace.cpp\\\"}},\\\"name\\\":\\\"meta.body.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"noexcept_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)noexcept(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.noexcept.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.noexcept.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.noexcept\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.noexcept.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"normal_variable_assignment\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=)))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.assignment.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#storage_specifiers\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"26\\\":{},\\\"27\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"31\\\":{},\\\"32\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.assignment.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.assignment.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.assignment.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.assignment.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"variable.other.unknown.$49.cpp\\\"},\\\"50\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"54\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"55\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"end\\\":\\\"(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.assignment.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"source.cpp#variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},\\\"normal_variable_declaration\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[,;\\\\\\\\[])(?![^=]++=))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.declaration.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#storage_specifiers\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"26\\\":{},\\\"27\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"31\\\":{},\\\"32\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.declare.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.declare.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.declare.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.declare.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"variable.other.unknown.$49.cpp\\\"},\\\"50\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.declaration.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"source.cpp#variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},\\\"operator_overload\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(operator)(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)const(?!\\\\\\\\w)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(?:(?:(delete\\\\\\\\[]|delete|new\\\\\\\\[]|<=>|<<=|new|>>=|->\\\\\\\\*|/=|%=|&=|>=|\\\\\\\\|=|\\\\\\\\+\\\\\\\\+|--|\\\\\\\\(\\\\\\\\)|\\\\\\\\[]|->|\\\\\\\\+\\\\\\\\+|<<|>>|--|<=|\\\\\\\\^=|==|!=|&&|\\\\\\\\|\\\\\\\\||\\\\\\\\+=|-=|\\\\\\\\*=|[!%\\\\\\\\&*-\\\\\\\\-/<=>^|~])|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:\\\\\\\\[])?)))|(\\\\\\\"\\\\\\\")((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[(;<])\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.operator-overload.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"17\\\":{},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"22\\\":{},\\\"23\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"33\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.operator.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.operator.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"46\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"47\\\":{},\\\"48\\\":{\\\"name\\\":\\\"keyword.other.operator.overload.cpp\\\"},\\\"49\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"50\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"storage.modifier.const.cpp\\\"},\\\"54\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"57\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"58\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.operator-overload.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.operator-overload.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"59\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"60\\\":{},\\\"61\\\":{\\\"name\\\":\\\"entity.name.operator.cpp\\\"},\\\"62\\\":{\\\"name\\\":\\\"entity.name.operator.type.cpp\\\"},\\\"63\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"entity.name.operator.type.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"entity.name.operator.type.reference.cpp\\\"}]},\\\"64\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"65\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"66\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"67\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"68\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"69\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"70\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"71\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"72\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"73\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"74\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"75\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"76\\\":{\\\"name\\\":\\\"entity.name.operator.type.array.cpp\\\"},\\\"77\\\":{\\\"name\\\":\\\"entity.name.operator.custom-literal.cpp\\\"},\\\"78\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"79\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"80\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"81\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"82\\\":{\\\"name\\\":\\\"entity.name.operator.custom-literal.cpp\\\"},\\\"83\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"84\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"85\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"86\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.operator-overload.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.operator-overload.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.operator-overload\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.operator-overload.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.operator-overload.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"operators\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)sizeof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignof\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignas(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignas.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignas.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignas\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignas.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typeid(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.typeid.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.typeid.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.typeid\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.typeid.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)noexcept(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.noexcept.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.noexcept.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.noexcept\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.noexcept.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\b(sizeof\\\\\\\\.\\\\\\\\.\\\\\\\\.)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.variadic.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof.variadic\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"--\\\",\\\"name\\\":\\\"keyword.operator.decrement.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\+\\\\\\\\+\\\",\\\"name\\\":\\\"keyword.operator.increment.cpp\\\"},{\\\"match\\\":\\\"<<|>>\\\",\\\"name\\\":\\\"keyword.operator.bitwise.shift.cpp\\\"},{\\\"match\\\":\\\"!=|<=|>=|==|[<>]\\\",\\\"name\\\":\\\"keyword.operator.comparison.cpp\\\"},{\\\"match\\\":\\\"&&|!|\\\\\\\\|\\\\\\\\|\\\",\\\"name\\\":\\\"keyword.operator.logical.cpp\\\"},{\\\"match\\\":\\\"[\\\\\\\\&^|~]\\\",\\\"name\\\":\\\"keyword.operator.bitwise.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=)\\\"},{\\\"match\\\":\\\"[-%*+/]\\\",\\\"name\\\":\\\"keyword.operator.arithmetic.cpp\\\"},{\\\"include\\\":\\\"#ternary_operator\\\"}]},\\\"parameter\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\w)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?=\\\\\\\\))|(,))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#function_pointer_parameter\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"source.cpp#vararg_ellipses\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_types\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.specifier.parameter.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:(thread_local|volatile|register|restrict|static|extern|const)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\b\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:thread_local|volatile|register|restrict|static|extern|const))))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=])\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_parameter_inner_generated\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"begin\\\":\\\"(?<==)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:(?=\\\\\\\\))|(,))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"=\\\",\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?<![(,:\\\\\\\\s])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[\\\\\\\\n),=\\\\\\\\[])\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.array.type.cpp\\\"}},\\\"end\\\":\\\"]|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.array.type.cpp\\\"}},\\\"name\\\":\\\"meta.bracket.square.array.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:struct|class|union|enum))\\\",\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*]\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"parameter_or_maybe_value\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\w)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?:(?=\\\\\\\\))|(,))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#function_pointer_parameter\\\"},{\\\"include\\\":\\\"source.cpp#memory_operators\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#curly_initializer\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"source.cpp#vararg_ellipses\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_types\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.specifier.parameter.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:(thread_local|volatile|register|restrict|static|extern|const)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\b\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:thread_local|volatile|register|restrict|static|extern|const))))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=])\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_parameter_inner_generated\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"begin\\\":\\\"(?<==)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:(?=\\\\\\\\))|(,))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?<![(,:\\\\\\\\s])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=\\\\\\\\[]|//|(?:\\\\\\\\n|$))\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.array.type.cpp\\\"}},\\\"end\\\":\\\"]|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.array.type.cpp\\\"}},\\\"name\\\":\\\"meta.bracket.square.array.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:struct|class|union|enum))\\\",\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*]\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"parentheses\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.cpp\\\"}},\\\"name\\\":\\\"meta.parens.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#range_for_inner\\\"},{\\\"include\\\":\\\"source.cpp#over_qualified_types\\\"},{\\\"match\\\":\\\"(?<!:):(?!:)\\\",\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"pragma\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}pragma\\\\\\\\b\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.pragma.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.pragma.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"match\\\":\\\"[$A-Z_a-z][-$\\\\\\\\w]*\\\",\\\"name\\\":\\\"entity.other.attribute-name.pragma.preprocessor.cpp\\\"},{\\\"include\\\":\\\"source.cpp#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},\\\"preprocessor_conditional_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#preprocessor_conditional_defined\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"source.cpp#language_constants\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"source.cpp#predefined_macros\\\"},{\\\"include\\\":\\\"source.cpp#macro_name\\\"},{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},\\\"preprocessor_conditional_defined\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)defined(?!\\\\\\\\w))(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.conditional.defined.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.parens.control.defined.cpp\\\"}},\\\"end\\\":\\\"(?:\\\\\\\\)|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$)))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.control.defined.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#macro_name\\\"}]},\\\"preprocessor_conditional_parentheses\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.cpp\\\"}},\\\"name\\\":\\\"meta.parens.preprocessor.conditional.cpp\\\"},\\\"preprocessor_conditional_range\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}(if(?:n?def|))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.conditional.$6.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"6\\\":{}},\\\"contentName\\\":\\\"meta.preprocessor.conditional\\\",\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#preprocessor_conditional_context\\\"}]},\\\"preprocessor_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#pragma_mark\\\"},{\\\"include\\\":\\\"#pragma\\\"},{\\\"include\\\":\\\"source.cpp#include\\\"},{\\\"include\\\":\\\"#line\\\"},{\\\"include\\\":\\\"#diagnostic\\\"},{\\\"include\\\":\\\"source.cpp#undef\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_range\\\"},{\\\"include\\\":\\\"#macro\\\"},{\\\"include\\\":\\\"source.cpp#preprocessor_conditional_standalone\\\"},{\\\"include\\\":\\\"source.cpp#macro_argument\\\"}]},\\\"qualifiers_and_specifiers_post_parameters\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)requires(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.functionlike.cpp keyword.other.requires.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.requires.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.requires\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.requires.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$5.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))\\\"}]}},\\\"match\\\":\\\"((?:(?:(?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))+)(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])\\\"}]},\\\"range_for_inner\\\":{\\\"begin\\\":\\\"(?<=(?:\\\\\\\\W|^)for ?\\\\\\\\()\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?=\\\\\\\\))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.parens.control.for.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#storage_specifiers\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"22\\\":{},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"27\\\":{},\\\"28\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"name\\\":\\\"variable.other.object.declare.for.cpp\\\"},\\\"42\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"}},\\\"match\\\":\\\"((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:)(?!:)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#storage_specifiers\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.binding.cpp\\\"},\\\"42\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.other.for.cpp\\\"},\\\"47\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"48\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"50\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"51\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},\\\"52\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"54\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"variable.other.for.cpp\\\"},\\\"57\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"58\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"59\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"60\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"61\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.binding.cpp\\\"},\\\"62\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"63\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"64\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"65\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"66\\\":{\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"}},\\\"match\\\":\\\"((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\[)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(,)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))*((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:)(?!:)\\\",\\\"name\\\":\\\"meta.binding.cpp\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"requires_keyword\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)requires(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.functionlike.cpp keyword.other.requires.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.requires.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.requires\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.requires.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"sizeof_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)sizeof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"sizeof_variadic_operator\\\":{\\\"begin\\\":\\\"\\\\\\\\b(sizeof\\\\\\\\.\\\\\\\\.\\\\\\\\.)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.variadic.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof.variadic\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"square_brackets\\\":{\\\"begin\\\":\\\"([A-Z_a-z][0-9A-Z_a-z]*|(?<=[])]))?(\\\\\\\\[)(?!])\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.other.object\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square\\\"}},\\\"end\\\":\\\"]|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square\\\"}},\\\"name\\\":\\\"meta.bracket.square.access\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"static_assert\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)static_assert|_Static_assert(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.static-assert.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.static-assert.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.static-assert.cpp\\\"}},\\\"patterns\\\":[{\\\"begin\\\":\\\"(,)\\\\\\\\s+{0,1}(?=(?:L|u8?|U\\\\\\\\s+{0,1}\\\\\\\")?)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.static-assert.message.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#string_context\\\"}]},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"storage_types\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#storage_specifiers\\\"},{\\\"include\\\":\\\"source.cpp#inline_builtin_storage_type\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"source.cpp#typename\\\"}]},\\\"string_context\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?:u8??|[LU])?)\\\\\\\"\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\")(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.string.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.string.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8})\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\[\\\\\\\"'?\\\\\\\\\\\\\\\\abfnrtv]\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\[0-7]{1,3}\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.character.escape.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.unknown-escape.cpp\\\"}},\\\"match\\\":\\\"(\\\\\\\\\\\\\\\\x0*\\\\\\\\h{2}(?!\\\\\\\\h))|(\\\\\\\\\\\\\\\\x\\\\\\\\h*)\\\"},{\\\"include\\\":\\\"source.cpp#string_escapes_context_c\\\"}]},{\\\"begin\\\":\\\"(?<!\\\\\\\\h)((?:u8??|[LU])?)'\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"(')(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.character.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.character.cpp\\\"}},\\\"name\\\":\\\"string.quoted.single.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.character.escape.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.unknown-escape.cpp\\\"}},\\\"match\\\":\\\"(\\\\\\\\\\\\\\\\x0*\\\\\\\\h{2}(?!\\\\\\\\h))|(\\\\\\\\\\\\\\\\x\\\\\\\\h*)\\\"},{\\\"include\\\":\\\"source.cpp#string_escapes_context_c\\\"},{\\\"include\\\":\\\"source.cpp#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"(?:(?:_r|re)|regex)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)(?:(?:_r|re)|regex)\\\\\\\"|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.regex.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.regexp.python\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"(?:glsl|GLSL)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)(?:glsl|GLSL)\\\\\\\"|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"meta.string.quoted.double.raw.glsl.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.glsl\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\\\\\"|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.cpp\\\",\\\"patterns\\\":[{}]},{\\\"begin\\\":\\\"((?:u8??|[LU])?R)\\\\\\\"(?:([^\\\\\\\\t ()\\\\\\\\\\\\\\\\]{0,16})|([^\\\\\\\\t ()\\\\\\\\\\\\\\\\]*))\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.$2.begin\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding\\\"},\\\"3\\\":{\\\"name\\\":\\\"invalid.illegal.delimiter-too-long\\\"}},\\\"end\\\":\\\"(\\\\\\\\)(\\\\\\\\2)(\\\\\\\\3)\\\\\\\")(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.$2.end\\\"},\\\"3\\\":{\\\"name\\\":\\\"invalid.illegal.delimiter-too-long\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.string.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.string.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.$2\\\"}]},\\\"struct_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.struct.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.struct.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.head.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.body.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"switch_conditional_parentheses\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.conditional.switch.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.conditional.switch.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#range_for_inner\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"switch_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)switch(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.switch.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.switch.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.block.switch.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.switch.cpp\\\"}},\\\"name\\\":\\\"meta.head.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#switch_conditional_parentheses\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.switch.cpp\\\"}},\\\"name\\\":\\\"meta.body.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#default_statement\\\"},{\\\"include\\\":\\\"#case_statement\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"template_call_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#language_constants\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_template_call_inner_generated\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma_in_template_argument\\\"},{\\\"include\\\":\\\"source.cpp#qualified_type\\\"}]},\\\"template_call_range\\\":{\\\"begin\\\":\\\"<\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.call.cpp\\\"}},\\\"end\\\":\\\">|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.call.cpp\\\"}},\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_context\\\"}]},\\\"template_call_range_helper\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.bitwise.shift.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b((?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(<<)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.comparison.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b((?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(<)\\\"},{\\\"include\\\":\\\"#template_call_range\\\"}]},\\\"template_definition\\\":{\\\"begin\\\":\\\"(?<!\\\\\\\\w)(template)\\\\\\\\s+{0,1}(<)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.definition.cpp\\\"}},\\\"end\\\":\\\">|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.definition.cpp\\\"}},\\\"name\\\":\\\"meta.template.definition.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"(?<=\\\\\\\\w)\\\\\\\\s+{0,1}<\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.call.cpp\\\"}},\\\"end\\\":\\\">|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.call.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_context\\\"}]},{\\\"include\\\":\\\"#template_definition_context\\\"}]},\\\"template_definition_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_template_definition_inner_generated\\\"},{\\\"include\\\":\\\"source.cpp#template_definition_argument\\\"},{\\\"include\\\":\\\"source.cpp#template_argument_defaulted\\\"},{\\\"include\\\":\\\"source.cpp#template_call_innards\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"ternary_operator\\\":{\\\"applyEndPatternLast\\\":1,\\\"begin\\\":\\\"\\\\\\\\?\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.ternary.cpp\\\"}},\\\"end\\\":\\\":|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.ternary.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#method_access\\\"},{\\\"include\\\":\\\"source.cpp#member_access\\\"},{\\\"include\\\":\\\"source.cpp#predefined_macros\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"source.cpp#memory_operators\\\"},{\\\"include\\\":\\\"source.cpp#wordlike_operators\\\"},{\\\"include\\\":\\\"source.cpp#type_casting_operators\\\"},{\\\"include\\\":\\\"source.cpp#control_flow_keywords\\\"},{\\\"include\\\":\\\"source.cpp#exception_keywords\\\"},{\\\"include\\\":\\\"source.cpp#the_this_keyword\\\"},{\\\"include\\\":\\\"source.cpp#language_constants\\\"},{\\\"include\\\":\\\"source.cpp#constructor_bracket_call\\\"},{\\\"include\\\":\\\"source.cpp#simple_constructor_call\\\"},{\\\"include\\\":\\\"source.cpp#simple_array_assignment\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"source.cpp#functional_specifiers_pre_parameters\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#lambdas\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#parentheses\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#square_brackets\\\"},{\\\"include\\\":\\\"source.cpp#semicolon\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#unknown_variable\\\"}]},\\\"typedef_class\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)class(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.class.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.class.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.head.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.body.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.class.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typedef_function_pointer\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=.*\\\\\\\\(\\\\\\\\*\\\\\\\\s*(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s*\\\\\\\\))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"source.cpp#comma\\\"},{\\\"include\\\":\\\"source.cpp#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp entity.name.type.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]}]},\\\"typedef_struct\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)struct(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.struct.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.struct.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.head.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.body.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.struct.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typedef_union\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)union(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.union.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.union.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.head.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.body.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.union.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typeid_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typeid(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.typeid.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.typeid.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.typeid\\\",\\\"end\\\":\\\"\\\\\\\\)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.typeid.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"union_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.union.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"source.cpp#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[]))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.union.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?:\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;))|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.head.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.body.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"using_namespace\\\":{\\\"begin\\\":\\\"(?<!\\\\\\\\w)(using)\\\\\\\\s+(namespace)\\\\\\\\s+((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<6>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)?((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?=[\\\\\\\\n;])\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.namespace.directive.cpp storage.type.namespace.directive.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp#scope_resolution_namespace_using_inner_generated\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.using.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"6\\\":{},\\\"7\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"end\\\":\\\";|(?=(?<!\\\\\\\\\\\\\\\\)\\\\\\\\n)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.using-namespace.cpp\\\"}},\\\"scopeName\\\":\\\"source.cpp.embedded.macro\\\",\\\"embeddedLangs\\\":[\\\"regexp\\\",\\\"glsl\\\"]}\"))\n\nexport default [\n...regexp,\n...glsl,\nlang\n]\n","import cpp_macro from './cpp-macro.mjs'\nimport regexp from './regexp.mjs'\nimport glsl from './glsl.mjs'\n\nconst lang = Object.freeze(JSON.parse(\"{\\\"displayName\\\":\\\"C++\\\",\\\"name\\\":\\\"cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#constructor_root\\\"},{\\\"include\\\":\\\"#destructor_root\\\"},{\\\"include\\\":\\\"#function_definition\\\"},{\\\"include\\\":\\\"#simple_array_assignment\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#using_namespace\\\"},{\\\"include\\\":\\\"#type_alias\\\"},{\\\"include\\\":\\\"#using_name\\\"},{\\\"include\\\":\\\"#namespace_alias\\\"},{\\\"include\\\":\\\"#namespace_block\\\"},{\\\"include\\\":\\\"#extern_block\\\"},{\\\"include\\\":\\\"#typedef_class\\\"},{\\\"include\\\":\\\"#typedef_struct\\\"},{\\\"include\\\":\\\"#typedef_union\\\"},{\\\"include\\\":\\\"#misc_keywords\\\"},{\\\"include\\\":\\\"#standard_declares\\\"},{\\\"include\\\":\\\"#class_block\\\"},{\\\"include\\\":\\\"#struct_block\\\"},{\\\"include\\\":\\\"#union_block\\\"},{\\\"include\\\":\\\"#enum_block\\\"},{\\\"include\\\":\\\"#template_isolated_definition\\\"},{\\\"include\\\":\\\"#template_definition\\\"},{\\\"include\\\":\\\"#template_explicit_instantiation\\\"},{\\\"include\\\":\\\"#access_control_keywords\\\"},{\\\"include\\\":\\\"#block\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#assembly\\\"},{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}],\\\"repository\\\":{\\\"access_control_keywords\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"storage.type.modifier.access.control.$4.cpp\\\"},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.colon.access.control.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((p(?:rotected|rivate|ublic))\\\\\\\\s+{0,1}(:))\\\"},\\\"alignas_attribute\\\":{\\\"begin\\\":\\\"alignas\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"alignas_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignas(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignas.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignas.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignas\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignas.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"alignof_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignof\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"assembly\\\":{\\\"begin\\\":\\\"\\\\\\\\b(__asm__|asm)\\\\\\\\b\\\\\\\\s+{0,1}((?:volatile)?)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.asm.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.cpp\\\"}},\\\"end\\\":\\\"(?!\\\\\\\\G)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.asm.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\n|$)\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.assembly.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.assembly.cpp\\\"}},\\\"patterns\\\":[{\\\"begin\\\":\\\"(R?)(\\\\\\\")\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.assembly.cpp\\\"}},\\\"contentName\\\":\\\"meta.embedded.assembly\\\",\\\"end\\\":\\\"\\\\\\\"\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.assembly.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.asm\\\"},{\\\"include\\\":\\\"source.x86\\\"},{\\\"include\\\":\\\"source.x86_64\\\"},{\\\"include\\\":\\\"source.arm\\\"},{\\\"include\\\":\\\"#backslash_escapes\\\"},{\\\"include\\\":\\\"#string_escaped_char\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.assembly.inner.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.assembly.inner.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.other.asm.label.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\[((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)]\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.colon.assembly.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]}]},\\\"assignment_operator\\\":{\\\"match\\\":\\\"=\\\",\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"attributes_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#cpp_attributes\\\"},{\\\"include\\\":\\\"#gcc_attributes\\\"},{\\\"include\\\":\\\"#ms_attributes\\\"},{\\\"include\\\":\\\"#alignas_attribute\\\"}]},\\\"backslash_escapes\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\([\\\\\\\"'?\\\\\\\\\\\\\\\\abefnprtv]|[0-3][0-7]{0,2}|[4-7]\\\\\\\\d?|x\\\\\\\\h{0,2}|u\\\\\\\\h{0,4}|U\\\\\\\\h{0,8})\\\",\\\"name\\\":\\\"constant.character.escape\\\"},\\\"block\\\":{\\\"begin\\\":\\\"\\\\\\\\{\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp\\\"}},\\\"end\\\":\\\"}\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.cpp\\\"}},\\\"name\\\":\\\"meta.block.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},\\\"block_comment\\\":{\\\"applyEndPatternLast\\\":1,\\\"begin\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\*/\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.cpp\\\"}},\\\"name\\\":\\\"comment.block.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"[^*]*\\\\\\\\n\\\"}]},\\\"builtin_storage_type_initilizer\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)\\\\\\\\s*+(?<!\\\\\\\\w)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.initializer.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"case_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)case(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.case.cpp\\\"}},\\\"end\\\":\\\":\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.colon.case.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.case.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"class_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.class.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.class.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.head.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.body.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"class_declare\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},\\\"comma\\\":{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},\\\"comma_in_template_argument\\\":{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.template.argument.cpp\\\"},\\\"comments\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"^\\\\\\\\s+{1,0}(//[!/]+)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.documentation.cpp\\\"}},\\\"end\\\":\\\"(?<=\\\\\\\\n)(?<!\\\\\\\\\\\\\\\\\\\\\\\\n)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"comment.line.double-slash.documentation.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#line_continuation_character\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.documentation.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.documentation.cpp\\\"}},\\\"match\\\":\\\"(/\\\\\\\\*[!*]+(?=\\\\\\\\s))(.+)([!*]*\\\\\\\\*/)\\\",\\\"name\\\":\\\"comment.block.documentation.cpp\\\"},{\\\"begin\\\":\\\"\\\\\\\\s+{1,0}/\\\\\\\\*[!*]+(?:(?:\\\\\\\\n|$)|(?=\\\\\\\\s))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.begin.documentation.cpp\\\"}},\\\"end\\\":\\\"[!*]*\\\\\\\\*/\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.end.documentation.cpp\\\"}},\\\"name\\\":\\\"comment.block.documentation.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:callergraph|callgraph|else|endif|f\\\\\\\\$|f\\\\\\\\[|f]|hidecallergraph|hidecallgraph|hiderefby|hiderefs|hideinitializer|htmlinclude|n|nosubgrouping|private|privatesection|protected|protectedsection|public|publicsection|pure|showinitializer|showrefby|showrefs|tableofcontents|[\\\\\\\"-%.<=>]|::|\\\\\\\\||---??)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.italic.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|em?))\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.bold.doxygen.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]b)\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"markup.inline.raw.string.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\][cp])\\\\\\\\s+(\\\\\\\\S+)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:a|anchor|[bc]|cite|copybrief|copydetail|copydoc|def|dir|dontinclude|em??|emoji|enum|example|extends|file|idlexcept|implements|include|includedoc|includelineno|latexinclude|link|memberof|namespace|p|package|ref|refitem|related|relates|relatedalso|relatesalso|verbinclude)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:addindex|addtogroup|category|class|defgroup|diafile|dotfile|elseif|fn|headerfile|if|ifnot|image|ingroup|interface|line|mainpage|mscfile|name|overload|page|property|protocol|section|skip|skipline|snippet|snippetdoc|snippetlineno|struct|subpage|subsection|subsubsection|typedef|union|until|vhdlflow|weakgroup)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"in|out\\\",\\\"name\\\":\\\"keyword.other.parameter.direction.$0.cpp\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.parameter.cpp\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.cpp\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"}},\\\"match\\\":\\\"((?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\]param)(?:\\\\\\\\s*\\\\\\\\[((?:,?\\\\\\\\s+{0,1}(?:in|out)\\\\\\\\s+{0,1})+)])?(\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?:(,)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))*)\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:arg|attention|authors??|brief|bug|copyright|date|deprecated|details|exception|invariant|li|note|par|paragraph|param|post|pre|remarks??|result|returns??|retval|sa|see|short|since|test|throws??|todo|tparam|version|warning|xrefitem)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"(?<=[!*/\\\\\\\\s])[@\\\\\\\\\\\\\\\\](?:code|cond|docbookonly|dot|htmlonly|internal|latexonly|link|manonly|msc|parblock|rtfonly|secreflist|startuml|verbatim|xmlonly|endcode|endcond|enddocbookonly|enddot|endhtmlonly|endinternal|endlatexonly|endlink|endmanonly|endmsc|endparblock|endrtfonly|endsecreflist|enduml|endverbatim|endxmlonly)\\\\\\\\b(?:\\\\\\\\{[^}]*})?\\\",\\\"name\\\":\\\"storage.type.class.doxygen.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\b[A-Z]+:|@[_a-z]+:\\\",\\\"name\\\":\\\"storage.type.class.gtkdoc.cpp\\\"}]},{\\\"include\\\":\\\"#emacs_file_banner\\\"},{\\\"include\\\":\\\"#block_comment\\\"},{\\\"include\\\":\\\"#line_comment\\\"},{\\\"include\\\":\\\"#invalid_comment_end\\\"}]},\\\"constructor_bracket_call\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.construction.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.construction.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.construction.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.construction.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"variable.other.unknown.$19.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"(?!class|struct|union|enum|explicit|new|delete|operator|template|throw|decltype|typename|override|final)\\\\\\\\b(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\{)\\\"},\\\"constructor_inline\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.function.constructor.cpp entity.name.function.definition.special.constructor.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"},{\\\"begin\\\":\\\":\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.initializers.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"}\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.constructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.constructor\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.constructor.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"constructor_root\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<8>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?>(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)::((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\10((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.constructor.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.constructor.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{},\\\"9\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?=:)\\\",\\\"name\\\":\\\"entity.name.type.constructor.cpp\\\"},{\\\"match\\\":\\\"(?<=:)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.function.definition.special.constructor.cpp\\\"},{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.constructor.cpp\\\"}]},\\\"10\\\":{},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"},{\\\"begin\\\":\\\":\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.initializers.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.function.call.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.initializer.cpp\\\"}},\\\"contentName\\\":\\\"meta.parameter.initialization\\\",\\\"end\\\":\\\"}\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.initializer.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},{\\\"include\\\":\\\"#comments\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.constructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.constructor\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.constructor.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.constructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.constructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"control_flow_keywords\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.control.$3.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:co_return|co_yield|co_await|continue|default|switch|return|catch|while|throw|break|case|goto|else|for|try|if|do)(?!\\\\\\\\w))\\\"},\\\"cpp_attributes\\\":{\\\"begin\\\":\\\"\\\\\\\\[\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"]]\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"curly_initializer\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\{)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.curly.initializer.cpp\\\"}},\\\"end\\\":\\\"}\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.curly.initializer.cpp\\\"}},\\\"name\\\":\\\"meta.initialization.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"(\\\\\\\\.)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.accessor.initializer.cpp variable.parameter.initializer.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"variable.parameter.initializer.cpp\\\"}},\\\"end\\\":\\\"(,)|(?=})\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.initialization.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"#comma\\\"}]},\\\"d9bc4796b0b_module_import\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.control.directive.import.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"string.quoted.other.lt-gt.include.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"string.quoted.double.include.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"entity.name.other.preprocessor.macro.include.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"22\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"match\\\":\\\"^(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((import))\\\\\\\\s+{0,1}(?:(?:(?:((<)[^>]*(>?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//)))|((\\\\\\\")[^\\\\\\\"]*(\\\\\\\"?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//))))|((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?:\\\\\\\\.(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)*(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//|;))))|(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//|;)))\\\\\\\\s+{0,1}(;?)\\\",\\\"name\\\":\\\"meta.preprocessor.import.cpp\\\"},\\\"decltype\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)decltype(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.other.decltype.cpp storage.type.decltype.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.decltype.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.decltype\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.decltype.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"decltype_specifier\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)decltype(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.other.decltype.cpp storage.type.decltype.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.decltype.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.decltype\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.decltype.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"default_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)default(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.default.cpp\\\"}},\\\"end\\\":\\\":\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.separator.colon.case.default.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.case.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"destructor_inline\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)(~(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.function.destructor.cpp entity.name.function.definition.special.member.destructor.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp keyword.other.default.destructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp keyword.other.delete.destructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.member.destructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.member.destructor\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.member.destructor.cpp\\\"}},\\\"patterns\\\":[]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"destructor_root\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?>(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)::((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)~\\\\\\\\14((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\())\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.destructor.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.destructor.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?=:)\\\",\\\"name\\\":\\\"entity.name.type.destructor.cpp\\\"},{\\\"match\\\":\\\"(?<=:)~(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.function.definition.special.member.destructor.cpp\\\"},{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.destructor.cpp\\\"}]},\\\"14\\\":{},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp keyword.other.default.constructor.cpp keyword.other.default.destructor.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp keyword.other.delete.constructor.cpp keyword.other.delete.destructor.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.member.destructor.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.member.destructor\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.member.destructor.cpp\\\"}},\\\"patterns\\\":[]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.member.destructor.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.member.destructor.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"diagnostic\\\":{\\\"begin\\\":\\\"^(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}(error|warning))\\\\\\\\b\\\\\\\\s+{0,1}\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.diagnostic.$7.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"7\\\":{}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.diagnostic.$reference(directive).cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"begin\\\":\\\"\\\\\\\"\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\")|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"'\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"}},\\\"end\\\":\\\"(')|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.single.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"[^\\\\\\\"']\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"string.unquoted.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#line_continuation_character\\\"},{\\\"include\\\":\\\"#comments\\\"}]}]},\\\"emacs_file_banner\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.toc-list.banner.double-slash.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.line.double-slash.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.comment.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"meta.banner.character.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.toc-list.banner.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.line.banner.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.definition.comment.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"meta.banner.character.cpp\\\"}},\\\"match\\\":\\\"^(?:(\\\\\\\\s+{0,1}((//)\\\\\\\\s+{0,1}([#*/;=C~]++(?![#*/;=C~]))\\\\\\\\s+{0,1}.+\\\\\\\\s+{0,1}\\\\\\\\4\\\\\\\\s+{0,1}(?:\\\\\\\\n|$)))|(\\\\\\\\s+{0,1}((/\\\\\\\\*)\\\\\\\\s+{0,1}([#*/;=C~]++(?![#*/;=C~]))\\\\\\\\s+{0,1}.+\\\\\\\\s+{0,1}\\\\\\\\8\\\\\\\\s+{0,1}\\\\\\\\*/)))\\\"},\\\"empty_square_brackets\\\":{\\\"match\\\":\\\"(?<!delete)\\\\\\\\[\\\\\\\\s+{0,1}]\\\",\\\"name\\\":\\\"storage.modifier.array.bracket.square\\\"},\\\"enum_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)enum(?!\\\\\\\\w))(?:\\\\\\\\s+(class|struct))?(?:(?:\\\\\\\\s+|((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\))))|(?=\\\\\\\\{))\\\\\\\\s+{0,1}((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(?:\\\\\\\\s+{0,1}(:)\\\\\\\\s+{0,1}(?:((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::))?\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))?\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.enum.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.enum.enum-key.$2.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.colon.type-specifier.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"storage.type.integral.$17.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.enum.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.enum.cpp\\\"}},\\\"name\\\":\\\"meta.head.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.enum.cpp\\\"}},\\\"name\\\":\\\"meta.body.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#enumerator_list\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#semicolon\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.enum.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"enum_declare\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)enum(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},\\\"enumerator_list\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.other.enummember.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"4\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#semicolon\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s+{0,1}((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?\\\\\\\\s+{0,1}(?:(=)\\\\\\\\s+{0,1}(.+?)\\\\\\\\s+{0,1})?(?:(?:([,;](?!')|\\\\\\\\n)|(?=}[^']))|(?=/[*/]))\\\",\\\"name\\\":\\\"meta.enum.definition.cpp\\\"},\\\"evaluation_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#method_access\\\"},{\\\"include\\\":\\\"#member_access\\\"},{\\\"include\\\":\\\"#predefined_macros\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"#memory_operators\\\"},{\\\"include\\\":\\\"#wordlike_operators\\\"},{\\\"include\\\":\\\"#type_casting_operators\\\"},{\\\"include\\\":\\\"#control_flow_keywords\\\"},{\\\"include\\\":\\\"#exception_keywords\\\"},{\\\"include\\\":\\\"#the_this_keyword\\\"},{\\\"include\\\":\\\"#language_constants\\\"},{\\\"include\\\":\\\"#constructor_bracket_call\\\"},{\\\"include\\\":\\\"#simple_constructor_call\\\"},{\\\"include\\\":\\\"#simple_array_assignment\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#lambdas\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#parentheses\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#square_brackets\\\"},{\\\"include\\\":\\\"#semicolon\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#unknown_variable\\\"}]},\\\"ever_present_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#pragma_mark\\\"},{\\\"include\\\":\\\"#pragma\\\"},{\\\"include\\\":\\\"#include\\\"},{\\\"include\\\":\\\"#line\\\"},{\\\"include\\\":\\\"#diagnostic\\\"},{\\\"include\\\":\\\"#undef\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_range\\\"},{\\\"include\\\":\\\"#macro\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_standalone\\\"},{\\\"include\\\":\\\"#macro_argument\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#line_continuation_character\\\"}]},\\\"exception_keywords\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.control.exception.$3.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:throw|catch|try)(?!\\\\\\\\w))\\\"},\\\"extern_block\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(extern)(?=\\\\\\\\s*\\\\\\\")\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.extern.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.type.extern.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.extern.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.extern.cpp\\\"}},\\\"name\\\":\\\"meta.head.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.extern.cpp\\\"}},\\\"name\\\":\\\"meta.body.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.extern.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"include\\\":\\\"$self\\\"}]},\\\"function_body_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#simple_array_assignment\\\"},{\\\"include\\\":\\\"#using_namespace\\\"},{\\\"include\\\":\\\"#type_alias\\\"},{\\\"include\\\":\\\"#using_name\\\"},{\\\"include\\\":\\\"#namespace_alias\\\"},{\\\"include\\\":\\\"#typedef_class\\\"},{\\\"include\\\":\\\"#typedef_struct\\\"},{\\\"include\\\":\\\"#typedef_union\\\"},{\\\"include\\\":\\\"#misc_keywords\\\"},{\\\"include\\\":\\\"#standard_declares\\\"},{\\\"include\\\":\\\"#class_block\\\"},{\\\"include\\\":\\\"#struct_block\\\"},{\\\"include\\\":\\\"#union_block\\\"},{\\\"include\\\":\\\"#enum_block\\\"},{\\\"include\\\":\\\"#access_control_keywords\\\"},{\\\"include\\\":\\\"#block\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#assembly\\\"},{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#over_qualified_types\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#switch_statement\\\"},{\\\"include\\\":\\\"#goto_statement\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"#label\\\"}]},\\\"function_call\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)([A-Z][0-9A-Z_]*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.function.call.upper-case.cpp entity.name.function.call.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.cpp punctuation.section.arguments.begin.bracket.round.function.call.upper-case.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.function.call.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"11\\\":{},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.call.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.call.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]}]},\\\"function_definition\\\":{\\\"begin\\\":\\\"(?:(?:^|\\\\\\\\G|(?<=[;}]))|(?<=>|\\\\\\\\*/))\\\\\\\\s*+(?:((?<!\\\\\\\\w)template(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:((?<!\\\\\\\\w)(?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)|(?:thread_local|volatile|register|restrict|static|extern|const))(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<52>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:reinterpret_cast|atomic_noexcept|uint_least16_t|uint_least32_t|uint_least64_t|atomic_cancel|atomic_commit|uint_least8_t|uint_fast16_t|uint_fast32_t|int_least16_t|int_least32_t|int_least64_t|uint_fast64_t|thread_local|int_fast16_t|int_fast32_t|int_fast64_t|synchronized|uint_fast8_t|dynamic_cast|int_least8_t|int_fast8_t|static_cast|suseconds_t|const_cast|useconds_t|constinit|co_return|uintmax_t|constexpr|consteval|constexpr|consteval|protected|namespace|blksize_t|co_return|in_addr_t|in_port_t|uintptr_t|template|noexcept|continue|co_await|co_yield|unsigned|u_quad_t|blkcnt_t|uint16_t|uint32_t|uint64_t|intptr_t|intmax_t|volatile|register|restrict|explicit|volatile|noexcept|operator|decltype|typename|requires|co_await|co_yield|reflexpr|swblk_t|virtual|ssize_t|concept|mutable|fixpt_t|int16_t|int32_t|int64_t|uint8_t|typedef|daddr_t|caddr_t|qaddr_t|default|nlink_t|segsz_t|u_short|wchar_t|private|__asm__|alignas|alignof|mutable|nullptr|clock_t|mode_t|public|size_t|double|quad_t|static|time_t|module|import|export|extern|inline|xor_eq|and_eq|return|friend|not_eq|signed|struct|int8_t|ushort|switch|u_long|typeid|u_char|sizeof|bitand|delete|ino_t|key_t|pid_t|off_t|uid_t|short|break|catch|compl|while|false|class|union|const|or_eq|const|throw|bitor|u_int|using|div_t|dev_t|gid_t|float|long|goto|uint|id_t|case|auto|void|enum|true|char|id_t|NULL|this|bool|else|for|new|not|xor|and|asm|int|try|do|if|or))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.modifier.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)|(?:thread_local|volatile|register|restrict|static|extern|const))(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"storage.modifier.$8.cpp\\\"},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{},\\\"26\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"30\\\":{},\\\"31\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"32\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"33\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"40\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"41\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"45\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"46\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"49\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_definition_inner_generated\\\"}]},\\\"50\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.cpp\\\"},\\\"51\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"52\\\":{},\\\"53\\\":{\\\"name\\\":\\\"entity.name.function.definition.cpp\\\"},\\\"54\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"57\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#parameter_or_maybe_value\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.function.return-type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"23\\\":{}},\\\"match\\\":\\\"(?<=^|\\\\\\\\))\\\\\\\\s+{0,1}(->)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<23>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<23>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"function_parameter_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#parameter\\\"},{\\\"include\\\":\\\"#comma\\\"}]},\\\"function_pointer\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"variable.other.definition.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},\\\"function_pointer_parameter\\\":{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"variable.parameter.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},\\\"functional_specifiers_pre_parameters\\\":{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:constexpr|consteval|explicit|mutable|virtual|inline|friend)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.modifier.specifier.functional.pre-parameters.$0.cpp\\\"},\\\"gcc_attributes\\\":{\\\"begin\\\":\\\"__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\\\\\\s*\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"goto_statement\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.control.goto.cpp\\\"},\\\"4\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"entity.name.label.call.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)goto(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\"},\\\"identifier\\\":{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\"},\\\"include\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.control.directive.$5.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"string.quoted.other.lt-gt.include.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"string.quoted.double.include.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"16\\\":{\\\"name\\\":\\\"entity.name.other.preprocessor.macro.include.cpp\\\"},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"22\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"^(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((#)\\\\\\\\s+{0,1}(include(?:|_next)))\\\\\\\\b\\\\\\\\s+{0,1}(?:(?:(?:((<)[^>]*(>?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//)))|((\\\\\\\")[^\\\\\\\"]*(\\\\\\\"?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//))))|((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?:\\\\\\\\.(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)*(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//|;))))|(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:\\\\\\\\n|$)|(?=//|;)))\\\",\\\"name\\\":\\\"meta.preprocessor.include.cpp\\\"},\\\"inheritance_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.delimiter.comma.inheritance.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)p(?:rotected|rivate|ublic)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.modifier.access.$0.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)virtual(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.modifier.virtual.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{}},\\\"match\\\":\\\"(?<=protected|virtual|private|public|[,:])\\\\\\\\s+{0,1}(?!p(?:rotected|rivate|ublic)|virtual)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))\\\"}]},\\\"inline_builtin_storage_type\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)\\\"},\\\"inline_comment\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\"},\\\"invalid_comment_end\\\":{\\\"match\\\":\\\"\\\\\\\\*/\\\",\\\"name\\\":\\\"invalid.illegal.unexpected.punctuation.definition.comment.end.cpp\\\"},\\\"label\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"entity.name.label.cpp\\\"},\\\"4\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.label.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\b(?<!case|default)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:)(?!:)\\\"},\\\"lambdas\\\":{\\\"begin\\\":\\\"(?:(?<=\\\\\\\\S|^)(?<![]\\\\\\\"\\\\\\\\&)*>\\\\\\\\[\\\\\\\\w])|(?<=(?:\\\\\\\\W|^)return))\\\\\\\\s+{0,1}(\\\\\\\\[(?!\\\\\\\\[| *+\\\\\\\"| *+\\\\\\\\d))((?:[^]\\\\\\\\[]|((?<!\\\\\\\\[)\\\\\\\\[(?!\\\\\\\\[)(?:[^]\\\\\\\\[]*+\\\\\\\\g<3>?)++]))*+)(](?!((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)[];=\\\\\\\\[]))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.capture.begin.lambda.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.lambda.capture.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#the_this_keyword\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.parameter.capture.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?=]|\\\\\\\\z|$)|(,))|(=))\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"3\\\":{},\\\"4\\\":{\\\"name\\\":\\\"punctuation.definition.capture.end.lambda.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=[;}])\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.begin.lambda.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.end.lambda.cpp\\\"}},\\\"name\\\":\\\"meta.function.definition.parameters.lambda.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:constexpr|consteval|mutable)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.modifier.lambda.$0.cpp\\\"},{\\\"begin\\\":\\\"->\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.lambda.return-type.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\{)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"match\\\":\\\"\\\\\\\\S+\\\",\\\"name\\\":\\\"storage.type.return-type.lambda.cpp\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\{\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.lambda.cpp\\\"}},\\\"end\\\":\\\"}\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.lambda.cpp\\\"}},\\\"name\\\":\\\"meta.function.definition.body.lambda.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]}]},\\\"language_constants\\\":{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:nullptr|false|NULL|true)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"constant.language.$0.cpp\\\"},\\\"line\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}line\\\\\\\\b\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.line.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.line.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"#line_continuation_character\\\"}]},\\\"line_comment\\\":{\\\"begin\\\":\\\"\\\\\\\\s*+(//)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.comment.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"comment.line.double-slash.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#line_continuation_character\\\"}]},\\\"line_continuation_character\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\\\\\\\\\n\\\",\\\"name\\\":\\\"constant.character.escape.line-continuation.cpp\\\"},\\\"macro\\\":{\\\"begin\\\":\\\"^(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}define)\\\\\\\\b\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.define.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"entity.name.function.preprocessor.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.macro.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.begin.preprocessor.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"meta.function.preprocessor.parameters.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.parameter.preprocessor.cpp\\\"}},\\\"match\\\":\\\"(?<=[(,])\\\\\\\\s+{0,1}((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.parameters.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\.\\\\\\\\.\\\\\\\\.\\\",\\\"name\\\":\\\"punctuation.vararg-ellipses.variable.parameter.preprocessor.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.parameters.end.preprocessor.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G\\\\\\\\s+{0,1}(\\\\\\\\()([^(]*)(\\\\\\\\))\\\"},{\\\"include\\\":\\\"#macro_context\\\"},{\\\"include\\\":\\\"#macro_argument\\\"}]},\\\"macro_argument\\\":{\\\"match\\\":\\\"##?(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"variable.other.macro.argument.cpp\\\"},\\\"macro_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"source.cpp.embedded.macro\\\"}]},\\\"macro_name\\\":{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.function.preprocessor.cpp\\\"},\\\"member_access\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$4.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$5.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.other.unknown.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.property.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.property.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.property.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.property.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?<=\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*??)\\\\\\\\s+{0,1}(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$9.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"include\\\":\\\"#member_access\\\"},{\\\"include\\\":\\\"#method_access\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.property.cpp\\\"}},\\\"match\\\":\\\"(?:(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s+{0,1}(?:\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*?)\\\\\\\\s+{0,1})*)\\\\\\\\s+{0,1}\\\\\\\\b((?!(?:uint_least32_t|uint_least16_t|uint_least64_t|int_least32_t|int_least64_t|uint_fast32_t|uint_fast64_t|uint_least8_t|uint_fast16_t|int_least16_t|int_fast16_t|int_least8_t|uint_fast8_t|int_fast64_t|int_fast32_t|int_fast8_t|suseconds_t|useconds_t|in_addr_t|uintmax_t|in_port_t|uintptr_t|blksize_t|uint32_t|uint64_t|u_quad_t|intmax_t|unsigned|blkcnt_t|uint16_t|intptr_t|swblk_t|wchar_t|u_short|qaddr_t|caddr_t|daddr_t|fixpt_t|nlink_t|segsz_t|clock_t|ssize_t|int16_t|int32_t|int64_t|uint8_t|int8_t|mode_t|quad_t|ushort|u_long|u_char|double|signed|time_t|size_t|key_t|div_t|ino_t|uid_t|gid_t|off_t|pid_t|float|dev_t|u_int|short|bool|id_t|uint|long|char|void|auto|id_t|int)\\\\\\\\W)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b(?!\\\\\\\\())\\\"},\\\"memory_operators\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.wordlike.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.delete.array.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.delete.array.bracket.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.delete.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.new.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:(?:(delete)\\\\\\\\s+{0,1}(\\\\\\\\[])|(delete))|(new))(?!\\\\\\\\w))\\\"},\\\"method_access\\\":{\\\"begin\\\":\\\"(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s+{0,1}(?:\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*?)\\\\\\\\s+{0,1})*)\\\\\\\\s+{0,1}(~?(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$9.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.property.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.property.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.property.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.property.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?<=\\\\\\\\.\\\\\\\\*?|->\\\\\\\\*??)\\\\\\\\s+{0,1}(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.object.access.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.object.access.$7.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.object.access.$8.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.object.access.$9.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"variable.other.unknown.$10.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.dot-access.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"punctuation.separator.pointer-access.cpp\\\"}},\\\"match\\\":\\\"(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))|(?:(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))|(?<=[])]))\\\\\\\\s+{0,1})(?:(\\\\\\\\.\\\\\\\\*?)|(->\\\\\\\\*?))\\\"},{\\\"include\\\":\\\"#member_access\\\"},{\\\"include\\\":\\\"#method_access\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"entity.name.function.member.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.function.member.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.function.member.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"misc_keywords\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.$3.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:constinit|typedef|concept|export|module)(?!\\\\\\\\w))\\\"},\\\"ms_attributes\\\":{\\\"begin\\\":\\\"__declspec\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.begin.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.attribute.end.cpp\\\"}},\\\"name\\\":\\\"support.other.attribute.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\",\\\"name\\\":\\\"punctuation.separator.attribute.cpp\\\"},{\\\"match\\\":\\\":\\\",\\\"name\\\":\\\"punctuation.accessor.attribute.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=::)\\\",\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.other.attribute.$0.cpp\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"namespace_alias\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.namespace.alias.cpp storage.type.namespace.alias.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.namespace.alias.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"meta.declaration.namespace.alias.value.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_alias_inner_generated\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.alias.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"match\\\":\\\"(?<!\\\\\\\\w)(namespace)\\\\\\\\s+((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s+{0,1}(=)\\\\\\\\s+{0,1}(((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<8>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?:(;)|\\\\\\\\n))\\\",\\\"name\\\":\\\"meta.declaration.namespace.alias.cpp\\\"},\\\"namespace_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)namespace(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.namespace.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"keyword.other.namespace.definition.cpp storage.type.namespace.definition.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.block.namespace.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.namespace.cpp\\\"}},\\\"name\\\":\\\"meta.head.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_block_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"storage.modifier.inline.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<4>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?:(::)\\\\\\\\s+{0,1}(inline))?\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.namespace.cpp\\\"}},\\\"name\\\":\\\"meta.body.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.namespace.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"noexcept_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)noexcept(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.noexcept.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.noexcept.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.noexcept\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.noexcept.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"normal_variable_assignment\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=)))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.assignment.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"26\\\":{},\\\"27\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"31\\\":{},\\\"32\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.assignment.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.assignment.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.assignment.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.assignment.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"variable.other.unknown.$49.cpp\\\"},\\\"50\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"54\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"55\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"end\\\":\\\"(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.assignment.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},\\\"normal_variable_declaration\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<31>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[,;\\\\\\\\[])(?![^=]++=))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.declaration.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"25\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"26\\\":{},\\\"27\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"28\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"31\\\":{},\\\"32\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.declare.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.declare.cpp\\\"},\\\"47\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.declare.cpp\\\"},\\\"48\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.declare.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"variable.other.unknown.$49.cpp\\\"},\\\"50\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.declaration.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"#variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},\\\"number_literal\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]}},\\\"match\\\":\\\"(?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*\\\"},\\\"operator_overload\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:__(?:cdec|clrcal|stdcal|fastcal|thiscal|vectorcal)l)?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(operator)(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)const(?!\\\\\\\\w)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<60>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(?:(?:(delete\\\\\\\\[]|delete|new\\\\\\\\[]|<=>|<<=|new|>>=|->\\\\\\\\*|/=|%=|&=|>=|\\\\\\\\|=|\\\\\\\\+\\\\\\\\+|--|\\\\\\\\(\\\\\\\\)|\\\\\\\\[]|->|\\\\\\\\+\\\\\\\\+|<<|>>|--|<=|\\\\\\\\^=|==|!=|&&|\\\\\\\\|\\\\\\\\||\\\\\\\\+=|-=|\\\\\\\\*=|[!%\\\\\\\\&*-\\\\\\\\-/<=>^|~])|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:\\\\\\\\[])?)))|(\\\\\\\"\\\\\\\")((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[(;<])\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.function.definition.special.operator-overload.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"17\\\":{},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"22\\\":{},\\\"23\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"33\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"storage.type.modifier.calling-convention.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"42\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"45\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.operator.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.operator.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"46\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"47\\\":{},\\\"48\\\":{\\\"name\\\":\\\"keyword.other.operator.overload.cpp\\\"},\\\"49\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"50\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"51\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"52\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"53\\\":{\\\"name\\\":\\\"storage.modifier.const.cpp\\\"},\\\"54\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"57\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"58\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.operator-overload.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.operator-overload.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"59\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"60\\\":{},\\\"61\\\":{\\\"name\\\":\\\"entity.name.operator.cpp\\\"},\\\"62\\\":{\\\"name\\\":\\\"entity.name.operator.type.cpp\\\"},\\\"63\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"entity.name.operator.type.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"entity.name.operator.type.reference.cpp\\\"}]},\\\"64\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"65\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"66\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"67\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"68\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"69\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"70\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"71\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"72\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"73\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"74\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"75\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"76\\\":{\\\"name\\\":\\\"entity.name.operator.type.array.cpp\\\"},\\\"77\\\":{\\\"name\\\":\\\"entity.name.operator.custom-literal.cpp\\\"},\\\"78\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"79\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"80\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"81\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"82\\\":{\\\"name\\\":\\\"entity.name.operator.custom-literal.cpp\\\"},\\\"83\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"84\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"85\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"86\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.special.operator-overload.cpp\\\"}},\\\"name\\\":\\\"meta.head.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.special.operator-overload.cpp\\\"}},\\\"contentName\\\":\\\"meta.function.definition.parameters.special.operator-overload\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.special.operator-overload.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.default.function.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.delete.function.cpp\\\"}},\\\"match\\\":\\\"(=)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(default)|(delete))\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.function.definition.special.operator-overload.cpp\\\"}},\\\"name\\\":\\\"meta.body.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_body_context\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.function.definition.special.operator-overload.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"operators\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)sizeof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignof\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)alignas(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.alignas.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.alignas.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.alignas\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.alignas.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typeid(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.typeid.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.typeid.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.typeid\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.typeid.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"((?<!\\\\\\\\w)noexcept(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.noexcept.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.noexcept.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.noexcept\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.noexcept.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"begin\\\":\\\"\\\\\\\\b(sizeof\\\\\\\\.\\\\\\\\.\\\\\\\\.)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.variadic.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof.variadic\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"--\\\",\\\"name\\\":\\\"keyword.operator.decrement.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\+\\\\\\\\+\\\",\\\"name\\\":\\\"keyword.operator.increment.cpp\\\"},{\\\"match\\\":\\\"<<|>>\\\",\\\"name\\\":\\\"keyword.operator.bitwise.shift.cpp\\\"},{\\\"match\\\":\\\"!=|<=|>=|==|[<>]\\\",\\\"name\\\":\\\"keyword.operator.comparison.cpp\\\"},{\\\"match\\\":\\\"&&|!|\\\\\\\\|\\\\\\\\|\\\",\\\"name\\\":\\\"keyword.operator.logical.cpp\\\"},{\\\"match\\\":\\\"[\\\\\\\\&^|~]\\\",\\\"name\\\":\\\"keyword.operator.bitwise.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=)\\\"},{\\\"match\\\":\\\"[-%*+/]\\\",\\\"name\\\":\\\"keyword.operator.arithmetic.cpp\\\"},{\\\"include\\\":\\\"#ternary_operator\\\"}]},\\\"over_qualified_types\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.struct.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.struct.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(struct)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(enum)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.union.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.union.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(union)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.class.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(class)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"}]},\\\"parameter\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\w)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\))|(,)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#function_pointer_parameter\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"#vararg_ellipses\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_types\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.specifier.parameter.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:(thread_local|volatile|register|restrict|static|extern|const)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\b\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:thread_local|volatile|register|restrict|static|extern|const))))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=])\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#scope_resolution_parameter_inner_generated\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"begin\\\":\\\"(?<==)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?=\\\\\\\\))|(,)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"=\\\",\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?<![(,:\\\\\\\\s])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[\\\\\\\\n),=\\\\\\\\[])\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.array.type.cpp\\\"}},\\\"end\\\":\\\"]\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.array.type.cpp\\\"}},\\\"name\\\":\\\"meta.bracket.square.array.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:struct|class|union|enum))\\\",\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*]\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"parameter_class\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.class.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(class)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},\\\"parameter_enum\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(enum)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},\\\"parameter_or_maybe_value\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\w)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\))|(,)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"name\\\":\\\"meta.parameter.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#function_pointer_parameter\\\"},{\\\"include\\\":\\\"#memory_operators\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#curly_initializer\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"#vararg_ellipses\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_types\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"storage.modifier.specifier.parameter.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"storage.type.primitive.cpp storage.type.built-in.primitive.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"storage.type.cpp storage.type.built-in.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"support.type.posix-reserved.pthread.cpp support.type.built-in.posix-reserved.pthread.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"support.type.posix-reserved.cpp support.type.built-in.posix-reserved.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:(thread_local|volatile|register|restrict|static|extern|const)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\s*+(?<!\\\\\\\\w)(?:(?:(?:(unsigned|wchar_t|double|signed|short|float|auto|void|long|char|bool|int)|(uint_least32_t|uint_least64_t|uint_least16_t|uint_fast64_t|uint_least8_t|int_least64_t|int_least32_t|int_least16_t|uint_fast16_t|uint_fast32_t|int_least8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|int_fast8_t|suseconds_t|useconds_t|uintmax_t|in_port_t|uintmax_t|in_addr_t|blksize_t|uintptr_t|intmax_t|intptr_t|blkcnt_t|intmax_t|u_quad_t|uint16_t|uint32_t|uint64_t|ssize_t|fixpt_t|qaddr_t|u_short|int16_t|int32_t|int64_t|uint8_t|daddr_t|caddr_t|swblk_t|clock_t|segsz_t|nlink_t|time_t|u_long|ushort|quad_t|mode_t|size_t|u_char|int8_t|u_int|uid_t|off_t|pid_t|gid_t|dev_t|div_t|key_t|ino_t|id_t|uint))|(pthread_(?:rwlockattr_|mutexattr_|condattr_|rwlock_|mutex_|cond_|attr_|once_|key_|)t))|([A-Z_a-z]\\\\\\\\w*_t))(?!\\\\\\\\w)|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\b\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:thread_local|volatile|register|restrict|static|extern|const))))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=])\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"#scope_resolution_parameter_inner_generated\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"begin\\\":\\\"(?<==)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?=\\\\\\\\))|(,)\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.parameter.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?<![(,:\\\\\\\\s])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[),=\\\\\\\\[]|//|(?:\\\\\\\\n|$))\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"begin\\\":\\\"\\\\\\\\[\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.array.type.cpp\\\"}},\\\"end\\\":\\\"]\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.array.type.cpp\\\"}},\\\"name\\\":\\\"meta.bracket.square.array.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b(?<!(?:\\\\\\\\W|^)(?:struct|class|union|enum))\\\",\\\"name\\\":\\\"entity.name.type.parameter.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*]\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"},{\\\"include\\\":\\\"#ever_present_context\\\"}]},\\\"parameter_struct\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.struct.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.struct.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(struct)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},\\\"parameter_union\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.union.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.union.parameter.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\b(union)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))?)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\[(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),])\\\"},\\\"parentheses\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.cpp\\\"}},\\\"name\\\":\\\"meta.parens.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#range_for_inner\\\"},{\\\"include\\\":\\\"#over_qualified_types\\\"},{\\\"match\\\":\\\"(?<!:):(?!:)\\\",\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"pragma\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}pragma\\\\\\\\b\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.pragma.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"}},\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.preprocessor.pragma.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"match\\\":\\\"[$A-Z_a-z][-$\\\\\\\\w]*\\\",\\\"name\\\":\\\"entity.other.attribute-name.pragma.preprocessor.cpp\\\"},{\\\"include\\\":\\\"#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"#line_continuation_character\\\"}]},\\\"pragma_mark\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.pragma.pragma-mark.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"entity.name.tag.pragma-mark.cpp\\\"}},\\\"match\\\":\\\"^((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}pragma\\\\\\\\s+mark)\\\\\\\\s+(.*)\\\",\\\"name\\\":\\\"meta.preprocessor.pragma.cpp\\\"},\\\"predefined_macros\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.$1.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b(__cplusplus|__DATE__|__FILE__|__LINE__|__STDC__|__STDC_HOSTED__|__STDC_NO_COMPLEX__|__STDC_VERSION__|__STDCPP_THREADS__|__TIME__|NDEBUG|__OBJC__|__ASSEMBLER__|__ATOM__|__AVX__|__AVX2__|_CHAR_UNSIGNED|__CLR_VER|_CONTROL_FLOW_GUARD|__COUNTER__|__cplusplus_cli|__cplusplus_winrt|_CPPRTTI|_CPPUNWIND|_DEBUG|_DLL|__FUNCDNAME__|__FUNCSIG__|__FUNCTION__|_INTEGRAL_MAX_BITS|__INTELLISENSE__|_ISO_VOLATILE|_KERNEL_MODE|_M_AMD64|_M_ARM|_M_ARM_ARMV7VE|_M_ARM_FP|_M_ARM64|_M_CEE|_M_CEE_PURE|_M_CEE_SAFE|_M_FP_EXCEPT|_M_FP_FAST|_M_FP_PRECISE|_M_FP_STRICT|_M_IX86|_M_IX86_FP|_M_X64|_MANAGED|_MSC_BUILD|_MSC_EXTENSIONS|_MSC_FULL_VER|_MSC_VER|_MSVC_LANG|__MSVC_RUNTIME_CHECKS|_MT|_NATIVE_WCHAR_T_DEFINED|_OPENMP|_PREFAST|__TIMESTAMP__|_VC_NO_DEFAULTLIB|_WCHAR_T_DEFINED|_WIN32|_WIN64|_WINRT_DLL|_ATL_VER|_MFC_VER|__GFORTRAN__|__GNUC__|__GNUC_MINOR__|__GNUC_PATCHLEVEL__|__GNUG__|__STRICT_ANSI__|__BASE_FILE__|__INCLUDE_LEVEL__|__ELF__|__VERSION__|__OPTIMIZE__|__OPTIMIZE_SIZE__|__NO_INLINE__|__GNUC_STDC_INLINE__|__CHAR_UNSIGNED__|__WCHAR_UNSIGNED__|__REGISTER_PREFIX__|__SIZE_TYPE__|__PTRDIFF_TYPE__|__WCHAR_TYPE__|__WINT_TYPE__|__INTMAX_TYPE__|__UINTMAX_TYPE__|__SIG_ATOMIC_TYPE__|__INT8_TYPE__|__INT16_TYPE__|__INT32_TYPE__|__INT64_TYPE__|__UINT8_TYPE__|__UINT16_TYPE__|__UINT32_TYPE__|__UINT64_TYPE__|__INT_LEAST8_TYPE__|__INT_LEAST16_TYPE__|__INT_LEAST32_TYPE__|__INT_LEAST64_TYPE__|__UINT_LEAST8_TYPE__|__UINT_LEAST16_TYPE__|__UINT_LEAST32_TYPE__|__UINT_LEAST64_TYPE__|__INT_FAST8_TYPE__|__INT_FAST16_TYPE__|__INT_FAST32_TYPE__|__INT_FAST64_TYPE__|__UINT_FAST8_TYPE__|__UINT_FAST16_TYPE__|__UINT_FAST32_TYPE__|__UINT_FAST64_TYPE__|__INTPTR_TYPE__|__UINTPTR_TYPE__|__CHAR_BIT__|__SCHAR_MAX__|__WCHAR_MAX__|__SHRT_MAX__|__INT_MAX__|__LONG_MAX__|__LONG_LONG_MAX__|__WINT_MAX__|__SIZE_MAX__|__PTRDIFF_MAX__|__INTMAX_MAX__|__UINTMAX_MAX__|__SIG_ATOMIC_MAX__|__INT8_MAX__|__INT16_MAX__|__INT32_MAX__|__INT64_MAX__|__UINT8_MAX__|__UINT16_MAX__|__UINT32_MAX__|__UINT64_MAX__|__INT_LEAST8_MAX__|__INT_LEAST16_MAX__|__INT_LEAST32_MAX__|__INT_LEAST64_MAX__|__UINT_LEAST8_MAX__|__UINT_LEAST16_MAX__|__UINT_LEAST32_MAX__|__UINT_LEAST64_MAX__|__INT_FAST8_MAX__|__INT_FAST16_MAX__|__INT_FAST32_MAX__|__INT_FAST64_MAX__|__UINT_FAST8_MAX__|__UINT_FAST16_MAX__|__UINT_FAST32_MAX__|__UINT_FAST64_MAX__|__INTPTR_MAX__|__UINTPTR_MAX__|__WCHAR_MIN__|__WINT_MIN__|__SIG_ATOMIC_MIN__|__SCHAR_WIDTH__|__SHRT_WIDTH__|__INT_WIDTH__|__LONG_WIDTH__|__LONG_LONG_WIDTH__|__PTRDIFF_WIDTH__|__SIG_ATOMIC_WIDTH__|__SIZE_WIDTH__|__WCHAR_WIDTH__|__WINT_WIDTH__|__INT_LEAST8_WIDTH__|__INT_LEAST16_WIDTH__|__INT_LEAST32_WIDTH__|__INT_LEAST64_WIDTH__|__INT_FAST8_WIDTH__|__INT_FAST16_WIDTH__|__INT_FAST32_WIDTH__|__INT_FAST64_WIDTH__|__INTPTR_WIDTH__|__INTMAX_WIDTH__|__SIZEOF_INT__|__SIZEOF_LONG__|__SIZEOF_LONG_LONG__|__SIZEOF_SHORT__|__SIZEOF_POINTER__|__SIZEOF_FLOAT__|__SIZEOF_DOUBLE__|__SIZEOF_LONG_DOUBLE__|__SIZEOF_SIZE_T__|__SIZEOF_WCHAR_T__|__SIZEOF_WINT_T__|__SIZEOF_PTRDIFF_T__|__BYTE_ORDER__|__ORDER_LITTLE_ENDIAN__|__ORDER_BIG_ENDIAN__|__ORDER_PDP_ENDIAN__|__FLOAT_WORD_ORDER__|__DEPRECATED|__EXCEPTIONS|__GXX_RTTI|__USING_SJLJ_EXCEPTIONS__|__GXX_EXPERIMENTAL_CXX0X__|__GXX_WEAK__|__NEXT_RUNTIME__|__LP64__|_LP64|__SSP__|__SSP_ALL__|__SSP_STRONG__|__SSP_EXPLICIT__|__SANITIZE_ADDRESS__|__SANITIZE_THREAD__|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8|__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16|__HAVE_SPECULATION_SAFE_VALUE|__GCC_HAVE_DWARF2_CFI_ASM|__FP_FAST_FMAF??|__FP_FAST_FMAL|__FP_FAST_FMAF16|__FP_FAST_FMAF32|__FP_FAST_FMAF64|__FP_FAST_FMAF128|__FP_FAST_FMAF32X|__FP_FAST_FMAF64X|__FP_FAST_FMAF128X|__GCC_IEC_559|__GCC_IEC_559_COMPLEX|__NO_MATH_ERRNO__|__has_builtin|__has_feature|__has_extension|__has_cpp_attribute|__has_c_attribute|__has_attribute|__has_declspec_attribute|__is_identifier|__has_include|__has_include_next|__has_warning|__BASE_FILE__|__FILE_NAME__|__clang__|__clang_major__|__clang_minor__|__clang_patchlevel__|__clang_version__|__fp16|_Float16)\\\\\\\\b\\\"},{\\\"match\\\":\\\"\\\\\\\\b__([A-Z_]+)__\\\\\\\\b\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$1.cpp\\\"}]},\\\"preprocessor_conditional_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#preprocessor_conditional_defined\\\"},{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#language_constants\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#preprocessor_number_literal\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"#predefined_macros\\\"},{\\\"include\\\":\\\"#macro_name\\\"},{\\\"include\\\":\\\"#line_continuation_character\\\"}]},\\\"preprocessor_conditional_defined\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)defined(?!\\\\\\\\w))(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.conditional.defined.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.parens.control.defined.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)|(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.control.defined.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#macro_name\\\"}]},\\\"preprocessor_conditional_parentheses\\\":{\\\"begin\\\":\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.cpp\\\"}},\\\"name\\\":\\\"meta.parens.preprocessor.conditional.cpp\\\"},\\\"preprocessor_conditional_range\\\":{\\\"begin\\\":\\\"^((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}(if(?:n?def|))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.control.directive.conditional.$6.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"6\\\":{}},\\\"contentName\\\":\\\"meta.preprocessor.conditional\\\",\\\"end\\\":\\\"(?<!\\\\\\\\\\\\\\\\)(?:(?=\\\\\\\\n)|(?<=(?:^|[^\\\\\\\\\\\\\\\\])\\\\\\\\n)(?=$))\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"include\\\":\\\"#preprocessor_conditional_context\\\"}]},\\\"preprocessor_conditional_standalone\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"}},\\\"match\\\":\\\"^(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}((?<!\\\\\\\\w)e(?:ndif|lse|lif|lifdef|lifndef)(?!\\\\\\\\w))\\\",\\\"name\\\":\\\"keyword.control.directive.$4.cpp\\\"},\\\"preprocessor_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#pragma_mark\\\"},{\\\"include\\\":\\\"#pragma\\\"},{\\\"include\\\":\\\"#include\\\"},{\\\"include\\\":\\\"#line\\\"},{\\\"include\\\":\\\"#diagnostic\\\"},{\\\"include\\\":\\\"#undef\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_range\\\"},{\\\"include\\\":\\\"#macro\\\"},{\\\"include\\\":\\\"#preprocessor_conditional_standalone\\\"},{\\\"include\\\":\\\"#macro_argument\\\"}]},\\\"preprocessor_number_literal\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]}},\\\"match\\\":\\\"(?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*\\\"},\\\"qualified_type\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<11>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w])\\\",\\\"name\\\":\\\"meta.qualified-type.cpp\\\"},\\\"qualifiers_and_specifiers_post_parameters\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)requires(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.functionlike.cpp keyword.other.requires.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.requires.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.requires\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.requires.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$5.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))\\\"}]}},\\\"match\\\":\\\"((?:(?:(?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))+)(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])\\\"}]},\\\"qualifiers_and_specifiers_post_parameters_inline\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$5.cpp\\\"}},\\\"match\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))\\\"}]}},\\\"match\\\":\\\"((?:(?:(?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w))+)(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])\\\"},\\\"range_for_inner\\\":{\\\"begin\\\":\\\"(?<=(?:\\\\\\\\W|^)for ?\\\\\\\\()\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"(?=\\\\\\\\))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.parens.control.for.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"22\\\":{},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"27\\\":{},\\\"28\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"name\\\":\\\"variable.other.object.declare.for.cpp\\\"},\\\"42\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"}},\\\"match\\\":\\\"((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:)(?!:)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.type.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"23\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"33\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"34\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"36\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"37\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"38\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"40\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"41\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.binding.cpp\\\"},\\\"42\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"43\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"44\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"45\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"46\\\":{\\\"name\\\":\\\"variable.other.for.cpp\\\"},\\\"47\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"48\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"49\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"50\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"51\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"},\\\"52\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"53\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"54\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"55\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"56\\\":{\\\"name\\\":\\\"variable.other.for.cpp\\\"},\\\"57\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"58\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"59\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"60\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"61\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.binding.cpp\\\"},\\\"62\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"63\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"64\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"65\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"66\\\":{\\\"name\\\":\\\"punctuation.separator.colon.range-based.cpp\\\"}},\\\"match\\\":\\\"((?:((?:(?:(?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<27>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\[)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(,)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))*((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:)(?!:)\\\",\\\"name\\\":\\\"meta.binding.cpp\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"requires_keyword\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)requires(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.functionlike.cpp keyword.other.requires.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.requires.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.requires\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.requires.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"scope_resolution\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_function_call\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_call_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_function_call_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.function.call.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.call.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_function_definition\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_definition_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_function_definition_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_definition_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.function.definition.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_function_definition_operator_overload\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_definition_operator_overload_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.operator-overload.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_function_definition_operator_overload_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_function_definition_operator_overload_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.operator-overload.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.function.definition.operator-overload.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.function.definition.operator-overload.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_namespace_alias\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_alias_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.alias.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_namespace_alias_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_alias_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.alias.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.namespace.alias.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.alias.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_namespace_block\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_block_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_namespace_block_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_block_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.block.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.namespace.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.block.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_namespace_using\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_using_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.using.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_namespace_using_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_using_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.using.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.namespace.using.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.using.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_parameter\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_parameter_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.parameter.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_parameter_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_parameter_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.parameter.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.parameter.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.parameter.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_template_call\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_template_call_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.call.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_template_call_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_template_call_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.call.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.template.call.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.call.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"scope_resolution_template_definition\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_template_definition_inner_generated\\\"}]},\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.definition.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]}},\\\"match\\\":\\\"(::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<3>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+\\\"},\\\"scope_resolution_template_definition_inner_generated\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_template_definition_inner_generated\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.definition.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"4\\\":{},\\\"5\\\":{\\\"name\\\":\\\"entity.name.scope-resolution.template.definition.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"7\\\":{},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.template.definition.cpp\\\"}},\\\"match\\\":\\\"((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)((?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\\\\\\s*+(((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<7>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?(::)\\\"},\\\"semicolon\\\":{\\\"match\\\":\\\";\\\",\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"simple_array_assignment\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.assignment.cpp\\\"},\\\"21\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.assignment.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.assignment.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.assignment.cpp\\\"},\\\"24\\\":{\\\"name\\\":\\\"variable.other.unknown.$24.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.array.type.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.array.type.cpp\\\"},\\\"27\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"28\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))(\\\\\\\\[) *(])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=))\\\"},\\\"simple_constructor_call\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"(?!class|struct|union|enum|explicit|new|delete|operator|template|throw|decltype|typename|override|final)\\\\\\\\b(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(?=(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)(?=(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[({]))))\\\"},\\\"simple_type\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"9\\\":{},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{},\\\"13\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<12>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?\\\"},\\\"sizeof_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)sizeof(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"sizeof_variadic_operator\\\":{\\\"begin\\\":\\\"\\\\\\\\b(sizeof\\\\\\\\.\\\\\\\\.\\\\\\\\.)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.sizeof.variadic.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.sizeof.variadic\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.sizeof.variadic.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"square_brackets\\\":{\\\"begin\\\":\\\"([A-Z_a-z][0-9A-Z_a-z]*|(?<=[])]))?(\\\\\\\\[)(?!])\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.other.object\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square\\\"}},\\\"end\\\":\\\"]\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square\\\"}},\\\"name\\\":\\\"meta.bracket.square.access\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"standard_declares\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.struct.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.union.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.enum.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.enum.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)enum(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.class.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"}]},\\\"static_assert\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)static_assert|_Static_assert(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.static-assert.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.static-assert.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.static-assert.cpp\\\"}},\\\"patterns\\\":[{\\\"begin\\\":\\\"(,)\\\\\\\\s+{0,1}(?=(?:L|u8?|U\\\\\\\\s+{0,1}\\\\\\\")?)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.cpp\\\"}},\\\"end\\\":\\\"(?=\\\\\\\\))\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.static-assert.message.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#string_context\\\"}]},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"std_space\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"1\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z\\\"},\\\"storage_specifiers\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"storage.modifier.specifier.$3.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w))\\\"},\\\"storage_types\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"},{\\\"include\\\":\\\"#inline_builtin_storage_type\\\"},{\\\"include\\\":\\\"#decltype\\\"},{\\\"include\\\":\\\"#typename\\\"}]},\\\"string_context\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"((?:u8??|[LU])?)\\\\\\\"\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\")(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.string.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.string.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8})\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\[\\\\\\\"'?\\\\\\\\\\\\\\\\abfnrtv]\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\[0-7]{1,3}\\\",\\\"name\\\":\\\"constant.character.escape.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.character.escape.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.unknown-escape.cpp\\\"}},\\\"match\\\":\\\"(\\\\\\\\\\\\\\\\x0*\\\\\\\\h{2}(?!\\\\\\\\h))|(\\\\\\\\\\\\\\\\x\\\\\\\\h*)\\\"},{\\\"include\\\":\\\"#string_escapes_context_c\\\"}]},{\\\"begin\\\":\\\"(?<!\\\\\\\\h)((?:u8??|[LU])?)'\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"(')(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.character.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.character.cpp\\\"}},\\\"name\\\":\\\"string.quoted.single.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.character.escape.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"invalid.illegal.unknown-escape.cpp\\\"}},\\\"match\\\":\\\"(\\\\\\\\\\\\\\\\x0*\\\\\\\\h{2}(?!\\\\\\\\h))|(\\\\\\\\\\\\\\\\x\\\\\\\\h*)\\\"},{\\\"include\\\":\\\"#string_escapes_context_c\\\"},{\\\"include\\\":\\\"#line_continuation_character\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"(?:(?:_r|re)|regex)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)(?:(?:_r|re)|regex)\\\\\\\"\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.regex.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.regexp.python\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"(?:glsl|GLSL)\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)(?:glsl|GLSL)\\\\\\\"\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"meta.string.quoted.double.raw.glsl.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"source.glsl\\\"}]},{\\\"begin\\\":\\\"((?:[LUu]8?)?R)\\\\\\\"\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.begin.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\\\\\"\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.end.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.cpp\\\",\\\"patterns\\\":[{}]},{\\\"begin\\\":\\\"((?:u8??|[LU])?R)\\\\\\\"(?:([^\\\\\\\\t ()\\\\\\\\\\\\\\\\]{0,16})|([^\\\\\\\\t ()\\\\\\\\\\\\\\\\]*))\\\\\\\\(\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.string.$2.begin\\\"},\\\"1\\\":{\\\"name\\\":\\\"meta.encoding\\\"},\\\"3\\\":{\\\"name\\\":\\\"invalid.illegal.delimiter-too-long\\\"}},\\\"end\\\":\\\"(\\\\\\\\)(\\\\\\\\2)(\\\\\\\\3)\\\\\\\")(?:((?:[A-Za-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|(_(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.string.$2.end\\\"},\\\"3\\\":{\\\"name\\\":\\\"invalid.illegal.delimiter-too-long\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.reserved.string.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.string.cpp\\\"}},\\\"name\\\":\\\"string.quoted.double.raw.$2\\\"}]},\\\"string_escaped_char\\\":{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\([\\\\\\\"'?\\\\\\\\\\\\\\\\abefnprtv]|[0-3][0-7]{0,2}|[4-7]\\\\\\\\d?|x\\\\\\\\h{0,2}|u\\\\\\\\h{0,4}|U\\\\\\\\h{0,8})\\\",\\\"name\\\":\\\"constant.character.escape\\\"},\\\"string_escapes_context_c\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\([\\\\\\\"'?\\\\\\\\\\\\\\\\abefnprtv]|[0-3][0-7]{0,2}|[4-7]\\\\\\\\d?|x\\\\\\\\h{0,2}|u\\\\\\\\h{0,4}|U\\\\\\\\h{0,8})\\\",\\\"name\\\":\\\"constant.character.escape\\\"},{\\\"match\\\":\\\"\\\\\\\\\\\\\\\\.\\\",\\\"name\\\":\\\"invalid.illegal.unknown-escape\\\"},{\\\"match\\\":\\\"(?!%')(?!%\\\\\\\")%(\\\\\\\\d+\\\\\\\\$)?[- #'+0]*[,:;_]?((-?\\\\\\\\d+)|\\\\\\\\*(-?\\\\\\\\d+\\\\\\\\$)?)?(\\\\\\\\.((-?\\\\\\\\d+)|\\\\\\\\*(-?\\\\\\\\d+\\\\\\\\$)?)?)?(hh?|ll|[Ljlqtz]|vh|vl?|hv|hl)?[%AC-GOSUXac-ginopsux]\\\",\\\"name\\\":\\\"constant.other.placeholder\\\"}]},\\\"struct_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.struct.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.struct.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.head.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.body.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"struct_declare\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.struct.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},\\\"switch_conditional_parentheses\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.conditional.switch.cpp\\\"}},\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.conditional.switch.cpp\\\"}},\\\"name\\\":\\\"meta.conditional.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#range_for_inner\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"switch_statement\\\":{\\\"begin\\\":\\\"((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)switch(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.switch.cpp\\\"},\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.control.switch.cpp\\\"}},\\\"end\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.block.switch.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.switch.cpp\\\"}},\\\"name\\\":\\\"meta.head.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#switch_conditional_parentheses\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.switch.cpp\\\"}},\\\"name\\\":\\\"meta.body.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#default_statement\\\"},{\\\"include\\\":\\\"#case_statement\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.switch.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"template_argument_defaulted\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.argument.$1.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.type.template.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"(?<=[,<])\\\\\\\\s+{0,1}((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(=)\\\"},\\\"template_call_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#language_constants\\\"},{\\\"include\\\":\\\"#scope_resolution_template_call_inner_generated\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma_in_template_argument\\\"},{\\\"include\\\":\\\"#qualified_type\\\"}]},\\\"template_call_innards\\\":{\\\"captures\\\":{\\\"0\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!<)<(?!<)(?:(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<1>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+\\\",\\\"name\\\":\\\"meta.template.call.cpp\\\"},\\\"template_call_range\\\":{\\\"begin\\\":\\\"<\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.call.cpp\\\"}},\\\"end\\\":\\\">\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.call.cpp\\\"}},\\\"name\\\":\\\"meta.template.call.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_context\\\"}]},\\\"template_call_range_helper\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.bitwise.shift.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b((?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(<<)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"(?=.)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"$\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=\\\\\\\\h)\\\\\\\\.|\\\\\\\\.(?=\\\\\\\\h))(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"constant.numeric.decimal.point.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"10\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.floating-point.cpp keyword.other.unit.suffix.floating-point.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?((?<=[0-9])\\\\\\\\.|\\\\\\\\.(?=[0-9]))([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)?(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?([FLfl](?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.binary.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.binary.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Bb])([01](?:[01]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.octal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.octal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0)((?:[0-7]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))+)((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.unit.hexadecimal.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"constant.numeric.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.hexadecimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.hexadecimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.hexadecimal.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"constant.numeric.exponent.hexadecimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(0[Xx])(\\\\\\\\h(?:\\\\\\\\h|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Pp])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![Pp\\\\\\\\h])\\\\\\\\w*)?)$\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"constant.numeric.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"keyword.other.unit.exponent.decimal.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.plus.exponent.decimal.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.operator.minus.exponent.decimal.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"constant.numeric.exponent.decimal.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"(?<=\\\\\\\\h)'(?=\\\\\\\\h)\\\",\\\"name\\\":\\\"punctuation.separator.constant.numeric.cpp\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.built-in.integer.cpp keyword.other.unit.suffix.integer.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"keyword.other.suffix.literal.user-defined.integer.cpp keyword.other.unit.user-defined.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\G(?=[.0-9])(?!0[BXbx])([0-9](?:[0-9]|((?<=\\\\\\\\h)'(?=\\\\\\\\h)))*)(?:(?<!')([Ee])(\\\\\\\\+?)(-?)([0-9](?:[0-9]|(?<=\\\\\\\\h)'(?=\\\\\\\\h))*))?((?:[Uu]|[Uu]ll?|[Uu]LL?|ll?[Uu]?|LL?[Uu]?|[Ff])(?!\\\\\\\\w))?((?:\\\\\\\\w(?<![0-9Ee])\\\\\\\\w*)?)$\\\"},{\\\"match\\\":\\\"(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])+\\\",\\\"name\\\":\\\"invalid.illegal.constant.numeric.cpp\\\"}]}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.comparison.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b((?<!\\\\\\\\w)\\\\\\\\.?\\\\\\\\d(?:['.0-9A-Z_a-z]|(?<=[EPep])[-+])*)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(<)\\\"},{\\\"include\\\":\\\"#template_call_range\\\"}]},\\\"template_definition\\\":{\\\"begin\\\":\\\"(?<!\\\\\\\\w)(template)\\\\\\\\s+{0,1}(<)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.definition.cpp\\\"}},\\\"end\\\":\\\">\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.definition.cpp\\\"}},\\\"name\\\":\\\"meta.template.definition.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"(?<=\\\\\\\\w)\\\\\\\\s+{0,1}<\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.call.cpp\\\"}},\\\"end\\\":\\\">\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.call.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_context\\\"}]},{\\\"include\\\":\\\"#template_definition_context\\\"}]},\\\"template_definition_argument\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"storage.type.template.argument.$3.cpp\\\"},\\\"4\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"storage.type.template.argument.$0.cpp\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"entity.name.type.template.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.template.argument.$6.cpp\\\"},\\\"7\\\":{\\\"name\\\":\\\"punctuation.vararg-ellipses.template.definition.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"entity.name.type.template.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.definition.cpp\\\"},\\\"11\\\":{\\\"name\\\":\\\"storage.type.template.argument.$11.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"entity.name.type.template.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.definition.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"storage.type.template.argument.$14.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"entity.name.type.template.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"punctuation.separator.delimiter.comma.template.argument.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)|((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s+)+)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))|((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}(\\\\\\\\.\\\\\\\\.\\\\\\\\.)\\\\\\\\s+{0,1}((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))|(?<!\\\\\\\\w)(template)\\\\\\\\s+{0,1}(<)\\\\\\\\s+{0,1}((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(>)\\\\\\\\s+{0,1}(class|typename)(?:\\\\\\\\s+((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*))?)\\\\\\\\s+{0,1}(?:(=)\\\\\\\\s+{0,1}(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?(?:(,)|(?=>|$))\\\"},\\\"template_definition_context\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_template_definition_inner_generated\\\"},{\\\"include\\\":\\\"#template_definition_argument\\\"},{\\\"include\\\":\\\"#template_argument_defaulted\\\"},{\\\"include\\\":\\\"#template_call_innards\\\"},{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"template_explicit_instantiation\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.modifier.specifier.extern.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"}},\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:(extern)\\\\\\\\s+)?(template)\\\\\\\\s+\\\",\\\"name\\\":\\\"meta.template.explicit-instantiation.cpp\\\"},\\\"template_isolated_definition\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.template.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.begin.template.definition.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"meta.template.definition.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#template_definition_context\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"punctuation.section.angle-brackets.end.template.definition.cpp\\\"}},\\\"match\\\":\\\"(?<!\\\\\\\\w)(template)\\\\\\\\s+{0,1}(<)(.*)(>)\\\\\\\\s+{0,1}$\\\"},\\\"ternary_operator\\\":{\\\"applyEndPatternLast\\\":1,\\\"begin\\\":\\\"\\\\\\\\?\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.ternary.cpp\\\"}},\\\"end\\\":\\\":\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"keyword.operator.ternary.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#method_access\\\"},{\\\"include\\\":\\\"#member_access\\\"},{\\\"include\\\":\\\"#predefined_macros\\\"},{\\\"include\\\":\\\"#operators\\\"},{\\\"include\\\":\\\"#memory_operators\\\"},{\\\"include\\\":\\\"#wordlike_operators\\\"},{\\\"include\\\":\\\"#type_casting_operators\\\"},{\\\"include\\\":\\\"#control_flow_keywords\\\"},{\\\"include\\\":\\\"#exception_keywords\\\"},{\\\"include\\\":\\\"#the_this_keyword\\\"},{\\\"include\\\":\\\"#language_constants\\\"},{\\\"include\\\":\\\"#constructor_bracket_call\\\"},{\\\"include\\\":\\\"#simple_constructor_call\\\"},{\\\"include\\\":\\\"#simple_array_assignment\\\"},{\\\"include\\\":\\\"#builtin_storage_type_initilizer\\\"},{\\\"include\\\":\\\"#qualifiers_and_specifiers_post_parameters\\\"},{\\\"include\\\":\\\"#functional_specifiers_pre_parameters\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#lambdas\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#parentheses\\\"},{\\\"include\\\":\\\"#function_call\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#square_brackets\\\"},{\\\"include\\\":\\\"#semicolon\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#unknown_variable\\\"}]},\\\"the_this_keyword\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"variable.language.this.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)this(?!\\\\\\\\w))\\\"},\\\"type_alias\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"entity.name.type.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"keyword.other.typename.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"20\\\":{\\\"name\\\":\\\"meta.declaration.type.alias.value.unknown.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"22\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"23\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"25\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"26\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"27\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"28\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"30\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+(?!namespace)((?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)\\\\\\\\s+{0,1}((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?\\\\\\\\s+{0,1}(=)\\\\\\\\s+{0,1}((?:typename)?)\\\\\\\\s+{0,1}((?:(?:((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)?(?:(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<19>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<19>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))|(.*(?<!;)))(?:((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})?\\\\\\\\s+{0,1}(?:(;)|\\\\\\\\n)\\\",\\\"name\\\":\\\"meta.declaration.type.alias.cpp\\\"},\\\"type_casting_operators\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"keyword.operator.wordlike.cpp keyword.operator.cast.$3.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:reinterpret|dynamic|static|const)_cast(?!\\\\\\\\w))\\\"},\\\"typedef_class\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)class(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)class(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.class.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.class.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.class.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.head.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.class.cpp\\\"}},\\\"name\\\":\\\"meta.body.class.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.class.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typedef_function_pointer\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=.*\\\\\\\\(\\\\\\\\*\\\\\\\\s*(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\s*\\\\\\\\))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<18>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()(\\\\\\\\*)\\\\\\\\s+{0,1}((?:(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*)?)\\\\\\\\s+{0,1}(?:(\\\\\\\\[)(\\\\\\\\w*)(])\\\\\\\\s+{0,1})*(\\\\\\\\))\\\\\\\\s+{0,1}(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"16\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"18\\\":{},\\\"19\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"22\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"23\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"24\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"25\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"28\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"29\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"30\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"31\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"punctuation.section.parens.begin.bracket.round.function.pointer.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"punctuation.definition.function.pointer.dereference.cpp\\\"},\\\"34\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp entity.name.type.pointer.function.cpp\\\"},\\\"35\\\":{\\\"name\\\":\\\"punctuation.definition.begin.bracket.square.cpp\\\"},\\\"36\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"37\\\":{\\\"name\\\":\\\"punctuation.definition.end.bracket.square.cpp\\\"},\\\"38\\\":{\\\"name\\\":\\\"punctuation.section.parens.end.bracket.round.function.pointer.cpp\\\"},\\\"39\\\":{\\\"name\\\":\\\"punctuation.section.parameters.begin.bracket.round.function.pointer.cpp\\\"}},\\\"end\\\":\\\"(\\\\\\\\))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:override|volatile|noexcept|final|const)(?!\\\\\\\\w)))+(?=\\\\\\\\s*[\\\\\\\\n\\\\\\\\r;={])((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[\\\\\\\\n),;=>{])(?!\\\\\\\\()\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.section.parameters.end.bracket.round.function.pointer.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"storage.modifier.specifier.functional.post-parameters.$10.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#function_parameter_context\\\"}]}]},\\\"typedef_struct\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)struct(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)struct(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.struct.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.struct.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.struct.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.head.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.struct.cpp\\\"}},\\\"name\\\":\\\"meta.body.struct.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.struct.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typedef_union\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typedef(?!\\\\\\\\w))\\\\\\\\s+{0,1}(?=(?<!\\\\\\\\w)union(?!\\\\\\\\w))\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.typedef.cpp\\\"}},\\\"end\\\":\\\"(?<=;)\\\",\\\"endCaptures\\\":{},\\\"patterns\\\":[{\\\"begin\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.union.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.union.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.head.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.body.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.union.cpp\\\",\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"12\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"entity.name.type.alias.cpp\\\"}},\\\"match\\\":\\\"(((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*]((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},{\\\"match\\\":\\\",\\\"}]}]}]},\\\"typeid_operator\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)typeid(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\()\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.operator.functionlike.cpp keyword.operator.typeid.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"punctuation.section.arguments.begin.bracket.round.operator.typeid.cpp\\\"}},\\\"contentName\\\":\\\"meta.arguments.operator.typeid\\\",\\\"end\\\":\\\"\\\\\\\\)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.arguments.end.bracket.round.operator.typeid.cpp\\\"}},\\\"patterns\\\":[{\\\"include\\\":\\\"#evaluation_context\\\"}]},\\\"typename\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.modifier.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"5\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"6\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"14\\\":{},\\\"15\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"16\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{}},\\\"match\\\":\\\"((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)typename(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<17>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<17>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))\\\"},\\\"undef\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.control.directive.undef.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"punctuation.definition.directive.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"7\\\":{\\\"name\\\":\\\"entity.name.function.preprocessor.cpp\\\"}},\\\"match\\\":\\\"^((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(#)\\\\\\\\s+{0,1}undef)\\\\\\\\b(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\",\\\"name\\\":\\\"meta.preprocessor.undef.cpp\\\"},\\\"union_block\\\":{\\\"begin\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?=\\\\\\\\{)|(?:((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?((?:(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*+)?(?:((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(:(?!:)))?)\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"meta.head.union.cpp\\\"},\\\"1\\\":{\\\"name\\\":\\\"storage.type.$1.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"6\\\":{\\\"name\\\":\\\"storage.type.modifier.final.cpp\\\"},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"9\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"10\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?<!\\\\\\\\w)final(?!\\\\\\\\w))((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?=[:{]|$)\\\"},{\\\"match\\\":\\\"DLLEXPORT\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.DLLEXPORT.cpp\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.other.preprocessor.macro.predefined.probably.$0.cpp\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"13\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"14\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"15\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"16\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"17\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"18\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"19\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"},\\\"20\\\":{\\\"name\\\":\\\"punctuation.separator.colon.inheritance.cpp\\\"}},\\\"end\\\":\\\"(?:(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s+{0,1}(;)|(;))|(?=[];=>\\\\\\\\[])\\\",\\\"endCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.block.union.cpp\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"\\\\\\\\G ?\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<|(?=;)\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.begin.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.head.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#ever_present_context\\\"},{\\\"include\\\":\\\"#inheritance_context\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},{\\\"begin\\\":\\\"(?<=\\\\\\\\{|<%|\\\\\\\\?\\\\\\\\?<)\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"}|%>|\\\\\\\\?\\\\\\\\?>\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.section.block.end.bracket.curly.union.cpp\\\"}},\\\"name\\\":\\\"meta.body.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#function_pointer\\\"},{\\\"include\\\":\\\"#static_assert\\\"},{\\\"include\\\":\\\"#constructor_inline\\\"},{\\\"include\\\":\\\"#destructor_inline\\\"},{\\\"include\\\":\\\"#operator_overload\\\"},{\\\"include\\\":\\\"#normal_variable_declaration\\\"},{\\\"include\\\":\\\"#normal_variable_assignment\\\"},{\\\"include\\\":\\\"$self\\\"}]},{\\\"begin\\\":\\\"(?<=}|%>|\\\\\\\\?\\\\\\\\?>)\\\\\\\\s*\\\",\\\"beginCaptures\\\":{},\\\"end\\\":\\\"\\\\\\\\s*(?=;)\\\",\\\"endCaptures\\\":{},\\\"name\\\":\\\"meta.tail.union.cpp\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"$self\\\"}]}]},\\\"union_declare\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"storage.type.union.declare.cpp\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"entity.name.type.union.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"12\\\":{\\\"name\\\":\\\"variable.other.object.declare.cpp\\\"},\\\"13\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"((?<!\\\\\\\\w)union(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)\\\\\\\\b(?!override\\\\\\\\W|override\\\\\\\\$|final\\\\\\\\W|final\\\\\\\\$)((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=\\\\\\\\S)(?![:A-Za-{])\\\"},\\\"unknown_variable\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.unknown.$1.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.unknown.$2.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.unknown.$3.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.unknown.$4.cpp\\\"},\\\"5\\\":{\\\"name\\\":\\\"variable.other.unknown.$5.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))\\\"},\\\"using_name\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"}},\\\"match\\\":\\\"(using)\\\\\\\\s+(?!namespace\\\\\\\\b)\\\"},\\\"using_namespace\\\":{\\\"begin\\\":\\\"(?<!\\\\\\\\w)(using)\\\\\\\\s+(namespace)\\\\\\\\s+((::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<6>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*\\\\\\\\s*+)?((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w))(?=[\\\\\\\\n;])\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"keyword.other.using.directive.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"keyword.other.namespace.directive.cpp storage.type.namespace.directive.cpp\\\"},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#scope_resolution_namespace_using_inner_generated\\\"}]},\\\"4\\\":{\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.namespace.using.cpp\\\"},\\\"5\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"6\\\":{},\\\"7\\\":{\\\"name\\\":\\\"entity.name.namespace.cpp\\\"}},\\\"end\\\":\\\";\\\",\\\"endCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.terminator.statement.cpp\\\"}},\\\"name\\\":\\\"meta.using-namespace.cpp\\\"},\\\"vararg_ellipses\\\":{\\\"match\\\":\\\"(?<!\\\\\\\\.)\\\\\\\\.\\\\\\\\.\\\\\\\\.(?!\\\\\\\\.)\\\",\\\"name\\\":\\\"punctuation.vararg-ellipses.cpp\\\"},\\\"variable_assignment\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"22\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"23\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.assignment.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.assignment.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.assignment.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.assignment.cpp\\\"},\\\"28\\\":{\\\"name\\\":\\\"variable.other.unknown.$28.cpp\\\"},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"30\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"31\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.cpp\\\"},\\\"32\\\":{\\\"name\\\":\\\"keyword.operator.assignment.compound.bitwise.cpp\\\"},\\\"33\\\":{\\\"name\\\":\\\"keyword.operator.assignment.cpp\\\"}},\\\"match\\\":\\\"(?:((?:(?:((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<16>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<16>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:((?:[-%*+]|(?<!\\\\\\\\()/)=)|((?:[\\\\\\\\&^]|<<|>>|\\\\\\\\|)=)|(=))\\\",\\\"name\\\":\\\"meta.assignment.cpp\\\"},\\\"variable_declare\\\":{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#storage_specifiers\\\"}]},\\\"2\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"3\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"4\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"5\\\":{\\\"name\\\":\\\"meta.qualified-type.cpp\\\",\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:struct|class|union|enum)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"storage.type.$0.cpp\\\"},{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#storage_types\\\"},{\\\"include\\\":\\\"#number_literal\\\"},{\\\"include\\\":\\\"#string_context\\\"},{\\\"include\\\":\\\"#comma\\\"},{\\\"include\\\":\\\"#scope_resolution_inner_generated\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"},{\\\"match\\\":\\\"(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\",\\\"name\\\":\\\"entity.name.type.cpp\\\"}]},\\\"6\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#attributes_context\\\"},{\\\"include\\\":\\\"#number_literal\\\"}]},\\\"7\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"8\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"9\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"10\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"11\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"::\\\",\\\"name\\\":\\\"punctuation.separator.namespace.access.cpp punctuation.separator.scope-resolution.type.cpp\\\"},{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"entity.name.scope-resolution.type.cpp\\\"},{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"12\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#template_call_range_helper\\\"}]},\\\"14\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"15\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"17\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"\\\\\\\\*\\\",\\\"name\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"4\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"(?:&((?:\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+)+|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)){2,}&\\\",\\\"name\\\":\\\"invalid.illegal.reference-type.cpp\\\"},{\\\"match\\\":\\\"&\\\",\\\"name\\\":\\\"storage.modifier.reference.cpp\\\"}]},\\\"18\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"19\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"20\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"21\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"22\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"23\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]},\\\"24\\\":{\\\"name\\\":\\\"variable.lower-case.cpp variable.other.declare.cpp\\\"},\\\"25\\\":{\\\"name\\\":\\\"variable.snake-case.cpp variable.other.declare.cpp\\\"},\\\"26\\\":{\\\"name\\\":\\\"variable.camel-case.cpp variable.other.declare.cpp\\\"},\\\"27\\\":{\\\"name\\\":\\\"variable.upper-case.cpp variable.other.declare.cpp\\\"},\\\"28\\\":{\\\"name\\\":\\\"variable.other.unknown.$28.cpp\\\"},\\\"29\\\":{\\\"patterns\\\":[{\\\"include\\\":\\\"#inline_comment\\\"}]},\\\"30\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.begin.cpp\\\"},\\\"2\\\":{\\\"name\\\":\\\"comment.block.cpp\\\"},\\\"3\\\":{\\\"name\\\":\\\"comment.block.cpp punctuation.definition.comment.end.cpp\\\"}},\\\"match\\\":\\\"\\\\\\\\s*+(/\\\\\\\\*)((?:[^*]++|\\\\\\\\*+(?!/))*+(\\\\\\\\*/))\\\\\\\\s*+\\\"}]}},\\\"match\\\":\\\"(?:((?:(?:((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?<!\\\\\\\\w)(?:thread_local|volatile|register|restrict|static|extern|const)(?!\\\\\\\\w)\\\\\\\\s+)+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(\\\\\\\\s*+((?:(?:(?:\\\\\\\\[\\\\\\\\[.*?]]|__attribute(?:__)?\\\\\\\\s*\\\\\\\\(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\)\\\\\\\\s*\\\\\\\\))|__declspec\\\\\\\\(.*?\\\\\\\\))|alignas\\\\\\\\(.*?\\\\\\\\))(?!\\\\\\\\)))?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:(?:(?:unsigned|signed|short|long)|(?:struct|class|union|enum))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*(?:((?:::)?(?:(?!\\\\\\\\b(?:__has_cpp_attribute|reinterpret_cast|atomic_noexcept|atomic_commit|atomic_cancel|__has_include|thread_local|dynamic_cast|synchronized|static_cast|const_cast|consteval|co_return|protected|constinit|constexpr|co_return|consteval|namespace|constexpr|co_await|explicit|volatile|noexcept|co_yield|noexcept|requires|typename|decltype|operator|template|continue|co_await|co_yield|volatile|register|restrict|reflexpr|mutable|alignof|include|private|defined|typedef|_Pragma|__asm__|concept|mutable|warning|default|virtual|alignas|public|sizeof|delete|not_eq|bitand|and_eq|xor_eq|typeid|switch|return|struct|static|extern|inline|friend|ifndef|define|pragma|export|import|module|catch|throw|const|or_eq|compl|while|ifdef|const|bitor|union|class|undef|error|break|using|endif|goto|line|enum|this|case|else|elif|else|not|try|for|asm|and|xor|new|do|if|or|if)\\\\\\\\b)(?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)\\\\\\\\s*+(((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<16>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)\\\\\\\\s*+)?::)*+)(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))?(?!(?:transaction_safe_dynamic|__has_cpp_attribute|reinterpret_cast|transaction_safe|atomic_noexcept|atomic_commit|__has_include|atomic_cancel|synchronized|thread_local|dynamic_cast|static_cast|const_cast|constexpr|co_return|constinit|namespace|protected|consteval|constexpr|co_return|consteval|co_await|continue|template|reflexpr|volatile|register|co_await|co_yield|restrict|noexcept|volatile|override|explicit|decltype|operator|noexcept|typename|requires|co_yield|nullptr|alignof|alignas|default|mutable|virtual|mutable|private|include|warning|_Pragma|defined|typedef|__asm__|concept|define|module|sizeof|switch|delete|pragma|and_eq|inline|xor_eq|typeid|import|extern|public|bitand|static|export|return|friend|ifndef|not_eq|false|final|break|const|catch|endif|ifdef|undef|error|audit|while|using|axiom|or_eq|compl|throw|bitor|const|line|case|else|this|true|goto|else|NULL|elif|new|asm|xor|and|try|not|for|do|if|or|if)\\\\\\\\b)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*\\\\\\\\b((?<!<)<(?!<)(?:/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/|\\\\\\\"(?:[^\\\\\\\"]*|\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\"|'(?:[^']*|\\\\\\\\\\\\\\\\')'|\\\\\\\\g<16>|(?:[^\\\\\\\"'/<>]|/[^*])++)*>)?(?![.:<\\\\\\\\w]))((((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)?(?:[\\\\\\\\&*](((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z))*[\\\\\\\\&*])?(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?:\\\\\\\\b(?:(?:(?:([0-9a-z]+)|([0-9A-Za-z]+_[0-9A-Za-z]*))|([a-z]+[A-Z][0-9A-Za-z]*))|([A-Z][0-9A-Z_]*))\\\\\\\\b|((?<!\\\\\\\\w)(?:[A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))(?:[0-9A-Z_a-z]|\\\\\\\\\\\\\\\\(?:u\\\\\\\\h{4}|U\\\\\\\\h{8}))*(?!\\\\\\\\w)))(((?:\\\\\\\\s*+/\\\\\\\\*(?:[^*]++|\\\\\\\\*+(?!/))*+\\\\\\\\*/\\\\\\\\s*+)+)|\\\\\\\\s++|(?<=\\\\\\\\W)|(?=\\\\\\\\W)|^|\\\\\\\\n?$|\\\\\\\\A|\\\\\\\\Z)(?=[,;\\\\\\\\[])(?![^=]++=)\\\",\\\"name\\\":\\\"meta.declaration.cpp\\\"},\\\"wordlike_operators\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"(?<!\\\\\\\\w)(?:noexcept|xor_eq|and_eq|delete|not_eq|bitand|bitor|compl|or_eq|not|xor|new|and|or)(?!\\\\\\\\w)\\\",\\\"name\\\":\\\"keyword.operator.wordlike.cpp keyword.operator.$0.cpp\\\"}]}},\\\"scopeName\\\":\\\"source.cpp\\\",\\\"embeddedLangs\\\":[\\\"cpp-macro\\\",\\\"regexp\\\",\\\"glsl\\\"],\\\"aliases\\\":[\\\"c++\\\"]}\"))\n\nexport default [\n...cpp_macro,\n...regexp,\n...glsl,\nlang\n]\n"],"names":["lang","regexp","glsl","c","cpp_macro","cpp"],"mappings":"+BAAA,MAAMA,EAAO,OAAO,OAAO,KAAK,MAAM,ovPAAkkR,CAAC,EAEzmRC,EAAe,CACfD,CACA,ECFMA,EAAO,OAAO,OAAO,KAAK,MAAM,88GAAokH,CAAC,EAE3mHE,EAAe,CACf,GAAGC,EACHH,CACA,ECJMA,EAAO,OAAO,OAAO,KAAK,MAAM,0grRAAkxwS,CAAC,EAEzzwSI,EAAe,CACf,GAAGH,EACH,GAAGC,EACHF,CACA,ECLMA,EAAO,OAAO,OAAO,KAAK,MAAM,62yeAA6sygB,CAAC,EAEpvygBK,EAAe,CACf,GAAGD,EACH,GAAGH,EACH,GAAGC,EACHF,CACA","x_google_ignoreList":[0,1,2,3]}
|