Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add poetry.lock file to TOML lexer #1861

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

tancnle
Copy link
Collaborator

@tancnle tancnle commented Aug 19, 2022

Automatically lex poetry.lock with TOML lexer.

An example content of poetry.lock:

[[package]]                                                                                                                                                                 
name = "anyio"                                                                                                                                                              
version = "3.5.0"                                                                                                                                                           
description = "High level compatibility layer for multiple asynchronous event loop implementations"                                                                         
category = "main"                                                                                                                                                           
optional = false                                                                                                                                                            
python-versions = ">=3.6.2" 

@tancnle tancnle merged commit ab967b0 into rouge-ruby:master Aug 19, 2022
@tancnle tancnle deleted the feature.add-toml-extensions branch August 19, 2022 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant