redshift-VYFUK52F.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. import "./chunk-2LSFTFF7.js";
  2. // node_modules/.pnpm/monaco-editor@0.38.0/node_modules/monaco-editor/esm/vs/basic-languages/redshift/redshift.js
  3. var conf = {
  4. comments: {
  5. lineComment: "--",
  6. blockComment: ["/*", "*/"]
  7. },
  8. brackets: [
  9. ["{", "}"],
  10. ["[", "]"],
  11. ["(", ")"]
  12. ],
  13. autoClosingPairs: [
  14. { open: "{", close: "}" },
  15. { open: "[", close: "]" },
  16. { open: "(", close: ")" },
  17. { open: '"', close: '"' },
  18. { open: "'", close: "'" }
  19. ],
  20. surroundingPairs: [
  21. { open: "{", close: "}" },
  22. { open: "[", close: "]" },
  23. { open: "(", close: ")" },
  24. { open: '"', close: '"' },
  25. { open: "'", close: "'" }
  26. ]
  27. };
  28. var language = {
  29. defaultToken: "",
  30. tokenPostfix: ".sql",
  31. ignoreCase: true,
  32. brackets: [
  33. { open: "[", close: "]", token: "delimiter.square" },
  34. { open: "(", close: ")", token: "delimiter.parenthesis" }
  35. ],
  36. keywords: [
  37. "AES128",
  38. "AES256",
  39. "ALL",
  40. "ALLOWOVERWRITE",
  41. "ANALYSE",
  42. "ANALYZE",
  43. "AND",
  44. "ANY",
  45. "ARRAY",
  46. "AS",
  47. "ASC",
  48. "AUTHORIZATION",
  49. "AZ64",
  50. "BACKUP",
  51. "BETWEEN",
  52. "BINARY",
  53. "BLANKSASNULL",
  54. "BOTH",
  55. "BYTEDICT",
  56. "BZIP2",
  57. "CASE",
  58. "CAST",
  59. "CHECK",
  60. "COLLATE",
  61. "COLUMN",
  62. "CONSTRAINT",
  63. "CREATE",
  64. "CREDENTIALS",
  65. "CROSS",
  66. "CURRENT_DATE",
  67. "CURRENT_TIME",
  68. "CURRENT_TIMESTAMP",
  69. "CURRENT_USER",
  70. "CURRENT_USER_ID",
  71. "DEFAULT",
  72. "DEFERRABLE",
  73. "DEFLATE",
  74. "DEFRAG",
  75. "DELTA",
  76. "DELTA32K",
  77. "DESC",
  78. "DISABLE",
  79. "DISTINCT",
  80. "DO",
  81. "ELSE",
  82. "EMPTYASNULL",
  83. "ENABLE",
  84. "ENCODE",
  85. "ENCRYPT",
  86. "ENCRYPTION",
  87. "END",
  88. "EXCEPT",
  89. "EXPLICIT",
  90. "FALSE",
  91. "FOR",
  92. "FOREIGN",
  93. "FREEZE",
  94. "FROM",
  95. "FULL",
  96. "GLOBALDICT256",
  97. "GLOBALDICT64K",
  98. "GRANT",
  99. "GROUP",
  100. "GZIP",
  101. "HAVING",
  102. "IDENTITY",
  103. "IGNORE",
  104. "ILIKE",
  105. "IN",
  106. "INITIALLY",
  107. "INNER",
  108. "INTERSECT",
  109. "INTO",
  110. "IS",
  111. "ISNULL",
  112. "JOIN",
  113. "LANGUAGE",
  114. "LEADING",
  115. "LEFT",
  116. "LIKE",
  117. "LIMIT",
  118. "LOCALTIME",
  119. "LOCALTIMESTAMP",
  120. "LUN",
  121. "LUNS",
  122. "LZO",
  123. "LZOP",
  124. "MINUS",
  125. "MOSTLY16",
  126. "MOSTLY32",
  127. "MOSTLY8",
  128. "NATURAL",
  129. "NEW",
  130. "NOT",
  131. "NOTNULL",
  132. "NULL",
  133. "NULLS",
  134. "OFF",
  135. "OFFLINE",
  136. "OFFSET",
  137. "OID",
  138. "OLD",
  139. "ON",
  140. "ONLY",
  141. "OPEN",
  142. "OR",
  143. "ORDER",
  144. "OUTER",
  145. "OVERLAPS",
  146. "PARALLEL",
  147. "PARTITION",
  148. "PERCENT",
  149. "PERMISSIONS",
  150. "PLACING",
  151. "PRIMARY",
  152. "RAW",
  153. "READRATIO",
  154. "RECOVER",
  155. "REFERENCES",
  156. "RESPECT",
  157. "REJECTLOG",
  158. "RESORT",
  159. "RESTORE",
  160. "RIGHT",
  161. "SELECT",
  162. "SESSION_USER",
  163. "SIMILAR",
  164. "SNAPSHOT",
  165. "SOME",
  166. "SYSDATE",
  167. "SYSTEM",
  168. "TABLE",
  169. "TAG",
  170. "TDES",
  171. "TEXT255",
  172. "TEXT32K",
  173. "THEN",
  174. "TIMESTAMP",
  175. "TO",
  176. "TOP",
  177. "TRAILING",
  178. "TRUE",
  179. "TRUNCATECOLUMNS",
  180. "UNION",
  181. "UNIQUE",
  182. "USER",
  183. "USING",
  184. "VERBOSE",
  185. "WALLET",
  186. "WHEN",
  187. "WHERE",
  188. "WITH",
  189. "WITHOUT"
  190. ],
  191. operators: [
  192. "AND",
  193. "BETWEEN",
  194. "IN",
  195. "LIKE",
  196. "NOT",
  197. "OR",
  198. "IS",
  199. "NULL",
  200. "INTERSECT",
  201. "UNION",
  202. "INNER",
  203. "JOIN",
  204. "LEFT",
  205. "OUTER",
  206. "RIGHT"
  207. ],
  208. builtinFunctions: [
  209. "current_schema",
  210. "current_schemas",
  211. "has_database_privilege",
  212. "has_schema_privilege",
  213. "has_table_privilege",
  214. "age",
  215. "current_time",
  216. "current_timestamp",
  217. "localtime",
  218. "isfinite",
  219. "now",
  220. "ascii",
  221. "get_bit",
  222. "get_byte",
  223. "set_bit",
  224. "set_byte",
  225. "to_ascii",
  226. "approximate percentile_disc",
  227. "avg",
  228. "count",
  229. "listagg",
  230. "max",
  231. "median",
  232. "min",
  233. "percentile_cont",
  234. "stddev_samp",
  235. "stddev_pop",
  236. "sum",
  237. "var_samp",
  238. "var_pop",
  239. "bit_and",
  240. "bit_or",
  241. "bool_and",
  242. "bool_or",
  243. "cume_dist",
  244. "first_value",
  245. "lag",
  246. "last_value",
  247. "lead",
  248. "nth_value",
  249. "ratio_to_report",
  250. "dense_rank",
  251. "ntile",
  252. "percent_rank",
  253. "rank",
  254. "row_number",
  255. "case",
  256. "coalesce",
  257. "decode",
  258. "greatest",
  259. "least",
  260. "nvl",
  261. "nvl2",
  262. "nullif",
  263. "add_months",
  264. "at time zone",
  265. "convert_timezone",
  266. "current_date",
  267. "date_cmp",
  268. "date_cmp_timestamp",
  269. "date_cmp_timestamptz",
  270. "date_part_year",
  271. "dateadd",
  272. "datediff",
  273. "date_part",
  274. "date_trunc",
  275. "extract",
  276. "getdate",
  277. "interval_cmp",
  278. "last_day",
  279. "months_between",
  280. "next_day",
  281. "sysdate",
  282. "timeofday",
  283. "timestamp_cmp",
  284. "timestamp_cmp_date",
  285. "timestamp_cmp_timestamptz",
  286. "timestamptz_cmp",
  287. "timestamptz_cmp_date",
  288. "timestamptz_cmp_timestamp",
  289. "timezone",
  290. "to_timestamp",
  291. "trunc",
  292. "abs",
  293. "acos",
  294. "asin",
  295. "atan",
  296. "atan2",
  297. "cbrt",
  298. "ceil",
  299. "ceiling",
  300. "checksum",
  301. "cos",
  302. "cot",
  303. "degrees",
  304. "dexp",
  305. "dlog1",
  306. "dlog10",
  307. "exp",
  308. "floor",
  309. "ln",
  310. "log",
  311. "mod",
  312. "pi",
  313. "power",
  314. "radians",
  315. "random",
  316. "round",
  317. "sin",
  318. "sign",
  319. "sqrt",
  320. "tan",
  321. "to_hex",
  322. "bpcharcmp",
  323. "btrim",
  324. "bttext_pattern_cmp",
  325. "char_length",
  326. "character_length",
  327. "charindex",
  328. "chr",
  329. "concat",
  330. "crc32",
  331. "func_sha1",
  332. "initcap",
  333. "left and rights",
  334. "len",
  335. "length",
  336. "lower",
  337. "lpad and rpads",
  338. "ltrim",
  339. "md5",
  340. "octet_length",
  341. "position",
  342. "quote_ident",
  343. "quote_literal",
  344. "regexp_count",
  345. "regexp_instr",
  346. "regexp_replace",
  347. "regexp_substr",
  348. "repeat",
  349. "replace",
  350. "replicate",
  351. "reverse",
  352. "rtrim",
  353. "split_part",
  354. "strpos",
  355. "strtol",
  356. "substring",
  357. "textlen",
  358. "translate",
  359. "trim",
  360. "upper",
  361. "cast",
  362. "convert",
  363. "to_char",
  364. "to_date",
  365. "to_number",
  366. "json_array_length",
  367. "json_extract_array_element_text",
  368. "json_extract_path_text",
  369. "current_setting",
  370. "pg_cancel_backend",
  371. "pg_terminate_backend",
  372. "set_config",
  373. "current_database",
  374. "current_user",
  375. "current_user_id",
  376. "pg_backend_pid",
  377. "pg_last_copy_count",
  378. "pg_last_copy_id",
  379. "pg_last_query_id",
  380. "pg_last_unload_count",
  381. "session_user",
  382. "slice_num",
  383. "user",
  384. "version",
  385. "abbrev",
  386. "acosd",
  387. "any",
  388. "area",
  389. "array_agg",
  390. "array_append",
  391. "array_cat",
  392. "array_dims",
  393. "array_fill",
  394. "array_length",
  395. "array_lower",
  396. "array_ndims",
  397. "array_position",
  398. "array_positions",
  399. "array_prepend",
  400. "array_remove",
  401. "array_replace",
  402. "array_to_json",
  403. "array_to_string",
  404. "array_to_tsvector",
  405. "array_upper",
  406. "asind",
  407. "atan2d",
  408. "atand",
  409. "bit",
  410. "bit_length",
  411. "bound_box",
  412. "box",
  413. "brin_summarize_new_values",
  414. "broadcast",
  415. "cardinality",
  416. "center",
  417. "circle",
  418. "clock_timestamp",
  419. "col_description",
  420. "concat_ws",
  421. "convert_from",
  422. "convert_to",
  423. "corr",
  424. "cosd",
  425. "cotd",
  426. "covar_pop",
  427. "covar_samp",
  428. "current_catalog",
  429. "current_query",
  430. "current_role",
  431. "currval",
  432. "cursor_to_xml",
  433. "diameter",
  434. "div",
  435. "encode",
  436. "enum_first",
  437. "enum_last",
  438. "enum_range",
  439. "every",
  440. "family",
  441. "format",
  442. "format_type",
  443. "generate_series",
  444. "generate_subscripts",
  445. "get_current_ts_config",
  446. "gin_clean_pending_list",
  447. "grouping",
  448. "has_any_column_privilege",
  449. "has_column_privilege",
  450. "has_foreign_data_wrapper_privilege",
  451. "has_function_privilege",
  452. "has_language_privilege",
  453. "has_sequence_privilege",
  454. "has_server_privilege",
  455. "has_tablespace_privilege",
  456. "has_type_privilege",
  457. "height",
  458. "host",
  459. "hostmask",
  460. "inet_client_addr",
  461. "inet_client_port",
  462. "inet_merge",
  463. "inet_same_family",
  464. "inet_server_addr",
  465. "inet_server_port",
  466. "isclosed",
  467. "isempty",
  468. "isopen",
  469. "json_agg",
  470. "json_object",
  471. "json_object_agg",
  472. "json_populate_record",
  473. "json_populate_recordset",
  474. "json_to_record",
  475. "json_to_recordset",
  476. "jsonb_agg",
  477. "jsonb_object_agg",
  478. "justify_days",
  479. "justify_hours",
  480. "justify_interval",
  481. "lastval",
  482. "left",
  483. "line",
  484. "localtimestamp",
  485. "lower_inc",
  486. "lower_inf",
  487. "lpad",
  488. "lseg",
  489. "make_date",
  490. "make_interval",
  491. "make_time",
  492. "make_timestamp",
  493. "make_timestamptz",
  494. "masklen",
  495. "mode",
  496. "netmask",
  497. "network",
  498. "nextval",
  499. "npoints",
  500. "num_nonnulls",
  501. "num_nulls",
  502. "numnode",
  503. "obj_description",
  504. "overlay",
  505. "parse_ident",
  506. "path",
  507. "pclose",
  508. "percentile_disc",
  509. "pg_advisory_lock",
  510. "pg_advisory_lock_shared",
  511. "pg_advisory_unlock",
  512. "pg_advisory_unlock_all",
  513. "pg_advisory_unlock_shared",
  514. "pg_advisory_xact_lock",
  515. "pg_advisory_xact_lock_shared",
  516. "pg_backup_start_time",
  517. "pg_blocking_pids",
  518. "pg_client_encoding",
  519. "pg_collation_is_visible",
  520. "pg_column_size",
  521. "pg_conf_load_time",
  522. "pg_control_checkpoint",
  523. "pg_control_init",
  524. "pg_control_recovery",
  525. "pg_control_system",
  526. "pg_conversion_is_visible",
  527. "pg_create_logical_replication_slot",
  528. "pg_create_physical_replication_slot",
  529. "pg_create_restore_point",
  530. "pg_current_xlog_flush_location",
  531. "pg_current_xlog_insert_location",
  532. "pg_current_xlog_location",
  533. "pg_database_size",
  534. "pg_describe_object",
  535. "pg_drop_replication_slot",
  536. "pg_export_snapshot",
  537. "pg_filenode_relation",
  538. "pg_function_is_visible",
  539. "pg_get_constraintdef",
  540. "pg_get_expr",
  541. "pg_get_function_arguments",
  542. "pg_get_function_identity_arguments",
  543. "pg_get_function_result",
  544. "pg_get_functiondef",
  545. "pg_get_indexdef",
  546. "pg_get_keywords",
  547. "pg_get_object_address",
  548. "pg_get_owned_sequence",
  549. "pg_get_ruledef",
  550. "pg_get_serial_sequence",
  551. "pg_get_triggerdef",
  552. "pg_get_userbyid",
  553. "pg_get_viewdef",
  554. "pg_has_role",
  555. "pg_identify_object",
  556. "pg_identify_object_as_address",
  557. "pg_index_column_has_property",
  558. "pg_index_has_property",
  559. "pg_indexam_has_property",
  560. "pg_indexes_size",
  561. "pg_is_in_backup",
  562. "pg_is_in_recovery",
  563. "pg_is_other_temp_schema",
  564. "pg_is_xlog_replay_paused",
  565. "pg_last_committed_xact",
  566. "pg_last_xact_replay_timestamp",
  567. "pg_last_xlog_receive_location",
  568. "pg_last_xlog_replay_location",
  569. "pg_listening_channels",
  570. "pg_logical_emit_message",
  571. "pg_logical_slot_get_binary_changes",
  572. "pg_logical_slot_get_changes",
  573. "pg_logical_slot_peek_binary_changes",
  574. "pg_logical_slot_peek_changes",
  575. "pg_ls_dir",
  576. "pg_my_temp_schema",
  577. "pg_notification_queue_usage",
  578. "pg_opclass_is_visible",
  579. "pg_operator_is_visible",
  580. "pg_opfamily_is_visible",
  581. "pg_options_to_table",
  582. "pg_postmaster_start_time",
  583. "pg_read_binary_file",
  584. "pg_read_file",
  585. "pg_relation_filenode",
  586. "pg_relation_filepath",
  587. "pg_relation_size",
  588. "pg_reload_conf",
  589. "pg_replication_origin_create",
  590. "pg_replication_origin_drop",
  591. "pg_replication_origin_oid",
  592. "pg_replication_origin_progress",
  593. "pg_replication_origin_session_is_setup",
  594. "pg_replication_origin_session_progress",
  595. "pg_replication_origin_session_reset",
  596. "pg_replication_origin_session_setup",
  597. "pg_replication_origin_xact_reset",
  598. "pg_replication_origin_xact_setup",
  599. "pg_rotate_logfile",
  600. "pg_size_bytes",
  601. "pg_size_pretty",
  602. "pg_sleep",
  603. "pg_sleep_for",
  604. "pg_sleep_until",
  605. "pg_start_backup",
  606. "pg_stat_file",
  607. "pg_stop_backup",
  608. "pg_switch_xlog",
  609. "pg_table_is_visible",
  610. "pg_table_size",
  611. "pg_tablespace_databases",
  612. "pg_tablespace_location",
  613. "pg_tablespace_size",
  614. "pg_total_relation_size",
  615. "pg_trigger_depth",
  616. "pg_try_advisory_lock",
  617. "pg_try_advisory_lock_shared",
  618. "pg_try_advisory_xact_lock",
  619. "pg_try_advisory_xact_lock_shared",
  620. "pg_ts_config_is_visible",
  621. "pg_ts_dict_is_visible",
  622. "pg_ts_parser_is_visible",
  623. "pg_ts_template_is_visible",
  624. "pg_type_is_visible",
  625. "pg_typeof",
  626. "pg_xact_commit_timestamp",
  627. "pg_xlog_location_diff",
  628. "pg_xlog_replay_pause",
  629. "pg_xlog_replay_resume",
  630. "pg_xlogfile_name",
  631. "pg_xlogfile_name_offset",
  632. "phraseto_tsquery",
  633. "plainto_tsquery",
  634. "point",
  635. "polygon",
  636. "popen",
  637. "pqserverversion",
  638. "query_to_xml",
  639. "querytree",
  640. "quote_nullable",
  641. "radius",
  642. "range_merge",
  643. "regexp_matches",
  644. "regexp_split_to_array",
  645. "regexp_split_to_table",
  646. "regr_avgx",
  647. "regr_avgy",
  648. "regr_count",
  649. "regr_intercept",
  650. "regr_r2",
  651. "regr_slope",
  652. "regr_sxx",
  653. "regr_sxy",
  654. "regr_syy",
  655. "right",
  656. "row_security_active",
  657. "row_to_json",
  658. "rpad",
  659. "scale",
  660. "set_masklen",
  661. "setseed",
  662. "setval",
  663. "setweight",
  664. "shobj_description",
  665. "sind",
  666. "sprintf",
  667. "statement_timestamp",
  668. "stddev",
  669. "string_agg",
  670. "string_to_array",
  671. "strip",
  672. "substr",
  673. "table_to_xml",
  674. "table_to_xml_and_xmlschema",
  675. "tand",
  676. "text",
  677. "to_json",
  678. "to_regclass",
  679. "to_regnamespace",
  680. "to_regoper",
  681. "to_regoperator",
  682. "to_regproc",
  683. "to_regprocedure",
  684. "to_regrole",
  685. "to_regtype",
  686. "to_tsquery",
  687. "to_tsvector",
  688. "transaction_timestamp",
  689. "ts_debug",
  690. "ts_delete",
  691. "ts_filter",
  692. "ts_headline",
  693. "ts_lexize",
  694. "ts_parse",
  695. "ts_rank",
  696. "ts_rank_cd",
  697. "ts_rewrite",
  698. "ts_stat",
  699. "ts_token_type",
  700. "tsquery_phrase",
  701. "tsvector_to_array",
  702. "tsvector_update_trigger",
  703. "tsvector_update_trigger_column",
  704. "txid_current",
  705. "txid_current_snapshot",
  706. "txid_snapshot_xip",
  707. "txid_snapshot_xmax",
  708. "txid_snapshot_xmin",
  709. "txid_visible_in_snapshot",
  710. "unnest",
  711. "upper_inc",
  712. "upper_inf",
  713. "variance",
  714. "width",
  715. "width_bucket",
  716. "xml_is_well_formed",
  717. "xml_is_well_formed_content",
  718. "xml_is_well_formed_document",
  719. "xmlagg",
  720. "xmlcomment",
  721. "xmlconcat",
  722. "xmlelement",
  723. "xmlexists",
  724. "xmlforest",
  725. "xmlparse",
  726. "xmlpi",
  727. "xmlroot",
  728. "xmlserialize",
  729. "xpath",
  730. "xpath_exists"
  731. ],
  732. builtinVariables: [],
  733. pseudoColumns: [],
  734. tokenizer: {
  735. root: [
  736. { include: "@comments" },
  737. { include: "@whitespace" },
  738. { include: "@pseudoColumns" },
  739. { include: "@numbers" },
  740. { include: "@strings" },
  741. { include: "@complexIdentifiers" },
  742. { include: "@scopes" },
  743. [/[;,.]/, "delimiter"],
  744. [/[()]/, "@brackets"],
  745. [
  746. /[\w@#$]+/,
  747. {
  748. cases: {
  749. "@keywords": "keyword",
  750. "@operators": "operator",
  751. "@builtinVariables": "predefined",
  752. "@builtinFunctions": "predefined",
  753. "@default": "identifier"
  754. }
  755. }
  756. ],
  757. [/[<>=!%&+\-*/|~^]/, "operator"]
  758. ],
  759. whitespace: [[/\s+/, "white"]],
  760. comments: [
  761. [/--+.*/, "comment"],
  762. [/\/\*/, { token: "comment.quote", next: "@comment" }]
  763. ],
  764. comment: [
  765. [/[^*/]+/, "comment"],
  766. [/\*\//, { token: "comment.quote", next: "@pop" }],
  767. [/./, "comment"]
  768. ],
  769. pseudoColumns: [
  770. [
  771. /[$][A-Za-z_][\w@#$]*/,
  772. {
  773. cases: {
  774. "@pseudoColumns": "predefined",
  775. "@default": "identifier"
  776. }
  777. }
  778. ]
  779. ],
  780. numbers: [
  781. [/0[xX][0-9a-fA-F]*/, "number"],
  782. [/[$][+-]*\d*(\.\d*)?/, "number"],
  783. [/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/, "number"]
  784. ],
  785. strings: [[/'/, { token: "string", next: "@string" }]],
  786. string: [
  787. [/[^']+/, "string"],
  788. [/''/, "string"],
  789. [/'/, { token: "string", next: "@pop" }]
  790. ],
  791. complexIdentifiers: [[/"/, { token: "identifier.quote", next: "@quotedIdentifier" }]],
  792. quotedIdentifier: [
  793. [/[^"]+/, "identifier"],
  794. [/""/, "identifier"],
  795. [/"/, { token: "identifier.quote", next: "@pop" }]
  796. ],
  797. scopes: []
  798. }
  799. };
  800. export {
  801. conf,
  802. language
  803. };
  804. /*! Bundled license information:
  805. monaco-editor/esm/vs/basic-languages/redshift/redshift.js:
  806. (*!-----------------------------------------------------------------------------
  807. * Copyright (c) Microsoft Corporation. All rights reserved.
  808. * Version: 0.38.0(0e330ae453813de4e6cf272460fb79c7117073d0)
  809. * Released under the MIT license
  810. * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
  811. *-----------------------------------------------------------------------------*)
  812. */
  813. //# sourceMappingURL=redshift-VYFUK52F.js.map