Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" ?>
- <!--
- For learning making your language parser, please check the following link:
- http://notepad-plus-plus.org/features/function-list.html
- -->
- <NotepadPlus>
- <functionList>
- <associationMap>
- <association userDefinedLangName="EnergyPlus-JM" id="energyplus_class"/>
- <association ext=".idf" id="energyplus_class"/>
- </associationMap>
- <parsers>
- <!-- Old version with just class names (functions (idf objects) aren't listed -->
- <parser id="energyplus_class" displayName="EnergyPlus IDF Classes">
- <function
- mainExpr="^(!- =========== ALL OBJECTS IN CLASS: )[\w:]+ (===========)">
- <functionName>
- <nameExpr expr=": [\w:]+ "/>
- <nameExpr expr=" [\w:]+"/>
- <nameExpr expr="[\w:]+"/>
- </functionName>
- </function>
- </parser>
- </parsers>
- </functionList>
- </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement