Edge Syntax Highlighter
This repo has the Snippets and the Language grammar for Edge templating engine. Check out the below screenshots on how it looks like.
Installation
You all know how.
Using With Emmet
You can enable emmets auto-complete by dropping the below piece of code to your keymap.cson
file.
'atom-text-editor[data-grammar="text html edge"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'