Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/somewhere/my-plugin.so /somewhere-else/my-plugin.config @type=remap @tag=my-remap optional-argument-1 optional-argument-2

Optional arguments above should be treated as global settings for the plugin. They will be passed down to the plugin in TSPluginInit.

Use this tag as an abstraction to refer to remap plugins in remap.config

...