Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Languages = map[string]*Language{}/* 391 elements not displayed */
)
Functions ¶
This section is empty.
Types ¶
type Language ¶
type Language struct { Name string Type string Group string Color string Aliases []string Extensions []string Filenames []string Interpreters []string TmScope string AceMode string Wrap bool Searchable bool }
func DetectLanguage ¶
Click to show internal directories.
Click to hide internal directories.