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

Recognize .gem files as YAML format #377

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Conversation

dearblue
Copy link
Contributor

The purpose is to enable syntax highlighting on GitHub.


Previously, no syntax highlighting was performed: https://github.com/mruby/mgem-list/blob/71de87c2c47a18bffa8d703d2f7ecbbc95296752/mruby-gemcut.gem

After applying this patch, it will be recognized as YAML: https://github.com/dearblue/mgem-list/blob/e8267970f8d9f5fc71d18682efc1e023753e6389/mruby-weakref.gem

Note: When viewing files from a patched branch, it appears that even files with the same name from a previous branch may be highlighted. For this reason, we are trying a different file here.

The purpose is to enable syntax highlighting on GitHub.
@dearblue dearblue requested a review from matz as a code owner July 29, 2023 02:33
@matz matz merged commit 9c2f095 into mruby:master Jul 29, 2023
3 checks passed
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.

None yet

2 participants