72b037275f
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
176 lines
3.8 KiB
XML
176 lines
3.8 KiB
XML
<?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>name</key>
|
|
<string>Other: Logtalk Theme</string>
|
|
<key>settings</key>
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Comments</string>
|
|
<key>scope</key>
|
|
<string>comment.line, comment.block</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>#23763A</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Strings</string>
|
|
<key>scope</key>
|
|
<string>string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#881314</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Directives</string>
|
|
<key>scope</key>
|
|
<string>declaration</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#881280</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Variables</string>
|
|
<key>scope</key>
|
|
<string>variable</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#848AB9</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Predicates</string>
|
|
<key>scope</key>
|
|
<string>keyword.predicate</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#1A1AA6</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Operators</string>
|
|
<key>scope</key>
|
|
<string>keyword.operator</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#0000FF</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Constants</string>
|
|
<key>scope</key>
|
|
<string>constant.numeric</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>misc. settings goes here!</string>
|
|
<key>foreground</key>
|
|
<string>#C44B45</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>IncreaseIndent</string>
|
|
<key>scope</key>
|
|
<string>source.logtalk</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>Increase indent after :- for clause rules</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>:-$</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Default smart typing</string>
|
|
<key>scope</key>
|
|
<string>source.logtalk</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>smartTypingPairs</key>
|
|
<array>
|
|
<array>
|
|
<string>"</string>
|
|
<string>"</string>
|
|
</array>
|
|
<array>
|
|
<string>(</string>
|
|
<string>)</string>
|
|
</array>
|
|
<array>
|
|
<string>{</string>
|
|
<string>}</string>
|
|
</array>
|
|
<array>
|
|
<string>[</string>
|
|
<string>]</string>
|
|
</array>
|
|
<array>
|
|
<string>'</string>
|
|
<string>'</string>
|
|
</array>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Default highlight pairs</string>
|
|
<key>scope</key>
|
|
<string>source.logtalk</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>highlightPairs</key>
|
|
<array>
|
|
<array>
|
|
<string>(</string>
|
|
<string>)</string>
|
|
</array>
|
|
<array>
|
|
<string>{</string>
|
|
<string>}</string>
|
|
</array>
|
|
<array>
|
|
<string>[</string>
|
|
<string>]</string>
|
|
</array>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>uuid</key>
|
|
<string>D6585B8E-B37B-11D9-95B6-000A95DAA580</string>
|
|
</dict>
|
|
</plist>
|