✏️ : Added more Code tags (#1875)

I added more syntax highlighting for python comment code tags. Though this should be implemented for all languages...
This commit is contained in:
ThatXliner
2020-10-06 13:56:08 -07:00
committed by GitHub
parent 225b24f356
commit c0907bb58e

View File

@@ -58,5 +58,5 @@ rules:
- comment:
start: "#"
end: "$"
rules:
- todo: "(TODO|FIXME):?"
rules: # AKA Code tags (PEP 350)
- todo: "(TODO|FIXME|HACK|BUG|NOTE|FAQ|MNEMONIC|REQ|RFE|IDEA|PORT|\?\?\?|!!!|GLOSS|SEE|TODOC|STAT|RVD|CRED):?"