I have been trying to add PHP snippet in Atom in MAC but the snippet does not work in the editor itself. A sample snippet I am trying to use is as below:
'.text.html.php':
'Paragraph tag':
'prefix': 'ptag'
'body': '<p>{1}</p>'
The scope is
text.html.php
When I try to access the snippet by typing "ptag" and hit tab nothing happens. Looks like I am missing something, help.