libt3highlight
Data Fields
t3_highlight_lang_t Struct Reference

A struct representing a display name/language file name tuple. More...

Data Fields

char * lang_file
 Name of the language file, to be used with t3_highlight_load. More...
 
char * name
 Display name of a language. More...
 

Detailed Description

A struct representing a display name/language file name tuple.

Field Documentation

◆ lang_file

char* t3_highlight_lang_t::lang_file

Name of the language file, to be used with t3_highlight_load.

◆ name

char* t3_highlight_lang_t::name

Display name of a language.