Add support for record-jar files #5182
Merged
+48,165
−3
Conversation
Whooopsie, looks like we're missing a commit as there isn't a sample on this PR at the mo |
|
@lildude Whoops. Fixed. |
|
Woah! It's hooog!! But I see it's pretty much the same file in every repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.


This pull-request adds support for the record-jar format, the best-known example of which (and the only one with sufficient distribution) is the IANA language subtag registry.
More background on this format can be found at a 7-year old repository of mine, which actually does a pretty good job of explaining it.
Distribution
Syntax highlighting samples
language-subtag-regsitrynametableOrigin of sample
Freely distributed by IANA and released to the public domain.
Rationale for colour choice
I picked
#0673bafrom IANA's logo, because record-jars (like most Unix text-file formats) don't have any "branding" so to speak.