Add Vyper#1354
Open
ThatOneCalculator wants to merge 2 commits into
Open
Conversation
…ical superset of Python. Also removes `vy` from Menhir. [Github](https://github.com/github-linguist/linguist/blob/5da575ee6562acc0ef89742d969a7d1b41a84457/lib/linguist/languages.yml#L8015-L8022), along with every other software forge, all treat `.vy` as Vyper. `vy` *is* used for Menhir, but only in [specific circumstances](https://gallium.inria.fr/~fpottier/menhir/manual.html#sec2), and [Vyper is used far than Menhir for `.vy` files](https://github.com/search?q=path%3A*.vy+NOT+is%3Afork&type=code).
bc9a94d to
c90433b
Compare
Migelo
added a commit
to Migelo/tokei
that referenced
this pull request
Jun 23, 2026
…y#1354) Port of upstream XAMPPRocky#1354. Also adds Vyper to the README language list for consistency (the upstream PR omitted that). Co-Authored-By: Kainoa Kanter <kainoa@t1c.dev>
|
Hi, thanks for this contribution. Your changes have been implemented in Migelo/tokei, an actively maintained fork of tokei, and are included in the latest release. You can download prebuilt binaries here: https://github.com/Migelo/tokei/releases/tag/v14.2.0 To be clear, this fork is not an attempt to usurp or replace the original maintainer. It just aims to keep things moving and ship contributions like yours. Thanks again for your work. |
Author
|
@XAMPPRocky requesting review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Vyper language, which is a syntactical superset of Python.
Also removes
vyfrom Menhir.Github, along with every other software forge, all treat
.vyas Vyper.vyis used for Menhir, but only in specificcircumstances, and Vyper is used far than
Menhir for
.vyfiles.