summaryrefslogtreecommitdiff
path: root/pygments/lexers/ride.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/ride.py')
-rw-r--r--pygments/lexers/ride.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/ride.py b/pygments/lexers/ride.py
index ce40b53d..17bc2466 100644
--- a/pygments/lexers/ride.py
+++ b/pygments/lexers/ride.py
@@ -56,7 +56,7 @@ class RideLexer(RegexLexer):
'ScriptResult', 'Invocation', 'Asset', 'BlockInfo', 'Issue', 'Reissue',
'Burn', 'NoAlg', 'Md5', 'Sha1', 'Sha224', 'Sha256', 'Sha384', 'Sha512',
'Sha3224', 'Sha3256', 'Sha3384', 'Sha3512', 'BinaryEntry',
- 'BooleanEntry' , 'IntegerEntry', 'StringEntry', 'List', 'Ceiling',
+ 'BooleanEntry', 'IntegerEntry', 'StringEntry', 'List', 'Ceiling',
'Down', 'Floor', 'HalfDown', 'HalfEven', 'HalfUp', 'Up',
)