This commit is contained in:
Zachary Yedidia
2020-10-06 17:32:09 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -418,7 +418,7 @@ your own plugins.
Micro also has a built in plugin manager which you can invoke with the
`> plugin ...` command, or in the shell with `micro -plugin ...`.
For the valid commands you can use, see the `command` help topic.
For the valid commands you can use, see the `commands` help topic.
The manager fetches plugins from the channels (which is simply a list of plugin
metadata) which it knows about. By default, micro only knows about the official

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):?"