Language

a struct representing a single language

Members

Variables

color
string color;

color of the language, not guaranteed that every language has it will be #ffffff if the language doesnt have a color

ext
string[] ext;

all supported extensions

mimes
string[] mimes;

all supported mimes

mode
string mode;

language mode (used for the online editor - codemirror)

name
string name;

language name

Meta