Skip to content

Commit

Permalink
Merge pull request atom#84 from frozzare/issue-76
Browse files Browse the repository at this point in the history
Fixed open tag completion
  • Loading branch information
kevinsawicki committed Jun 22, 2015
2 parents 0f5e7b8 + 174de43 commit 40d10ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/language-php.cson
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
'$GLOBALS[\'\']':
'prefix': 'globals'
'body': '$GLOBALS[\'${1:variable}\']${2: = }${3:something}${4:;}$0'
'?>…<?php':
'<?php … ?>':
'prefix': 'php'
'body': '?>$0<?php'
'body': 'php $0 ?>'
'function __construct':
'prefix': 'con'
'body': 'function __construct(${1:$${2:foo} ${3:= ${4:null}}}) {\n\t${2:$this->$0 = $$0;}$0\n}'
Expand Down

0 comments on commit 40d10ea

Please sign in to comment.