Skip to content

Commit

Permalink
✏️ : Added more Code tags (#1875)
Browse files Browse the repository at this point in the history
I added more syntax highlighting for python comment code tags. Though this should be implemented for all languages...
  • Loading branch information
ThatXliner authored Oct 6, 2020
1 parent 225b24f commit c0907bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/syntax/python3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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):?"

0 comments on commit c0907bb

Please sign in to comment.