diff options
author | Steve Piercy <web@stevepiercy.com> | 2012-06-01 17:55:52 -0700 |
---|---|---|
committer | Steve Piercy <web@stevepiercy.com> | 2012-06-01 17:55:52 -0700 |
commit | 436d9b63ba00dc5fc816dabcad4abc381f069817 (patch) | |
tree | 4b06948f1c632b59d596af478c3d7cba1cab9b64 /pygments/lexers/_lassobuiltins.py | |
parent | 69ca9fc12ddd2c70fe1bbe68620e1bb4c6600545 (diff) | |
download | pygments-436d9b63ba00dc5fc816dabcad4abc381f069817.tar.gz |
Remove trailing commas from arrays.
Diffstat (limited to 'pygments/lexers/_lassobuiltins.py')
-rw-r--r-- | pygments/lexers/_lassobuiltins.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pygments/lexers/_lassobuiltins.py b/pygments/lexers/_lassobuiltins.py index 455662f4..385ca64a 100644 --- a/pygments/lexers/_lassobuiltins.py +++ b/pygments/lexers/_lassobuiltins.py @@ -265,7 +265,7 @@ BUILTINS = { 'web_node_echo', 'web_error_atend', 'web_response_impl', - 'web_router', + 'web_router' ], 'Traits': [ 'trait_asstring', @@ -339,7 +339,7 @@ BUILTINS = { 'web_node_postable', 'web_node_content_html_specialized', 'web_node_content_css_specialized', - 'web_node_content_js_specialized', + 'web_node_content_js_specialized' ], 'Methods': [ 'fail_now', @@ -3703,7 +3703,7 @@ BUILTINS = { 'shouldabort', 'gettrigger', 'trigger', - 'rule', + 'rule' ], 'Lasso 8 Tags': [ '__char', @@ -5332,6 +5332,6 @@ BUILTINS = { 'xsd_processsimpletype', 'xsd_ref', 'xsd_type', - 'year', - ], + 'year' + ] } |