Adds syntax highlighting to BigQuery SQL files in Atom.
- Syntax highlighting for Google BigQuery SQL language.
- Supports Standard SQL and Legacy SQL.
- Detect and highlight Legacy SQL only functions.
- Code snippets with SQL, DML, DDL, and Standard SQL functions.
- Atom > Preferences > Install tab
- Search for
language-sql-bigquery
- Click the Install button
Or command-line install:
$ apm install language-sql-bigquery
- Edit > Select Grammar (or
ctrl-shift-L
) - Select to
SQL (BigQuery)