diff --git a/.changeset/tasty-pens-switch.md b/.changeset/tasty-pens-switch.md new file mode 100644 index 00000000..2c2410e4 --- /dev/null +++ b/.changeset/tasty-pens-switch.md @@ -0,0 +1,5 @@ +--- +"prettier-plugin-sql": minor +--- + +feat: add bigquery option for language; sql-formatter version up for #243 diff --git a/packages/sql/src/index.ts b/packages/sql/src/index.ts index f33b5019..fff5042e 100644 --- a/packages/sql/src/index.ts +++ b/packages/sql/src/index.ts @@ -87,6 +87,11 @@ const SqlPlugin: Plugin = { value: 'sql', description: 'Standard SQL: https://en.wikipedia.org/wiki/SQL:2011', }, + { + value: 'bigquery', + description: + 'Google Standard SQL (Bigquery): https://cloud.google.com/bigquery', + }, { value: 'mariadb', description: 'MariaDB: https://mariadb.com',