From ac2feede1f2766adb23b24b3f31c4ee0118a1cec Mon Sep 17 00:00:00 2001 From: deathaxe Date: Wed, 4 Dec 2024 20:29:33 +0100 Subject: [PATCH] Update XSL package This commit... 1. transfers "XSL" package to https://github.com/SublimeText/XSL 2. merges "XSLT Snippets" package into "XSL". Despite its name "XSLT Snippets" provides also syntax definition, completions and symbol list definitions. XSL was primarily intended as backward compatibility package as ST3083 dropped that syntax from core packages. It defines same main scope `text.xml.xsl` as syntax from "XSLT Snippets". For ST4 XSL packages now provides rewritten syntax for XSL(T) and XSD with full support for XPath and RegExp highlighting. --- repository/x.json | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/repository/x.json b/repository/x.json index 411596fffc5..0cf13298f20 100644 --- a/repository/x.json +++ b/repository/x.json @@ -236,23 +236,21 @@ }, { "name": "XSL", - "details": "https://github.com/packagecontrol/XSL", - "labels": ["language syntax"], + "details": "https://github.com/SublimeText/XSL", + "labels": ["language syntax", "snippets"], + "previous_names": ["XSLT Snippets"], "releases": [ { - "sublime_text": ">3083", - "tags": true - } - ] - }, - { - "name": "XSLT Snippets", - "details": "https://github.com/hoest/SublimeXSLT", - "labels": ["snippets"], - "releases": [ + "sublime_text": "3083 - 4106", + "tags": "st3-" + }, { - "sublime_text": "*", - "branch": "master" + "sublime_text": "4107 - 4125", + "tags": "4107-" + }, + { + "sublime_text": ">=4126", + "tags": "4126-" } ] },