mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
eb043e80a8
The Linguist-defined language IDs are important to our use case because they are used as database identifiers. This adds a new generator to extract the language IDs into a map and uses that to implement GetLanguageID. Because one language has the ID 0, there is no way to tell if a language name is found or not. If desired, we could add this by returning (string, bool) from GetLanguageID. But none of the other functions that take language names do this, so I didn't want to introduce it here. |
||
---|---|---|
.. | ||
test_files | ||
aliases.go | ||
colors.go | ||
documentation.go | ||
extensions.go | ||
filenames.go | ||
frequencies.go | ||
generator_test.go | ||
generator.go | ||
groups.go | ||
heuristics_test.go | ||
heuristics.go | ||
id.go | ||
interpreters.go | ||
langinfo.go | ||
linguist-commit.go | ||
mimeType.go | ||
types.go | ||
vendor.go |