mathieucarbou / license-maven-plugin

Manage license headers in your source files

Home Page:https://oss.carbou.me/license-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for XQuery comments

phax opened this issue · comments

Hi,
Eventually you can support for XQuery comments as well.
Specification: https://www.w3.org/TR/xquery-31/#comments

Comment         ::= "(:"  (CommentContents  |  Comment)*  ":)"
CommentContents ::= (Char+ - (Char* ('(:' | ':)') Char*)) 	

Thanks!

Yes! Please open a PR, this is really easy to do as long as you love regex 😝

commented

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

No time yet - it's a nice to have and no must, so priority for me is low (and recursive RegEx are not my favourite ;-) )

commented

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.