Skip to content

dbt-labs/atom-dbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.