Advertisement
Guest User

Notepad++ / Sexy Javascript / FunctionListRules.xml

a guest
Jan 31st, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.59 KB | None | 0 0
  1.     <Language name="Javascript" imagelistpath="">
  2.         <CommList param1="#" param2="" />
  3.         <CommList param1="//" param2="" />
  4.         <CommList param1="/\*" param2="\*/" />
  5.         <Group name="FUNCTION" subgroup="" icon="0" child="0" autoexp="0" matchcase="1" fendtobbeg="" bbegtobend="\{" keywords="">
  6.             <Rules regexbeg="function[\s&amp;]+" regexfunc='[&quot;\w_]+' regexend="\s*\(.*\)" bodybegin="\{" bodyend="\}" sep=";" />
  7.             <Rules regexbeg="^\s*" regexfunc='[&quot;\w_.]+' regexend="\s*[=:]\s*function\s*\([\w_$&amp;=&apos;,\s]*\)" bodybegin="\{" bodyend="\}" sep=";" />
  8.             <Rules regexbeg="^\s*var\s*" regexfunc='[&quot;\w_.]+' regexend="\s*[=:]\s*function\s*\([\w_$&amp;=&apos;,\s]*\)" bodybegin="\{" bodyend="\}" sep=";" />
  9.         </Group>
  10.     </Language>
  11. <Language name="Sexy Javascript" imagelistpath="">
  12.         <CommList param1="#" param2="" />
  13.         <CommList param1="//" param2="" />
  14.         <CommList param1="/\*" param2="\*/" />
  15.         <Group name="FUNCTION" subgroup="" icon="0" child="0" autoexp="0" matchcase="1" fendtobbeg="" bbegtobend="\{" keywords="">
  16.             <Rules regexbeg="function[\s&amp;]+" regexfunc='[&quot;\w_]+' regexend="\s*\(.*\)" bodybegin="\{" bodyend="\}" sep=";" />
  17.             <Rules regexbeg="^\s*" regexfunc='[&quot;\w_.]+' regexend="\s*[=:]\s*function\s*\([\w_$&amp;=&apos;,\s]*\)" bodybegin="\{" bodyend="\}" sep=";" />
  18.             <Rules regexbeg="^\s*var\s*" regexfunc='[&quot;\w_.]+' regexend="\s*[=:]\s*function\s*\([\w_$&amp;=&apos;,\s]*\)" bodybegin="\{" bodyend="\}" sep=";" />
  19.         </Group>
  20.     </Language>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement