Skip to content

Commit

Permalink
fix: revert line change from pygments converter
Browse files Browse the repository at this point in the history
  • Loading branch information
schleppy authored and alecthomas committed Apr 22, 2022
1 parent d070b1c commit 44d1d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _tools/pygments2chroma.py
Expand Up @@ -191,7 +191,6 @@ def main():
name=lexer_cls.name,
regex_flags=lexer_cls.flags,
upper_name=to_camel_case(re.sub(r'\W', '_', lexer_cls.name)),
upper_name=to_camel_case(re.sub(r'\W', '_', lexer_cls.name)),
aliases=lexer_cls.aliases,
filenames=lexer_cls.filenames,
mimetypes=lexer_cls.mimetypes,
Expand Down

0 comments on commit 44d1d23

Please sign in to comment.