fix(runtime): sync bundled treesitter queries

(cherry picked from commit 862338255d)
This commit is contained in:
Christian Clason
2024-07-24 15:06:01 +02:00
parent 85ac560947
commit 7e15526dd2
4 changed files with 24 additions and 15 deletions

View File

@@ -1052,10 +1052,15 @@ describe('treesitter highlighting (markdown)', function()
insert(string.format('[This link text](%s) is a hyperlink.', url))
screen:add_extra_attr_ids({
[100] = { foreground = Screen.colors.DarkCyan, url = 'https://example.com' },
[101] = {
foreground = Screen.colors.SlateBlue,
url = 'https://example.com',
underline = true,
},
})
screen:expect({
grid = [[
{25:[}{100:This link text}{25:](}{28:https://example.com}{25:)} is|
{25:[}{100:This link text}{25:](}{101:https://example.com}{25:)} is|
a hyperlink^. |
{1:~ }|*3
|