-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature request: syntax highlighting for Pipfile and Pipfile.lock #995
Comments
So a pipfile is TOML and a pipfile.lock is JSON, so we just need to add the appropriate associations. The latter is included in VS Code out of the box, but TOML isn't. The most popular TOML extension doesn't recoginize |
But in both instances we can add an association on our side as well to at least make it work when a TOML extension that has syntax highlighting is available. |
Or if you want to submit a PR to add the association, @hujianxin , that would be awesome 😄 |
It's great if this feature is integrated into vscode-python. Thanks
The text was updated successfully, but these errors were encountered: