We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MagicPython currently only highlights a very small subset of the codetags from PEP-0350:
I think the full list should be included in MagicPython, or at least the rest of the top-level mnemonics:
""" ## Supported: NOTE: A note XXX: Attention HACK: A hack FIXME: Problematic code BUG: A bug TODO: Pending task ## Not supported: MILESTONE: MLSTN: DONE: YAGNI: TBD: TOBEDONE: DEBUG: BROKEN: REFACTOR: REFACT: RFCTR: OOPS: SMELL: NEEDSWORK: INSPECT: BUGFIX: NOBUG: NOFIX: WONTFIX: DONTFIX: NEVERFIX: UNFIXABLE: CANTFIX: REQ: REQUIREMENT: STORY: RFE: FEETCH: NYI: FR: FTRQ: FTR: IDEA: ???: QUESTION: QUEST: QSTN: WTF: !!!: ALERT: CLEVER: MAGIC: PORT: PORTABILITY: WKRD: CAVEAT: CAV: CAVT: WARNING: CAUTION: HELP: FAQ: GLOSS: GLOSSARY: SEE: REF: REFERENCE: TODOC: DOCDO: DODOC: NEEDSDOC: EXPLAIN: DOCUMENT: CRED: CREDIT: THANKS: STAT: STATUS: RVD: REVIEWED: REVIEW: """
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MagicPython currently only highlights a very small subset of the codetags from PEP-0350:
I think the full list should be included in MagicPython, or at least the rest of the top-level mnemonics:
The text was updated successfully, but these errors were encountered: