mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +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>
31 lines
965 B
Plaintext
31 lines
965 B
Plaintext
color-link comment "blue"
|
|
color-link constant "red"
|
|
color-link identifier "cyan"
|
|
color-link statement "yellow"
|
|
color-link symbol "yellow"
|
|
color-link preproc "magenta"
|
|
color-link type "green"
|
|
color-link special "magenta"
|
|
color-link ignore "default"
|
|
color-link error ",brightred"
|
|
color-link todo ",brightyellow"
|
|
color-link hlsearch "black,yellow"
|
|
color-link indent-char "black"
|
|
color-link line-number "yellow"
|
|
color-link current-line-number "red"
|
|
color-link diff-added "green"
|
|
color-link diff-modified "yellow"
|
|
color-link diff-deleted "red"
|
|
color-link gutter-error ",red"
|
|
color-link gutter-warning "red"
|
|
#Cursor line causes readability issues. Disabled for now.
|
|
#color-link cursor-line "white,black"
|
|
color-link color-column "white"
|
|
#No extended types. (bool in C)
|
|
color-link type.extended "default"
|
|
#No bracket highlighting.
|
|
color-link symbol.brackets "default"
|
|
#Color shebangs the comment color
|
|
color-link preproc.shebang "comment"
|
|
color-link match-brace ",magenta"
|