Crate vim_plugin_metadata

source ·
Expand description

§vim-plugin-metadata

A library to parse and analyze your vim plugins.

The main use case is to instantiate a VimParser, configure it, and point it to a plugin dir or file to parse.

Structs§

  • An individual module (a.k.a. file) of vimscript code.
  • The main entry point for parsing plugins.
  • An entire vim plugin with all the metadata parsed from its files.

Enums§

  • A representation of a single high-level grammar token of vim syntax, such as a comment or function.