micro/internal/config
Dmitry Maluka 728d87ceba
Fix regression: non-working direct colors in syntax files (#2252)
After 9ad4437, directly specifying color names (instead of syntax groups)
in syntax files no longer works. In particular *.patch and *.diff files
are not highlighted, since in patch.yaml direct colors names are used.

Restore the previous behavior of GetColor (fallback to direct colors if
no syntax group found) to fix this regression, but also make some changes
in StringToStyle and StringToColor to still fix the issue which was fixed
by 9ad4437. In other words, ensure that there is no confusion between
direct colors ("red", "green" etc) and syntax groups omitted in the
colorscheme file.
2021-10-27 15:12:55 -07:00
..
autosave.go Fix autosave not running by default 2020-10-08 23:33:34 -04:00
colorscheme.go Fix regression: non-working direct colors in syntax files (#2252) 2021-10-27 15:12:55 -07:00
colorscheme_test.go Update to tcell v2 2020-09-05 14:52:35 -04:00
config.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
globals.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00
plugin.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
plugin_installer.go Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
plugin_installer_test.go Add plugin manager 2020-02-01 23:54:38 -05:00
plugin_manager.go Add plugin manager 2020-02-01 23:54:38 -05:00
rtfiles.go Build : using go:generate and go:embed (#2195) 2021-08-24 22:02:29 -04:00
rtfiles_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
settings.go Support for highlighting all search matches (hlsearch) (#1762) 2021-09-28 13:39:03 -07:00