* Anonymous node "~" in (column_heading) is now named node * feat: support optional arguments {arg}? * Update repository and add modeline support * fix: don't capture leading whitespace in modeline * feat: better structured headings OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-vimdoc?expand=0&rev=5
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/neovim/tree-sitter-vimdoc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/v3.0.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|