micro/internal/config
Zachary Yedidia a61616d79e More efficient loading for default syntax files
This change introduces header files for syntax files. The header
files only contain the filetype and detection info and can be
parsed much faster than parsing a full yaml file. To determine
which filetype a file is, only scanning the headers is necessary
and afterwards only one yaml file needs to be parsed. Use the
make_headers.go file to generate the header files. Micro expects
that all default syntax files will have header files and that
custom user syntax files may or may not have them. Resolving
includes within syntax has not yet been implemented. This
optimization improves startup time.

Ref #1427
2019-12-28 21:26:22 -05:00
..
autosave.go Fix minor autosave race condition 2019-12-25 17:05:11 -05:00
colorscheme.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
colorscheme_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
config.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
globals.go Add autosave option 2019-12-25 17:05:11 -05:00
plugin.go Fix add runtime file for local plugins 2019-12-27 20:28:25 -05:00
plugin_manager.go Add plugin info.json support 2019-12-25 17:05:11 -05:00
rtfiles.go More efficient loading for default syntax files 2019-12-28 21:26:22 -05:00
rtfiles_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
runtime.go More efficient loading for default syntax files 2019-12-28 21:26:22 -05:00
settings.go Remove autosave option 2019-12-26 14:35:48 -05:00