17
0
Files
lite-xl-plugins/_service
Scott Bradnick 4d17e4a704 Accepting request 1046626 from home:sbradnick
- Update to version git20221231.bf3a3b7:
  * readme: add evergreen to plugin list (#184)
  * `minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both enabled
  * Add highlighting for go.mod and go.sum files (#182)
  * Extend eval plugin with eval:selected (#177)
  * Add `tab_switcher` (#173)
  * Fix lfautoinsert (#180)
  * Improved language_wren.lua (#171)
  * added editorconfig plugin (#163)
  * regexreplacepreview: compat fixes for lite-xl master
  * Fix bug with rainbowparen.lua messing with the ability to comment out lines. (#170)
  * language_php: switch to non capturing group match
  * centerdoc: better spacing on center mode
  * Reorganize README.md
  * custom_caret: better handle of default caret color
  * ipc: annotation changes
  * settings: merge a plugin settings when enabled at runtime
  * feat: add group method for fontconfig plugin (#157)
  * [Plugin] Add Custom Caret Plugin (#162)
  * Update README.md
  * settings: ask before clearing font cache
  * profiler: rephrased parts of the readme
  * readme: chopped long lines, added directory to install
  * Add Profiler Plugin (#155)
  * Reorganize README.md (#156)
  * add gitblame plugin (#154)
  * settings: support global force scrollbar status on newly opened Views
  * settings: apply force_scrollbar_status on the fly
  * settings: added force_scrollbar_status
  * language_php: better match class type inline vars

OBS-URL: https://build.opensuse.org/request/show/1046626
OBS-URL: https://build.opensuse.org/package/show/editors/lite-xl-plugins?expand=0&rev=9
2023-01-03 18:13:57 +00:00

27 lines
756 B
XML

<!--
# vim: set syntax=xml
-->
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/lite-xl/lite-xl-plugins</param>
<param name="scm">git</param>
<param name="revision">master</param>
<!--
<param name="revision">2.1</param>
-->
<param name="versionformat">git%cd.%h</param>
<!--
<param name="parent-tag">v2.0.5</param>
<param name="versionrewrite-pattern">v(.*)</param>
-->
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>