micro/internal
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
..
action Fix issues related to tabbar/infobar mouse events 2019-12-28 15:56:56 -05:00
buffer More efficient loading for default syntax files 2019-12-28 21:26:22 -05:00
config More efficient loading for default syntax files 2019-12-28 21:26:22 -05:00
display Improve lua interface for statusline 2019-12-26 12:46:10 -05:00
info Lua prompt support and plugin improvements 2019-12-25 17:05:11 -05:00
lua Add linter plugin support 2019-12-25 17:05:10 -05:00
screen Backup support 2019-12-25 17:05:11 -05:00
shell Lua prompt support and plugin improvements 2019-12-25 17:05:11 -05:00
util Improve mouse selection performance 2019-12-28 12:04:43 -05:00
views Change project layout and use go.mod 2019-12-25 17:05:10 -05:00