31 lines
723 B
Plaintext
31 lines
723 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>content</key>
|
||
|
<string>
|
||
|
:- object(${1:Class},
|
||
|
implements(${2:Protocol}),
|
||
|
imports(${3:Category}),
|
||
|
instantiates(${4:Metaclass}),
|
||
|
specializes(${5:Superclass})).
|
||
|
|
||
|
:- info([
|
||
|
version is 1.0,
|
||
|
author is '`niutil -readprop / /users/$USER realname`',
|
||
|
date is `date +%Y/%m/%d`,
|
||
|
comment is '${6:Description}']).
|
||
|
|
||
|
$0
|
||
|
|
||
|
:- end_object.
|
||
|
</string>
|
||
|
<key>name</key>
|
||
|
<string> Class with all</string>
|
||
|
<key>scope</key>
|
||
|
<string>source.logtalk</string>
|
||
|
<key>uuid</key>
|
||
|
<string>8A26A112-73F7-11D9-8083-000D93589AF6</string>
|
||
|
</dict>
|
||
|
</plist>
|