User:Heeheehee: Difference between revisions
Jump to navigation
Jump to search
imported>Heeheehee mNo edit summary |
imported>Heeheehee m Now with actual bullet points! |
||
Line 7: | Line 7: | ||
<br /> | <br /> | ||
<br />Known issues present in the latest version (available for viewing [http://lide.wangsibs.com/test/test.php here]): | <br />Known issues present in the latest version (available for viewing [http://lide.wangsibs.com/test/test.php here]): | ||
< | <ul> | ||
< | <li> User-defined variables with the same name as ASH internal functions will be highlighted. | ||
< | <ul><li> I'm thinking that a regular expression like (function)(\s)*\(, matching the first group, would fix this. That and substrings and whatnot.</li></ul> | ||
< | </li> | ||
<li> Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]). | |||
<ul><li> The fix to this is potentially problematic. Maybe make brackets string-like?</li></ul> | |||
</ul> |
Revision as of 01:33, 9 March 2010
About Me
Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!
Projects
The only notable script that I've published so far is Profit from Effects, a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
I'm also the individual working on improving the SyntaxHighlight extension to be ASH-compliant.
Known issues present in the latest version (available for viewing here):
- User-defined variables with the same name as ASH internal functions will be highlighted.
- I'm thinking that a regular expression like (function)(\s)*\(, matching the first group, would fix this. That and substrings and whatnot.
- Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
- The fix to this is potentially problematic. Maybe make brackets string-like?