Skip to content

Commit

Permalink
Added syntax coloring and auto-completion support for the ignore/1 pr…
Browse files Browse the repository at this point in the history
…edicate, now a built-in.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Logtalk.tmbundle@11998 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Paulo Jorge Lopes de Moura committed Jan 18, 2011
1 parent d01fcd2 commit 0c17fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Preferences/Completions.plist
Expand Up @@ -58,6 +58,7 @@
<string>complements</string>
<string>extends</string>
<string>complements_object</string>
<string>conforms_to_protocol</string>
<string>extends_object</string>
<string>extends_protocol</string>
<string>extends_category</string>
Expand Down Expand Up @@ -162,6 +163,7 @@
<string>current_op</string>
<string>char_conversion</string>
<string>current_char_conversion</string>
<string>ignore</string>
<string>once</string>
<string>repeat</string>
<string>atom_length</string>
Expand Down
4 changes: 2 additions & 2 deletions Syntaxes/Logtalk.plist
Expand Up @@ -198,7 +198,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(ca(ll|tch)|throw|once)(?=[(])</string>
<string>\b(ca(ll|tch)|ignore|throw|once)(?=[(])</string>
<key>name</key>
<string>support.function.control.logtalk</string>
</dict>
Expand Down Expand Up @@ -306,7 +306,7 @@
</dict>
<dict>
<key>match</key>
<string>\b((object|protocol|category)_property|complements_object|extends_(object|protocol|category)|imp(orts_category|lements_protocol)|(instantiat|specializ)es_class)(?=[(])</string>
<string>\b((object|protocol|category)_property|co(mplements_object|nforms_to_protocol)|extends_(object|protocol|category)|imp(orts_category|lements_protocol)|(instantiat|specializ)es_class)(?=[(])</string>
<key>name</key>
<string>support.function.reflection.logtalk</string>
</dict>
Expand Down

0 comments on commit 0c17fe9

Please sign in to comment.