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

Register .hta as an HTML extension #5533

Merged
merged 2 commits into from
Aug 26, 2021
Merged

Register .hta as an HTML extension #5533

merged 2 commits into from
Aug 26, 2021

Conversation

Alhadis
Copy link
Collaborator

@Alhadis Alhadis commented Aug 25, 2021

Description

This PR adds support for .hta ("HTML App") as an HTML file extension to fix #5531.

Checklist:

  • I am associating a language with a new file extension.
    • The new extension is used in hundreds of repositories on GitHub.com
    • I have included a real-world usage sample for all extensions added in this PR:
    • I have included a change to the heuristics to distinguish my language from others using the same extension.

@Alhadis Alhadis requested a review from a team as a code owner August 25, 2021 02:30
@Alhadis Alhadis merged commit bc04fea into master Aug 26, 2021
@Alhadis Alhadis deleted the hta-extension branch August 26, 2021 11:36
kalkin added a commit to kalkin/file-expert that referenced this pull request Sep 19, 2021
Alhadis added a commit to file-icons/atom that referenced this pull request Dec 28, 2021
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(.hta) HTML Application - language support.
2 participants