mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 09:50:24 +00:00
✏️ : 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:
parent
225b24f356
commit
c0907bb58e
1 changed files with 2 additions and 2 deletions
|
|
@ -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):?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue