Advertisement
Guest User

Untitled

a guest
Mar 28th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <NotepadPlus>
  3.     <functionList>
  4.         <parser id="swisslab_cfg" displayName="Swisslab CFG" commentExpr="(?m-s:;.*$)">
  5.             <classRange mainExpr="(?i)^\h*\[format\].+?(?=\Z|^\h*\[)">
  6.                 <className>
  7.                     <nameExpr expr="\w+"/>
  8.                 </className>
  9.                 <function mainExpr="(?i)^\h*layout\h*,\h*\K[^\n,]+">
  10.                     <functionName>
  11.                         <funcNameExpr expr=".*" />
  12.                     </functionName>
  13.                 </function>
  14.             </classRange>
  15.             <function mainExpr="(?i)^\h*(\[)(?!end)(.*?)(\])">
  16.                 <functionName>
  17.                     <nameExpr expr="\w+"/>
  18.                 </functionName>
  19.             </function>
  20.         </parser>
  21.     </functionList>
  22. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement