Skip to content

Duplicate aliases for the language "Juttle" #1604

@sumanthvrao

Description

@sumanthvrao

The aliases for the language Juttle occurs twice in the tuple resulting from get_all_lexers(). Here's a small snippet to reproduce

In [15]: from pygments.lexers import get_all_lexers

In [16]: lexers = get_all_lexers()

In [17]: {alias[0]: alias[1] for alias in lexers}.get('Juttle')
Out[17]: ('juttle', 'juttle')

Pygments PyPI version used: 2.7.2 (latest)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions