- update to 3.0.0:
* 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
This commit is contained in:
committed by
Git OBS Bridge
parent
3d309bc922
commit
848ec7fdfe
4
_service
4
_service
@@ -2,7 +2,7 @@
|
||||
<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/v2.5.1</param>
|
||||
<param name="revision">refs/tags/v3.0.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@@ -11,5 +11,5 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="buildtime" />
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
tree-sitter-vimdoc-3.0.0.obscpio
Normal file
3
tree-sitter-vimdoc-3.0.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:611782b660858df3c3c8e03ea47d88662ea6797ea0c4bd5813de1d640fe492da
|
||||
size 666124
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 12:43:29 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 3.0.0:
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 11:33:26 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: tree-sitter-vimdoc
|
||||
version: 2.5.1
|
||||
mtime: 1710871906
|
||||
commit: 9474ef9814edca1bd43b488669a96dbb9f122c8f
|
||||
version: 3.0.0
|
||||
mtime: 1717834376
|
||||
commit: 2249c44ecd3f5cf22da3dcccfb74f816ddb29245
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define _name vimdoc
|
||||
Name: tree-sitter-%{_name}
|
||||
Version: 2.5.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Tree-sitter parser for Vim help files
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user