diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-28 20:27:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:27:32 +0200 |
commit | dccf605e6647f8ae1a075558384a521843760ed1 (patch) | |
tree | 8871ec3b6e57b313712c437dd03dbf5a85ff4952 /doc | |
parent | b585ec09f89f7363652ed12d80148f79a48b713d (diff) | |
download | weechat-dccf605e6647f8ae1a075558384a521843760ed1.zip |
typing: add typing plugin
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docgen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index 428b00285..70cb654a3 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -115,6 +115,7 @@ PLUGIN_LIST = { 'spell': 'o', 'trigger': 'o', 'xfer': 'co', + 'typing': 'o', } # options to ignore |