atom-dbt
Syntax highlighting and snippets for dbt projects.
fishtown-analytics 4,453 3 0.4.4 MIT GitHub

Atom dbt package

Provides syntax highlighting and a number of snippets for dbt-flavored SQL, YAML and Markdown files in Atom.

Usage

  • Highlighting: SQL, YAML and Markdown files will be highlighted automatically
  • Snippets: To use snippets, type one of the prefixes (e.g. macro), and then tab.
  • Commenting: This package overrides the default comment behavior of each language to instead use Jinja comments. Use Cmd + / to comment out code.