Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Oct 6, 2020
2 parents 882bd8a + c0907bb commit 95eb8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/help/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 95eb8eb

Please sign in to comment.