pastemyst.data

Undocumented in source.

Members

Functions

getLanguageByExtension
Nullable!Language getLanguageByExtension(string extension)

returns language information for a specific language, searched languages by extension. if the language couldn't be found it returns null

getLanguageByName
Nullable!Language getLanguageByName(string name)

returns language information for a specific language, searched languages by name. if the language couldn't be found it returns null

Structs

Language
struct Language

a struct representing a single language

Meta