Logtalk 2.25.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
25
Logtalk/wenv/textmate/Logtalk.tmbundle/Snippets/Class.plist
Normal file
25
Logtalk/wenv/textmate/Logtalk.tmbundle/Snippets/Class.plist
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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},
|
||||
specializes(${2:Superclass})).
|
||||
|
||||
:- info([
|
||||
version is 1.0,
|
||||
author is '`niutil -readprop / /users/$USER realname`',
|
||||
date is `date +%Y/%m/%d`,
|
||||
comment is '${3:Description}']).
|
||||
|
||||
$0
|
||||
|
||||
:- end_object.
|
||||
</string>
|
||||
<key>name</key>
|
||||
<string>Class</string>
|
||||
<key>uuid</key>
|
||||
<string>8A275494-73F7-11D9-8083-000D93589AF6</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user