Conversation
|
Oh my, perhaps I overdid it by adding so many examples... |
869b85c to
6b46c36
Compare
|
Hi, yes, I think that's a bit much on the example side. Could you please try to condense it to 1-2 files at most? Please keep in mind that all code you submit here must be yours or BSD compatible, and I do get nervous when I see large amounts of code getting submitted :) |
|
Hi @Anteru, thanks for your comment. I have added just a single example, that I've written myself for the occasion. Hopefully, this is more to your liking :) |
Ah, yes, I can see that. I didn't know that it needed to classify everything correctly. I'll try to find some time to address this. |
14a9329 to
0f2caf6
Compare
|
@birkenfeld I've tried to update my lexer a bit, but now I'm getting an error in the linter: overlap in character class. I don't know what that means, perhaps you can help me understand? |
|
@Munksgaard it means that you have a single character multiple times in a character class. One way to do that is simply something like The |
Thank you, I've tried that now :) |
|
Merged, thanks! |
The purpose of this PR is to add support for the Futhark programming language.
I've tried to follow the guide on https://pygments.org/docs/lexerdevelopment/, but please let me know if there's something else I need to do.