Skip to content

shinichi-takii/atom-language-sql-bigquery

Repository files navigation

BigQuery SQL language support in Atom

macOS Build Status Windows Build status Dependency Status

Adds syntax highlighting to BigQuery SQL files in Atom.

Features

  • 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.

Installation

  1. Atom > Preferences > Install tab
  2. Search for language-sql-bigquery
  3. Click the Install button

Or command-line install:

$ apm install language-sql-bigquery

Usage

  1. Edit > Select Grammar (or ctrl-shift-L)
  2. Select to SQL (BigQuery)