Fix duplicate extmarks in Ruby

This commit is contained in:
HiPhish 2024-08-13 19:56:34 +02:00
parent ea4a2da7d1
commit 8d88eaf246
3 changed files with 2 additions and 12 deletions

View file

@ -16,6 +16,7 @@ Fixed
=====
- Common Lisp query: duplicate extmarks on some delimiters
- Ruby query: duplicate extmarks on some delimiters
- Zig query: duplicate extmarks on some delimiters
- Make a better effort to make parentheses in Vim script expressions work (there
is only so much that can be done though)

View file

@ -15,5 +15,6 @@
")" @delimiter @sentinel) @container
(block_parameters
.
"|" @delimiter
"|" @delimiter @sentinel) @container

View file

@ -197,12 +197,6 @@ return {
hl_group = "RainbowDelimiterYellow",
start_col = 28,
start_row = 13
}, {
end_col = 29,
end_row = 13,
hl_group = "RainbowDelimiterYellow",
start_col = 28,
start_row = 13
}, {
end_col = 41,
end_row = 13,
@ -221,12 +215,6 @@ return {
hl_group = "RainbowDelimiterBlue",
start_col = 46,
start_row = 13
}, {
end_col = 47,
end_row = 13,
hl_group = "RainbowDelimiterBlue",
start_col = 46,
start_row = 13
}, {
end_col = 58,
end_row = 13,