micro/internal/config
toiletbril 69eaa9191a
options: add matchbracestyle (#2876)
* Update docs to include `matchbracestyle`

* Add `matchbracestyle` to infocomplete.go

* Add validator and default settings for `matchbracestyle`

* Highlight or underline braces based on `matchbracestyle`

* Add `match-brace` to default colorschemes

* Correct `FindMatchingBrace()` counting

Make brace under the cursor have priority over brace to the left in
ambiguous cases when matching braces

Co-authored-by: Dmitry Maluka <dmitrymaluka@gmail.com>

* Fix conflicts

---------

Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com>
Co-authored-by: Dmitry Maluka <dmitrymaluka@gmail.com>
2024-03-13 20:21:27 +01: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 plugins: Add capability to dis-/enable them per buffer (#2836) 2023-06-05 17:38:33 -07:00
plugin_installer.go plugins: Add capability to dis-/enable them per buffer (#2836) 2023-06-05 17:38:33 -07: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 rtfiles: Give user defined runtime files precedence over asset files (#3066) 2024-03-04 13:24:40 -08:00
rtfiles_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
settings.go options: add matchbracestyle (#2876) 2024-03-13 20:21:27 +01:00