AutoYADM commit: 2025-05-10 23:36:07
This commit is contained in:
parent
d3078d3e29
commit
7504b2176c
2 changed files with 9 additions and 4 deletions
|
@ -97,7 +97,7 @@ set-face global ts_conceal "%opt{red_ember}+i"
|
||||||
set-face global ts_constant "%opt{orange_blaze}"
|
set-face global ts_constant "%opt{orange_blaze}"
|
||||||
set-face global ts_constant_builtin_boolean "%opt{blue}"
|
set-face global ts_constant_builtin_boolean "%opt{blue}"
|
||||||
set-face global ts_constant_character "%opt{red_glowing}+b"
|
set-face global ts_constant_character "%opt{red_glowing}+b"
|
||||||
set-face global ts_constant_macro "%opt{red_glowing}+b"
|
set-face global ts_constant_macro "%opt{blue}"
|
||||||
set-face global ts_constructor "%opt{g_1}"
|
set-face global ts_constructor "%opt{g_1}"
|
||||||
set-face global ts_diff_plus "%opt{g_6}"
|
set-face global ts_diff_plus "%opt{g_6}"
|
||||||
set-face global ts_diff_minus "%opt{red_ember}"
|
set-face global ts_diff_minus "%opt{red_ember}"
|
||||||
|
@ -137,7 +137,7 @@ set-face global ts_markup_strikethrough "+s"
|
||||||
set-face global ts_namespace "%opt{orange_glow}+b"
|
set-face global ts_namespace "%opt{orange_glow}+b"
|
||||||
set-face global ts_operator "%opt{orange_blaze}"
|
set-face global ts_operator "%opt{orange_blaze}"
|
||||||
set-face global ts_property "%opt{g_2}"
|
set-face global ts_property "%opt{g_2}"
|
||||||
set-face global ts_punctuation "%opt{g_6}"
|
set-face global ts_punctuation "%opt{orange_golden}"
|
||||||
set-face global ts_punctuation_special "%opt{orange_golden}"
|
set-face global ts_punctuation_special "%opt{orange_golden}"
|
||||||
set-face global ts_special "%opt{orange_smolder}"
|
set-face global ts_special "%opt{orange_smolder}"
|
||||||
set-face global ts_spell ",,%opt{g_5}+c"
|
set-face global ts_spell ",,%opt{g_5}+c"
|
||||||
|
|
|
@ -31,10 +31,15 @@ set-option global indentwidth 4
|
||||||
|
|
||||||
set-option global scrolloff 3,3
|
set-option global scrolloff 3,3
|
||||||
|
|
||||||
|
define-command -override tree-sitter-user-after-highlighter %{
|
||||||
|
add-highlighter -override buffer/show-matching show-matching
|
||||||
|
add-highlighter -override buffer/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||||
|
}
|
||||||
|
|
||||||
# define-command -override tree-sitter-use-after-highlighter %{
|
# define-command -override tree-sitter-use-after-highlighter %{
|
||||||
# add-highlighter -override buffer/
|
# add-highlighter -override window/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
||||||
# }
|
# }
|
||||||
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
||||||
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||||
add-highlighter global/ number-lines -hlcursor -relative -separator " "
|
add-highlighter global/ number-lines -hlcursor -relative -separator " "
|
||||||
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue