{"version":3,"file":"async/58425.bdde5788.js","sources":["webpack://app/./node_modules/.pnpm/shiki@1.23.1/node_modules/shiki/dist/langs/toml.mjs"],"sourcesContent":["const lang = Object.freeze(JSON.parse(\"{\\\"displayName\\\":\\\"TOML\\\",\\\"fileTypes\\\":[\\\"toml\\\"],\\\"name\\\":\\\"toml\\\",\\\"patterns\\\":[{\\\"include\\\":\\\"#comments\\\"},{\\\"include\\\":\\\"#groups\\\"},{\\\"include\\\":\\\"#key_pair\\\"},{\\\"include\\\":\\\"#invalid\\\"}],\\\"repository\\\":{\\\"comments\\\":{\\\"begin\\\":\\\"(^[ \\\\\\\\t]+)?(?=#)\\\",\\\"beginCaptures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.whitespace.comment.leading.toml\\\"}},\\\"end\\\":\\\"(?!\\\\\\\\G)\\\",\\\"patterns\\\":[{\\\"begin\\\":\\\"#\\\",\\\"beginCaptures\\\":{\\\"0\\\":{\\\"name\\\":\\\"punctuation.definition.comment.toml\\\"}},\\\"end\\\":\\\"\\\\\\\\n\\\",\\\"name\\\":\\\"comment.line.number-sign.toml\\\"}]},\\\"groups\\\":{\\\"patterns\\\":[{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.section.begin.toml\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"[^\\\\\\\\s.]+\\\",\\\"name\\\":\\\"entity.name.section.toml\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.section.begin.toml\\\"}},\\\"match\\\":\\\"^\\\\\\\\s*(\\\\\\\\[)([^\\\\\\\\[\\\\\\\\]]*)(\\\\\\\\])\\\",\\\"name\\\":\\\"meta.group.toml\\\"},{\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"punctuation.definition.section.begin.toml\\\"},\\\"2\\\":{\\\"patterns\\\":[{\\\"match\\\":\\\"[^\\\\\\\\s.]+\\\",\\\"name\\\":\\\"entity.name.section.toml\\\"}]},\\\"3\\\":{\\\"name\\\":\\\"punctuation.definition.section.begin.toml\\\"}},\\\"match\\\":\\\"^\\\\\\\\s*(\\\\\\\\[\\\\\\\\[)([^\\\\\\\\[\\\\\\\\]]*)(\\\\\\\\]\\\\\\\\])\\\",\\\"name\\\":\\\"meta.group.double.toml\\\"}]},\\\"invalid\\\":{\\\"match\\\":\\\"\\\\\\\\S+(\\\\\\\\s*(?=\\\\\\\\S))?\\\",\\\"name\\\":\\\"invalid.illegal.not-allowed-here.toml\\\"},\\\"key_pair\\\":{\\\"patterns\\\":[{\\\"begin\\\":\\\"([A-Za-z0-9_-]+)\\\\\\\\s*(=)\\\\\\\\s*\\\",\\\"captures\\\":{\\\"1\\\":{\\\"name\\\":\\\"variable.other.key.toml\\\"},\\\"2\\\":{\\\"name\\\":\\\"punctuation.separator.key-value.toml\\\"}},\\\"end\\\":\\\"(?<=\\\\\\\\S)(?