This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/RegexSymbols.xml
pmoura 36a326908c Logtalk 2.28.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-11-07 17:11:47 +00:00

30 lines
706 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE syntax SYSTEM "symbol.dtd">
<symbols>
<symbol id="Objects" image="SymbolO.png" indentation="1">
<regex>((?&lt;=:-\sobject\()[a-z][A-Za-z0-9_]*)</regex>
<postprocess>
<find></find>
<replace></replace>
</postprocess>
</symbol>
<symbol id="Protocols" image="SymbolP" indentation="1">
<regex>((?&lt;=:-\sprotocol\()[a-z][A-Za-z0-9_]*)</regex>
<postprocess>
<find></find>
<replace></replace>
</postprocess>
</symbol>
<symbol id="Categories" image="SymbolC" indentation="1">
<regex>((?&lt;=:-\scategory\()[a-z][A-Za-z0-9_]*)</regex>
<postprocess>
<find></find>
<replace></replace>
</postprocess>
</symbol>
</symbols>