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
- Host: GitHub
- URL: https://github.com/shinichi-takii/atom-language-sql-bigquery
- Owner: shinichi-takii
- License: mit
- Created: 2018-01-28T14:13:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T16:10:24.000Z (almost 7 years ago)
- Last Synced: 2025-02-18T04:59:09.184Z (over 1 year ago)
- Topics: atom, atom-package, bigquery, grammar, snippets, sql, syntax-highlighting
- Language: CoffeeScript
- Homepage: https://atom.io/packages/language-sql-bigquery
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BigQuery SQL language support in Atom
[](https://travis-ci.org/shinichi-takii/atom-language-sql-bigquery)
[](https://ci.appveyor.com/project/shinichi-takii/atom-language-sql-bigquery/branch/master)
[](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)`