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 support for Pyret #3

Closed
wants to merge 4 commits into from
Closed

Conversation

BNAndras
Copy link
Member

@BNAndras BNAndras commented Nov 1, 2023

No description provided.

@glennj
Copy link

glennj commented Nov 1, 2023

Don't forget to update the README

@ErikSchierboom
Copy link
Member

@BNAndras Could you rebase this on the latest master of this repo?

@@ -1148,6 +1148,12 @@
"mime": ["text/x-python"],
"extensions": ["py", "pyw"]
},
"Pyret": {
"line_comment": ["#"],
"multi_line_comments": ["#|", "|#"],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"multi_line_comments": ["#|", "|#"],
"multi_line_comments": ["#|", "|#"],
"nested": true,

As I discovered with 8th, you have to tell tokei that your language supports nested multiline comments.

@BNAndras
Copy link
Member Author

BNAndras commented Nov 7, 2023

@BNAndras Could you rebase this on the latest master of this repo?

This branch is also being used in a PR upstream. Will that be a problem for the other PR? I can change branches I think.

@ErikSchierboom
Copy link
Member

@BNAndras I would probably just open a new PR for this repo with a different branch.

@BNAndras
Copy link
Member Author

BNAndras commented Nov 7, 2023

Okay, I opened #10 instead

@BNAndras BNAndras closed this Nov 7, 2023
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.

3 participants