-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 .hzp
as an XML extension
#5626
Conversation
The Rowley CrossWorks IDE uses `.hzp` files to store project information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strictly speaking, these files aren't well-formed XML, since they lack an <?xml…?>
header. I think it'd be prudent to add at least one sample .hzp
file to help our classifier, just in case.
UPDATE: I found a sample with a more appropriate distribution license (BSD-3-Clause). Will update the OP to reflect this.
I pushed the requested changes to hurry things along.
@lildude Good to merge. 👍 |
Thanks for fixing that up :) If I come back with any other languages to add I will remember a sample! |
Added: * Config, Python: `.flake8` (github-linguist/linguist#5669) * C++: `.ixx` (github-linguist/linguist#5680) * Database: `MANIFEST.MF` (github-linguist/linguist#5505) * Docker: `Containerfile` (github-linguist/linguist#5588) * GLSL: `.r{chit,miss}` (github-linguist/linguist#5566) * HTML: `.hta` (github-linguist/linguist#5533) * Makefile: `.makefile` (github-linguist/linguist#5526) * Readme: `CITATION.cff` (github-linguist/linguist#5577) * Shell: `.kshrc` (github-linguist/linguist#5685) * TypeScript: `.cts`, `.mts` (github-linguist/linguist#5696) * XML: `.hzp` (github-linguist/linguist#5626)
The Rowley CrossWorks IDE uses
.hzp
files to store project information.Checklist:
https://github.com/wolfSSL/wolfssl/blob/99f44149eb7fff7dedd863a727a4646b51400fdf/IDE/ROWLEY-CROSSWORKS-ARM/wolfssl.hzp (wolfSSL, GPLv2)https://github.com/Masmiseim36/iMXRT/blob/master/imxrt.hzp (iMXRT)demo.hzp
(BSD-3 Clause)