An open API service indexing awesome lists of open source software.

https://github.com/shinichi-takii/atom-language-sql-bigquery

BigQuery SQL language support in Atom
https://github.com/shinichi-takii/atom-language-sql-bigquery

atom atom-package bigquery grammar snippets sql syntax-highlighting

Last synced: about 2 months ago
JSON representation

BigQuery SQL language support in Atom

Awesome Lists containing this project

README

          

# BigQuery SQL language support in Atom
[![macOS Build Status](https://travis-ci.org/shinichi-takii/atom-language-sql-bigquery.svg?branch=master)](https://travis-ci.org/shinichi-takii/atom-language-sql-bigquery)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/gbk5xp59igsjb4k5/branch/master?svg=true)](https://ci.appveyor.com/project/shinichi-takii/atom-language-sql-bigquery/branch/master)
[![Dependency Status](https://david-dm.org/shinichi-takii/atom-language-sql-bigquery.svg)](https://david-dm.org/shinichi-takii/atom-language-sql-bigquery)

Adds syntax highlighting to BigQuery SQL files in Atom.

## Features
- Syntax highlighting for Google BigQuery SQL language.
- Supports [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/) and [Legacy SQL](https://cloud.google.com/bigquery/docs/reference/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
1. Search for `language-sql-bigquery`
1. Click the **Install** button

Or command-line install:
```bash
$ apm install language-sql-bigquery
```

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