diff options
-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' + ] } |