mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
* 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>
28 lines
755 B
Plaintext
28 lines
755 B
Plaintext
color-link default "0,230"
|
|
color-link comment "244"
|
|
color-link constant.string "17"
|
|
color-link constant "88"
|
|
color-link identifier "22"
|
|
color-link statement "0,230"
|
|
color-link symbol "89"
|
|
color-link preproc "22"
|
|
color-link type "88"
|
|
color-link special "22"
|
|
color-link underlined "61,230"
|
|
color-link error "88"
|
|
color-link todo "210"
|
|
color-link hlsearch "0,253"
|
|
color-link statusline "233,229"
|
|
color-link tabbar "233,229"
|
|
color-link indent-char "229"
|
|
color-link line-number "244"
|
|
color-link diff-added "34"
|
|
color-link diff-modified "214"
|
|
color-link diff-deleted "160"
|
|
color-link gutter-error "88"
|
|
color-link gutter-warning "88"
|
|
color-link cursor-line "229"
|
|
#color-link color-column "196"
|
|
color-link current-line-number "246"
|
|
color-line match-brace "230,22"
|