mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-22 00:37:12 +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>
29 lines
873 B
Plaintext
29 lines
873 B
Plaintext
color-link default "188,237"
|
|
color-link comment "108,237"
|
|
color-link constant.string "174,237"
|
|
color-link constant.number "116,237"
|
|
color-link constant "181,237"
|
|
color-link identifier "223,237"
|
|
color-link statement "223,237"
|
|
color-link symbol "223,237"
|
|
color-link preproc "223,237"
|
|
color-link type "187,237"
|
|
color-link special "181,237"
|
|
color-link underlined "188,237"
|
|
color-link error "115,236"
|
|
color-link todo "bold 254,237"
|
|
color-link hlsearch "230,22"
|
|
color-link statusline "186,236"
|
|
color-link tabbar "186,236"
|
|
color-link indent-char "238,237"
|
|
color-link line-number "248,238"
|
|
color-link diff-added "34"
|
|
color-link diff-modified "214"
|
|
color-link diff-deleted "160"
|
|
color-link gutter-error "237,174"
|
|
color-link gutter-warning "174,237"
|
|
color-link cursor-line "238"
|
|
color-link color-column "238"
|
|
color-link current-line-number "188,237"
|
|
color-link match-brace "237,223"
|