Skip to content

Commit

Permalink
Update XSL package (#9015)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deathaxe authored Dec 15, 2024
1 parent 9101f99 commit ae55c21
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions repository/x.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
}
]
},
Expand Down

0 comments on commit ae55c21

Please sign in to comment.