diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 22:16:39 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 22:16:39 +0200 |
commit | ef3477c75c03164dbaf2f60202e8dbeaa6c32a9f (patch) | |
tree | defbbb7876cb4388a21391f139fdaad1fe34558c /pygments/lexers/actionscript.py | |
parent | db34583e200d6ead1a96dc13ce73c72c8a898ff3 (diff) | |
download | pygments-ef3477c75c03164dbaf2f60202e8dbeaa6c32a9f.tar.gz |
fix most remaining overlong lines.
Diffstat (limited to 'pygments/lexers/actionscript.py')
-rw-r--r-- | pygments/lexers/actionscript.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/actionscript.py b/pygments/lexers/actionscript.py index 7b866865..9a33dc18 100644 --- a/pygments/lexers/actionscript.py +++ b/pygments/lexers/actionscript.py @@ -80,8 +80,8 @@ class ActionScriptLexer(RegexLexer): 'MovieClip', 'MovieClipLoader', 'Namespace', 'NetConnection', 'NetStatusEvent', 'NetStream', 'NewObjectSample', 'Number', 'Object', 'ObjectEncoding', 'PixelSnapping', 'Point', 'PrintJob', 'PrintJobOptions', 'PrintJobOrientation', 'ProgressEvent', 'Proxy', - 'QName', 'RangeError', 'Rectangle', 'ReferenceError', 'RegExp', 'Responder', 'Sample', 'Scene', - 'ScriptTimeoutError', 'Security', 'SecurityDomain', 'SecurityError', + 'QName', 'RangeError', 'Rectangle', 'ReferenceError', 'RegExp', 'Responder', 'Sample', + 'Scene', 'ScriptTimeoutError', 'Security', 'SecurityDomain', 'SecurityError', 'SecurityErrorEvent', 'SecurityPanel', 'Selection', 'Shape', 'SharedObject', 'SharedObjectFlushStatus', 'SimpleButton', 'Socket', 'Sound', 'SoundChannel', 'SoundLoaderContext', 'SoundMixer', 'SoundTransform', 'SpreadMethod', 'Sprite', |