dbarnett / vim-plugin-metadata

Parse and analyze your vim plugins, from Rust & Python!
MIT License
1 stars 0 forks source link

Implement VimParser::parse_plugin_dir #13

Closed dbarnett closed 2 months ago

dbarnett commented 2 months ago

Add parse_plugin_dir, tweak parse_module to return just Vec<VimNodes>, and refactor code into ::data and ::parser modules.

Fixes #9.