init
This commit is contained in:
10
snippets/php-mode/trait
Normal file
10
snippets/php-mode/trait
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: trait
|
||||
# key: trait
|
||||
# group : definitions
|
||||
# --
|
||||
trait ${1:`(yas-php-get-class-name-by-file-name)`}
|
||||
{
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user