Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatherFiles ¶
func GatherFiles(opts *FileGatherOptions) ([]File, *FileNode, error)
Types ¶
type FileGatherOptions ¶
type FileGatherOptions struct { IncludeMatcher pm.PathMatcher ExcludeMatcher pm.PathMatcher PathScopes []string }
type Language ¶
type Language struct { Type string `yaml:"type"` TmScope string `yaml:"tm_scope,omitempty"` AceMode string `yaml:"ace_mode"` CodemirrorMode string `yaml:"codemirror_mode,omitempty"` CodemirrorMimeType string `yaml:"codemirror_mime_type,omitempty"` Color string `yaml:"color,omitempty"` Aliases []string `yaml:"aliases,omitempty"` Extensions []string `yaml:"extensions"` Filenames []string `yaml:"filenames,omitempty"` Interpreters []string `yaml:"interpreters,omitempty"` Group string `yaml:"group,omitempty"` LanguageID int64 `yaml:"language_id"` }
Click to show internal directories.
Click to hide internal directories.