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

[BUG] no mime type for file extension xqs registered #101

Closed
line-o opened this issue May 6, 2020 · 3 comments · Fixed by #102
Closed

[BUG] no mime type for file extension xqs registered #101

line-o opened this issue May 6, 2020 · 3 comments · Fixed by #102

Comments

@line-o
Copy link
Member

line-o commented May 6, 2020

// exist specific mime types
mime.define({
  'application/xquery': ['xqs', 'xq', 'xql', 'xqm'],
  'application/xml': ['xconf', 'odd']
})
@joewiz
Copy link
Member

joewiz commented May 6, 2020

There is also .xqy and .xquery. See https://github.com/eXist-db/atom-existdb/blob/master/grammars/xquery.cson#L2-L9. Technically, there's also .xqws, but it's hardly used. See https://markmail.org/message/25dsfjm53lk5q7h7.

@line-o
Copy link
Member Author

line-o commented May 7, 2020

Thanks, @joewiz will add .xqy (.xquery is already in there). If someone really wants xqws it can still be registered.

@line-o
Copy link
Member Author

line-o commented Jul 24, 2020

🎉 This issue has been resolved in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants