Skip to content

Commit

Permalink
Added syntax coloring and completion support for the reexport/1 modul…
Browse files Browse the repository at this point in the history
…e directive.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Logtalk.tmbundle@11794 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Paulo Jorge Lopes de Moura committed Oct 27, 2009
1 parent 103044b commit 8295b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Preferences/Completions.plist
Expand Up @@ -39,6 +39,8 @@
<string>protected</string>
<string>public</string>
<string>use_module</string>
<string>export</string>
<string>reexport</string>
<string>current_object</string>
<string>current_protocol</string>
<string>current_category</string>
Expand Down
3 changes: 1 addition & 2 deletions Syntaxes/Logtalk.plist
Expand Up @@ -5,7 +5,6 @@
<key>fileTypes</key>
<array>
<string>lgt</string>
<string>config</string>
</array>
<key>foldingStartMarker</key>
<string>(/\*|:-\s+(object|protocol|category)(?=[(]))</string>
Expand Down Expand Up @@ -113,7 +112,7 @@
</dict>
</dict>
<key>match</key>
<string>(:-)\s(calls|e(lif|n(coding|sure_loaded)|xport)|i(f|n(itialization|fo))|set_(logtalk|prolog)_flag|uses)(?=[(])</string>
<string>(:-)\s(calls|e(lif|n(coding|sure_loaded)|xport)|i(f|n(itialization|fo))|reexport|set_(logtalk|prolog)_flag|uses)(?=[(])</string>
<key>name</key>
<string>storage.modifier.others.logtalk</string>
</dict>
Expand Down

0 comments on commit 8295b48

Please sign in to comment.