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

30 lines
706 B
XML
Raw Normal View History

<?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>