//Code Syntax Highlighter for ActionScript3. ver.0.0.3 (C) dsk@Flabo. http://flabo.org/ GNU Lesser General Public License
dp.sh.Brushes.ActionScript3s=function(){var keywords='AS3 Null and as break case catch class const continue default delete do dynamics each else extends final finally flash_proxy for function if implements import ins include instanceof interface internal is namespace native new object_proxy on onClipEvents or override package private protected public rest return static switch throw to trys typeof use var void while with';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedString,css:'string'},{regex:dp.sh.RegexLib.SingleQuotedString,css:'string'},{regex:new RegExp('^\\s*#.*' , 'gm'),css:'preprocessor'},{regex:new RegExp(this.GetKeywords(keywords),'gm'),css:'keyword'}];this.CssClass='dp-c';}
dp.sh.Brushes.ActionScript3s.prototype=new dp.sh.Highlighter();
dp.sh.Brushes.ActionScript3s.Aliases=['as3s','actionscript3s'];