Can lemminx be extended? #591
-
|
Sometimes a maven mojo configuration can contain domain specific languages, for example the bnd-maven-plugin supports embedding of bnd-instructions: of course lemminx could not understand these, but I wonder if it is possible to add support for such things via a lemminx extension somehow? So what I want is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, of course lemminx itself can be extended, especially since lemminx-maven is one of such extensions. See https://github.com/eclipse/lemminx?tab=readme-ov-file#extensions for details. |
Beta Was this translation helpful? Give feedback.
Yes, of course lemminx itself can be extended, especially since lemminx-maven is one of such extensions. See https://github.com/eclipse/lemminx?tab=readme-ov-file#extensions for details.
Such bnd extension could have lemminx-maven as dependency.