-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
Don't forget to update the README |
@BNAndras Could you rebase this on the latest |
@@ -1148,6 +1148,12 @@ | |||
"mime": ["text/x-python"], | |||
"extensions": ["py", "pyw"] | |||
}, | |||
"Pyret": { | |||
"line_comment": ["#"], | |||
"multi_line_comments": ["#|", "|#"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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.
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. |
@BNAndras I would probably just open a new PR for this repo with a different branch. |
Okay, I opened #10 instead |
No description provided.