Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetAllLanguages ¶
Types ¶
type Language ¶
type Language struct { Type string `toml:"type"` Color string `toml:"color,omitempty"` Extensions []string `toml:"extensions,omitempty"` TmScope string `toml:"tm_scope"` AceMode string `toml:"ace_mode"` LanguageID int `toml:"language_id"` Aliases []string `toml:"aliases,omitempty"` CodemirrorMode string `toml:"codemirror_mode,omitempty"` CodemirrorMimeType string `toml:"codemirror_mime_type,omitempty"` Interpreters []string `toml:"interpreters,omitempty"` Group string `toml:"group,omitempty"` Filenames []string `toml:"filenames,omitempty"` Wrap bool `toml:"wrap,omitempty"` FsName string `toml:"fs_name,omitempty"` Searchable bool `toml:"searchable,omitempty"` }
func GetLanguage ¶
Click to show internal directories.
Click to hide internal directories.