Open
Conversation
3ca7f7e to
f3940db
Compare
Author
|
Sorry for the linter issue in the workflow, I've fixed it now. I couldn't run the linter on my own system, it would complain as follows: |
Collaborator
|
The linter issue should be fixed now, it was a problem with |
Anteru
requested changes
Jan 15, 2026
Markless is an open document markup standard specified at https://shirakumo.org/docs/markless Reference implementations of full parsers, a test suite, sample documents, and more can be found on the same page. This lexer implements a simpler version of Markless without maintaining the standard component and directive stack. It also does not distinguish every possible component type in Markless, as Pygments/Chroma's types lack appropriate markers. Nevertheless the lexer is useful enough to properly mark up syntax constructs in Markless documents, especially aiding in distinguishing syntactical elements from actual textual content at a glance.
Author
|
Is there anything else I can do to get this merged? |
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.
Markless is an open document markup standard specified at
https://shirakumo.org/docs/markless
Reference implementations of full parsers, a test suite, sample documents, and more can be found on the same page.
This lexer implements a simpler version of Markless without maintaining the standard component and directive stack. It also does not distinguish every possible component type in Markless, as Pygments/Chroma's types lack appropriate markers.
Nevertheless the lexer is useful enough to properly mark up syntax constructs in Markless documents, especially aiding in distinguishing syntactical elements from actual textual content at a glance.
If there's anything you'd like me to provide about Markless or change about the patch, please let me know.
Thanks a lot for all your work on Pygments!