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 thentab. - Commenting: This package overrides the default comment behavior of each language to instead use Jinja comments. Use
Cmd + /to comment out code.