Skip to content

Commit ae55c21

Browse files
author
deathaxe
authored
Update XSL package (wbond#9015)
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.
1 parent 9101f99 commit ae55c21

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

repository/x.json

+12-14
Original file line numberDiff line numberDiff line change
@@ -236,23 +236,21 @@
236236
},
237237
{
238238
"name": "XSL",
239-
"details": "https://github.com/packagecontrol/XSL",
240-
"labels": ["language syntax"],
239+
"details": "https://github.com/SublimeText/XSL",
240+
"labels": ["language syntax", "snippets"],
241+
"previous_names": ["XSLT Snippets"],
241242
"releases": [
242243
{
243-
"sublime_text": ">3083",
244-
"tags": true
245-
}
246-
]
247-
},
248-
{
249-
"name": "XSLT Snippets",
250-
"details": "https://github.com/hoest/SublimeXSLT",
251-
"labels": ["snippets"],
252-
"releases": [
244+
"sublime_text": "3083 - 4106",
245+
"tags": "st3-"
246+
},
253247
{
254-
"sublime_text": "*",
255-
"branch": "master"
248+
"sublime_text": "4107 - 4125",
249+
"tags": "4107-"
250+
},
251+
{
252+
"sublime_text": ">=4126",
253+
"tags": "4126-"
256254
}
257255
]
258256
},

0 commit comments

Comments
 (0)