Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XSL support #55

Closed
fbricon opened this issue Oct 4, 2018 · 1 comment · Fixed by #56
Closed

Add XSL support #55

fbricon opened this issue Oct 4, 2018 · 1 comment · Fixed by #56
Labels
enhancement New feature or request
Milestone

Comments

@fbricon
Copy link
Collaborator

fbricon commented Oct 4, 2018

Currently, when an xsl document is opened, it gets no XML support whatsoever, as it's set as its own language in vscode.
See WhatIsXSL-example.xsl.zip from https://www.w3.org/Style/XSL/WhatIsXSL.html

@fbricon fbricon added the enhancement New feature or request label Oct 4, 2018
@fbricon
Copy link
Collaborator Author

fbricon commented Oct 4, 2018

One way to workaround it is to manually set the Language Mode to XML, or to make things more permanent, add a file association in settings.json, via the UI or manually:

"files.associations": {
  "*.xsl": "xml"
},

@fbricon fbricon mentioned this issue Oct 4, 2018
@fbricon fbricon added this to the 0.2.0 milestone Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant