Skip to content

Commit a3084b0

Browse files
committed
Format XSLT files
Extend the list of extensions that Prettier should treat as XML to include those commonly used by Extensible Stylesheet Language Transformations (XSLT): https://en.wikipedia.org/wiki/XSLT Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent c49eda1 commit a3084b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ const plugin: Plugin = {
151151
".xml.dist",
152152
".xproj",
153153
".xsd",
154+
".xsl",
155+
".xslt",
154156
".xspec",
155157
".xul",
156158
".zcml"

0 commit comments

Comments
 (0)