tagbar icon indicating copy to clipboard operation
tagbar copied to clipboard

Allow custom language definitions

Open AndyMcAliley opened this issue 5 months ago • 1 comments

Fixes #789

This PR adds a second duplicate --option directive to the ctags command, using deffile twice. The first --option comes prior to --language-force and lets ctags know the custom language. The second --option comes last to override the default --kinds-<lang> definition.

This PR addresses the same problem that #792 addresses, but in a different way that doesn't require additional user options.

This fix needs testing, especially on the use case described in #776.

AndyMcAliley avatar Mar 08 '24 04:03 AndyMcAliley