Skip to content

Commit

Permalink
Flag groups for "chroma", making it a bit clearer for users.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 27, 2022
1 parent 33fa611 commit 59896e3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 835 deletions.
1 change: 1 addition & 0 deletions _tools/pygments2chroma.py
Expand Up @@ -191,6 +191,7 @@ 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 59896e3

Please sign in to comment.