You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to list only Aliases, since currently you can only list names or names and aliases.
What feature do you propose?
A function like lexers.Aliases() which will only returns the aliases or the lexer name if no aliases exist, maybe it could have a flag where it will skip the lexer if no aliases exist or use the name instead.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What problem does this feature solve?
Would be nice to list only Aliases, since currently you can only list names or names and aliases.
What feature do you propose?
A function like
lexers.Aliases()
which will only returns the aliases or the lexer name if no aliases exist, maybe it could have a flag where it will skip the lexer if no aliases exist or use the name instead.The text was updated successfully, but these errors were encountered: