Difference between revisions of "Notepad++ Setup"
Jump to navigation
Jump to search
m
Updated FunctionList code to include functions that return arrays.
imported>Antono (Added instructions for custom-named Papyrus languages and removed my custom papyrus version from Function List code.) |
imported>Antono m (Updated FunctionList code to include functions that return arrays.) |
||
Line 441: | Line 441: | ||
<parser id="papyrus_function" displayName="Papyrus" commentExpr="(;.*?$)"> | <parser id="papyrus_function" displayName="Papyrus" commentExpr="(;.*?$)"> | ||
<function displayMode="$functionName" | <function displayMode="$functionName" | ||
mainExpr="^[\t ]*([\w]+[\t ]+)?(function|event)[\t ]+\w+[\t ]*\(.*?\)"> | mainExpr="^[\t ]*([\w\[\]]+[\t ]+)?(function|event)[\t ]+\w+[\t ]*\(.*?\)"> | ||
<functionName> | <functionName> | ||
<nameExpr expr="\w+[\t ]*\(.*?\)"/> | <nameExpr expr="\w+[\t ]*\(.*?\)"/> |