From cddf87f622dcea3a3e95e5bb634d934a43a59a99 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Fri, 27 Sep 2024 17:16:11 -0700 Subject: [PATCH 1/2] fix: allow whitespace after closing code block fence Closes #135, supersedes #155 --- tree-sitter-markdown/src/node-types.json | 1 + tree-sitter-markdown/src/parser.c | 57712 +++++++++--------- tree-sitter-markdown/src/scanner.c | 17 +- tree-sitter-markdown/test/corpus/issues.txt | 24 + 4 files changed, 28892 insertions(+), 28862 deletions(-) diff --git a/tree-sitter-markdown/src/node-types.json b/tree-sitter-markdown/src/node-types.json index a5fa7f0..3efa6e2 100644 --- a/tree-sitter-markdown/src/node-types.json +++ b/tree-sitter-markdown/src/node-types.json @@ -135,6 +135,7 @@ { "type": "document", "named": true, + "root": true, "fields": {}, "children": { "multiple": true, diff --git a/tree-sitter-markdown/src/parser.c b/tree-sitter-markdown/src/parser.c index 362e154..29fa974 100644 --- a/tree-sitter-markdown/src/parser.c +++ b/tree-sitter-markdown/src/parser.c @@ -1589,24 +1589,24 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 3, - [4] = 2, + [4] = 4, [5] = 5, [6] = 6, - [7] = 5, - [8] = 8, - [9] = 6, - [10] = 8, - [11] = 3, + [7] = 3, + [8] = 4, + [9] = 2, + [10] = 6, + [11] = 5, [12] = 12, [13] = 13, [14] = 14, [15] = 15, - [16] = 13, - [17] = 17, - [18] = 17, - [19] = 15, - [20] = 12, - [21] = 14, + [16] = 16, + [17] = 12, + [18] = 13, + [19] = 14, + [20] = 15, + [21] = 16, [22] = 22, [23] = 22, [24] = 24, @@ -1617,98 +1617,98 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [29] = 29, [30] = 30, [31] = 31, - [32] = 32, + [32] = 24, [33] = 33, - [34] = 31, - [35] = 26, - [36] = 32, + [34] = 29, + [35] = 35, + [36] = 33, [37] = 37, - [38] = 38, - [39] = 38, - [40] = 37, + [38] = 37, + [39] = 39, + [40] = 39, [41] = 41, [42] = 41, [43] = 43, [44] = 44, - [45] = 44, - [46] = 46, - [47] = 46, + [45] = 45, + [46] = 45, + [47] = 44, [48] = 43, [49] = 49, [50] = 50, [51] = 51, [52] = 50, - [53] = 51, - [54] = 49, + [53] = 49, + [54] = 51, [55] = 55, [56] = 56, - [57] = 55, - [58] = 58, - [59] = 58, - [60] = 56, + [57] = 56, + [58] = 55, + [59] = 59, + [60] = 59, [61] = 61, - [62] = 61, - [63] = 63, - [64] = 63, - [65] = 65, - [66] = 65, + [62] = 62, + [63] = 61, + [64] = 64, + [65] = 64, + [66] = 62, [67] = 67, [68] = 68, - [69] = 67, - [70] = 68, - [71] = 71, - [72] = 71, + [69] = 69, + [70] = 67, + [71] = 68, + [72] = 69, [73] = 73, [74] = 74, [75] = 75, [76] = 76, - [77] = 76, - [78] = 74, + [77] = 77, + [78] = 78, [79] = 79, [80] = 73, [81] = 81, - [82] = 82, - [83] = 75, + [82] = 74, + [83] = 83, [84] = 84, [85] = 85, - [86] = 86, - [87] = 87, - [88] = 88, - [89] = 89, - [90] = 90, - [91] = 88, - [92] = 90, - [93] = 82, - [94] = 89, - [95] = 81, - [96] = 79, - [97] = 84, - [98] = 87, - [99] = 85, - [100] = 86, + [86] = 83, + [87] = 75, + [88] = 76, + [89] = 77, + [90] = 84, + [91] = 85, + [92] = 92, + [93] = 93, + [94] = 93, + [95] = 95, + [96] = 78, + [97] = 92, + [98] = 79, + [99] = 81, + [100] = 95, [101] = 101, - [102] = 102, + [102] = 101, [103] = 103, [104] = 104, [105] = 105, - [106] = 104, + [106] = 106, [107] = 107, - [108] = 108, - [109] = 109, + [108] = 107, + [109] = 106, [110] = 110, - [111] = 107, - [112] = 109, - [113] = 108, - [114] = 101, - [115] = 102, - [116] = 105, - [117] = 103, - [118] = 110, + [111] = 111, + [112] = 110, + [113] = 111, + [114] = 114, + [115] = 103, + [116] = 104, + [117] = 105, + [118] = 114, [119] = 119, [120] = 120, [121] = 121, [122] = 122, - [123] = 121, + [123] = 123, [124] = 124, [125] = 125, [126] = 126, @@ -1718,57 +1718,57 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [130] = 130, [131] = 131, [132] = 132, - [133] = 129, + [133] = 133, [134] = 134, - [135] = 135, - [136] = 136, - [137] = 137, - [138] = 138, - [139] = 130, + [135] = 130, + [136] = 131, + [137] = 119, + [138] = 133, + [139] = 134, [140] = 140, - [141] = 131, + [141] = 141, [142] = 142, - [143] = 102, - [144] = 124, - [145] = 134, + [143] = 143, + [144] = 144, + [145] = 145, [146] = 146, - [147] = 136, - [148] = 138, - [149] = 125, - [150] = 119, - [151] = 135, - [152] = 142, - [153] = 153, + [147] = 93, + [148] = 148, + [149] = 120, + [150] = 121, + [151] = 124, + [152] = 125, + [153] = 132, [154] = 154, - [155] = 126, + [155] = 145, [156] = 156, - [157] = 157, + [157] = 122, [158] = 158, - [159] = 159, - [160] = 160, - [161] = 127, - [162] = 122, + [159] = 123, + [160] = 158, + [161] = 107, + [162] = 107, [163] = 163, - [164] = 132, - [165] = 160, - [166] = 158, - [167] = 157, - [168] = 156, - [169] = 76, - [170] = 154, - [171] = 128, - [172] = 153, - [173] = 120, - [174] = 163, - [175] = 76, - [176] = 176, - [177] = 177, - [178] = 159, - [179] = 102, - [180] = 137, - [181] = 140, - [182] = 177, - [183] = 176, + [164] = 164, + [165] = 93, + [166] = 148, + [167] = 156, + [168] = 126, + [169] = 154, + [170] = 170, + [171] = 171, + [172] = 163, + [173] = 164, + [174] = 141, + [175] = 127, + [176] = 142, + [177] = 128, + [178] = 146, + [179] = 129, + [180] = 140, + [181] = 143, + [182] = 144, + [183] = 171, [184] = 184, [185] = 185, [186] = 186, @@ -1810,140 +1810,140 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [222] = 222, [223] = 223, [224] = 224, - [225] = 225, - [226] = 104, + [225] = 184, + [226] = 226, [227] = 227, [228] = 228, - [229] = 229, + [229] = 226, [230] = 230, [231] = 231, [232] = 232, - [233] = 210, - [234] = 208, - [235] = 206, - [236] = 129, - [237] = 237, - [238] = 238, - [239] = 205, - [240] = 202, - [241] = 241, - [242] = 217, - [243] = 243, + [233] = 203, + [234] = 234, + [235] = 235, + [236] = 228, + [237] = 204, + [238] = 230, + [239] = 239, + [240] = 232, + [241] = 206, + [242] = 234, + [243] = 188, [244] = 244, - [245] = 104, - [246] = 227, - [247] = 129, - [248] = 238, - [249] = 249, - [250] = 250, - [251] = 251, - [252] = 252, - [253] = 253, - [254] = 218, - [255] = 255, - [256] = 256, - [257] = 249, - [258] = 250, - [259] = 251, - [260] = 260, - [261] = 252, - [262] = 262, - [263] = 253, - [264] = 231, - [265] = 189, - [266] = 228, - [267] = 224, - [268] = 221, - [269] = 269, - [270] = 199, + [245] = 110, + [246] = 200, + [247] = 247, + [248] = 202, + [249] = 205, + [250] = 207, + [251] = 209, + [252] = 210, + [253] = 211, + [254] = 212, + [255] = 221, + [256] = 222, + [257] = 208, + [258] = 223, + [259] = 224, + [260] = 213, + [261] = 227, + [262] = 214, + [263] = 231, + [264] = 264, + [265] = 235, + [266] = 215, + [267] = 267, + [268] = 268, + [269] = 244, + [270] = 247, [271] = 271, - [272] = 203, - [273] = 184, - [274] = 194, - [275] = 207, - [276] = 193, - [277] = 211, - [278] = 192, - [279] = 215, + [272] = 272, + [273] = 273, + [274] = 274, + [275] = 275, + [276] = 264, + [277] = 277, + [278] = 267, + [279] = 268, [280] = 280, - [281] = 216, - [282] = 282, - [283] = 283, - [284] = 284, - [285] = 285, + [281] = 272, + [282] = 273, + [283] = 274, + [284] = 275, + [285] = 277, [286] = 286, - [287] = 219, - [288] = 288, - [289] = 213, + [287] = 287, + [288] = 286, + [289] = 289, [290] = 290, - [291] = 191, - [292] = 223, - [293] = 190, + [291] = 287, + [292] = 292, + [293] = 216, [294] = 294, - [295] = 107, - [296] = 188, - [297] = 187, + [295] = 217, + [296] = 296, + [297] = 297, [298] = 298, - [299] = 212, - [300] = 214, - [301] = 220, - [302] = 222, - [303] = 230, - [304] = 232, - [305] = 255, - [306] = 237, - [307] = 241, - [308] = 244, - [309] = 260, - [310] = 256, - [311] = 186, - [312] = 262, - [313] = 269, - [314] = 185, - [315] = 315, - [316] = 280, - [317] = 288, - [318] = 318, - [319] = 319, - [320] = 320, - [321] = 290, - [322] = 322, - [323] = 282, - [324] = 324, - [325] = 320, - [326] = 322, - [327] = 327, - [328] = 328, - [329] = 318, - [330] = 286, - [331] = 315, - [332] = 285, - [333] = 201, - [334] = 284, - [335] = 243, - [336] = 324, - [337] = 337, - [338] = 294, - [339] = 298, - [340] = 327, - [341] = 319, - [342] = 271, - [343] = 204, - [344] = 225, - [345] = 345, - [346] = 345, - [347] = 283, - [348] = 328, - [349] = 229, - [350] = 337, + [299] = 299, + [300] = 300, + [301] = 289, + [302] = 302, + [303] = 303, + [304] = 304, + [305] = 305, + [306] = 306, + [307] = 307, + [308] = 308, + [309] = 309, + [310] = 218, + [311] = 311, + [312] = 312, + [313] = 313, + [314] = 219, + [315] = 271, + [316] = 185, + [317] = 186, + [318] = 187, + [319] = 290, + [320] = 189, + [321] = 190, + [322] = 191, + [323] = 192, + [324] = 193, + [325] = 194, + [326] = 111, + [327] = 292, + [328] = 294, + [329] = 158, + [330] = 296, + [331] = 158, + [332] = 297, + [333] = 298, + [334] = 299, + [335] = 110, + [336] = 300, + [337] = 302, + [338] = 303, + [339] = 195, + [340] = 304, + [341] = 305, + [342] = 306, + [343] = 307, + [344] = 308, + [345] = 309, + [346] = 220, + [347] = 311, + [348] = 312, + [349] = 313, + [350] = 280, [351] = 351, [352] = 351, [353] = 353, [354] = 354, [355] = 355, - [356] = 356, - [357] = 354, - [358] = 355, + [356] = 354, + [357] = 355, + [358] = 358, [359] = 359, [360] = 360, [361] = 361, @@ -1952,32 +1952,32 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [364] = 364, [365] = 365, [366] = 366, - [367] = 361, + [367] = 366, [368] = 368, - [369] = 368, - [370] = 370, - [371] = 359, - [372] = 363, - [373] = 373, + [369] = 369, + [370] = 364, + [371] = 371, + [372] = 372, + [373] = 362, [374] = 374, - [375] = 375, - [376] = 376, - [377] = 376, - [378] = 378, - [379] = 370, - [380] = 374, - [381] = 374, - [382] = 365, + [375] = 362, + [376] = 365, + [377] = 369, + [378] = 371, + [379] = 379, + [380] = 380, + [381] = 368, + [382] = 382, [383] = 383, - [384] = 384, + [384] = 359, [385] = 385, [386] = 386, - [387] = 373, + [387] = 382, [388] = 388, [389] = 389, [390] = 390, [391] = 391, - [392] = 392, + [392] = 388, [393] = 393, [394] = 394, [395] = 395, @@ -1988,238 +1988,238 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [400] = 400, [401] = 401, [402] = 402, - [403] = 388, - [404] = 400, + [403] = 389, + [404] = 404, [405] = 405, [406] = 406, - [407] = 407, + [407] = 396, [408] = 408, [409] = 409, - [410] = 398, + [410] = 410, [411] = 411, - [412] = 397, - [413] = 407, - [414] = 401, + [412] = 410, + [413] = 413, + [414] = 414, [415] = 415, - [416] = 416, - [417] = 417, - [418] = 399, - [419] = 396, + [416] = 406, + [417] = 408, + [418] = 409, + [419] = 411, [420] = 420, - [421] = 408, - [422] = 422, - [423] = 416, - [424] = 417, - [425] = 425, - [426] = 411, + [421] = 395, + [422] = 398, + [423] = 423, + [424] = 424, + [425] = 405, + [426] = 420, [427] = 427, [428] = 428, [429] = 429, [430] = 430, [431] = 431, [432] = 432, - [433] = 431, - [434] = 430, + [433] = 433, + [434] = 427, [435] = 435, [436] = 436, [437] = 437, [438] = 438, - [439] = 429, - [440] = 440, - [441] = 441, + [439] = 439, + [440] = 428, + [441] = 429, [442] = 437, [443] = 443, - [444] = 443, - [445] = 438, - [446] = 441, - [447] = 435, - [448] = 448, + [444] = 444, + [445] = 433, + [446] = 446, + [447] = 430, + [448] = 436, [449] = 449, - [450] = 450, + [450] = 438, [451] = 451, [452] = 452, [453] = 453, [454] = 454, - [455] = 428, + [455] = 453, [456] = 456, - [457] = 453, + [457] = 454, [458] = 458, [459] = 459, [460] = 460, [461] = 461, - [462] = 458, + [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 466, - [467] = 463, + [467] = 467, [468] = 468, - [469] = 469, + [469] = 459, [470] = 470, - [471] = 471, + [471] = 468, [472] = 472, - [473] = 469, - [474] = 474, + [473] = 461, + [474] = 460, [475] = 475, [476] = 476, - [477] = 476, - [478] = 464, + [477] = 477, + [478] = 478, [479] = 479, [480] = 480, [481] = 481, - [482] = 479, - [483] = 480, - [484] = 470, - [485] = 485, - [486] = 468, - [487] = 360, - [488] = 465, - [489] = 489, - [490] = 490, - [491] = 491, - [492] = 492, - [493] = 474, - [494] = 494, + [482] = 458, + [483] = 483, + [484] = 484, + [485] = 480, + [486] = 486, + [487] = 487, + [488] = 488, + [489] = 486, + [490] = 470, + [491] = 360, + [492] = 472, + [493] = 484, + [494] = 481, [495] = 495, [496] = 496, [497] = 497, - [498] = 471, - [499] = 472, - [500] = 500, - [501] = 471, - [502] = 102, - [503] = 472, - [504] = 497, - [505] = 505, - [506] = 506, - [507] = 507, - [508] = 508, - [509] = 509, + [498] = 498, + [499] = 466, + [500] = 467, + [501] = 466, + [502] = 107, + [503] = 503, + [504] = 504, + [505] = 467, + [506] = 466, + [507] = 467, + [508] = 431, + [509] = 466, [510] = 510, - [511] = 472, - [512] = 451, - [513] = 513, - [514] = 509, - [515] = 515, - [516] = 471, + [511] = 511, + [512] = 512, + [513] = 466, + [514] = 514, + [515] = 467, + [516] = 516, [517] = 517, - [518] = 472, - [519] = 519, - [520] = 471, - [521] = 496, - [522] = 472, - [523] = 472, - [524] = 524, - [525] = 471, - [526] = 472, - [527] = 513, - [528] = 471, - [529] = 471, - [530] = 461, - [531] = 500, - [532] = 129, - [533] = 490, - [534] = 76, - [535] = 451, - [536] = 500, - [537] = 76, - [538] = 538, - [539] = 471, - [540] = 76, - [541] = 541, - [542] = 542, - [543] = 76, - [544] = 544, - [545] = 102, - [546] = 489, - [547] = 76, - [548] = 495, - [549] = 549, - [550] = 550, + [518] = 466, + [519] = 467, + [520] = 466, + [521] = 521, + [522] = 467, + [523] = 523, + [524] = 521, + [525] = 525, + [526] = 510, + [527] = 512, + [528] = 511, + [529] = 467, + [530] = 530, + [531] = 531, + [532] = 466, + [533] = 158, + [534] = 495, + [535] = 497, + [536] = 462, + [537] = 107, + [538] = 93, + [539] = 497, + [540] = 463, + [541] = 477, + [542] = 478, + [543] = 543, + [544] = 93, + [545] = 431, + [546] = 93, + [547] = 93, + [548] = 93, + [549] = 479, + [550] = 93, [551] = 551, - [552] = 460, - [553] = 553, + [552] = 552, + [553] = 93, [554] = 554, - [555] = 76, - [556] = 76, - [557] = 494, - [558] = 491, + [555] = 475, + [556] = 556, + [557] = 557, + [558] = 467, [559] = 559, [560] = 560, - [561] = 472, - [562] = 481, - [563] = 459, - [564] = 564, - [565] = 475, + [561] = 561, + [562] = 562, + [563] = 464, + [564] = 465, + [565] = 483, [566] = 566, - [567] = 567, - [568] = 568, - [569] = 569, - [570] = 460, - [571] = 571, - [572] = 500, - [573] = 573, + [567] = 551, + [568] = 517, + [569] = 551, + [570] = 467, + [571] = 110, + [572] = 572, + [573] = 110, [574] = 574, - [575] = 550, - [576] = 471, - [577] = 104, - [578] = 102, - [579] = 550, - [580] = 104, + [575] = 110, + [576] = 576, + [577] = 107, + [578] = 551, + [579] = 495, + [580] = 110, [581] = 581, - [582] = 550, - [583] = 571, - [584] = 104, - [585] = 519, - [586] = 494, - [587] = 587, - [588] = 588, - [589] = 481, - [590] = 459, - [591] = 490, - [592] = 592, - [593] = 593, - [594] = 76, - [595] = 129, + [582] = 551, + [583] = 466, + [584] = 551, + [585] = 497, + [586] = 586, + [587] = 498, + [588] = 93, + [589] = 589, + [590] = 110, + [591] = 591, + [592] = 462, + [593] = 463, + [594] = 594, + [595] = 594, [596] = 596, - [597] = 104, - [598] = 550, - [599] = 550, + [597] = 597, + [598] = 551, + [599] = 599, [600] = 600, - [601] = 506, - [602] = 104, - [603] = 550, - [604] = 104, - [605] = 605, - [606] = 606, - [607] = 104, - [608] = 510, - [609] = 472, - [610] = 550, - [611] = 507, - [612] = 612, + [601] = 601, + [602] = 110, + [603] = 603, + [604] = 504, + [605] = 551, + [606] = 464, + [607] = 465, + [608] = 608, + [609] = 110, + [610] = 158, + [611] = 611, + [612] = 514, [613] = 613, [614] = 614, - [615] = 538, - [616] = 129, - [617] = 550, - [618] = 618, - [619] = 619, - [620] = 524, - [621] = 515, - [622] = 104, - [623] = 623, + [615] = 516, + [616] = 613, + [617] = 617, + [618] = 158, + [619] = 551, + [620] = 614, + [621] = 110, + [622] = 622, + [623] = 617, [624] = 624, - [625] = 612, - [626] = 614, - [627] = 623, - [628] = 613, - [629] = 596, - [630] = 573, - [631] = 550, - [632] = 538, - [633] = 606, - [634] = 581, + [625] = 543, + [626] = 626, + [627] = 611, + [628] = 496, + [629] = 608, + [630] = 596, + [631] = 551, + [632] = 574, + [633] = 543, + [634] = 586, [635] = 635, [636] = 636, [637] = 637, @@ -2231,29 +2231,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [643] = 643, [644] = 644, [645] = 645, - [646] = 645, - [647] = 647, + [646] = 646, + [647] = 646, [648] = 648, [649] = 649, [650] = 650, [651] = 651, [652] = 652, [653] = 653, - [654] = 654, + [654] = 649, [655] = 655, - [656] = 656, - [657] = 656, - [658] = 651, - [659] = 655, - [660] = 209, - [661] = 652, - [662] = 649, + [656] = 655, + [657] = 657, + [658] = 653, + [659] = 657, + [660] = 650, + [661] = 196, + [662] = 662, [663] = 663, [664] = 664, [665] = 665, [666] = 666, - [667] = 102, - [668] = 668, + [667] = 667, + [668] = 107, [669] = 669, [670] = 670, [671] = 671, @@ -2262,73 +2262,73 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [674] = 674, [675] = 675, [676] = 676, - [677] = 670, - [678] = 664, + [677] = 677, + [678] = 675, [679] = 679, - [680] = 680, - [681] = 673, - [682] = 663, - [683] = 674, - [684] = 676, - [685] = 675, - [686] = 686, + [680] = 667, + [681] = 664, + [682] = 682, + [683] = 671, + [684] = 674, + [685] = 669, + [686] = 665, [687] = 666, - [688] = 688, - [689] = 672, - [690] = 668, - [691] = 688, - [692] = 671, + [688] = 682, + [689] = 670, + [690] = 663, + [691] = 673, + [692] = 692, [693] = 693, [694] = 694, - [695] = 648, + [695] = 695, [696] = 696, [697] = 697, - [698] = 698, + [698] = 648, [699] = 699, [700] = 700, [701] = 701, - [702] = 702, - [703] = 700, + [702] = 158, + [703] = 703, [704] = 704, - [705] = 701, + [705] = 705, [706] = 706, [707] = 707, - [708] = 708, - [709] = 708, + [708] = 93, + [709] = 709, [710] = 710, [711] = 711, - [712] = 696, + [712] = 712, [713] = 713, - [714] = 76, - [715] = 711, - [716] = 716, + [714] = 644, + [715] = 715, + [716] = 645, [717] = 717, - [718] = 647, - [719] = 704, + [718] = 718, + [719] = 719, [720] = 720, - [721] = 699, - [722] = 644, - [723] = 723, + [721] = 703, + [722] = 697, + [723] = 706, [724] = 724, [725] = 725, [726] = 726, [727] = 727, - [728] = 707, - [729] = 724, - [730] = 730, - [731] = 731, - [732] = 732, + [728] = 728, + [729] = 725, + [730] = 717, + [731] = 720, + [732] = 726, [733] = 733, [734] = 734, - [735] = 734, + [735] = 735, [736] = 733, - [737] = 129, - [738] = 723, + [737] = 727, + [738] = 704, [739] = 739, - [740] = 730, + [740] = 699, [741] = 710, - [742] = 742, - [743] = 743, + [742] = 728, + [743] = 724, [744] = 744, [745] = 745, [746] = 746, @@ -2338,178 +2338,178 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [750] = 750, [751] = 751, [752] = 752, - [753] = 753, + [753] = 110, [754] = 754, [755] = 755, [756] = 756, [757] = 757, [758] = 758, [759] = 759, - [760] = 752, - [761] = 761, - [762] = 747, + [760] = 760, + [761] = 745, + [762] = 762, [763] = 763, [764] = 764, - [765] = 765, - [766] = 763, - [767] = 754, - [768] = 753, + [765] = 756, + [766] = 766, + [767] = 767, + [768] = 754, [769] = 769, - [770] = 770, - [771] = 755, - [772] = 750, - [773] = 104, - [774] = 774, + [770] = 758, + [771] = 766, + [772] = 748, + [773] = 773, + [774] = 757, [775] = 775, - [776] = 697, + [776] = 700, [777] = 777, [778] = 778, - [779] = 731, - [780] = 780, - [781] = 781, - [782] = 726, - [783] = 732, - [784] = 713, - [785] = 785, - [786] = 781, - [787] = 785, - [788] = 785, - [789] = 777, - [790] = 790, - [791] = 739, - [792] = 792, - [793] = 778, - [794] = 702, - [795] = 717, + [779] = 779, + [780] = 712, + [781] = 778, + [782] = 779, + [783] = 711, + [784] = 784, + [785] = 718, + [786] = 786, + [787] = 734, + [788] = 784, + [789] = 715, + [790] = 779, + [791] = 719, + [792] = 777, + [793] = 793, + [794] = 794, + [795] = 701, [796] = 796, [797] = 797, - [798] = 798, - [799] = 764, + [798] = 796, + [799] = 799, [800] = 800, [801] = 801, [802] = 802, [803] = 803, [804] = 804, - [805] = 805, + [805] = 763, [806] = 806, - [807] = 706, - [808] = 751, - [809] = 748, - [810] = 810, + [807] = 764, + [808] = 801, + [809] = 809, + [810] = 802, [811] = 811, [812] = 812, - [813] = 806, + [813] = 799, [814] = 814, [815] = 815, - [816] = 816, + [816] = 735, [817] = 817, [818] = 818, - [819] = 693, - [820] = 811, - [821] = 821, - [822] = 818, - [823] = 76, - [824] = 812, - [825] = 798, - [826] = 815, + [819] = 107, + [820] = 820, + [821] = 760, + [822] = 814, + [823] = 800, + [824] = 824, + [825] = 818, + [826] = 767, [827] = 827, - [828] = 76, - [829] = 817, - [830] = 775, - [831] = 744, - [832] = 832, - [833] = 833, - [834] = 827, + [828] = 828, + [829] = 829, + [830] = 824, + [831] = 831, + [832] = 828, + [833] = 746, + [834] = 93, [835] = 835, - [836] = 749, - [837] = 796, - [838] = 102, + [836] = 836, + [837] = 93, + [838] = 803, [839] = 839, - [840] = 814, - [841] = 839, - [842] = 810, - [843] = 832, - [844] = 800, - [845] = 801, - [846] = 802, - [847] = 803, - [848] = 804, - [849] = 849, - [850] = 805, - [851] = 851, - [852] = 835, - [853] = 851, - [854] = 833, - [855] = 756, - [856] = 849, - [857] = 761, - [858] = 816, - [859] = 859, + [840] = 840, + [841] = 836, + [842] = 842, + [843] = 817, + [844] = 762, + [845] = 835, + [846] = 797, + [847] = 747, + [848] = 769, + [849] = 829, + [850] = 811, + [851] = 812, + [852] = 827, + [853] = 831, + [854] = 815, + [855] = 806, + [856] = 693, + [857] = 820, + [858] = 842, + [859] = 840, [860] = 860, - [861] = 104, - [862] = 862, + [861] = 861, + [862] = 861, [863] = 863, [864] = 864, - [865] = 865, + [865] = 220, [866] = 866, - [867] = 186, + [867] = 867, [868] = 868, - [869] = 862, + [869] = 863, [870] = 870, - [871] = 871, + [871] = 860, [872] = 872, [873] = 873, - [874] = 874, + [874] = 110, [875] = 875, [876] = 876, [877] = 877, [878] = 878, [879] = 879, - [880] = 860, + [880] = 880, [881] = 881, - [882] = 882, - [883] = 879, - [884] = 129, - [885] = 872, - [886] = 873, - [887] = 875, + [882] = 879, + [883] = 873, + [884] = 884, + [885] = 884, + [886] = 110, + [887] = 887, [888] = 888, - [889] = 877, + [889] = 889, [890] = 890, - [891] = 891, + [891] = 888, [892] = 892, - [893] = 893, - [894] = 104, + [893] = 887, + [894] = 889, [895] = 895, - [896] = 878, - [897] = 866, - [898] = 898, - [899] = 891, + [896] = 892, + [897] = 868, + [898] = 158, + [899] = 890, [900] = 900, - [901] = 901, + [901] = 864, [902] = 902, [903] = 903, [904] = 904, [905] = 905, - [906] = 874, + [906] = 906, [907] = 907, [908] = 908, - [909] = 901, + [909] = 909, [910] = 910, - [911] = 881, - [912] = 871, + [911] = 908, + [912] = 881, [913] = 913, - [914] = 900, + [914] = 914, [915] = 915, - [916] = 916, - [917] = 890, - [918] = 898, + [916] = 905, + [917] = 877, + [918] = 918, [919] = 904, - [920] = 907, - [921] = 870, - [922] = 868, - [923] = 905, - [924] = 924, + [920] = 906, + [921] = 921, + [922] = 921, + [923] = 909, + [924] = 918, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -11096,239 +11096,239 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [22] = {.lex_state = 2030, .external_lex_state = 5}, [23] = {.lex_state = 2030, .external_lex_state = 5}, [24] = {.lex_state = 2030, .external_lex_state = 6}, - [25] = {.lex_state = 2030, .external_lex_state = 4}, + [25] = {.lex_state = 2030, .external_lex_state = 6}, [26] = {.lex_state = 2030, .external_lex_state = 6}, - [27] = {.lex_state = 2030, .external_lex_state = 4}, - [28] = {.lex_state = 2030, .external_lex_state = 4}, + [27] = {.lex_state = 2030, .external_lex_state = 6}, + [28] = {.lex_state = 2030, .external_lex_state = 6}, [29] = {.lex_state = 2030, .external_lex_state = 6}, - [30] = {.lex_state = 2030, .external_lex_state = 6}, - [31] = {.lex_state = 2030, .external_lex_state = 6}, + [30] = {.lex_state = 2030, .external_lex_state = 4}, + [31] = {.lex_state = 2030, .external_lex_state = 4}, [32] = {.lex_state = 2030, .external_lex_state = 6}, [33] = {.lex_state = 2030, .external_lex_state = 6}, [34] = {.lex_state = 2030, .external_lex_state = 6}, - [35] = {.lex_state = 2030, .external_lex_state = 6}, + [35] = {.lex_state = 2030, .external_lex_state = 4}, [36] = {.lex_state = 2030, .external_lex_state = 6}, - [37] = {.lex_state = 2030, .external_lex_state = 4}, - [38] = {.lex_state = 2030, .external_lex_state = 6}, + [37] = {.lex_state = 2030, .external_lex_state = 6}, + [38] = {.lex_state = 2030, .external_lex_state = 4}, [39] = {.lex_state = 2030, .external_lex_state = 4}, [40] = {.lex_state = 2030, .external_lex_state = 6}, [41] = {.lex_state = 2030, .external_lex_state = 4}, [42] = {.lex_state = 2030, .external_lex_state = 6}, [43] = {.lex_state = 2030, .external_lex_state = 4}, - [44] = {.lex_state = 2030, .external_lex_state = 6}, + [44] = {.lex_state = 2030, .external_lex_state = 4}, [45] = {.lex_state = 2030, .external_lex_state = 4}, - [46] = {.lex_state = 2030, .external_lex_state = 4}, + [46] = {.lex_state = 2030, .external_lex_state = 6}, [47] = {.lex_state = 2030, .external_lex_state = 6}, [48] = {.lex_state = 2030, .external_lex_state = 6}, - [49] = {.lex_state = 2030, .external_lex_state = 6}, + [49] = {.lex_state = 2030, .external_lex_state = 4}, [50] = {.lex_state = 2030, .external_lex_state = 4}, [51] = {.lex_state = 2030, .external_lex_state = 6}, [52] = {.lex_state = 2030, .external_lex_state = 6}, - [53] = {.lex_state = 2030, .external_lex_state = 4}, + [53] = {.lex_state = 2030, .external_lex_state = 6}, [54] = {.lex_state = 2030, .external_lex_state = 4}, [55] = {.lex_state = 2030, .external_lex_state = 4}, [56] = {.lex_state = 2030, .external_lex_state = 4}, [57] = {.lex_state = 2030, .external_lex_state = 6}, - [58] = {.lex_state = 2030, .external_lex_state = 4}, - [59] = {.lex_state = 2030, .external_lex_state = 6}, + [58] = {.lex_state = 2030, .external_lex_state = 6}, + [59] = {.lex_state = 2030, .external_lex_state = 4}, [60] = {.lex_state = 2030, .external_lex_state = 6}, [61] = {.lex_state = 2030, .external_lex_state = 4}, [62] = {.lex_state = 2030, .external_lex_state = 6}, - [63] = {.lex_state = 2030, .external_lex_state = 4}, - [64] = {.lex_state = 2030, .external_lex_state = 6}, + [63] = {.lex_state = 2030, .external_lex_state = 6}, + [64] = {.lex_state = 2030, .external_lex_state = 4}, [65] = {.lex_state = 2030, .external_lex_state = 6}, [66] = {.lex_state = 2030, .external_lex_state = 4}, [67] = {.lex_state = 2030, .external_lex_state = 4}, - [68] = {.lex_state = 2030, .external_lex_state = 4}, + [68] = {.lex_state = 2030, .external_lex_state = 6}, [69] = {.lex_state = 2030, .external_lex_state = 6}, [70] = {.lex_state = 2030, .external_lex_state = 6}, [71] = {.lex_state = 2030, .external_lex_state = 4}, - [72] = {.lex_state = 2030, .external_lex_state = 6}, - [73] = {.lex_state = 2030, .external_lex_state = 6}, - [74] = {.lex_state = 2030, .external_lex_state = 6}, + [72] = {.lex_state = 2030, .external_lex_state = 4}, + [73] = {.lex_state = 2030, .external_lex_state = 4}, + [74] = {.lex_state = 2030, .external_lex_state = 4}, [75] = {.lex_state = 2030, .external_lex_state = 4}, - [76] = {.lex_state = 2030, .external_lex_state = 7}, - [77] = {.lex_state = 2030, .external_lex_state = 8}, - [78] = {.lex_state = 2030, .external_lex_state = 4}, - [79] = {.lex_state = 2030, .external_lex_state = 4}, - [80] = {.lex_state = 2030, .external_lex_state = 4}, - [81] = {.lex_state = 2030, .external_lex_state = 4}, - [82] = {.lex_state = 2030, .external_lex_state = 4}, + [76] = {.lex_state = 2030, .external_lex_state = 4}, + [77] = {.lex_state = 2030, .external_lex_state = 4}, + [78] = {.lex_state = 2030, .external_lex_state = 6}, + [79] = {.lex_state = 2030, .external_lex_state = 6}, + [80] = {.lex_state = 2030, .external_lex_state = 6}, + [81] = {.lex_state = 2030, .external_lex_state = 6}, + [82] = {.lex_state = 2030, .external_lex_state = 6}, [83] = {.lex_state = 2030, .external_lex_state = 6}, - [84] = {.lex_state = 2030, .external_lex_state = 6}, - [85] = {.lex_state = 2030, .external_lex_state = 6}, - [86] = {.lex_state = 2030, .external_lex_state = 6}, + [84] = {.lex_state = 2030, .external_lex_state = 4}, + [85] = {.lex_state = 2030, .external_lex_state = 4}, + [86] = {.lex_state = 2030, .external_lex_state = 4}, [87] = {.lex_state = 2030, .external_lex_state = 6}, [88] = {.lex_state = 2030, .external_lex_state = 6}, [89] = {.lex_state = 2030, .external_lex_state = 6}, [90] = {.lex_state = 2030, .external_lex_state = 6}, - [91] = {.lex_state = 2030, .external_lex_state = 4}, - [92] = {.lex_state = 2030, .external_lex_state = 4}, - [93] = {.lex_state = 2030, .external_lex_state = 6}, - [94] = {.lex_state = 2030, .external_lex_state = 4}, - [95] = {.lex_state = 2030, .external_lex_state = 6}, - [96] = {.lex_state = 2030, .external_lex_state = 6}, + [91] = {.lex_state = 2030, .external_lex_state = 6}, + [92] = {.lex_state = 2030, .external_lex_state = 6}, + [93] = {.lex_state = 2030, .external_lex_state = 7}, + [94] = {.lex_state = 2030, .external_lex_state = 8}, + [95] = {.lex_state = 2030, .external_lex_state = 4}, + [96] = {.lex_state = 2030, .external_lex_state = 4}, [97] = {.lex_state = 2030, .external_lex_state = 4}, [98] = {.lex_state = 2030, .external_lex_state = 4}, [99] = {.lex_state = 2030, .external_lex_state = 4}, - [100] = {.lex_state = 2030, .external_lex_state = 4}, + [100] = {.lex_state = 2030, .external_lex_state = 6}, [101] = {.lex_state = 2030, .external_lex_state = 9}, [102] = {.lex_state = 2030, .external_lex_state = 10}, - [103] = {.lex_state = 2030, .external_lex_state = 9}, - [104] = {.lex_state = 2030, .external_lex_state = 11}, - [105] = {.lex_state = 2030, .external_lex_state = 12}, - [106] = {.lex_state = 2030, .external_lex_state = 13}, + [103] = {.lex_state = 2030, .external_lex_state = 10}, + [104] = {.lex_state = 2030, .external_lex_state = 10}, + [105] = {.lex_state = 2030, .external_lex_state = 10}, + [106] = {.lex_state = 2030, .external_lex_state = 10}, [107] = {.lex_state = 2030, .external_lex_state = 11}, - [108] = {.lex_state = 2030, .external_lex_state = 9}, - [109] = {.lex_state = 2030, .external_lex_state = 13}, - [110] = {.lex_state = 2030, .external_lex_state = 9}, - [111] = {.lex_state = 2030, .external_lex_state = 13}, - [112] = {.lex_state = 2030, .external_lex_state = 11}, - [113] = {.lex_state = 2030, .external_lex_state = 12}, - [114] = {.lex_state = 2030, .external_lex_state = 12}, - [115] = {.lex_state = 2030, .external_lex_state = 14}, + [108] = {.lex_state = 2030, .external_lex_state = 12}, + [109] = {.lex_state = 2030, .external_lex_state = 9}, + [110] = {.lex_state = 2030, .external_lex_state = 13}, + [111] = {.lex_state = 2030, .external_lex_state = 14}, + [112] = {.lex_state = 2030, .external_lex_state = 14}, + [113] = {.lex_state = 2030, .external_lex_state = 13}, + [114] = {.lex_state = 2030, .external_lex_state = 13}, + [115] = {.lex_state = 2030, .external_lex_state = 9}, [116] = {.lex_state = 2030, .external_lex_state = 9}, - [117] = {.lex_state = 2030, .external_lex_state = 12}, - [118] = {.lex_state = 2030, .external_lex_state = 12}, - [119] = {.lex_state = 2030, .external_lex_state = 3}, - [120] = {.lex_state = 2030, .external_lex_state = 5}, - [121] = {.lex_state = 2030, .external_lex_state = 5}, + [117] = {.lex_state = 2030, .external_lex_state = 9}, + [118] = {.lex_state = 2030, .external_lex_state = 14}, + [119] = {.lex_state = 2030, .external_lex_state = 5}, + [120] = {.lex_state = 2030, .external_lex_state = 3}, + [121] = {.lex_state = 2030, .external_lex_state = 3}, [122] = {.lex_state = 2030, .external_lex_state = 3}, [123] = {.lex_state = 2030, .external_lex_state = 3}, [124] = {.lex_state = 2030, .external_lex_state = 3}, [125] = {.lex_state = 2030, .external_lex_state = 3}, - [126] = {.lex_state = 2030, .external_lex_state = 3}, + [126] = {.lex_state = 2030, .external_lex_state = 5}, [127] = {.lex_state = 2030, .external_lex_state = 5}, - [128] = {.lex_state = 2030, .external_lex_state = 3}, - [129] = {.lex_state = 2030, .external_lex_state = 9}, - [130] = {.lex_state = 2030, .external_lex_state = 3}, - [131] = {.lex_state = 2030, .external_lex_state = 3}, - [132] = {.lex_state = 2030, .external_lex_state = 5}, - [133] = {.lex_state = 2030, .external_lex_state = 12}, - [134] = {.lex_state = 2030, .external_lex_state = 3}, - [135] = {.lex_state = 2030, .external_lex_state = 5}, + [128] = {.lex_state = 2030, .external_lex_state = 5}, + [129] = {.lex_state = 2030, .external_lex_state = 5}, + [130] = {.lex_state = 2030, .external_lex_state = 5}, + [131] = {.lex_state = 2030, .external_lex_state = 5}, + [132] = {.lex_state = 2030, .external_lex_state = 3}, + [133] = {.lex_state = 2030, .external_lex_state = 5}, + [134] = {.lex_state = 2030, .external_lex_state = 5}, + [135] = {.lex_state = 2030, .external_lex_state = 3}, [136] = {.lex_state = 2030, .external_lex_state = 3}, [137] = {.lex_state = 2030, .external_lex_state = 3}, [138] = {.lex_state = 2030, .external_lex_state = 3}, - [139] = {.lex_state = 2030, .external_lex_state = 5}, - [140] = {.lex_state = 2030, .external_lex_state = 3}, + [139] = {.lex_state = 2030, .external_lex_state = 3}, + [140] = {.lex_state = 2030, .external_lex_state = 5}, [141] = {.lex_state = 2030, .external_lex_state = 5}, [142] = {.lex_state = 2030, .external_lex_state = 5}, - [143] = {.lex_state = 2030, .external_lex_state = 3}, + [143] = {.lex_state = 2030, .external_lex_state = 5}, [144] = {.lex_state = 2030, .external_lex_state = 5}, [145] = {.lex_state = 2030, .external_lex_state = 5}, - [146] = {.lex_state = 2030, .external_lex_state = 6}, - [147] = {.lex_state = 2030, .external_lex_state = 5}, + [146] = {.lex_state = 2030, .external_lex_state = 5}, + [147] = {.lex_state = 2030, .external_lex_state = 3}, [148] = {.lex_state = 2030, .external_lex_state = 5}, [149] = {.lex_state = 2030, .external_lex_state = 5}, [150] = {.lex_state = 2030, .external_lex_state = 5}, - [151] = {.lex_state = 2030, .external_lex_state = 3}, - [152] = {.lex_state = 2030, .external_lex_state = 3}, + [151] = {.lex_state = 2030, .external_lex_state = 5}, + [152] = {.lex_state = 2030, .external_lex_state = 5}, [153] = {.lex_state = 2030, .external_lex_state = 5}, [154] = {.lex_state = 2030, .external_lex_state = 5}, - [155] = {.lex_state = 2030, .external_lex_state = 5}, + [155] = {.lex_state = 2030, .external_lex_state = 3}, [156] = {.lex_state = 2030, .external_lex_state = 5}, [157] = {.lex_state = 2030, .external_lex_state = 5}, - [158] = {.lex_state = 2030, .external_lex_state = 5}, - [159] = {.lex_state = 2030, .external_lex_state = 3}, - [160] = {.lex_state = 2030, .external_lex_state = 5}, + [158] = {.lex_state = 2030, .external_lex_state = 9}, + [159] = {.lex_state = 2030, .external_lex_state = 5}, + [160] = {.lex_state = 2030, .external_lex_state = 10}, [161] = {.lex_state = 2030, .external_lex_state = 3}, [162] = {.lex_state = 2030, .external_lex_state = 5}, [163] = {.lex_state = 2030, .external_lex_state = 5}, - [164] = {.lex_state = 2030, .external_lex_state = 3}, - [165] = {.lex_state = 2030, .external_lex_state = 3}, + [164] = {.lex_state = 2030, .external_lex_state = 5}, + [165] = {.lex_state = 2030, .external_lex_state = 5}, [166] = {.lex_state = 2030, .external_lex_state = 3}, [167] = {.lex_state = 2030, .external_lex_state = 3}, [168] = {.lex_state = 2030, .external_lex_state = 3}, [169] = {.lex_state = 2030, .external_lex_state = 3}, - [170] = {.lex_state = 2030, .external_lex_state = 3}, - [171] = {.lex_state = 2030, .external_lex_state = 5}, + [170] = {.lex_state = 2030, .external_lex_state = 6}, + [171] = {.lex_state = 2030, .external_lex_state = 3}, [172] = {.lex_state = 2030, .external_lex_state = 3}, [173] = {.lex_state = 2030, .external_lex_state = 3}, [174] = {.lex_state = 2030, .external_lex_state = 3}, - [175] = {.lex_state = 2030, .external_lex_state = 5}, + [175] = {.lex_state = 2030, .external_lex_state = 3}, [176] = {.lex_state = 2030, .external_lex_state = 3}, [177] = {.lex_state = 2030, .external_lex_state = 3}, - [178] = {.lex_state = 2030, .external_lex_state = 5}, - [179] = {.lex_state = 2030, .external_lex_state = 5}, - [180] = {.lex_state = 2030, .external_lex_state = 5}, - [181] = {.lex_state = 2030, .external_lex_state = 5}, - [182] = {.lex_state = 2030, .external_lex_state = 5}, + [178] = {.lex_state = 2030, .external_lex_state = 3}, + [179] = {.lex_state = 2030, .external_lex_state = 3}, + [180] = {.lex_state = 2030, .external_lex_state = 3}, + [181] = {.lex_state = 2030, .external_lex_state = 3}, + [182] = {.lex_state = 2030, .external_lex_state = 3}, [183] = {.lex_state = 2030, .external_lex_state = 5}, [184] = {.lex_state = 2030, .external_lex_state = 6}, [185] = {.lex_state = 2030, .external_lex_state = 4}, - [186] = {.lex_state = 2030, .external_lex_state = 6}, - [187] = {.lex_state = 2030, .external_lex_state = 6}, - [188] = {.lex_state = 2030, .external_lex_state = 6}, + [186] = {.lex_state = 2030, .external_lex_state = 4}, + [187] = {.lex_state = 2030, .external_lex_state = 4}, + [188] = {.lex_state = 2030, .external_lex_state = 4}, [189] = {.lex_state = 2030, .external_lex_state = 4}, - [190] = {.lex_state = 2030, .external_lex_state = 6}, - [191] = {.lex_state = 2030, .external_lex_state = 6}, - [192] = {.lex_state = 2030, .external_lex_state = 6}, - [193] = {.lex_state = 2030, .external_lex_state = 6}, - [194] = {.lex_state = 2030, .external_lex_state = 6}, - [195] = {.lex_state = 2030, .external_lex_state = 3}, - [196] = {.lex_state = 2030, .external_lex_state = 3}, + [190] = {.lex_state = 2030, .external_lex_state = 4}, + [191] = {.lex_state = 2030, .external_lex_state = 4}, + [192] = {.lex_state = 2030, .external_lex_state = 4}, + [193] = {.lex_state = 2030, .external_lex_state = 4}, + [194] = {.lex_state = 2030, .external_lex_state = 4}, + [195] = {.lex_state = 2030, .external_lex_state = 6}, + [196] = {.lex_state = 2030, .external_lex_state = 6}, [197] = {.lex_state = 2030, .external_lex_state = 3}, [198] = {.lex_state = 2030, .external_lex_state = 3}, - [199] = {.lex_state = 2030, .external_lex_state = 4}, - [200] = {.lex_state = 2030, .external_lex_state = 3}, - [201] = {.lex_state = 2030, .external_lex_state = 6}, - [202] = {.lex_state = 2030, .external_lex_state = 6}, - [203] = {.lex_state = 2030, .external_lex_state = 4}, - [204] = {.lex_state = 2030, .external_lex_state = 4}, - [205] = {.lex_state = 2030, .external_lex_state = 6}, + [199] = {.lex_state = 2030, .external_lex_state = 3}, + [200] = {.lex_state = 2030, .external_lex_state = 4}, + [201] = {.lex_state = 2030, .external_lex_state = 3}, + [202] = {.lex_state = 2030, .external_lex_state = 4}, + [203] = {.lex_state = 2030, .external_lex_state = 6}, + [204] = {.lex_state = 2030, .external_lex_state = 6}, + [205] = {.lex_state = 2030, .external_lex_state = 4}, [206] = {.lex_state = 2030, .external_lex_state = 6}, [207] = {.lex_state = 2030, .external_lex_state = 4}, [208] = {.lex_state = 2030, .external_lex_state = 6}, - [209] = {.lex_state = 2030, .external_lex_state = 6}, - [210] = {.lex_state = 2030, .external_lex_state = 6}, + [209] = {.lex_state = 2030, .external_lex_state = 4}, + [210] = {.lex_state = 2030, .external_lex_state = 4}, [211] = {.lex_state = 2030, .external_lex_state = 4}, [212] = {.lex_state = 2030, .external_lex_state = 4}, [213] = {.lex_state = 2030, .external_lex_state = 6}, - [214] = {.lex_state = 2030, .external_lex_state = 4}, - [215] = {.lex_state = 2030, .external_lex_state = 4}, + [214] = {.lex_state = 2030, .external_lex_state = 6}, + [215] = {.lex_state = 2030, .external_lex_state = 6}, [216] = {.lex_state = 2030, .external_lex_state = 6}, - [217] = {.lex_state = 2030, .external_lex_state = 4}, + [217] = {.lex_state = 2030, .external_lex_state = 6}, [218] = {.lex_state = 2030, .external_lex_state = 6}, - [219] = {.lex_state = 2030, .external_lex_state = 4}, - [220] = {.lex_state = 2030, .external_lex_state = 4}, - [221] = {.lex_state = 2030, .external_lex_state = 6}, + [219] = {.lex_state = 2030, .external_lex_state = 6}, + [220] = {.lex_state = 2030, .external_lex_state = 6}, + [221] = {.lex_state = 2030, .external_lex_state = 4}, [222] = {.lex_state = 2030, .external_lex_state = 4}, [223] = {.lex_state = 2030, .external_lex_state = 4}, - [224] = {.lex_state = 2030, .external_lex_state = 6}, + [224] = {.lex_state = 2030, .external_lex_state = 4}, [225] = {.lex_state = 2030, .external_lex_state = 4}, [226] = {.lex_state = 2030, .external_lex_state = 6}, [227] = {.lex_state = 2030, .external_lex_state = 4}, [228] = {.lex_state = 2030, .external_lex_state = 6}, [229] = {.lex_state = 2030, .external_lex_state = 4}, - [230] = {.lex_state = 2030, .external_lex_state = 4}, - [231] = {.lex_state = 2030, .external_lex_state = 6}, - [232] = {.lex_state = 2030, .external_lex_state = 4}, + [230] = {.lex_state = 2030, .external_lex_state = 6}, + [231] = {.lex_state = 2030, .external_lex_state = 4}, + [232] = {.lex_state = 2030, .external_lex_state = 6}, [233] = {.lex_state = 2030, .external_lex_state = 4}, - [234] = {.lex_state = 2030, .external_lex_state = 4}, + [234] = {.lex_state = 2030, .external_lex_state = 6}, [235] = {.lex_state = 2030, .external_lex_state = 4}, - [236] = {.lex_state = 2030, .external_lex_state = 6}, + [236] = {.lex_state = 2030, .external_lex_state = 4}, [237] = {.lex_state = 2030, .external_lex_state = 4}, [238] = {.lex_state = 2030, .external_lex_state = 4}, - [239] = {.lex_state = 2030, .external_lex_state = 4}, + [239] = {.lex_state = 2030, .external_lex_state = 3}, [240] = {.lex_state = 2030, .external_lex_state = 4}, [241] = {.lex_state = 2030, .external_lex_state = 4}, - [242] = {.lex_state = 2030, .external_lex_state = 6}, + [242] = {.lex_state = 2030, .external_lex_state = 4}, [243] = {.lex_state = 2030, .external_lex_state = 6}, [244] = {.lex_state = 2030, .external_lex_state = 4}, [245] = {.lex_state = 2030, .external_lex_state = 4}, [246] = {.lex_state = 2030, .external_lex_state = 6}, [247] = {.lex_state = 2030, .external_lex_state = 4}, [248] = {.lex_state = 2030, .external_lex_state = 6}, - [249] = {.lex_state = 2030, .external_lex_state = 4}, - [250] = {.lex_state = 2030, .external_lex_state = 4}, - [251] = {.lex_state = 2030, .external_lex_state = 4}, - [252] = {.lex_state = 2030, .external_lex_state = 4}, - [253] = {.lex_state = 2030, .external_lex_state = 4}, - [254] = {.lex_state = 2030, .external_lex_state = 4}, - [255] = {.lex_state = 2030, .external_lex_state = 4}, - [256] = {.lex_state = 2030, .external_lex_state = 4}, - [257] = {.lex_state = 2030, .external_lex_state = 6}, + [249] = {.lex_state = 2030, .external_lex_state = 6}, + [250] = {.lex_state = 2030, .external_lex_state = 6}, + [251] = {.lex_state = 2030, .external_lex_state = 6}, + [252] = {.lex_state = 2030, .external_lex_state = 6}, + [253] = {.lex_state = 2030, .external_lex_state = 6}, + [254] = {.lex_state = 2030, .external_lex_state = 6}, + [255] = {.lex_state = 2030, .external_lex_state = 6}, + [256] = {.lex_state = 2030, .external_lex_state = 6}, + [257] = {.lex_state = 2030, .external_lex_state = 4}, [258] = {.lex_state = 2030, .external_lex_state = 6}, [259] = {.lex_state = 2030, .external_lex_state = 6}, [260] = {.lex_state = 2030, .external_lex_state = 4}, @@ -11340,39 +11340,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [266] = {.lex_state = 2030, .external_lex_state = 4}, [267] = {.lex_state = 2030, .external_lex_state = 4}, [268] = {.lex_state = 2030, .external_lex_state = 4}, - [269] = {.lex_state = 2030, .external_lex_state = 4}, + [269] = {.lex_state = 2030, .external_lex_state = 6}, [270] = {.lex_state = 2030, .external_lex_state = 6}, [271] = {.lex_state = 2030, .external_lex_state = 4}, - [272] = {.lex_state = 2030, .external_lex_state = 6}, + [272] = {.lex_state = 2030, .external_lex_state = 4}, [273] = {.lex_state = 2030, .external_lex_state = 4}, [274] = {.lex_state = 2030, .external_lex_state = 4}, - [275] = {.lex_state = 2030, .external_lex_state = 6}, - [276] = {.lex_state = 2030, .external_lex_state = 4}, - [277] = {.lex_state = 2030, .external_lex_state = 6}, - [278] = {.lex_state = 2030, .external_lex_state = 4}, + [275] = {.lex_state = 2030, .external_lex_state = 4}, + [276] = {.lex_state = 2030, .external_lex_state = 6}, + [277] = {.lex_state = 2030, .external_lex_state = 4}, + [278] = {.lex_state = 2030, .external_lex_state = 6}, [279] = {.lex_state = 2030, .external_lex_state = 6}, - [280] = {.lex_state = 2030, .external_lex_state = 4}, - [281] = {.lex_state = 2030, .external_lex_state = 4}, - [282] = {.lex_state = 2030, .external_lex_state = 4}, - [283] = {.lex_state = 2030, .external_lex_state = 4}, - [284] = {.lex_state = 2030, .external_lex_state = 4}, - [285] = {.lex_state = 2030, .external_lex_state = 4}, - [286] = {.lex_state = 2030, .external_lex_state = 4}, + [280] = {.lex_state = 2030, .external_lex_state = 6}, + [281] = {.lex_state = 2030, .external_lex_state = 6}, + [282] = {.lex_state = 2030, .external_lex_state = 6}, + [283] = {.lex_state = 2030, .external_lex_state = 6}, + [284] = {.lex_state = 2030, .external_lex_state = 6}, + [285] = {.lex_state = 2030, .external_lex_state = 6}, + [286] = {.lex_state = 2030, .external_lex_state = 6}, [287] = {.lex_state = 2030, .external_lex_state = 6}, [288] = {.lex_state = 2030, .external_lex_state = 4}, - [289] = {.lex_state = 2030, .external_lex_state = 4}, - [290] = {.lex_state = 2030, .external_lex_state = 4}, + [289] = {.lex_state = 2030, .external_lex_state = 6}, + [290] = {.lex_state = 2030, .external_lex_state = 6}, [291] = {.lex_state = 2030, .external_lex_state = 4}, [292] = {.lex_state = 2030, .external_lex_state = 6}, [293] = {.lex_state = 2030, .external_lex_state = 4}, - [294] = {.lex_state = 2030, .external_lex_state = 4}, - [295] = {.lex_state = 2030, .external_lex_state = 6}, - [296] = {.lex_state = 2030, .external_lex_state = 4}, - [297] = {.lex_state = 2030, .external_lex_state = 4}, - [298] = {.lex_state = 2030, .external_lex_state = 4}, + [294] = {.lex_state = 2030, .external_lex_state = 6}, + [295] = {.lex_state = 2030, .external_lex_state = 4}, + [296] = {.lex_state = 2030, .external_lex_state = 6}, + [297] = {.lex_state = 2030, .external_lex_state = 6}, + [298] = {.lex_state = 2030, .external_lex_state = 6}, [299] = {.lex_state = 2030, .external_lex_state = 6}, [300] = {.lex_state = 2030, .external_lex_state = 6}, - [301] = {.lex_state = 2030, .external_lex_state = 6}, + [301] = {.lex_state = 2030, .external_lex_state = 4}, [302] = {.lex_state = 2030, .external_lex_state = 6}, [303] = {.lex_state = 2030, .external_lex_state = 6}, [304] = {.lex_state = 2030, .external_lex_state = 6}, @@ -11381,330 +11381,330 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [307] = {.lex_state = 2030, .external_lex_state = 6}, [308] = {.lex_state = 2030, .external_lex_state = 6}, [309] = {.lex_state = 2030, .external_lex_state = 6}, - [310] = {.lex_state = 2030, .external_lex_state = 6}, - [311] = {.lex_state = 2030, .external_lex_state = 4}, + [310] = {.lex_state = 2030, .external_lex_state = 4}, + [311] = {.lex_state = 2030, .external_lex_state = 6}, [312] = {.lex_state = 2030, .external_lex_state = 6}, [313] = {.lex_state = 2030, .external_lex_state = 6}, - [314] = {.lex_state = 2030, .external_lex_state = 6}, + [314] = {.lex_state = 2030, .external_lex_state = 4}, [315] = {.lex_state = 2030, .external_lex_state = 6}, [316] = {.lex_state = 2030, .external_lex_state = 6}, [317] = {.lex_state = 2030, .external_lex_state = 6}, [318] = {.lex_state = 2030, .external_lex_state = 6}, [319] = {.lex_state = 2030, .external_lex_state = 4}, - [320] = {.lex_state = 2030, .external_lex_state = 4}, + [320] = {.lex_state = 2030, .external_lex_state = 6}, [321] = {.lex_state = 2030, .external_lex_state = 6}, [322] = {.lex_state = 2030, .external_lex_state = 6}, [323] = {.lex_state = 2030, .external_lex_state = 6}, [324] = {.lex_state = 2030, .external_lex_state = 6}, [325] = {.lex_state = 2030, .external_lex_state = 6}, - [326] = {.lex_state = 2030, .external_lex_state = 4}, + [326] = {.lex_state = 2030, .external_lex_state = 6}, [327] = {.lex_state = 2030, .external_lex_state = 4}, [328] = {.lex_state = 2030, .external_lex_state = 4}, [329] = {.lex_state = 2030, .external_lex_state = 4}, - [330] = {.lex_state = 2030, .external_lex_state = 6}, - [331] = {.lex_state = 2030, .external_lex_state = 4}, - [332] = {.lex_state = 2030, .external_lex_state = 6}, + [330] = {.lex_state = 2030, .external_lex_state = 4}, + [331] = {.lex_state = 2030, .external_lex_state = 6}, + [332] = {.lex_state = 2030, .external_lex_state = 4}, [333] = {.lex_state = 2030, .external_lex_state = 4}, - [334] = {.lex_state = 2030, .external_lex_state = 6}, - [335] = {.lex_state = 2030, .external_lex_state = 4}, + [334] = {.lex_state = 2030, .external_lex_state = 4}, + [335] = {.lex_state = 2030, .external_lex_state = 6}, [336] = {.lex_state = 2030, .external_lex_state = 4}, [337] = {.lex_state = 2030, .external_lex_state = 4}, - [338] = {.lex_state = 2030, .external_lex_state = 6}, - [339] = {.lex_state = 2030, .external_lex_state = 6}, - [340] = {.lex_state = 2030, .external_lex_state = 6}, - [341] = {.lex_state = 2030, .external_lex_state = 6}, - [342] = {.lex_state = 2030, .external_lex_state = 6}, - [343] = {.lex_state = 2030, .external_lex_state = 6}, - [344] = {.lex_state = 2030, .external_lex_state = 6}, - [345] = {.lex_state = 2030, .external_lex_state = 6}, + [338] = {.lex_state = 2030, .external_lex_state = 4}, + [339] = {.lex_state = 2030, .external_lex_state = 4}, + [340] = {.lex_state = 2030, .external_lex_state = 4}, + [341] = {.lex_state = 2030, .external_lex_state = 4}, + [342] = {.lex_state = 2030, .external_lex_state = 4}, + [343] = {.lex_state = 2030, .external_lex_state = 4}, + [344] = {.lex_state = 2030, .external_lex_state = 4}, + [345] = {.lex_state = 2030, .external_lex_state = 4}, [346] = {.lex_state = 2030, .external_lex_state = 4}, - [347] = {.lex_state = 2030, .external_lex_state = 6}, - [348] = {.lex_state = 2030, .external_lex_state = 6}, - [349] = {.lex_state = 2030, .external_lex_state = 6}, - [350] = {.lex_state = 2030, .external_lex_state = 6}, + [347] = {.lex_state = 2030, .external_lex_state = 4}, + [348] = {.lex_state = 2030, .external_lex_state = 4}, + [349] = {.lex_state = 2030, .external_lex_state = 4}, + [350] = {.lex_state = 2030, .external_lex_state = 4}, [351] = {.lex_state = 2030, .external_lex_state = 15}, [352] = {.lex_state = 2030, .external_lex_state = 15}, [353] = {.lex_state = 1, .external_lex_state = 16}, [354] = {.lex_state = 1, .external_lex_state = 17}, [355] = {.lex_state = 1, .external_lex_state = 17}, - [356] = {.lex_state = 1, .external_lex_state = 16}, + [356] = {.lex_state = 1, .external_lex_state = 17}, [357] = {.lex_state = 1, .external_lex_state = 17}, - [358] = {.lex_state = 1, .external_lex_state = 17}, + [358] = {.lex_state = 1, .external_lex_state = 16}, [359] = {.lex_state = 2030, .external_lex_state = 18}, [360] = {.lex_state = 1, .external_lex_state = 16}, - [361] = {.lex_state = 2030, .external_lex_state = 18}, - [362] = {.lex_state = 1, .external_lex_state = 17}, - [363] = {.lex_state = 2030, .external_lex_state = 19}, - [364] = {.lex_state = 1, .external_lex_state = 17}, - [365] = {.lex_state = 1, .external_lex_state = 17}, - [366] = {.lex_state = 1, .external_lex_state = 17}, + [361] = {.lex_state = 1, .external_lex_state = 16}, + [362] = {.lex_state = 2030, .external_lex_state = 16}, + [363] = {.lex_state = 1, .external_lex_state = 16}, + [364] = {.lex_state = 2030, .external_lex_state = 18}, + [365] = {.lex_state = 2030, .external_lex_state = 19}, + [366] = {.lex_state = 2030, .external_lex_state = 18}, [367] = {.lex_state = 2030, .external_lex_state = 18}, - [368] = {.lex_state = 2030, .external_lex_state = 19}, + [368] = {.lex_state = 1, .external_lex_state = 17}, [369] = {.lex_state = 2030, .external_lex_state = 19}, [370] = {.lex_state = 2030, .external_lex_state = 18}, - [371] = {.lex_state = 2030, .external_lex_state = 18}, - [372] = {.lex_state = 2030, .external_lex_state = 19}, - [373] = {.lex_state = 2030, .external_lex_state = 19}, - [374] = {.lex_state = 2030, .external_lex_state = 16}, - [375] = {.lex_state = 1, .external_lex_state = 17}, - [376] = {.lex_state = 1, .external_lex_state = 17}, - [377] = {.lex_state = 1, .external_lex_state = 17}, - [378] = {.lex_state = 1, .external_lex_state = 17}, - [379] = {.lex_state = 2030, .external_lex_state = 18}, - [380] = {.lex_state = 2030, .external_lex_state = 16}, - [381] = {.lex_state = 2030, .external_lex_state = 16}, + [371] = {.lex_state = 2030, .external_lex_state = 19}, + [372] = {.lex_state = 1, .external_lex_state = 17}, + [373] = {.lex_state = 2030, .external_lex_state = 16}, + [374] = {.lex_state = 1, .external_lex_state = 17}, + [375] = {.lex_state = 2030, .external_lex_state = 16}, + [376] = {.lex_state = 2030, .external_lex_state = 19}, + [377] = {.lex_state = 2030, .external_lex_state = 19}, + [378] = {.lex_state = 2030, .external_lex_state = 19}, + [379] = {.lex_state = 1, .external_lex_state = 17}, + [380] = {.lex_state = 1, .external_lex_state = 17}, + [381] = {.lex_state = 1, .external_lex_state = 17}, [382] = {.lex_state = 1, .external_lex_state = 17}, - [383] = {.lex_state = 1, .external_lex_state = 16}, - [384] = {.lex_state = 1, .external_lex_state = 16}, + [383] = {.lex_state = 1, .external_lex_state = 17}, + [384] = {.lex_state = 2030, .external_lex_state = 18}, [385] = {.lex_state = 1, .external_lex_state = 16}, [386] = {.lex_state = 1, .external_lex_state = 16}, - [387] = {.lex_state = 2030, .external_lex_state = 19}, - [388] = {.lex_state = 5, .external_lex_state = 20}, + [387] = {.lex_state = 1, .external_lex_state = 17}, + [388] = {.lex_state = 2, .external_lex_state = 20}, [389] = {.lex_state = 1, .external_lex_state = 21}, - [390] = {.lex_state = 5, .external_lex_state = 20}, - [391] = {.lex_state = 2030, .external_lex_state = 16}, - [392] = {.lex_state = 1, .external_lex_state = 21}, + [390] = {.lex_state = 1, .external_lex_state = 21}, + [391] = {.lex_state = 1, .external_lex_state = 21}, + [392] = {.lex_state = 2, .external_lex_state = 20}, [393] = {.lex_state = 1, .external_lex_state = 21}, [394] = {.lex_state = 1, .external_lex_state = 21}, - [395] = {.lex_state = 1, .external_lex_state = 21}, + [395] = {.lex_state = 3, .external_lex_state = 20}, [396] = {.lex_state = 2030, .external_lex_state = 19}, - [397] = {.lex_state = 2, .external_lex_state = 20}, - [398] = {.lex_state = 2, .external_lex_state = 20}, - [399] = {.lex_state = 2030, .external_lex_state = 22}, + [397] = {.lex_state = 2030, .external_lex_state = 22}, + [398] = {.lex_state = 5, .external_lex_state = 20}, + [399] = {.lex_state = 2, .external_lex_state = 20}, [400] = {.lex_state = 3, .external_lex_state = 20}, - [401] = {.lex_state = 1, .external_lex_state = 21}, - [402] = {.lex_state = 3, .external_lex_state = 20}, - [403] = {.lex_state = 5, .external_lex_state = 20}, - [404] = {.lex_state = 3, .external_lex_state = 20}, - [405] = {.lex_state = 1, .external_lex_state = 17}, - [406] = {.lex_state = 1, .external_lex_state = 21}, - [407] = {.lex_state = 3, .external_lex_state = 20}, - [408] = {.lex_state = 5, .external_lex_state = 20}, - [409] = {.lex_state = 1, .external_lex_state = 21}, - [410] = {.lex_state = 2, .external_lex_state = 20}, - [411] = {.lex_state = 2030, .external_lex_state = 22}, - [412] = {.lex_state = 2, .external_lex_state = 20}, - [413] = {.lex_state = 3, .external_lex_state = 20}, - [414] = {.lex_state = 1, .external_lex_state = 21}, + [401] = {.lex_state = 5, .external_lex_state = 20}, + [402] = {.lex_state = 1, .external_lex_state = 21}, + [403] = {.lex_state = 1, .external_lex_state = 21}, + [404] = {.lex_state = 1, .external_lex_state = 21}, + [405] = {.lex_state = 1, .external_lex_state = 21}, + [406] = {.lex_state = 2030, .external_lex_state = 22}, + [407] = {.lex_state = 2030, .external_lex_state = 18}, + [408] = {.lex_state = 2, .external_lex_state = 20}, + [409] = {.lex_state = 3, .external_lex_state = 20}, + [410] = {.lex_state = 2030, .external_lex_state = 19}, + [411] = {.lex_state = 5, .external_lex_state = 20}, + [412] = {.lex_state = 2030, .external_lex_state = 18}, + [413] = {.lex_state = 2030, .external_lex_state = 16}, + [414] = {.lex_state = 1, .external_lex_state = 17}, [415] = {.lex_state = 4, .external_lex_state = 23}, - [416] = {.lex_state = 1, .external_lex_state = 21}, - [417] = {.lex_state = 2030, .external_lex_state = 19}, - [418] = {.lex_state = 2030, .external_lex_state = 22}, - [419] = {.lex_state = 2030, .external_lex_state = 18}, - [420] = {.lex_state = 2, .external_lex_state = 20}, - [421] = {.lex_state = 5, .external_lex_state = 20}, - [422] = {.lex_state = 2030, .external_lex_state = 22}, + [416] = {.lex_state = 2030, .external_lex_state = 22}, + [417] = {.lex_state = 2, .external_lex_state = 20}, + [418] = {.lex_state = 3, .external_lex_state = 20}, + [419] = {.lex_state = 5, .external_lex_state = 20}, + [420] = {.lex_state = 2030, .external_lex_state = 22}, + [421] = {.lex_state = 3, .external_lex_state = 20}, + [422] = {.lex_state = 5, .external_lex_state = 20}, [423] = {.lex_state = 1, .external_lex_state = 21}, - [424] = {.lex_state = 2030, .external_lex_state = 18}, + [424] = {.lex_state = 1, .external_lex_state = 21}, [425] = {.lex_state = 1, .external_lex_state = 21}, [426] = {.lex_state = 2030, .external_lex_state = 22}, [427] = {.lex_state = 2030, .external_lex_state = 20}, - [428] = {.lex_state = 1, .external_lex_state = 21}, + [428] = {.lex_state = 2030, .external_lex_state = 20}, [429] = {.lex_state = 2030, .external_lex_state = 20}, [430] = {.lex_state = 2030, .external_lex_state = 20}, - [431] = {.lex_state = 2030, .external_lex_state = 20}, - [432] = {.lex_state = 1, .external_lex_state = 17}, + [431] = {.lex_state = 4, .external_lex_state = 23}, + [432] = {.lex_state = 1, .external_lex_state = 21}, [433] = {.lex_state = 2030, .external_lex_state = 20}, [434] = {.lex_state = 2030, .external_lex_state = 20}, - [435] = {.lex_state = 2030, .external_lex_state = 20}, - [436] = {.lex_state = 1, .external_lex_state = 21}, + [435] = {.lex_state = 2030, .external_lex_state = 21}, + [436] = {.lex_state = 2030, .external_lex_state = 20}, [437] = {.lex_state = 2030, .external_lex_state = 20}, [438] = {.lex_state = 2030, .external_lex_state = 20}, [439] = {.lex_state = 2030, .external_lex_state = 20}, [440] = {.lex_state = 2030, .external_lex_state = 20}, [441] = {.lex_state = 2030, .external_lex_state = 20}, [442] = {.lex_state = 2030, .external_lex_state = 20}, - [443] = {.lex_state = 2030, .external_lex_state = 20}, + [443] = {.lex_state = 1, .external_lex_state = 21}, [444] = {.lex_state = 2030, .external_lex_state = 20}, [445] = {.lex_state = 2030, .external_lex_state = 20}, - [446] = {.lex_state = 2030, .external_lex_state = 20}, + [446] = {.lex_state = 1, .external_lex_state = 21}, [447] = {.lex_state = 2030, .external_lex_state = 20}, [448] = {.lex_state = 2030, .external_lex_state = 20}, - [449] = {.lex_state = 1, .external_lex_state = 21}, - [450] = {.lex_state = 2030, .external_lex_state = 21}, - [451] = {.lex_state = 4, .external_lex_state = 23}, + [449] = {.lex_state = 1, .external_lex_state = 17}, + [450] = {.lex_state = 2030, .external_lex_state = 20}, + [451] = {.lex_state = 1, .external_lex_state = 17}, [452] = {.lex_state = 1, .external_lex_state = 21}, [453] = {.lex_state = 1, .external_lex_state = 21}, - [454] = {.lex_state = 1, .external_lex_state = 17}, + [454] = {.lex_state = 1, .external_lex_state = 21}, [455] = {.lex_state = 1, .external_lex_state = 21}, - [456] = {.lex_state = 1, .external_lex_state = 21}, + [456] = {.lex_state = 2030, .external_lex_state = 20}, [457] = {.lex_state = 1, .external_lex_state = 21}, - [458] = {.lex_state = 2030, .external_lex_state = 17}, - [459] = {.lex_state = 4, .external_lex_state = 23}, - [460] = {.lex_state = 4, .external_lex_state = 23}, - [461] = {.lex_state = 4, .external_lex_state = 23}, - [462] = {.lex_state = 2030, .external_lex_state = 17}, - [463] = {.lex_state = 1}, - [464] = {.lex_state = 1}, - [465] = {.lex_state = 2030, .external_lex_state = 17}, - [466] = {.lex_state = 1}, - [467] = {.lex_state = 1}, + [458] = {.lex_state = 1}, + [459] = {.lex_state = 2030, .external_lex_state = 17}, + [460] = {.lex_state = 2030, .external_lex_state = 17}, + [461] = {.lex_state = 2030, .external_lex_state = 17}, + [462] = {.lex_state = 4, .external_lex_state = 23}, + [463] = {.lex_state = 4, .external_lex_state = 23}, + [464] = {.lex_state = 4, .external_lex_state = 23}, + [465] = {.lex_state = 4, .external_lex_state = 23}, + [466] = {.lex_state = 1, .external_lex_state = 17}, + [467] = {.lex_state = 1, .external_lex_state = 17}, [468] = {.lex_state = 2030, .external_lex_state = 17}, - [469] = {.lex_state = 1}, + [469] = {.lex_state = 2030, .external_lex_state = 17}, [470] = {.lex_state = 2030, .external_lex_state = 17}, - [471] = {.lex_state = 1, .external_lex_state = 17}, - [472] = {.lex_state = 1, .external_lex_state = 17}, - [473] = {.lex_state = 1}, - [474] = {.lex_state = 1}, + [471] = {.lex_state = 2030, .external_lex_state = 17}, + [472] = {.lex_state = 2030, .external_lex_state = 17}, + [473] = {.lex_state = 2030, .external_lex_state = 17}, + [474] = {.lex_state = 2030, .external_lex_state = 17}, [475] = {.lex_state = 4, .external_lex_state = 23}, [476] = {.lex_state = 1}, - [477] = {.lex_state = 1}, - [478] = {.lex_state = 1}, - [479] = {.lex_state = 2030, .external_lex_state = 17}, - [480] = {.lex_state = 2030, .external_lex_state = 17}, - [481] = {.lex_state = 4, .external_lex_state = 23}, - [482] = {.lex_state = 2030, .external_lex_state = 17}, - [483] = {.lex_state = 2030, .external_lex_state = 17}, - [484] = {.lex_state = 2030, .external_lex_state = 17}, + [477] = {.lex_state = 4, .external_lex_state = 23}, + [478] = {.lex_state = 4, .external_lex_state = 23}, + [479] = {.lex_state = 4, .external_lex_state = 23}, + [480] = {.lex_state = 1}, + [481] = {.lex_state = 1}, + [482] = {.lex_state = 1}, + [483] = {.lex_state = 4, .external_lex_state = 23}, + [484] = {.lex_state = 1}, [485] = {.lex_state = 1}, - [486] = {.lex_state = 2030, .external_lex_state = 17}, + [486] = {.lex_state = 1}, [487] = {.lex_state = 1}, - [488] = {.lex_state = 2030, .external_lex_state = 17}, - [489] = {.lex_state = 4, .external_lex_state = 23}, - [490] = {.lex_state = 4, .external_lex_state = 23}, - [491] = {.lex_state = 4, .external_lex_state = 23}, - [492] = {.lex_state = 1}, + [488] = {.lex_state = 1}, + [489] = {.lex_state = 1}, + [490] = {.lex_state = 2030, .external_lex_state = 17}, + [491] = {.lex_state = 1}, + [492] = {.lex_state = 2030, .external_lex_state = 17}, [493] = {.lex_state = 1}, - [494] = {.lex_state = 4, .external_lex_state = 23}, + [494] = {.lex_state = 1}, [495] = {.lex_state = 4, .external_lex_state = 23}, - [496] = {.lex_state = 1}, - [497] = {.lex_state = 1}, - [498] = {.lex_state = 2030, .external_lex_state = 22}, - [499] = {.lex_state = 2030, .external_lex_state = 22}, - [500] = {.lex_state = 1, .external_lex_state = 16}, - [501] = {.lex_state = 2, .external_lex_state = 20}, + [496] = {.lex_state = 1, .external_lex_state = 16}, + [497] = {.lex_state = 1, .external_lex_state = 16}, + [498] = {.lex_state = 4, .external_lex_state = 23}, + [499] = {.lex_state = 2030, .external_lex_state = 19}, + [500] = {.lex_state = 2030, .external_lex_state = 19}, + [501] = {.lex_state = 2030, .external_lex_state = 18}, [502] = {.lex_state = 1, .external_lex_state = 24}, - [503] = {.lex_state = 2030, .external_lex_state = 16}, - [504] = {.lex_state = 1}, - [505] = {.lex_state = 4, .external_lex_state = 25}, - [506] = {.lex_state = 4, .external_lex_state = 23}, - [507] = {.lex_state = 1, .external_lex_state = 16}, - [508] = {.lex_state = 1, .external_lex_state = 21}, - [509] = {.lex_state = 1}, - [510] = {.lex_state = 4, .external_lex_state = 23}, - [511] = {.lex_state = 2, .external_lex_state = 20}, - [512] = {.lex_state = 4, .external_lex_state = 17}, - [513] = {.lex_state = 4}, - [514] = {.lex_state = 1}, - [515] = {.lex_state = 1, .external_lex_state = 16}, - [516] = {.lex_state = 3, .external_lex_state = 20}, - [517] = {.lex_state = 1, .external_lex_state = 21}, - [518] = {.lex_state = 2030, .external_lex_state = 19}, - [519] = {.lex_state = 4, .external_lex_state = 23}, - [520] = {.lex_state = 2030, .external_lex_state = 19}, + [503] = {.lex_state = 4, .external_lex_state = 25}, + [504] = {.lex_state = 4, .external_lex_state = 23}, + [505] = {.lex_state = 2030, .external_lex_state = 18}, + [506] = {.lex_state = 2030, .external_lex_state = 16}, + [507] = {.lex_state = 2030, .external_lex_state = 16}, + [508] = {.lex_state = 4, .external_lex_state = 17}, + [509] = {.lex_state = 2030, .external_lex_state = 22}, + [510] = {.lex_state = 1}, + [511] = {.lex_state = 4}, + [512] = {.lex_state = 1}, + [513] = {.lex_state = 2, .external_lex_state = 20}, + [514] = {.lex_state = 1, .external_lex_state = 16}, + [515] = {.lex_state = 2, .external_lex_state = 20}, + [516] = {.lex_state = 1, .external_lex_state = 16}, + [517] = {.lex_state = 4, .external_lex_state = 23}, + [518] = {.lex_state = 3, .external_lex_state = 20}, + [519] = {.lex_state = 3, .external_lex_state = 20}, + [520] = {.lex_state = 5, .external_lex_state = 20}, [521] = {.lex_state = 1}, - [522] = {.lex_state = 2030, .external_lex_state = 18}, - [523] = {.lex_state = 3, .external_lex_state = 20}, - [524] = {.lex_state = 1, .external_lex_state = 16}, - [525] = {.lex_state = 2030, .external_lex_state = 18}, - [526] = {.lex_state = 5, .external_lex_state = 20}, - [527] = {.lex_state = 4}, - [528] = {.lex_state = 2030, .external_lex_state = 16}, - [529] = {.lex_state = 5, .external_lex_state = 20}, - [530] = {.lex_state = 4, .external_lex_state = 17}, - [531] = {.lex_state = 1, .external_lex_state = 17}, - [532] = {.lex_state = 1, .external_lex_state = 21}, - [533] = {.lex_state = 4, .external_lex_state = 17}, - [534] = {.lex_state = 2030, .external_lex_state = 26}, - [535] = {.lex_state = 4}, - [536] = {.lex_state = 1, .external_lex_state = 21}, - [537] = {.lex_state = 2030, .external_lex_state = 27}, - [538] = {.lex_state = 4, .external_lex_state = 23}, - [539] = {.lex_state = 2030, .external_lex_state = 20}, - [540] = {.lex_state = 2, .external_lex_state = 28}, - [541] = {.lex_state = 1, .external_lex_state = 17}, - [542] = {.lex_state = 4, .external_lex_state = 23}, - [543] = {.lex_state = 3, .external_lex_state = 28}, - [544] = {.lex_state = 1, .external_lex_state = 17}, - [545] = {.lex_state = 2030, .external_lex_state = 29}, - [546] = {.lex_state = 4, .external_lex_state = 17}, - [547] = {.lex_state = 5, .external_lex_state = 28}, - [548] = {.lex_state = 4, .external_lex_state = 17}, - [549] = {.lex_state = 1, .external_lex_state = 21}, - [550] = {.lex_state = 1, .external_lex_state = 17}, - [551] = {.lex_state = 1, .external_lex_state = 21}, - [552] = {.lex_state = 4, .external_lex_state = 17}, - [553] = {.lex_state = 1, .external_lex_state = 21}, + [522] = {.lex_state = 5, .external_lex_state = 20}, + [523] = {.lex_state = 1, .external_lex_state = 21}, + [524] = {.lex_state = 1}, + [525] = {.lex_state = 1, .external_lex_state = 21}, + [526] = {.lex_state = 1}, + [527] = {.lex_state = 1}, + [528] = {.lex_state = 4}, + [529] = {.lex_state = 2030, .external_lex_state = 22}, + [530] = {.lex_state = 1, .external_lex_state = 21}, + [531] = {.lex_state = 1, .external_lex_state = 21}, + [532] = {.lex_state = 2030, .external_lex_state = 20}, + [533] = {.lex_state = 1, .external_lex_state = 21}, + [534] = {.lex_state = 4, .external_lex_state = 17}, + [535] = {.lex_state = 1, .external_lex_state = 17}, + [536] = {.lex_state = 4, .external_lex_state = 17}, + [537] = {.lex_state = 2030, .external_lex_state = 26}, + [538] = {.lex_state = 2030, .external_lex_state = 27}, + [539] = {.lex_state = 1, .external_lex_state = 21}, + [540] = {.lex_state = 4, .external_lex_state = 17}, + [541] = {.lex_state = 4, .external_lex_state = 17}, + [542] = {.lex_state = 4, .external_lex_state = 17}, + [543] = {.lex_state = 4, .external_lex_state = 23}, + [544] = {.lex_state = 2030, .external_lex_state = 28}, + [545] = {.lex_state = 4}, + [546] = {.lex_state = 2030, .external_lex_state = 29}, + [547] = {.lex_state = 2, .external_lex_state = 30}, + [548] = {.lex_state = 3, .external_lex_state = 30}, + [549] = {.lex_state = 4, .external_lex_state = 17}, + [550] = {.lex_state = 5, .external_lex_state = 30}, + [551] = {.lex_state = 1, .external_lex_state = 17}, + [552] = {.lex_state = 1, .external_lex_state = 21}, + [553] = {.lex_state = 2030, .external_lex_state = 31}, [554] = {.lex_state = 1, .external_lex_state = 21}, - [555] = {.lex_state = 2030, .external_lex_state = 30}, - [556] = {.lex_state = 2030, .external_lex_state = 31}, - [557] = {.lex_state = 4, .external_lex_state = 17}, - [558] = {.lex_state = 4, .external_lex_state = 17}, - [559] = {.lex_state = 1, .external_lex_state = 21}, - [560] = {.lex_state = 2030, .external_lex_state = 32}, - [561] = {.lex_state = 2030, .external_lex_state = 20}, - [562] = {.lex_state = 4, .external_lex_state = 17}, + [555] = {.lex_state = 4, .external_lex_state = 17}, + [556] = {.lex_state = 2030, .external_lex_state = 32}, + [557] = {.lex_state = 1, .external_lex_state = 17}, + [558] = {.lex_state = 2030, .external_lex_state = 20}, + [559] = {.lex_state = 2030, .external_lex_state = 17}, + [560] = {.lex_state = 1, .external_lex_state = 17}, + [561] = {.lex_state = 2030, .external_lex_state = 33}, + [562] = {.lex_state = 1, .external_lex_state = 21}, [563] = {.lex_state = 4, .external_lex_state = 17}, - [564] = {.lex_state = 2030, .external_lex_state = 33}, + [564] = {.lex_state = 4, .external_lex_state = 17}, [565] = {.lex_state = 4, .external_lex_state = 17}, - [566] = {.lex_state = 2030, .external_lex_state = 17}, - [567] = {.lex_state = 5, .external_lex_state = 20}, - [568] = {.lex_state = 2, .external_lex_state = 20}, - [569] = {.lex_state = 1, .external_lex_state = 21}, - [570] = {.lex_state = 4}, - [571] = {.lex_state = 4}, - [572] = {.lex_state = 1}, - [573] = {.lex_state = 4, .external_lex_state = 23}, - [574] = {.lex_state = 1, .external_lex_state = 21}, - [575] = {.lex_state = 2030, .external_lex_state = 19}, - [576] = {.lex_state = 2030, .external_lex_state = 17}, - [577] = {.lex_state = 2030, .external_lex_state = 32}, - [578] = {.lex_state = 1, .external_lex_state = 34}, - [579] = {.lex_state = 2030, .external_lex_state = 22}, - [580] = {.lex_state = 2030, .external_lex_state = 19}, - [581] = {.lex_state = 4, .external_lex_state = 23}, + [566] = {.lex_state = 4, .external_lex_state = 23}, + [567] = {.lex_state = 2030, .external_lex_state = 22}, + [568] = {.lex_state = 4, .external_lex_state = 17}, + [569] = {.lex_state = 5, .external_lex_state = 20}, + [570] = {.lex_state = 2030, .external_lex_state = 17}, + [571] = {.lex_state = 3, .external_lex_state = 20}, + [572] = {.lex_state = 1, .external_lex_state = 21}, + [573] = {.lex_state = 2030, .external_lex_state = 19}, + [574] = {.lex_state = 4, .external_lex_state = 23}, + [575] = {.lex_state = 5, .external_lex_state = 20}, + [576] = {.lex_state = 1, .external_lex_state = 21}, + [577] = {.lex_state = 1, .external_lex_state = 34}, + [578] = {.lex_state = 2030, .external_lex_state = 19}, + [579] = {.lex_state = 4}, + [580] = {.lex_state = 2030, .external_lex_state = 33}, + [581] = {.lex_state = 1, .external_lex_state = 21}, [582] = {.lex_state = 2030, .external_lex_state = 18}, - [583] = {.lex_state = 4}, - [584] = {.lex_state = 5, .external_lex_state = 20}, - [585] = {.lex_state = 4, .external_lex_state = 17}, - [586] = {.lex_state = 4}, - [587] = {.lex_state = 3, .external_lex_state = 20}, - [588] = {.lex_state = 2030, .external_lex_state = 16}, - [589] = {.lex_state = 4}, - [590] = {.lex_state = 4}, - [591] = {.lex_state = 4}, - [592] = {.lex_state = 2030, .external_lex_state = 22}, - [593] = {.lex_state = 1, .external_lex_state = 21}, - [594] = {.lex_state = 2030, .external_lex_state = 28}, - [595] = {.lex_state = 2030, .external_lex_state = 16}, + [583] = {.lex_state = 2030, .external_lex_state = 17}, + [584] = {.lex_state = 2030, .external_lex_state = 16}, + [585] = {.lex_state = 1}, + [586] = {.lex_state = 4, .external_lex_state = 23}, + [587] = {.lex_state = 4, .external_lex_state = 17}, + [588] = {.lex_state = 2030, .external_lex_state = 30}, + [589] = {.lex_state = 2030, .external_lex_state = 22}, + [590] = {.lex_state = 2030, .external_lex_state = 18}, + [591] = {.lex_state = 2, .external_lex_state = 20}, + [592] = {.lex_state = 4}, + [593] = {.lex_state = 4}, + [594] = {.lex_state = 4}, + [595] = {.lex_state = 4}, [596] = {.lex_state = 4, .external_lex_state = 23}, [597] = {.lex_state = 3, .external_lex_state = 20}, [598] = {.lex_state = 2, .external_lex_state = 20}, - [599] = {.lex_state = 5, .external_lex_state = 20}, + [599] = {.lex_state = 2030, .external_lex_state = 16}, [600] = {.lex_state = 2030, .external_lex_state = 16}, - [601] = {.lex_state = 4, .external_lex_state = 17}, + [601] = {.lex_state = 2030, .external_lex_state = 16}, [602] = {.lex_state = 2030, .external_lex_state = 22}, - [603] = {.lex_state = 2030, .external_lex_state = 16}, - [604] = {.lex_state = 2030, .external_lex_state = 18}, - [605] = {.lex_state = 2030, .external_lex_state = 16}, - [606] = {.lex_state = 4, .external_lex_state = 23}, - [607] = {.lex_state = 2, .external_lex_state = 20}, - [608] = {.lex_state = 4, .external_lex_state = 17}, - [609] = {.lex_state = 2030, .external_lex_state = 17}, - [610] = {.lex_state = 3, .external_lex_state = 20}, - [611] = {.lex_state = 1}, - [612] = {.lex_state = 4}, + [603] = {.lex_state = 5, .external_lex_state = 20}, + [604] = {.lex_state = 4, .external_lex_state = 17}, + [605] = {.lex_state = 3, .external_lex_state = 20}, + [606] = {.lex_state = 4}, + [607] = {.lex_state = 4}, + [608] = {.lex_state = 4, .external_lex_state = 23}, + [609] = {.lex_state = 2, .external_lex_state = 20}, + [610] = {.lex_state = 2030, .external_lex_state = 16}, + [611] = {.lex_state = 4}, + [612] = {.lex_state = 1}, [613] = {.lex_state = 4}, [614] = {.lex_state = 4}, - [615] = {.lex_state = 4, .external_lex_state = 17}, - [616] = {.lex_state = 1}, - [617] = {.lex_state = 2030, .external_lex_state = 20}, - [618] = {.lex_state = 2030, .external_lex_state = 20}, + [615] = {.lex_state = 1}, + [616] = {.lex_state = 4}, + [617] = {.lex_state = 4}, + [618] = {.lex_state = 1}, [619] = {.lex_state = 2030, .external_lex_state = 20}, - [620] = {.lex_state = 1}, - [621] = {.lex_state = 1}, + [620] = {.lex_state = 4}, + [621] = {.lex_state = 2030, .external_lex_state = 20}, [622] = {.lex_state = 2030, .external_lex_state = 20}, [623] = {.lex_state = 4}, [624] = {.lex_state = 1}, - [625] = {.lex_state = 4}, - [626] = {.lex_state = 4}, + [625] = {.lex_state = 4, .external_lex_state = 17}, + [626] = {.lex_state = 2030, .external_lex_state = 20}, [627] = {.lex_state = 4}, - [628] = {.lex_state = 4}, + [628] = {.lex_state = 1}, [629] = {.lex_state = 4, .external_lex_state = 17}, [630] = {.lex_state = 4, .external_lex_state = 17}, [631] = {.lex_state = 2030, .external_lex_state = 17}, - [632] = {.lex_state = 4}, - [633] = {.lex_state = 4, .external_lex_state = 17}, + [632] = {.lex_state = 4, .external_lex_state = 17}, + [633] = {.lex_state = 4}, [634] = {.lex_state = 4, .external_lex_state = 17}, [635] = {.lex_state = 0, .external_lex_state = 35}, [636] = {.lex_state = 0, .external_lex_state = 35}, @@ -11716,203 +11716,203 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [642] = {.lex_state = 2030, .external_lex_state = 23}, [643] = {.lex_state = 2030, .external_lex_state = 23}, [644] = {.lex_state = 2030, .external_lex_state = 23}, - [645] = {.lex_state = 2030}, + [645] = {.lex_state = 2030, .external_lex_state = 23}, [646] = {.lex_state = 2030}, - [647] = {.lex_state = 2030, .external_lex_state = 23}, + [647] = {.lex_state = 2030}, [648] = {.lex_state = 2030, .external_lex_state = 23}, [649] = {.lex_state = 0, .external_lex_state = 36}, - [650] = {.lex_state = 2030, .external_lex_state = 23}, - [651] = {.lex_state = 0, .external_lex_state = 36}, - [652] = {.lex_state = 0, .external_lex_state = 36}, - [653] = {.lex_state = 2030, .external_lex_state = 23}, - [654] = {.lex_state = 2030, .external_lex_state = 23}, + [650] = {.lex_state = 0, .external_lex_state = 36}, + [651] = {.lex_state = 2030, .external_lex_state = 23}, + [652] = {.lex_state = 2030, .external_lex_state = 23}, + [653] = {.lex_state = 0, .external_lex_state = 36}, + [654] = {.lex_state = 0, .external_lex_state = 36}, [655] = {.lex_state = 0, .external_lex_state = 36}, [656] = {.lex_state = 0, .external_lex_state = 36}, [657] = {.lex_state = 0, .external_lex_state = 36}, [658] = {.lex_state = 0, .external_lex_state = 36}, [659] = {.lex_state = 0, .external_lex_state = 36}, - [660] = {.lex_state = 0, .external_lex_state = 35}, - [661] = {.lex_state = 0, .external_lex_state = 36}, - [662] = {.lex_state = 0, .external_lex_state = 36}, - [663] = {.lex_state = 0, .external_lex_state = 16}, - [664] = {.lex_state = 0, .external_lex_state = 37}, - [665] = {.lex_state = 2030}, + [660] = {.lex_state = 0, .external_lex_state = 36}, + [661] = {.lex_state = 0, .external_lex_state = 35}, + [662] = {.lex_state = 2030, .external_lex_state = 23}, + [663] = {.lex_state = 0, .external_lex_state = 37}, + [664] = {.lex_state = 0, .external_lex_state = 16}, + [665] = {.lex_state = 0, .external_lex_state = 37}, [666] = {.lex_state = 0, .external_lex_state = 37}, - [667] = {.lex_state = 0, .external_lex_state = 38}, - [668] = {.lex_state = 0, .external_lex_state = 16}, - [669] = {.lex_state = 2030, .external_lex_state = 23}, - [670] = {.lex_state = 0, .external_lex_state = 23}, + [667] = {.lex_state = 0, .external_lex_state = 16}, + [668] = {.lex_state = 0, .external_lex_state = 38}, + [669] = {.lex_state = 0, .external_lex_state = 16}, + [670] = {.lex_state = 0, .external_lex_state = 16}, [671] = {.lex_state = 0, .external_lex_state = 37}, - [672] = {.lex_state = 0, .external_lex_state = 37}, - [673] = {.lex_state = 0, .external_lex_state = 16}, - [674] = {.lex_state = 0, .external_lex_state = 16}, + [672] = {.lex_state = 2030}, + [673] = {.lex_state = 0, .external_lex_state = 37}, + [674] = {.lex_state = 0, .external_lex_state = 23}, [675] = {.lex_state = 0, .external_lex_state = 23}, - [676] = {.lex_state = 0, .external_lex_state = 37}, - [677] = {.lex_state = 0, .external_lex_state = 23}, - [678] = {.lex_state = 0, .external_lex_state = 37}, + [676] = {.lex_state = 2030, .external_lex_state = 23}, + [677] = {.lex_state = 2030}, + [678] = {.lex_state = 0, .external_lex_state = 23}, [679] = {.lex_state = 2030, .external_lex_state = 23}, - [680] = {.lex_state = 2030, .external_lex_state = 23}, + [680] = {.lex_state = 0, .external_lex_state = 16}, [681] = {.lex_state = 0, .external_lex_state = 16}, [682] = {.lex_state = 0, .external_lex_state = 16}, - [683] = {.lex_state = 0, .external_lex_state = 16}, - [684] = {.lex_state = 0, .external_lex_state = 37}, - [685] = {.lex_state = 0, .external_lex_state = 23}, - [686] = {.lex_state = 2030}, + [683] = {.lex_state = 0, .external_lex_state = 37}, + [684] = {.lex_state = 0, .external_lex_state = 23}, + [685] = {.lex_state = 0, .external_lex_state = 16}, + [686] = {.lex_state = 0, .external_lex_state = 37}, [687] = {.lex_state = 0, .external_lex_state = 37}, [688] = {.lex_state = 0, .external_lex_state = 16}, - [689] = {.lex_state = 0, .external_lex_state = 37}, - [690] = {.lex_state = 0, .external_lex_state = 16}, - [691] = {.lex_state = 0, .external_lex_state = 16}, - [692] = {.lex_state = 0, .external_lex_state = 37}, + [689] = {.lex_state = 0, .external_lex_state = 16}, + [690] = {.lex_state = 0, .external_lex_state = 37}, + [691] = {.lex_state = 0, .external_lex_state = 37}, + [692] = {.lex_state = 2030, .external_lex_state = 23}, [693] = {.lex_state = 0, .external_lex_state = 23}, [694] = {.lex_state = 0, .external_lex_state = 23}, - [695] = {.lex_state = 2030}, - [696] = {.lex_state = 0, .external_lex_state = 16}, - [697] = {.lex_state = 0, .external_lex_state = 23}, + [695] = {.lex_state = 0, .external_lex_state = 23}, + [696] = {.lex_state = 0, .external_lex_state = 23}, + [697] = {.lex_state = 0, .external_lex_state = 16}, [698] = {.lex_state = 2030}, [699] = {.lex_state = 0, .external_lex_state = 37}, - [700] = {.lex_state = 0, .external_lex_state = 16}, - [701] = {.lex_state = 0, .external_lex_state = 16}, - [702] = {.lex_state = 0, .external_lex_state = 23}, + [700] = {.lex_state = 0, .external_lex_state = 23}, + [701] = {.lex_state = 0, .external_lex_state = 23}, + [702] = {.lex_state = 0, .external_lex_state = 37}, [703] = {.lex_state = 0, .external_lex_state = 16}, [704] = {.lex_state = 0, .external_lex_state = 37}, - [705] = {.lex_state = 0, .external_lex_state = 16}, - [706] = {.lex_state = 0, .external_lex_state = 23}, - [707] = {.lex_state = 0, .external_lex_state = 37}, - [708] = {.lex_state = 0, .external_lex_state = 16}, - [709] = {.lex_state = 0, .external_lex_state = 16}, + [705] = {.lex_state = 0, .external_lex_state = 23}, + [706] = {.lex_state = 0, .external_lex_state = 16}, + [707] = {.lex_state = 2030}, + [708] = {.lex_state = 2030, .external_lex_state = 34}, + [709] = {.lex_state = 0, .external_lex_state = 23}, [710] = {.lex_state = 0, .external_lex_state = 37}, - [711] = {.lex_state = 0, .external_lex_state = 16}, - [712] = {.lex_state = 0, .external_lex_state = 16}, + [711] = {.lex_state = 0, .external_lex_state = 23}, + [712] = {.lex_state = 0, .external_lex_state = 23}, [713] = {.lex_state = 0, .external_lex_state = 23}, - [714] = {.lex_state = 2030, .external_lex_state = 34}, - [715] = {.lex_state = 0, .external_lex_state = 16}, - [716] = {.lex_state = 0, .external_lex_state = 23}, - [717] = {.lex_state = 0, .external_lex_state = 23}, - [718] = {.lex_state = 2030}, - [719] = {.lex_state = 0, .external_lex_state = 37}, - [720] = {.lex_state = 0, .external_lex_state = 23}, - [721] = {.lex_state = 0, .external_lex_state = 37}, - [722] = {.lex_state = 2030}, - [723] = {.lex_state = 0, .external_lex_state = 37}, + [714] = {.lex_state = 2030}, + [715] = {.lex_state = 0, .external_lex_state = 23}, + [716] = {.lex_state = 2030}, + [717] = {.lex_state = 0, .external_lex_state = 37}, + [718] = {.lex_state = 0, .external_lex_state = 23}, + [719] = {.lex_state = 0, .external_lex_state = 23}, + [720] = {.lex_state = 0, .external_lex_state = 16}, + [721] = {.lex_state = 0, .external_lex_state = 16}, + [722] = {.lex_state = 0, .external_lex_state = 16}, + [723] = {.lex_state = 0, .external_lex_state = 16}, [724] = {.lex_state = 0, .external_lex_state = 16}, - [725] = {.lex_state = 0, .external_lex_state = 23}, - [726] = {.lex_state = 0, .external_lex_state = 23}, - [727] = {.lex_state = 0, .external_lex_state = 23}, + [725] = {.lex_state = 0, .external_lex_state = 16}, + [726] = {.lex_state = 0, .external_lex_state = 16}, + [727] = {.lex_state = 0, .external_lex_state = 16}, [728] = {.lex_state = 0, .external_lex_state = 37}, [729] = {.lex_state = 0, .external_lex_state = 16}, - [730] = {.lex_state = 0, .external_lex_state = 16}, - [731] = {.lex_state = 0, .external_lex_state = 23}, - [732] = {.lex_state = 0, .external_lex_state = 23}, - [733] = {.lex_state = 0, .external_lex_state = 16}, - [734] = {.lex_state = 0, .external_lex_state = 37}, - [735] = {.lex_state = 0, .external_lex_state = 37}, - [736] = {.lex_state = 0, .external_lex_state = 16}, - [737] = {.lex_state = 0, .external_lex_state = 37}, + [730] = {.lex_state = 0, .external_lex_state = 37}, + [731] = {.lex_state = 0, .external_lex_state = 16}, + [732] = {.lex_state = 0, .external_lex_state = 16}, + [733] = {.lex_state = 0, .external_lex_state = 37}, + [734] = {.lex_state = 0, .external_lex_state = 23}, + [735] = {.lex_state = 0, .external_lex_state = 23}, + [736] = {.lex_state = 0, .external_lex_state = 37}, + [737] = {.lex_state = 0, .external_lex_state = 16}, [738] = {.lex_state = 0, .external_lex_state = 37}, [739] = {.lex_state = 0, .external_lex_state = 23}, - [740] = {.lex_state = 0, .external_lex_state = 16}, + [740] = {.lex_state = 0, .external_lex_state = 37}, [741] = {.lex_state = 0, .external_lex_state = 37}, - [742] = {.lex_state = 0, .external_lex_state = 23}, - [743] = {.lex_state = 0, .external_lex_state = 23}, - [744] = {.lex_state = 0, .external_lex_state = 23}, - [745] = {.lex_state = 0, .external_lex_state = 23}, + [742] = {.lex_state = 0, .external_lex_state = 37}, + [743] = {.lex_state = 0, .external_lex_state = 16}, + [744] = {.lex_state = 0, .external_lex_state = 16}, + [745] = {.lex_state = 0}, [746] = {.lex_state = 0, .external_lex_state = 23}, - [747] = {.lex_state = 0}, - [748] = {.lex_state = 0, .external_lex_state = 23}, + [747] = {.lex_state = 0, .external_lex_state = 23}, + [748] = {.lex_state = 0}, [749] = {.lex_state = 0, .external_lex_state = 23}, - [750] = {.lex_state = 0}, + [750] = {.lex_state = 0, .external_lex_state = 23}, [751] = {.lex_state = 0, .external_lex_state = 23}, - [752] = {.lex_state = 0}, - [753] = {.lex_state = 0}, + [752] = {.lex_state = 2030}, + [753] = {.lex_state = 2030}, [754] = {.lex_state = 0}, - [755] = {.lex_state = 0}, - [756] = {.lex_state = 0, .external_lex_state = 23}, - [757] = {.lex_state = 0, .external_lex_state = 23}, - [758] = {.lex_state = 0, .external_lex_state = 16}, + [755] = {.lex_state = 0, .external_lex_state = 16}, + [756] = {.lex_state = 0}, + [757] = {.lex_state = 0}, + [758] = {.lex_state = 0}, [759] = {.lex_state = 0, .external_lex_state = 23}, - [760] = {.lex_state = 0}, - [761] = {.lex_state = 0, .external_lex_state = 23}, - [762] = {.lex_state = 0}, - [763] = {.lex_state = 0}, + [760] = {.lex_state = 0, .external_lex_state = 23}, + [761] = {.lex_state = 0}, + [762] = {.lex_state = 0, .external_lex_state = 23}, + [763] = {.lex_state = 0, .external_lex_state = 23}, [764] = {.lex_state = 0, .external_lex_state = 23}, - [765] = {.lex_state = 0, .external_lex_state = 16}, + [765] = {.lex_state = 0}, [766] = {.lex_state = 0}, - [767] = {.lex_state = 0}, + [767] = {.lex_state = 0, .external_lex_state = 23}, [768] = {.lex_state = 0}, [769] = {.lex_state = 0, .external_lex_state = 23}, - [770] = {.lex_state = 2030}, + [770] = {.lex_state = 0}, [771] = {.lex_state = 0}, [772] = {.lex_state = 0}, - [773] = {.lex_state = 2030}, - [774] = {.lex_state = 0, .external_lex_state = 23}, + [773] = {.lex_state = 0, .external_lex_state = 23}, + [774] = {.lex_state = 0}, [775] = {.lex_state = 0, .external_lex_state = 23}, [776] = {.lex_state = 0, .external_lex_state = 17}, [777] = {.lex_state = 0, .external_lex_state = 39}, [778] = {.lex_state = 0, .external_lex_state = 39}, - [779] = {.lex_state = 0, .external_lex_state = 17}, - [780] = {.lex_state = 0, .external_lex_state = 23}, + [779] = {.lex_state = 0, .external_lex_state = 39}, + [780] = {.lex_state = 0, .external_lex_state = 17}, [781] = {.lex_state = 0, .external_lex_state = 39}, - [782] = {.lex_state = 0, .external_lex_state = 17}, + [782] = {.lex_state = 0, .external_lex_state = 39}, [783] = {.lex_state = 0, .external_lex_state = 17}, - [784] = {.lex_state = 0, .external_lex_state = 17}, - [785] = {.lex_state = 0, .external_lex_state = 39}, - [786] = {.lex_state = 0, .external_lex_state = 39}, - [787] = {.lex_state = 0, .external_lex_state = 39}, + [784] = {.lex_state = 0, .external_lex_state = 39}, + [785] = {.lex_state = 0, .external_lex_state = 17}, + [786] = {.lex_state = 0, .external_lex_state = 16}, + [787] = {.lex_state = 0, .external_lex_state = 17}, [788] = {.lex_state = 0, .external_lex_state = 39}, - [789] = {.lex_state = 0, .external_lex_state = 39}, - [790] = {.lex_state = 0, .external_lex_state = 16}, + [789] = {.lex_state = 0, .external_lex_state = 17}, + [790] = {.lex_state = 0, .external_lex_state = 39}, [791] = {.lex_state = 0, .external_lex_state = 17}, - [792] = {.lex_state = 0, .external_lex_state = 16}, - [793] = {.lex_state = 0, .external_lex_state = 39}, - [794] = {.lex_state = 0, .external_lex_state = 17}, + [792] = {.lex_state = 0, .external_lex_state = 39}, + [793] = {.lex_state = 0, .external_lex_state = 16}, + [794] = {.lex_state = 0, .external_lex_state = 23}, [795] = {.lex_state = 0, .external_lex_state = 17}, - [796] = {.lex_state = 0, .external_lex_state = 40}, - [797] = {.lex_state = 0, .external_lex_state = 41}, + [796] = {.lex_state = 0, .external_lex_state = 17}, + [797] = {.lex_state = 0, .external_lex_state = 17}, [798] = {.lex_state = 0, .external_lex_state = 17}, [799] = {.lex_state = 0, .external_lex_state = 17}, [800] = {.lex_state = 0, .external_lex_state = 17}, [801] = {.lex_state = 0, .external_lex_state = 17}, [802] = {.lex_state = 0, .external_lex_state = 17}, [803] = {.lex_state = 0, .external_lex_state = 17}, - [804] = {.lex_state = 0, .external_lex_state = 17}, + [804] = {.lex_state = 0}, [805] = {.lex_state = 0, .external_lex_state = 17}, - [806] = {.lex_state = 0, .external_lex_state = 17}, - [807] = {.lex_state = 0}, + [806] = {.lex_state = 0}, + [807] = {.lex_state = 0, .external_lex_state = 17}, [808] = {.lex_state = 0, .external_lex_state = 17}, - [809] = {.lex_state = 0, .external_lex_state = 17}, + [809] = {.lex_state = 0}, [810] = {.lex_state = 0, .external_lex_state = 17}, - [811] = {.lex_state = 0, .external_lex_state = 17}, - [812] = {.lex_state = 0, .external_lex_state = 42}, + [811] = {.lex_state = 0, .external_lex_state = 40}, + [812] = {.lex_state = 0, .external_lex_state = 41}, [813] = {.lex_state = 0, .external_lex_state = 17}, - [814] = {.lex_state = 0, .external_lex_state = 17}, - [815] = {.lex_state = 0, .external_lex_state = 40}, - [816] = {.lex_state = 2030}, - [817] = {.lex_state = 0}, - [818] = {.lex_state = 0}, - [819] = {.lex_state = 0}, + [814] = {.lex_state = 0, .external_lex_state = 40}, + [815] = {.lex_state = 0, .external_lex_state = 41}, + [816] = {.lex_state = 0}, + [817] = {.lex_state = 0, .external_lex_state = 40}, + [818] = {.lex_state = 0, .external_lex_state = 41}, + [819] = {.lex_state = 0, .external_lex_state = 42}, [820] = {.lex_state = 0, .external_lex_state = 17}, - [821] = {.lex_state = 0}, - [822] = {.lex_state = 0}, - [823] = {.lex_state = 0, .external_lex_state = 41}, - [824] = {.lex_state = 0, .external_lex_state = 42}, - [825] = {.lex_state = 0, .external_lex_state = 17}, - [826] = {.lex_state = 0, .external_lex_state = 40}, - [827] = {.lex_state = 0, .external_lex_state = 17}, - [828] = {.lex_state = 0, .external_lex_state = 43}, - [829] = {.lex_state = 0}, - [830] = {.lex_state = 0, .external_lex_state = 17}, + [821] = {.lex_state = 0, .external_lex_state = 17}, + [822] = {.lex_state = 0, .external_lex_state = 40}, + [823] = {.lex_state = 0, .external_lex_state = 17}, + [824] = {.lex_state = 0}, + [825] = {.lex_state = 0, .external_lex_state = 41}, + [826] = {.lex_state = 0, .external_lex_state = 17}, + [827] = {.lex_state = 2030}, + [828] = {.lex_state = 0, .external_lex_state = 17}, + [829] = {.lex_state = 0, .external_lex_state = 17}, + [830] = {.lex_state = 0}, [831] = {.lex_state = 0, .external_lex_state = 17}, - [832] = {.lex_state = 0, .external_lex_state = 40}, + [832] = {.lex_state = 0, .external_lex_state = 17}, [833] = {.lex_state = 0, .external_lex_state = 17}, - [834] = {.lex_state = 0, .external_lex_state = 17}, - [835] = {.lex_state = 0, .external_lex_state = 42}, + [834] = {.lex_state = 0, .external_lex_state = 43}, + [835] = {.lex_state = 0, .external_lex_state = 17}, [836] = {.lex_state = 0, .external_lex_state = 17}, - [837] = {.lex_state = 0, .external_lex_state = 40}, - [838] = {.lex_state = 0, .external_lex_state = 44}, - [839] = {.lex_state = 0, .external_lex_state = 42}, + [837] = {.lex_state = 0, .external_lex_state = 44}, + [838] = {.lex_state = 0, .external_lex_state = 17}, + [839] = {.lex_state = 0, .external_lex_state = 44}, [840] = {.lex_state = 0, .external_lex_state = 17}, - [841] = {.lex_state = 0, .external_lex_state = 42}, + [841] = {.lex_state = 0, .external_lex_state = 17}, [842] = {.lex_state = 0, .external_lex_state = 17}, [843] = {.lex_state = 0, .external_lex_state = 40}, [844] = {.lex_state = 0, .external_lex_state = 17}, @@ -11921,81 +11921,81 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [847] = {.lex_state = 0, .external_lex_state = 17}, [848] = {.lex_state = 0, .external_lex_state = 17}, [849] = {.lex_state = 0, .external_lex_state = 17}, - [850] = {.lex_state = 0, .external_lex_state = 17}, - [851] = {.lex_state = 0, .external_lex_state = 17}, - [852] = {.lex_state = 0, .external_lex_state = 42}, + [850] = {.lex_state = 0, .external_lex_state = 40}, + [851] = {.lex_state = 0, .external_lex_state = 41}, + [852] = {.lex_state = 2030}, [853] = {.lex_state = 0, .external_lex_state = 17}, - [854] = {.lex_state = 0, .external_lex_state = 17}, - [855] = {.lex_state = 0, .external_lex_state = 17}, - [856] = {.lex_state = 0, .external_lex_state = 17}, + [854] = {.lex_state = 0, .external_lex_state = 41}, + [855] = {.lex_state = 0}, + [856] = {.lex_state = 0}, [857] = {.lex_state = 0, .external_lex_state = 17}, - [858] = {.lex_state = 2030}, - [859] = {.lex_state = 0}, + [858] = {.lex_state = 0, .external_lex_state = 17}, + [859] = {.lex_state = 0, .external_lex_state = 17}, [860] = {.lex_state = 0, .external_lex_state = 45}, [861] = {.lex_state = 0, .external_lex_state = 46}, - [862] = {.lex_state = 0, .external_lex_state = 45}, + [862] = {.lex_state = 0, .external_lex_state = 46}, [863] = {.lex_state = 0, .external_lex_state = 46}, - [864] = {.lex_state = 0, .external_lex_state = 46}, - [865] = {.lex_state = 0, .external_lex_state = 46}, - [866] = {.lex_state = 0, .external_lex_state = 45}, - [867] = {.lex_state = 0, .external_lex_state = 46}, + [864] = {.lex_state = 0}, + [865] = {.lex_state = 0, .external_lex_state = 45}, + [866] = {.lex_state = 0}, + [867] = {.lex_state = 0, .external_lex_state = 45}, [868] = {.lex_state = 0, .external_lex_state = 46}, - [869] = {.lex_state = 0, .external_lex_state = 45}, - [870] = {.lex_state = 0, .external_lex_state = 46}, + [869] = {.lex_state = 0, .external_lex_state = 46}, + [870] = {.lex_state = 0}, [871] = {.lex_state = 0, .external_lex_state = 45}, - [872] = {.lex_state = 0, .external_lex_state = 45}, - [873] = {.lex_state = 0, .external_lex_state = 45}, + [872] = {.lex_state = 0, .external_lex_state = 47}, + [873] = {.lex_state = 0, .external_lex_state = 46}, [874] = {.lex_state = 0, .external_lex_state = 45}, - [875] = {.lex_state = 0, .external_lex_state = 45}, - [876] = {.lex_state = 0, .external_lex_state = 17}, - [877] = {.lex_state = 0, .external_lex_state = 45}, + [875] = {.lex_state = 0}, + [876] = {.lex_state = 0, .external_lex_state = 46}, + [877] = {.lex_state = 0, .external_lex_state = 46}, [878] = {.lex_state = 0, .external_lex_state = 45}, - [879] = {.lex_state = 0, .external_lex_state = 45}, - [880] = {.lex_state = 0, .external_lex_state = 45}, - [881] = {.lex_state = 0}, - [882] = {.lex_state = 0}, - [883] = {.lex_state = 0, .external_lex_state = 45}, - [884] = {.lex_state = 0, .external_lex_state = 47}, - [885] = {.lex_state = 0, .external_lex_state = 45}, - [886] = {.lex_state = 0, .external_lex_state = 45}, - [887] = {.lex_state = 0, .external_lex_state = 45}, + [879] = {.lex_state = 0, .external_lex_state = 46}, + [880] = {.lex_state = 0, .external_lex_state = 47}, + [881] = {.lex_state = 0, .external_lex_state = 46}, + [882] = {.lex_state = 0, .external_lex_state = 46}, + [883] = {.lex_state = 0, .external_lex_state = 46}, + [884] = {.lex_state = 0, .external_lex_state = 46}, + [885] = {.lex_state = 0, .external_lex_state = 46}, + [886] = {.lex_state = 0, .external_lex_state = 46}, + [887] = {.lex_state = 0}, [888] = {.lex_state = 0, .external_lex_state = 46}, - [889] = {.lex_state = 0, .external_lex_state = 45}, - [890] = {.lex_state = 0}, - [891] = {.lex_state = 0}, - [892] = {.lex_state = 0}, - [893] = {.lex_state = 0, .external_lex_state = 46}, - [894] = {.lex_state = 0, .external_lex_state = 45}, - [895] = {.lex_state = 0}, - [896] = {.lex_state = 0, .external_lex_state = 45}, - [897] = {.lex_state = 0, .external_lex_state = 45}, - [898] = {.lex_state = 0, .external_lex_state = 45}, - [899] = {.lex_state = 0}, + [889] = {.lex_state = 0, .external_lex_state = 46}, + [890] = {.lex_state = 0, .external_lex_state = 46}, + [891] = {.lex_state = 0, .external_lex_state = 46}, + [892] = {.lex_state = 0, .external_lex_state = 46}, + [893] = {.lex_state = 0}, + [894] = {.lex_state = 0, .external_lex_state = 46}, + [895] = {.lex_state = 0, .external_lex_state = 45}, + [896] = {.lex_state = 0, .external_lex_state = 46}, + [897] = {.lex_state = 0, .external_lex_state = 46}, + [898] = {.lex_state = 0, .external_lex_state = 47}, + [899] = {.lex_state = 0, .external_lex_state = 46}, [900] = {.lex_state = 0, .external_lex_state = 45}, - [901] = {.lex_state = 0, .external_lex_state = 45}, - [902] = {.lex_state = 0, .external_lex_state = 46}, + [901] = {.lex_state = 0}, + [902] = {.lex_state = 0, .external_lex_state = 45}, [903] = {.lex_state = 0, .external_lex_state = 45}, - [904] = {.lex_state = 0}, - [905] = {.lex_state = 0, .external_lex_state = 46}, + [904] = {.lex_state = 0, .external_lex_state = 45}, + [905] = {.lex_state = 0}, [906] = {.lex_state = 0, .external_lex_state = 45}, - [907] = {.lex_state = 0, .external_lex_state = 46}, - [908] = {.lex_state = 0, .external_lex_state = 17}, - [909] = {.lex_state = 0, .external_lex_state = 45}, + [907] = {.lex_state = 0, .external_lex_state = 47}, + [908] = {.lex_state = 0, .external_lex_state = 46}, + [909] = {.lex_state = 0, .external_lex_state = 46}, [910] = {.lex_state = 0}, - [911] = {.lex_state = 0}, - [912] = {.lex_state = 0, .external_lex_state = 45}, - [913] = {.lex_state = 0}, - [914] = {.lex_state = 0, .external_lex_state = 45}, - [915] = {.lex_state = 0, .external_lex_state = 47}, - [916] = {.lex_state = 0, .external_lex_state = 47}, - [917] = {.lex_state = 0}, - [918] = {.lex_state = 0, .external_lex_state = 45}, - [919] = {.lex_state = 0}, - [920] = {.lex_state = 0, .external_lex_state = 46}, - [921] = {.lex_state = 0, .external_lex_state = 46}, - [922] = {.lex_state = 0, .external_lex_state = 46}, + [911] = {.lex_state = 0, .external_lex_state = 46}, + [912] = {.lex_state = 0, .external_lex_state = 46}, + [913] = {.lex_state = 0, .external_lex_state = 17}, + [914] = {.lex_state = 0, .external_lex_state = 17}, + [915] = {.lex_state = 0}, + [916] = {.lex_state = 0}, + [917] = {.lex_state = 0, .external_lex_state = 46}, + [918] = {.lex_state = 0}, + [919] = {.lex_state = 0, .external_lex_state = 45}, + [920] = {.lex_state = 0, .external_lex_state = 45}, + [921] = {.lex_state = 0, .external_lex_state = 45}, + [922] = {.lex_state = 0, .external_lex_state = 45}, [923] = {.lex_state = 0, .external_lex_state = 46}, - [924] = {.lex_state = 0, .external_lex_state = 47}, + [924] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12093,69 +12093,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_line_ending] = ACTIONS(1), }, [1] = { - [sym_document] = STATE(892), - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_section] = STATE(636), - [sym__section1] = STATE(660), - [sym__section2] = STATE(660), - [sym__section3] = STATE(660), - [sym__section4] = STATE(660), - [sym__section5] = STATE(660), - [sym__section6] = STATE(660), - [sym_thematic_break] = STATE(233), - [sym__atx_heading1] = STATE(37), - [sym__atx_heading2] = STATE(43), + [sym_document] = STATE(875), + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_section] = STATE(635), + [sym__section1] = STATE(661), + [sym__section2] = STATE(661), + [sym__section3] = STATE(661), + [sym__section4] = STATE(661), + [sym__section5] = STATE(661), + [sym__section6] = STATE(661), + [sym_thematic_break] = STATE(339), + [sym__atx_heading1] = STATE(38), + [sym__atx_heading2] = STATE(45), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(27), - [aux_sym_document_repeat2] = STATE(636), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(30), + [aux_sym_document_repeat2] = STATE(635), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(3), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), @@ -12228,71 +12228,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(63), }, [2] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(900), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(879), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -12363,71 +12363,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [3] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(909), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(917), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -12498,71 +12498,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [4] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(914), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(912), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -12633,71 +12633,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [5] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(918), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(891), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -12768,71 +12768,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [6] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(866), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(884), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -12903,71 +12903,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [7] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(898), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(877), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13038,71 +13038,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [8] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(878), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(881), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13173,71 +13173,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [9] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(897), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(882), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13308,71 +13308,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [10] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(896), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(885), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13443,71 +13443,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [11] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(901), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(888), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13578,71 +13578,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [12] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(872), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(868), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13712,71 +13712,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [13] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(887), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(909), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13846,71 +13846,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [14] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(873), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(892), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -13980,71 +13980,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [15] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(880), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(862), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14114,71 +14114,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [16] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(875), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(869), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14248,71 +14248,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [17] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(877), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(897), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14382,71 +14382,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [18] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(889), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(923), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14516,71 +14516,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [19] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(860), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(896), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14650,71 +14650,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [20] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(885), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(861), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14784,71 +14784,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [21] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(30), - [sym__block_not_section] = STATE(30), - [sym_section] = STATE(30), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(30), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(30), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(30), - [sym_html_block] = STATE(30), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(30), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(146), - [sym_block_quote] = STATE(30), - [sym_list] = STATE(30), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(27), + [sym__block_not_section] = STATE(27), + [sym_section] = STATE(27), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(27), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(27), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(27), + [sym_html_block] = STATE(27), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(27), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(170), + [sym_block_quote] = STATE(27), + [sym_list] = STATE(27), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__list_item_content] = STATE(886), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_task_list_marker_checked] = STATE(913), - [sym_task_list_marker_unchecked] = STATE(913), - [sym_pipe_table] = STATE(30), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(30), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__list_item_content] = STATE(863), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_task_list_marker_checked] = STATE(915), + [sym_task_list_marker_unchecked] = STATE(915), + [sym_pipe_table] = STATE(27), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(27), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -14918,68 +14918,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [22] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(31), - [sym__block_not_section] = STATE(31), - [sym_section] = STATE(31), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(31), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(31), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(31), - [sym_html_block] = STATE(31), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(31), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(31), - [sym_block_quote] = STATE(31), - [sym_list] = STATE(31), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(24), + [sym__block_not_section] = STATE(24), + [sym_section] = STATE(24), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(24), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(24), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(24), + [sym_html_block] = STATE(24), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(24), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(24), + [sym_block_quote] = STATE(24), + [sym_list] = STATE(24), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(31), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(31), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(24), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(24), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15051,68 +15051,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [23] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(34), - [sym__block_not_section] = STATE(34), - [sym_section] = STATE(34), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(34), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(34), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(34), - [sym_html_block] = STATE(34), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(34), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(34), - [sym_block_quote] = STATE(34), - [sym_list] = STATE(34), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(32), + [sym__block_not_section] = STATE(32), + [sym_section] = STATE(32), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(32), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(32), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(32), + [sym_html_block] = STATE(32), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(32), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(32), + [sym_block_quote] = STATE(32), + [sym_list] = STATE(32), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(34), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(34), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(32), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(32), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15184,68 +15184,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [24] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(29), - [sym__block_not_section] = STATE(29), - [sym_section] = STATE(29), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(29), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(29), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(29), - [sym_html_block] = STATE(29), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(29), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(29), - [sym_block_quote] = STATE(29), - [sym_list] = STATE(29), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(29), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(29), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15316,69 +15316,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [25] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_section] = STATE(637), - [sym__section1] = STATE(660), - [sym__section2] = STATE(660), - [sym__section3] = STATE(660), - [sym__section4] = STATE(660), - [sym__section5] = STATE(660), - [sym__section6] = STATE(660), - [sym_thematic_break] = STATE(233), + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), [sym__atx_heading1] = STATE(37), - [sym__atx_heading2] = STATE(43), - [sym__atx_heading3] = STATE(54), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(67), - [aux_sym_document_repeat2] = STATE(637), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(141), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(5), + [anon_sym_RBRACK] = ACTIONS(7), + [anon_sym_LT] = ACTIONS(7), + [anon_sym_GT] = ACTIONS(7), + [anon_sym_BANG] = ACTIONS(7), + [anon_sym_DQUOTE] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(7), + [anon_sym_DOLLAR] = ACTIONS(7), + [anon_sym_PERCENT] = ACTIONS(7), + [anon_sym_AMP] = ACTIONS(7), + [anon_sym_SQUOTE] = ACTIONS(7), + [anon_sym_STAR] = ACTIONS(7), + [anon_sym_PLUS] = ACTIONS(7), + [anon_sym_COMMA] = ACTIONS(7), + [anon_sym_DASH] = ACTIONS(7), + [anon_sym_DOT] = ACTIONS(7), + [anon_sym_SLASH] = ACTIONS(7), + [anon_sym_COLON] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(7), + [anon_sym_EQ] = ACTIONS(7), + [anon_sym_QMARK] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(7), + [anon_sym_BSLASH] = ACTIONS(7), + [anon_sym_CARET] = ACTIONS(7), + [anon_sym__] = ACTIONS(7), + [anon_sym_BQUOTE] = ACTIONS(7), + [anon_sym_LBRACE] = ACTIONS(7), + [anon_sym_PIPE] = ACTIONS(7), + [anon_sym_RBRACE] = ACTIONS(7), + [anon_sym_TILDE] = ACTIONS(7), + [anon_sym_LPAREN] = ACTIONS(7), + [anon_sym_RPAREN] = ACTIONS(7), + [aux_sym__word_token1] = ACTIONS(7), + [aux_sym__word_token2] = ACTIONS(7), + [aux_sym__word_token3] = ACTIONS(7), + [sym__whitespace] = ACTIONS(69), + [sym__soft_line_ending] = ACTIONS(11), + [sym__block_close] = ACTIONS(141), + [sym__block_quote_start] = ACTIONS(73), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(77), + [sym_atx_h2_marker] = ACTIONS(79), + [sym_atx_h3_marker] = ACTIONS(81), + [sym_atx_h4_marker] = ACTIONS(83), + [sym_atx_h5_marker] = ACTIONS(85), + [sym_atx_h6_marker] = ACTIONS(87), + [sym__thematic_break] = ACTIONS(89), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(35), + [sym__list_marker_parenthesis] = ACTIONS(37), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(35), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(91), + [sym__fenced_code_block_start_tilde] = ACTIONS(93), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(97), + [sym__html_block_2_start] = ACTIONS(99), + [sym__html_block_3_start] = ACTIONS(101), + [sym__html_block_4_start] = ACTIONS(103), + [sym__html_block_5_start] = ACTIONS(105), + [sym__html_block_6_start] = ACTIONS(107), + [sym__html_block_7_start] = ACTIONS(109), + [sym__pipe_table_start] = ACTIONS(111), + }, + [26] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(25), + [sym__block_not_section] = STATE(25), + [sym_section] = STATE(25), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(25), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(25), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(25), + [sym_html_block] = STATE(25), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(25), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(25), + [sym_block_quote] = STATE(25), + [sym_list] = STATE(25), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(25), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(25), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15414,17 +15545,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(7), [aux_sym__word_token2] = ACTIONS(7), [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(9), + [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_quote_start] = ACTIONS(13), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(17), - [sym_atx_h2_marker] = ACTIONS(19), - [sym_atx_h3_marker] = ACTIONS(21), - [sym_atx_h4_marker] = ACTIONS(23), - [sym_atx_h5_marker] = ACTIONS(25), - [sym_atx_h6_marker] = ACTIONS(27), - [sym__thematic_break] = ACTIONS(29), + [sym__block_close] = ACTIONS(143), + [sym__block_quote_start] = ACTIONS(73), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(77), + [sym_atx_h2_marker] = ACTIONS(79), + [sym_atx_h3_marker] = ACTIONS(81), + [sym_atx_h4_marker] = ACTIONS(83), + [sym_atx_h5_marker] = ACTIONS(85), + [sym_atx_h6_marker] = ACTIONS(87), + [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), [sym__list_marker_star] = ACTIONS(35), @@ -15435,81 +15567,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_star_dont_interrupt] = ACTIONS(35), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(41), - [sym__fenced_code_block_start_tilde] = ACTIONS(43), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(47), - [sym__html_block_2_start] = ACTIONS(49), - [sym__html_block_3_start] = ACTIONS(51), - [sym__html_block_4_start] = ACTIONS(53), - [sym__html_block_5_start] = ACTIONS(55), - [sym__html_block_6_start] = ACTIONS(57), - [sym__html_block_7_start] = ACTIONS(59), - [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_code_block_start_backtick] = ACTIONS(91), + [sym__fenced_code_block_start_tilde] = ACTIONS(93), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(97), + [sym__html_block_2_start] = ACTIONS(99), + [sym__html_block_3_start] = ACTIONS(101), + [sym__html_block_4_start] = ACTIONS(103), + [sym__html_block_5_start] = ACTIONS(105), + [sym__html_block_6_start] = ACTIONS(107), + [sym__html_block_7_start] = ACTIONS(109), + [sym__pipe_table_start] = ACTIONS(111), }, - [26] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [27] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15547,7 +15679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(143), + [sym__block_close] = ACTIONS(145), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), [sym_atx_h1_marker] = ACTIONS(77), @@ -15579,70 +15711,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [27] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_section] = STATE(639), - [sym__section1] = STATE(660), - [sym__section2] = STATE(660), - [sym__section3] = STATE(660), - [sym__section4] = STATE(660), - [sym__section5] = STATE(660), - [sym__section6] = STATE(660), - [sym_thematic_break] = STATE(233), + [28] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), [sym__atx_heading1] = STATE(37), - [sym__atx_heading2] = STATE(43), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(147), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(150), + [anon_sym_BANG] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [anon_sym_POUND] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_PERCENT] = ACTIONS(150), + [anon_sym_AMP] = ACTIONS(150), + [anon_sym_SQUOTE] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(150), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(150), + [anon_sym_EQ] = ACTIONS(150), + [anon_sym_QMARK] = ACTIONS(150), + [anon_sym_AT] = ACTIONS(150), + [anon_sym_BSLASH] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(150), + [anon_sym__] = ACTIONS(150), + [anon_sym_BQUOTE] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_TILDE] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [aux_sym__word_token1] = ACTIONS(150), + [aux_sym__word_token2] = ACTIONS(150), + [aux_sym__word_token3] = ACTIONS(150), + [sym__whitespace] = ACTIONS(153), + [sym__soft_line_ending] = ACTIONS(156), + [sym__block_close] = ACTIONS(159), + [sym__block_quote_start] = ACTIONS(161), + [sym__indented_chunk_start] = ACTIONS(164), + [sym_atx_h1_marker] = ACTIONS(167), + [sym_atx_h2_marker] = ACTIONS(170), + [sym_atx_h3_marker] = ACTIONS(173), + [sym_atx_h4_marker] = ACTIONS(176), + [sym_atx_h5_marker] = ACTIONS(179), + [sym_atx_h6_marker] = ACTIONS(182), + [sym__thematic_break] = ACTIONS(185), + [sym__list_marker_minus] = ACTIONS(188), + [sym__list_marker_plus] = ACTIONS(191), + [sym__list_marker_star] = ACTIONS(194), + [sym__list_marker_parenthesis] = ACTIONS(197), + [sym__list_marker_dot] = ACTIONS(200), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(191), + [sym__list_marker_star_dont_interrupt] = ACTIONS(194), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(197), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(200), + [sym__fenced_code_block_start_backtick] = ACTIONS(203), + [sym__fenced_code_block_start_tilde] = ACTIONS(206), + [sym__blank_line_start] = ACTIONS(209), + [sym__html_block_1_start] = ACTIONS(212), + [sym__html_block_2_start] = ACTIONS(215), + [sym__html_block_3_start] = ACTIONS(218), + [sym__html_block_4_start] = ACTIONS(221), + [sym__html_block_5_start] = ACTIONS(224), + [sym__html_block_6_start] = ACTIONS(227), + [sym__html_block_7_start] = ACTIONS(230), + [sym__pipe_table_start] = ACTIONS(233), + }, + [29] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(5), + [anon_sym_RBRACK] = ACTIONS(7), + [anon_sym_LT] = ACTIONS(7), + [anon_sym_GT] = ACTIONS(7), + [anon_sym_BANG] = ACTIONS(7), + [anon_sym_DQUOTE] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(7), + [anon_sym_DOLLAR] = ACTIONS(7), + [anon_sym_PERCENT] = ACTIONS(7), + [anon_sym_AMP] = ACTIONS(7), + [anon_sym_SQUOTE] = ACTIONS(7), + [anon_sym_STAR] = ACTIONS(7), + [anon_sym_PLUS] = ACTIONS(7), + [anon_sym_COMMA] = ACTIONS(7), + [anon_sym_DASH] = ACTIONS(7), + [anon_sym_DOT] = ACTIONS(7), + [anon_sym_SLASH] = ACTIONS(7), + [anon_sym_COLON] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(7), + [anon_sym_EQ] = ACTIONS(7), + [anon_sym_QMARK] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(7), + [anon_sym_BSLASH] = ACTIONS(7), + [anon_sym_CARET] = ACTIONS(7), + [anon_sym__] = ACTIONS(7), + [anon_sym_BQUOTE] = ACTIONS(7), + [anon_sym_LBRACE] = ACTIONS(7), + [anon_sym_PIPE] = ACTIONS(7), + [anon_sym_RBRACE] = ACTIONS(7), + [anon_sym_TILDE] = ACTIONS(7), + [anon_sym_LPAREN] = ACTIONS(7), + [anon_sym_RPAREN] = ACTIONS(7), + [aux_sym__word_token1] = ACTIONS(7), + [aux_sym__word_token2] = ACTIONS(7), + [aux_sym__word_token3] = ACTIONS(7), + [sym__whitespace] = ACTIONS(69), + [sym__soft_line_ending] = ACTIONS(11), + [sym__block_close] = ACTIONS(236), + [sym__block_quote_start] = ACTIONS(73), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(77), + [sym_atx_h2_marker] = ACTIONS(79), + [sym_atx_h3_marker] = ACTIONS(81), + [sym_atx_h4_marker] = ACTIONS(83), + [sym_atx_h5_marker] = ACTIONS(85), + [sym_atx_h6_marker] = ACTIONS(87), + [sym__thematic_break] = ACTIONS(89), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(35), + [sym__list_marker_parenthesis] = ACTIONS(37), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(35), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(91), + [sym__fenced_code_block_start_tilde] = ACTIONS(93), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(97), + [sym__html_block_2_start] = ACTIONS(99), + [sym__html_block_3_start] = ACTIONS(101), + [sym__html_block_4_start] = ACTIONS(103), + [sym__html_block_5_start] = ACTIONS(105), + [sym__html_block_6_start] = ACTIONS(107), + [sym__html_block_7_start] = ACTIONS(109), + [sym__pipe_table_start] = ACTIONS(111), + }, + [30] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_section] = STATE(638), + [sym__section1] = STATE(661), + [sym__section2] = STATE(661), + [sym__section3] = STATE(661), + [sym__section4] = STATE(661), + [sym__section5] = STATE(661), + [sym__section6] = STATE(661), + [sym_thematic_break] = STATE(339), + [sym__atx_heading1] = STATE(38), + [sym__atx_heading2] = STATE(45), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(67), - [aux_sym_document_repeat2] = STATE(639), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(71), + [aux_sym_document_repeat2] = STATE(638), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(145), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(238), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15711,70 +16107,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [28] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_section] = STATE(638), - [sym__section1] = STATE(660), - [sym__section2] = STATE(660), - [sym__section3] = STATE(660), - [sym__section4] = STATE(660), - [sym__section5] = STATE(660), - [sym__section6] = STATE(660), - [sym_thematic_break] = STATE(233), - [sym__atx_heading1] = STATE(37), - [sym__atx_heading2] = STATE(43), + [31] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_section] = STATE(637), + [sym__section1] = STATE(661), + [sym__section2] = STATE(661), + [sym__section3] = STATE(661), + [sym__section4] = STATE(661), + [sym__section5] = STATE(661), + [sym__section6] = STATE(661), + [sym_thematic_break] = STATE(339), + [sym__atx_heading1] = STATE(38), + [sym__atx_heading2] = STATE(45), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(25), - [aux_sym_document_repeat2] = STATE(638), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(71), + [aux_sym_document_repeat2] = STATE(637), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(147), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(240), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15843,69 +16239,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [29] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [32] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -15943,7 +16339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(149), + [sym__block_close] = ACTIONS(242), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), [sym_atx_h1_marker] = ACTIONS(77), @@ -15975,69 +16371,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [30] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [33] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(34), + [sym__block_not_section] = STATE(34), + [sym_section] = STATE(34), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(34), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(34), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(34), + [sym_html_block] = STATE(34), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(34), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(34), + [sym_block_quote] = STATE(34), + [sym_list] = STATE(34), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(34), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(34), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -16075,7 +16471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(151), + [sym__block_close] = ACTIONS(242), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), [sym_atx_h1_marker] = ACTIONS(77), @@ -16107,69 +16503,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [31] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [34] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(28), + [sym__block_not_section] = STATE(28), + [sym_section] = STATE(28), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(28), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(28), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(28), + [sym_html_block] = STATE(28), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(28), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(28), + [sym_block_quote] = STATE(28), + [sym_list] = STATE(28), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(28), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(28), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -16207,7 +16603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(153), + [sym__block_close] = ACTIONS(244), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), [sym_atx_h1_marker] = ACTIONS(77), @@ -16239,69 +16635,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [32] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(26), - [sym__block_not_section] = STATE(26), - [sym_section] = STATE(26), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(26), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), + [35] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_section] = STATE(636), + [sym__section1] = STATE(661), + [sym__section2] = STATE(661), + [sym__section3] = STATE(661), + [sym__section4] = STATE(661), + [sym__section5] = STATE(661), + [sym__section6] = STATE(661), + [sym_thematic_break] = STATE(339), + [sym__atx_heading1] = STATE(38), + [sym__atx_heading2] = STATE(45), + [sym__atx_heading3] = STATE(54), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(26), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(26), - [sym_html_block] = STATE(26), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(26), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(26), - [sym_block_quote] = STATE(26), - [sym_list] = STATE(26), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(26), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(26), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(31), + [aux_sym_document_repeat2] = STATE(636), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(246), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -16337,18 +16734,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(7), [aux_sym__word_token2] = ACTIONS(7), [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(69), + [sym__whitespace] = ACTIONS(9), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(153), - [sym__block_quote_start] = ACTIONS(73), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(77), - [sym_atx_h2_marker] = ACTIONS(79), - [sym_atx_h3_marker] = ACTIONS(81), - [sym_atx_h4_marker] = ACTIONS(83), - [sym_atx_h5_marker] = ACTIONS(85), - [sym_atx_h6_marker] = ACTIONS(87), - [sym__thematic_break] = ACTIONS(89), + [sym__block_quote_start] = ACTIONS(13), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(17), + [sym_atx_h2_marker] = ACTIONS(19), + [sym_atx_h3_marker] = ACTIONS(21), + [sym_atx_h4_marker] = ACTIONS(23), + [sym_atx_h5_marker] = ACTIONS(25), + [sym_atx_h6_marker] = ACTIONS(27), + [sym__thematic_break] = ACTIONS(29), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), [sym__list_marker_star] = ACTIONS(35), @@ -16359,213 +16755,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_star_dont_interrupt] = ACTIONS(35), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(91), - [sym__fenced_code_block_start_tilde] = ACTIONS(93), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(97), - [sym__html_block_2_start] = ACTIONS(99), - [sym__html_block_3_start] = ACTIONS(101), - [sym__html_block_4_start] = ACTIONS(103), - [sym__html_block_5_start] = ACTIONS(105), - [sym__html_block_6_start] = ACTIONS(107), - [sym__html_block_7_start] = ACTIONS(109), - [sym__pipe_table_start] = ACTIONS(111), - }, - [33] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_RBRACK] = ACTIONS(158), - [anon_sym_LT] = ACTIONS(158), - [anon_sym_GT] = ACTIONS(158), - [anon_sym_BANG] = ACTIONS(158), - [anon_sym_DQUOTE] = ACTIONS(158), - [anon_sym_POUND] = ACTIONS(158), - [anon_sym_DOLLAR] = ACTIONS(158), - [anon_sym_PERCENT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_SQUOTE] = ACTIONS(158), - [anon_sym_STAR] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(158), - [anon_sym_COMMA] = ACTIONS(158), - [anon_sym_DASH] = ACTIONS(158), - [anon_sym_DOT] = ACTIONS(158), - [anon_sym_SLASH] = ACTIONS(158), - [anon_sym_COLON] = ACTIONS(158), - [anon_sym_SEMI] = ACTIONS(158), - [anon_sym_EQ] = ACTIONS(158), - [anon_sym_QMARK] = ACTIONS(158), - [anon_sym_AT] = ACTIONS(158), - [anon_sym_BSLASH] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(158), - [anon_sym__] = ACTIONS(158), - [anon_sym_BQUOTE] = ACTIONS(158), - [anon_sym_LBRACE] = ACTIONS(158), - [anon_sym_PIPE] = ACTIONS(158), - [anon_sym_RBRACE] = ACTIONS(158), - [anon_sym_TILDE] = ACTIONS(158), - [anon_sym_LPAREN] = ACTIONS(158), - [anon_sym_RPAREN] = ACTIONS(158), - [aux_sym__word_token1] = ACTIONS(158), - [aux_sym__word_token2] = ACTIONS(158), - [aux_sym__word_token3] = ACTIONS(158), - [sym__whitespace] = ACTIONS(161), - [sym__soft_line_ending] = ACTIONS(164), - [sym__block_close] = ACTIONS(167), - [sym__block_quote_start] = ACTIONS(169), - [sym__indented_chunk_start] = ACTIONS(172), - [sym_atx_h1_marker] = ACTIONS(175), - [sym_atx_h2_marker] = ACTIONS(178), - [sym_atx_h3_marker] = ACTIONS(181), - [sym_atx_h4_marker] = ACTIONS(184), - [sym_atx_h5_marker] = ACTIONS(187), - [sym_atx_h6_marker] = ACTIONS(190), - [sym__thematic_break] = ACTIONS(193), - [sym__list_marker_minus] = ACTIONS(196), - [sym__list_marker_plus] = ACTIONS(199), - [sym__list_marker_star] = ACTIONS(202), - [sym__list_marker_parenthesis] = ACTIONS(205), - [sym__list_marker_dot] = ACTIONS(208), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(196), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(199), - [sym__list_marker_star_dont_interrupt] = ACTIONS(202), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(205), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(208), - [sym__fenced_code_block_start_backtick] = ACTIONS(211), - [sym__fenced_code_block_start_tilde] = ACTIONS(214), - [sym__blank_line_start] = ACTIONS(217), - [sym__html_block_1_start] = ACTIONS(220), - [sym__html_block_2_start] = ACTIONS(223), - [sym__html_block_3_start] = ACTIONS(226), - [sym__html_block_4_start] = ACTIONS(229), - [sym__html_block_5_start] = ACTIONS(232), - [sym__html_block_6_start] = ACTIONS(235), - [sym__html_block_7_start] = ACTIONS(238), - [sym__pipe_table_start] = ACTIONS(241), + [sym__fenced_code_block_start_backtick] = ACTIONS(41), + [sym__fenced_code_block_start_tilde] = ACTIONS(43), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(47), + [sym__html_block_2_start] = ACTIONS(49), + [sym__html_block_3_start] = ACTIONS(51), + [sym__html_block_4_start] = ACTIONS(53), + [sym__html_block_5_start] = ACTIONS(55), + [sym__html_block_6_start] = ACTIONS(57), + [sym__html_block_7_start] = ACTIONS(59), + [sym__pipe_table_start] = ACTIONS(63), }, - [34] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [36] = { + [sym_link_label] = STATE(916), + [sym__block] = STATE(29), + [sym__block_not_section] = STATE(29), + [sym_section] = STATE(29), + [sym__section1] = STATE(196), + [sym__section2] = STATE(196), + [sym__section3] = STATE(196), + [sym__section4] = STATE(196), + [sym__section5] = STATE(196), + [sym__section6] = STATE(196), + [sym_thematic_break] = STATE(29), + [sym__atx_heading1] = STATE(37), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(29), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(29), + [sym_html_block] = STATE(29), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(29), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(29), + [sym_block_quote] = STATE(29), + [sym_list] = STATE(29), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(29), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym_block_quote_repeat1] = STATE(29), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -16603,139 +16867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(244), - [sym__block_quote_start] = ACTIONS(73), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(77), - [sym_atx_h2_marker] = ACTIONS(79), - [sym_atx_h3_marker] = ACTIONS(81), - [sym_atx_h4_marker] = ACTIONS(83), - [sym_atx_h5_marker] = ACTIONS(85), - [sym_atx_h6_marker] = ACTIONS(87), - [sym__thematic_break] = ACTIONS(89), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(33), - [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), - [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(91), - [sym__fenced_code_block_start_tilde] = ACTIONS(93), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(97), - [sym__html_block_2_start] = ACTIONS(99), - [sym__html_block_3_start] = ACTIONS(101), - [sym__html_block_4_start] = ACTIONS(103), - [sym__html_block_5_start] = ACTIONS(105), - [sym__html_block_6_start] = ACTIONS(107), - [sym__html_block_7_start] = ACTIONS(109), - [sym__pipe_table_start] = ACTIONS(111), - }, - [35] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(33), - [sym__block_not_section] = STATE(33), - [sym_section] = STATE(33), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(33), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(33), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(33), - [sym_html_block] = STATE(33), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(33), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(33), - [sym_block_quote] = STATE(33), - [sym_list] = STATE(33), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(33), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(33), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(5), - [anon_sym_RBRACK] = ACTIONS(7), - [anon_sym_LT] = ACTIONS(7), - [anon_sym_GT] = ACTIONS(7), - [anon_sym_BANG] = ACTIONS(7), - [anon_sym_DQUOTE] = ACTIONS(7), - [anon_sym_POUND] = ACTIONS(7), - [anon_sym_DOLLAR] = ACTIONS(7), - [anon_sym_PERCENT] = ACTIONS(7), - [anon_sym_AMP] = ACTIONS(7), - [anon_sym_SQUOTE] = ACTIONS(7), - [anon_sym_STAR] = ACTIONS(7), - [anon_sym_PLUS] = ACTIONS(7), - [anon_sym_COMMA] = ACTIONS(7), - [anon_sym_DASH] = ACTIONS(7), - [anon_sym_DOT] = ACTIONS(7), - [anon_sym_SLASH] = ACTIONS(7), - [anon_sym_COLON] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(7), - [anon_sym_EQ] = ACTIONS(7), - [anon_sym_QMARK] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(7), - [anon_sym_BSLASH] = ACTIONS(7), - [anon_sym_CARET] = ACTIONS(7), - [anon_sym__] = ACTIONS(7), - [anon_sym_BQUOTE] = ACTIONS(7), - [anon_sym_LBRACE] = ACTIONS(7), - [anon_sym_PIPE] = ACTIONS(7), - [anon_sym_RBRACE] = ACTIONS(7), - [anon_sym_TILDE] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(7), - [anon_sym_RPAREN] = ACTIONS(7), - [aux_sym__word_token1] = ACTIONS(7), - [aux_sym__word_token2] = ACTIONS(7), - [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(69), - [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(246), + [sym__block_close] = ACTIONS(139), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), [sym_atx_h1_marker] = ACTIONS(77), @@ -16767,69 +16899,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [36] = { - [sym_link_label] = STATE(917), - [sym__block] = STATE(35), - [sym__block_not_section] = STATE(35), - [sym_section] = STATE(35), - [sym__section1] = STATE(209), - [sym__section2] = STATE(209), - [sym__section3] = STATE(209), - [sym__section4] = STATE(209), - [sym__section5] = STATE(209), - [sym__section6] = STATE(209), - [sym_thematic_break] = STATE(35), - [sym__atx_heading1] = STATE(40), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(35), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(35), - [sym_html_block] = STATE(35), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(35), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(35), - [sym_block_quote] = STATE(35), - [sym_list] = STATE(35), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [37] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(42), + [sym__section2] = STATE(226), + [sym__section3] = STATE(226), + [sym__section4] = STATE(226), + [sym__section5] = STATE(226), + [sym__section6] = STATE(226), + [sym_thematic_break] = STATE(42), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(42), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(42), + [sym_html_block] = STATE(42), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(42), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(42), + [sym_block_quote] = STATE(42), + [sym_list] = STATE(42), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(35), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym_block_quote_repeat1] = STATE(35), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(42), + [aux_sym__section1_repeat1] = STATE(42), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -16867,10 +16995,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(244), + [sym__block_close] = ACTIONS(248), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(77), + [sym_atx_h1_marker] = ACTIONS(248), [sym_atx_h2_marker] = ACTIONS(79), [sym_atx_h3_marker] = ACTIONS(81), [sym_atx_h4_marker] = ACTIONS(83), @@ -16899,65 +17027,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [37] = { - [sym_link_label] = STATE(890), + [38] = { + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(41), - [sym__section2] = STATE(254), - [sym__section3] = STATE(254), - [sym__section4] = STATE(254), - [sym__section5] = STATE(254), - [sym__section6] = STATE(254), + [sym__section2] = STATE(229), + [sym__section3] = STATE(229), + [sym__section4] = STATE(229), + [sym__section5] = STATE(229), + [sym__section6] = STATE(229), [sym_thematic_break] = STATE(41), - [sym__atx_heading2] = STATE(43), + [sym__atx_heading2] = STATE(45), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(41), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(41), [sym_html_block] = STATE(41), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(41), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(41), [sym_block_quote] = STATE(41), [sym_list] = STATE(41), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(41), [aux_sym__section1_repeat1] = STATE(41), - [aux_sym_paragraph_repeat1] = STATE(380), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(248), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), @@ -17027,106 +17155,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [38] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(38), - [sym__section2] = STATE(218), - [sym__section3] = STATE(218), - [sym__section4] = STATE(218), - [sym__section5] = STATE(218), - [sym__section6] = STATE(218), - [sym_thematic_break] = STATE(38), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), + [39] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(39), + [sym__section2] = STATE(229), + [sym__section3] = STATE(229), + [sym__section4] = STATE(229), + [sym__section5] = STATE(229), + [sym__section6] = STATE(229), + [sym_thematic_break] = STATE(39), + [sym__atx_heading2] = STATE(45), + [sym__atx_heading3] = STATE(54), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(38), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(38), - [sym_html_block] = STATE(38), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(38), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(38), - [sym_block_quote] = STATE(38), - [sym_list] = STATE(38), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(38), - [aux_sym__section1_repeat1] = STATE(38), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(250), - [anon_sym_RBRACK] = ACTIONS(253), - [anon_sym_LT] = ACTIONS(253), - [anon_sym_GT] = ACTIONS(253), - [anon_sym_BANG] = ACTIONS(253), - [anon_sym_DQUOTE] = ACTIONS(253), - [anon_sym_POUND] = ACTIONS(253), - [anon_sym_DOLLAR] = ACTIONS(253), - [anon_sym_PERCENT] = ACTIONS(253), - [anon_sym_AMP] = ACTIONS(253), - [anon_sym_SQUOTE] = ACTIONS(253), - [anon_sym_STAR] = ACTIONS(253), - [anon_sym_PLUS] = ACTIONS(253), - [anon_sym_COMMA] = ACTIONS(253), - [anon_sym_DASH] = ACTIONS(253), - [anon_sym_DOT] = ACTIONS(253), - [anon_sym_SLASH] = ACTIONS(253), - [anon_sym_COLON] = ACTIONS(253), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_EQ] = ACTIONS(253), - [anon_sym_QMARK] = ACTIONS(253), - [anon_sym_AT] = ACTIONS(253), - [anon_sym_BSLASH] = ACTIONS(253), - [anon_sym_CARET] = ACTIONS(253), - [anon_sym__] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_PIPE] = ACTIONS(253), - [anon_sym_RBRACE] = ACTIONS(253), - [anon_sym_TILDE] = ACTIONS(253), - [anon_sym_LPAREN] = ACTIONS(253), - [anon_sym_RPAREN] = ACTIONS(253), - [aux_sym__word_token1] = ACTIONS(253), - [aux_sym__word_token2] = ACTIONS(253), - [aux_sym__word_token3] = ACTIONS(253), - [sym__whitespace] = ACTIONS(256), - [sym__soft_line_ending] = ACTIONS(259), - [sym__block_close] = ACTIONS(262), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(39), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(39), + [sym_html_block] = STATE(39), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(39), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(39), + [sym_block_quote] = STATE(39), + [sym_list] = STATE(39), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(39), + [aux_sym__section1_repeat1] = STATE(39), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(250), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_RBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(255), + [anon_sym_GT] = ACTIONS(255), + [anon_sym_BANG] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(255), + [anon_sym_POUND] = ACTIONS(255), + [anon_sym_DOLLAR] = ACTIONS(255), + [anon_sym_PERCENT] = ACTIONS(255), + [anon_sym_AMP] = ACTIONS(255), + [anon_sym_SQUOTE] = ACTIONS(255), + [anon_sym_STAR] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(255), + [anon_sym_COMMA] = ACTIONS(255), + [anon_sym_DASH] = ACTIONS(255), + [anon_sym_DOT] = ACTIONS(255), + [anon_sym_SLASH] = ACTIONS(255), + [anon_sym_COLON] = ACTIONS(255), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_EQ] = ACTIONS(255), + [anon_sym_QMARK] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(255), + [anon_sym_BSLASH] = ACTIONS(255), + [anon_sym_CARET] = ACTIONS(255), + [anon_sym__] = ACTIONS(255), + [anon_sym_BQUOTE] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(255), + [anon_sym_PIPE] = ACTIONS(255), + [anon_sym_RBRACE] = ACTIONS(255), + [anon_sym_TILDE] = ACTIONS(255), + [anon_sym_LPAREN] = ACTIONS(255), + [anon_sym_RPAREN] = ACTIONS(255), + [aux_sym__word_token1] = ACTIONS(255), + [aux_sym__word_token2] = ACTIONS(255), + [aux_sym__word_token3] = ACTIONS(255), + [sym__whitespace] = ACTIONS(258), + [sym__soft_line_ending] = ACTIONS(261), [sym__block_quote_start] = ACTIONS(264), [sym__indented_chunk_start] = ACTIONS(267), - [sym_atx_h1_marker] = ACTIONS(262), + [sym_atx_h1_marker] = ACTIONS(250), [sym_atx_h2_marker] = ACTIONS(270), [sym_atx_h3_marker] = ACTIONS(273), [sym_atx_h4_marker] = ACTIONS(276), @@ -17155,106 +17283,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(330), [sym__pipe_table_start] = ACTIONS(333), }, - [39] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(39), - [sym__section2] = STATE(254), - [sym__section3] = STATE(254), - [sym__section4] = STATE(254), - [sym__section5] = STATE(254), - [sym__section6] = STATE(254), - [sym_thematic_break] = STATE(39), - [sym__atx_heading2] = STATE(43), - [sym__atx_heading3] = STATE(54), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(39), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(39), - [sym_html_block] = STATE(39), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(39), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(39), - [sym_block_quote] = STATE(39), - [sym_list] = STATE(39), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(39), - [aux_sym__section1_repeat1] = STATE(39), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(262), - [anon_sym_LBRACK] = ACTIONS(250), - [anon_sym_RBRACK] = ACTIONS(253), - [anon_sym_LT] = ACTIONS(253), - [anon_sym_GT] = ACTIONS(253), - [anon_sym_BANG] = ACTIONS(253), - [anon_sym_DQUOTE] = ACTIONS(253), - [anon_sym_POUND] = ACTIONS(253), - [anon_sym_DOLLAR] = ACTIONS(253), - [anon_sym_PERCENT] = ACTIONS(253), - [anon_sym_AMP] = ACTIONS(253), - [anon_sym_SQUOTE] = ACTIONS(253), - [anon_sym_STAR] = ACTIONS(253), - [anon_sym_PLUS] = ACTIONS(253), - [anon_sym_COMMA] = ACTIONS(253), - [anon_sym_DASH] = ACTIONS(253), - [anon_sym_DOT] = ACTIONS(253), - [anon_sym_SLASH] = ACTIONS(253), - [anon_sym_COLON] = ACTIONS(253), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_EQ] = ACTIONS(253), - [anon_sym_QMARK] = ACTIONS(253), - [anon_sym_AT] = ACTIONS(253), - [anon_sym_BSLASH] = ACTIONS(253), - [anon_sym_CARET] = ACTIONS(253), - [anon_sym__] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_PIPE] = ACTIONS(253), - [anon_sym_RBRACE] = ACTIONS(253), - [anon_sym_TILDE] = ACTIONS(253), - [anon_sym_LPAREN] = ACTIONS(253), - [anon_sym_RPAREN] = ACTIONS(253), - [aux_sym__word_token1] = ACTIONS(253), - [aux_sym__word_token2] = ACTIONS(253), - [aux_sym__word_token3] = ACTIONS(253), + [40] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(40), + [sym__section2] = STATE(226), + [sym__section3] = STATE(226), + [sym__section4] = STATE(226), + [sym__section5] = STATE(226), + [sym__section6] = STATE(226), + [sym_thematic_break] = STATE(40), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(40), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(40), + [sym_html_block] = STATE(40), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(40), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(40), + [sym_block_quote] = STATE(40), + [sym_list] = STATE(40), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(40), + [aux_sym__section1_repeat1] = STATE(40), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_RBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(255), + [anon_sym_GT] = ACTIONS(255), + [anon_sym_BANG] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(255), + [anon_sym_POUND] = ACTIONS(255), + [anon_sym_DOLLAR] = ACTIONS(255), + [anon_sym_PERCENT] = ACTIONS(255), + [anon_sym_AMP] = ACTIONS(255), + [anon_sym_SQUOTE] = ACTIONS(255), + [anon_sym_STAR] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(255), + [anon_sym_COMMA] = ACTIONS(255), + [anon_sym_DASH] = ACTIONS(255), + [anon_sym_DOT] = ACTIONS(255), + [anon_sym_SLASH] = ACTIONS(255), + [anon_sym_COLON] = ACTIONS(255), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_EQ] = ACTIONS(255), + [anon_sym_QMARK] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(255), + [anon_sym_BSLASH] = ACTIONS(255), + [anon_sym_CARET] = ACTIONS(255), + [anon_sym__] = ACTIONS(255), + [anon_sym_BQUOTE] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(255), + [anon_sym_PIPE] = ACTIONS(255), + [anon_sym_RBRACE] = ACTIONS(255), + [anon_sym_TILDE] = ACTIONS(255), + [anon_sym_LPAREN] = ACTIONS(255), + [anon_sym_RPAREN] = ACTIONS(255), + [aux_sym__word_token1] = ACTIONS(255), + [aux_sym__word_token2] = ACTIONS(255), + [aux_sym__word_token3] = ACTIONS(255), [sym__whitespace] = ACTIONS(336), - [sym__soft_line_ending] = ACTIONS(259), + [sym__soft_line_ending] = ACTIONS(261), + [sym__block_close] = ACTIONS(250), [sym__block_quote_start] = ACTIONS(339), [sym__indented_chunk_start] = ACTIONS(342), - [sym_atx_h1_marker] = ACTIONS(262), + [sym_atx_h1_marker] = ACTIONS(250), [sym_atx_h2_marker] = ACTIONS(345), [sym_atx_h3_marker] = ACTIONS(348), [sym_atx_h4_marker] = ACTIONS(351), @@ -17283,193 +17411,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(390), [sym__pipe_table_start] = ACTIONS(393), }, - [40] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(42), - [sym__section2] = STATE(218), - [sym__section3] = STATE(218), - [sym__section4] = STATE(218), - [sym__section5] = STATE(218), - [sym__section6] = STATE(218), - [sym_thematic_break] = STATE(42), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(42), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(42), - [sym_html_block] = STATE(42), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(42), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(42), - [sym_block_quote] = STATE(42), - [sym_list] = STATE(42), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(42), - [aux_sym__section1_repeat1] = STATE(42), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(5), - [anon_sym_RBRACK] = ACTIONS(7), - [anon_sym_LT] = ACTIONS(7), - [anon_sym_GT] = ACTIONS(7), - [anon_sym_BANG] = ACTIONS(7), - [anon_sym_DQUOTE] = ACTIONS(7), - [anon_sym_POUND] = ACTIONS(7), - [anon_sym_DOLLAR] = ACTIONS(7), - [anon_sym_PERCENT] = ACTIONS(7), - [anon_sym_AMP] = ACTIONS(7), - [anon_sym_SQUOTE] = ACTIONS(7), - [anon_sym_STAR] = ACTIONS(7), - [anon_sym_PLUS] = ACTIONS(7), - [anon_sym_COMMA] = ACTIONS(7), - [anon_sym_DASH] = ACTIONS(7), - [anon_sym_DOT] = ACTIONS(7), - [anon_sym_SLASH] = ACTIONS(7), - [anon_sym_COLON] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(7), - [anon_sym_EQ] = ACTIONS(7), - [anon_sym_QMARK] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(7), - [anon_sym_BSLASH] = ACTIONS(7), - [anon_sym_CARET] = ACTIONS(7), - [anon_sym__] = ACTIONS(7), - [anon_sym_BQUOTE] = ACTIONS(7), - [anon_sym_LBRACE] = ACTIONS(7), - [anon_sym_PIPE] = ACTIONS(7), - [anon_sym_RBRACE] = ACTIONS(7), - [anon_sym_TILDE] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(7), - [anon_sym_RPAREN] = ACTIONS(7), - [aux_sym__word_token1] = ACTIONS(7), - [aux_sym__word_token2] = ACTIONS(7), - [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(69), - [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(248), - [sym__block_quote_start] = ACTIONS(73), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(248), - [sym_atx_h2_marker] = ACTIONS(79), - [sym_atx_h3_marker] = ACTIONS(81), - [sym_atx_h4_marker] = ACTIONS(83), - [sym_atx_h5_marker] = ACTIONS(85), - [sym_atx_h6_marker] = ACTIONS(87), - [sym__thematic_break] = ACTIONS(89), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(33), - [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), - [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(91), - [sym__fenced_code_block_start_tilde] = ACTIONS(93), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(97), - [sym__html_block_2_start] = ACTIONS(99), - [sym__html_block_3_start] = ACTIONS(101), - [sym__html_block_4_start] = ACTIONS(103), - [sym__html_block_5_start] = ACTIONS(105), - [sym__html_block_6_start] = ACTIONS(107), - [sym__html_block_7_start] = ACTIONS(109), - [sym__pipe_table_start] = ACTIONS(111), - }, [41] = { - [sym_link_label] = STATE(890), + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(39), - [sym__section2] = STATE(254), - [sym__section3] = STATE(254), - [sym__section4] = STATE(254), - [sym__section5] = STATE(254), - [sym__section6] = STATE(254), + [sym__section2] = STATE(229), + [sym__section3] = STATE(229), + [sym__section4] = STATE(229), + [sym__section5] = STATE(229), + [sym__section6] = STATE(229), [sym_thematic_break] = STATE(39), - [sym__atx_heading2] = STATE(43), + [sym__atx_heading2] = STATE(45), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(39), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(39), [sym_html_block] = STATE(39), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(39), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(39), [sym_block_quote] = STATE(39), [sym_list] = STATE(39), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(39), [aux_sym__section1_repeat1] = STATE(39), - [aux_sym_paragraph_repeat1] = STATE(380), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(396), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), @@ -17540,64 +17540,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(63), }, [42] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(38), - [sym__section2] = STATE(218), - [sym__section3] = STATE(218), - [sym__section4] = STATE(218), - [sym__section5] = STATE(218), - [sym__section6] = STATE(218), - [sym_thematic_break] = STATE(38), - [sym__atx_heading2] = STATE(48), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(38), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(38), - [sym_html_block] = STATE(38), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(38), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(38), - [sym_block_quote] = STATE(38), - [sym_list] = STATE(38), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(40), + [sym__section2] = STATE(226), + [sym__section3] = STATE(226), + [sym__section4] = STATE(226), + [sym__section5] = STATE(226), + [sym__section6] = STATE(226), + [sym_thematic_break] = STATE(40), + [sym__atx_heading2] = STATE(46), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(40), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(40), + [sym_html_block] = STATE(40), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(40), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(40), + [sym_block_quote] = STATE(40), + [sym_list] = STATE(40), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(38), - [aux_sym__section1_repeat1] = STATE(38), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(40), + [aux_sym__section1_repeat1] = STATE(40), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -17668,188 +17668,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [43] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(46), - [sym__section3] = STATE(268), - [sym__section4] = STATE(268), - [sym__section5] = STATE(268), - [sym__section6] = STATE(268), - [sym_thematic_break] = STATE(46), + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(43), + [sym__section3] = STATE(236), + [sym__section4] = STATE(236), + [sym__section5] = STATE(236), + [sym__section6] = STATE(236), + [sym_thematic_break] = STATE(43), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(46), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(46), - [sym_html_block] = STATE(46), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(46), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(46), - [sym_block_quote] = STATE(46), - [sym_list] = STATE(46), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(43), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(43), + [sym_html_block] = STATE(43), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(43), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(43), + [sym_block_quote] = STATE(43), + [sym_list] = STATE(43), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(46), - [aux_sym__section2_repeat1] = STATE(46), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(43), + [aux_sym__section2_repeat1] = STATE(43), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(398), - [anon_sym_LBRACK] = ACTIONS(5), - [anon_sym_RBRACK] = ACTIONS(7), - [anon_sym_LT] = ACTIONS(7), - [anon_sym_GT] = ACTIONS(7), - [anon_sym_BANG] = ACTIONS(7), - [anon_sym_DQUOTE] = ACTIONS(7), - [anon_sym_POUND] = ACTIONS(7), - [anon_sym_DOLLAR] = ACTIONS(7), - [anon_sym_PERCENT] = ACTIONS(7), - [anon_sym_AMP] = ACTIONS(7), - [anon_sym_SQUOTE] = ACTIONS(7), - [anon_sym_STAR] = ACTIONS(7), - [anon_sym_PLUS] = ACTIONS(7), - [anon_sym_COMMA] = ACTIONS(7), - [anon_sym_DASH] = ACTIONS(7), - [anon_sym_DOT] = ACTIONS(7), - [anon_sym_SLASH] = ACTIONS(7), - [anon_sym_COLON] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(7), - [anon_sym_EQ] = ACTIONS(7), - [anon_sym_QMARK] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(7), - [anon_sym_BSLASH] = ACTIONS(7), - [anon_sym_CARET] = ACTIONS(7), - [anon_sym__] = ACTIONS(7), - [anon_sym_BQUOTE] = ACTIONS(7), - [anon_sym_LBRACE] = ACTIONS(7), - [anon_sym_PIPE] = ACTIONS(7), - [anon_sym_RBRACE] = ACTIONS(7), - [anon_sym_TILDE] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(7), - [anon_sym_RPAREN] = ACTIONS(7), - [aux_sym__word_token1] = ACTIONS(7), - [aux_sym__word_token2] = ACTIONS(7), - [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(9), - [sym__soft_line_ending] = ACTIONS(11), - [sym__block_quote_start] = ACTIONS(13), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(398), - [sym_atx_h2_marker] = ACTIONS(398), - [sym_atx_h3_marker] = ACTIONS(21), - [sym_atx_h4_marker] = ACTIONS(23), - [sym_atx_h5_marker] = ACTIONS(25), - [sym_atx_h6_marker] = ACTIONS(27), - [sym__thematic_break] = ACTIONS(29), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(33), - [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), - [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(41), - [sym__fenced_code_block_start_tilde] = ACTIONS(43), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(47), - [sym__html_block_2_start] = ACTIONS(49), - [sym__html_block_3_start] = ACTIONS(51), - [sym__html_block_4_start] = ACTIONS(53), - [sym__html_block_5_start] = ACTIONS(55), - [sym__html_block_6_start] = ACTIONS(57), - [sym__html_block_7_start] = ACTIONS(59), - [sym__pipe_table_start] = ACTIONS(63), - }, - [44] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(44), - [sym__section3] = STATE(221), - [sym__section4] = STATE(221), - [sym__section5] = STATE(221), - [sym__section6] = STATE(221), - [sym_thematic_break] = STATE(44), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(44), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(44), - [sym_html_block] = STATE(44), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(44), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(44), - [sym_block_quote] = STATE(44), - [sym_list] = STATE(44), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(44), - [aux_sym__section2_repeat1] = STATE(44), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), [anon_sym_LBRACK] = ACTIONS(400), [anon_sym_RBRACK] = ACTIONS(403), [anon_sym_LT] = ACTIONS(403), @@ -17887,222 +17762,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(403), [sym__whitespace] = ACTIONS(406), [sym__soft_line_ending] = ACTIONS(409), - [sym__block_close] = ACTIONS(412), - [sym__block_quote_start] = ACTIONS(414), - [sym__indented_chunk_start] = ACTIONS(417), - [sym_atx_h1_marker] = ACTIONS(412), - [sym_atx_h2_marker] = ACTIONS(412), - [sym_atx_h3_marker] = ACTIONS(420), - [sym_atx_h4_marker] = ACTIONS(423), - [sym_atx_h5_marker] = ACTIONS(426), - [sym_atx_h6_marker] = ACTIONS(429), - [sym__thematic_break] = ACTIONS(432), - [sym__list_marker_minus] = ACTIONS(435), - [sym__list_marker_plus] = ACTIONS(438), - [sym__list_marker_star] = ACTIONS(441), - [sym__list_marker_parenthesis] = ACTIONS(444), - [sym__list_marker_dot] = ACTIONS(447), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(435), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(438), - [sym__list_marker_star_dont_interrupt] = ACTIONS(441), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(444), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(447), - [sym__fenced_code_block_start_backtick] = ACTIONS(450), - [sym__fenced_code_block_start_tilde] = ACTIONS(453), - [sym__blank_line_start] = ACTIONS(456), - [sym__html_block_1_start] = ACTIONS(459), - [sym__html_block_2_start] = ACTIONS(462), - [sym__html_block_3_start] = ACTIONS(465), - [sym__html_block_4_start] = ACTIONS(468), - [sym__html_block_5_start] = ACTIONS(471), - [sym__html_block_6_start] = ACTIONS(474), - [sym__html_block_7_start] = ACTIONS(477), - [sym__pipe_table_start] = ACTIONS(480), - }, - [45] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(45), - [sym__section3] = STATE(268), - [sym__section4] = STATE(268), - [sym__section5] = STATE(268), - [sym__section6] = STATE(268), - [sym_thematic_break] = STATE(45), - [sym__atx_heading3] = STATE(54), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(45), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(45), - [sym_html_block] = STATE(45), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(45), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(45), - [sym_block_quote] = STATE(45), - [sym_list] = STATE(45), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(45), - [aux_sym__section2_repeat1] = STATE(45), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(412), - [anon_sym_LBRACK] = ACTIONS(400), - [anon_sym_RBRACK] = ACTIONS(403), - [anon_sym_LT] = ACTIONS(403), - [anon_sym_GT] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_DQUOTE] = ACTIONS(403), - [anon_sym_POUND] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(403), - [anon_sym_PERCENT] = ACTIONS(403), - [anon_sym_AMP] = ACTIONS(403), - [anon_sym_SQUOTE] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(403), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_COMMA] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_DOT] = ACTIONS(403), - [anon_sym_SLASH] = ACTIONS(403), - [anon_sym_COLON] = ACTIONS(403), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_EQ] = ACTIONS(403), - [anon_sym_QMARK] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(403), - [anon_sym_BSLASH] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym__] = ACTIONS(403), - [anon_sym_BQUOTE] = ACTIONS(403), - [anon_sym_LBRACE] = ACTIONS(403), - [anon_sym_PIPE] = ACTIONS(403), - [anon_sym_RBRACE] = ACTIONS(403), - [anon_sym_TILDE] = ACTIONS(403), - [anon_sym_LPAREN] = ACTIONS(403), - [anon_sym_RPAREN] = ACTIONS(403), - [aux_sym__word_token1] = ACTIONS(403), - [aux_sym__word_token2] = ACTIONS(403), - [aux_sym__word_token3] = ACTIONS(403), - [sym__whitespace] = ACTIONS(483), - [sym__soft_line_ending] = ACTIONS(409), - [sym__block_quote_start] = ACTIONS(486), - [sym__indented_chunk_start] = ACTIONS(489), - [sym_atx_h1_marker] = ACTIONS(412), - [sym_atx_h2_marker] = ACTIONS(412), - [sym_atx_h3_marker] = ACTIONS(492), - [sym_atx_h4_marker] = ACTIONS(495), - [sym_atx_h5_marker] = ACTIONS(498), - [sym_atx_h6_marker] = ACTIONS(501), - [sym__thematic_break] = ACTIONS(504), - [sym__list_marker_minus] = ACTIONS(435), - [sym__list_marker_plus] = ACTIONS(438), - [sym__list_marker_star] = ACTIONS(441), - [sym__list_marker_parenthesis] = ACTIONS(444), - [sym__list_marker_dot] = ACTIONS(447), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(435), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(438), - [sym__list_marker_star_dont_interrupt] = ACTIONS(441), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(444), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(447), - [sym__fenced_code_block_start_backtick] = ACTIONS(507), - [sym__fenced_code_block_start_tilde] = ACTIONS(510), - [sym__blank_line_start] = ACTIONS(513), - [sym__html_block_1_start] = ACTIONS(516), - [sym__html_block_2_start] = ACTIONS(519), - [sym__html_block_3_start] = ACTIONS(522), - [sym__html_block_4_start] = ACTIONS(525), - [sym__html_block_5_start] = ACTIONS(528), - [sym__html_block_6_start] = ACTIONS(531), - [sym__html_block_7_start] = ACTIONS(534), - [sym__pipe_table_start] = ACTIONS(537), + [sym__block_quote_start] = ACTIONS(412), + [sym__indented_chunk_start] = ACTIONS(415), + [sym_atx_h1_marker] = ACTIONS(398), + [sym_atx_h2_marker] = ACTIONS(398), + [sym_atx_h3_marker] = ACTIONS(418), + [sym_atx_h4_marker] = ACTIONS(421), + [sym_atx_h5_marker] = ACTIONS(424), + [sym_atx_h6_marker] = ACTIONS(427), + [sym__thematic_break] = ACTIONS(430), + [sym__list_marker_minus] = ACTIONS(433), + [sym__list_marker_plus] = ACTIONS(436), + [sym__list_marker_star] = ACTIONS(439), + [sym__list_marker_parenthesis] = ACTIONS(442), + [sym__list_marker_dot] = ACTIONS(445), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(433), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(436), + [sym__list_marker_star_dont_interrupt] = ACTIONS(439), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(442), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(445), + [sym__fenced_code_block_start_backtick] = ACTIONS(448), + [sym__fenced_code_block_start_tilde] = ACTIONS(451), + [sym__blank_line_start] = ACTIONS(454), + [sym__html_block_1_start] = ACTIONS(457), + [sym__html_block_2_start] = ACTIONS(460), + [sym__html_block_3_start] = ACTIONS(463), + [sym__html_block_4_start] = ACTIONS(466), + [sym__html_block_5_start] = ACTIONS(469), + [sym__html_block_6_start] = ACTIONS(472), + [sym__html_block_7_start] = ACTIONS(475), + [sym__pipe_table_start] = ACTIONS(478), }, - [46] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(45), - [sym__section3] = STATE(268), - [sym__section4] = STATE(268), - [sym__section5] = STATE(268), - [sym__section6] = STATE(268), - [sym_thematic_break] = STATE(45), + [44] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(43), + [sym__section3] = STATE(236), + [sym__section4] = STATE(236), + [sym__section5] = STATE(236), + [sym__section6] = STATE(236), + [sym_thematic_break] = STATE(43), [sym__atx_heading3] = STATE(54), [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(45), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(45), - [sym_html_block] = STATE(45), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(45), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(45), - [sym_block_quote] = STATE(45), - [sym_list] = STATE(45), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(43), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(43), + [sym_html_block] = STATE(43), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(43), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(43), + [sym_block_quote] = STATE(43), + [sym_list] = STATE(43), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(45), - [aux_sym__section2_repeat1] = STATE(45), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(43), + [aux_sym__section2_repeat1] = STATE(43), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(540), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(481), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -18142,8 +17890,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(540), - [sym_atx_h2_marker] = ACTIONS(540), + [sym_atx_h1_marker] = ACTIONS(481), + [sym_atx_h2_marker] = ACTIONS(481), [sym_atx_h3_marker] = ACTIONS(21), [sym_atx_h4_marker] = ACTIONS(23), [sym_atx_h5_marker] = ACTIONS(25), @@ -18171,63 +17919,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [47] = { - [sym_link_label] = STATE(917), + [45] = { + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(44), - [sym__section3] = STATE(221), - [sym__section4] = STATE(221), - [sym__section5] = STATE(221), - [sym__section6] = STATE(221), + [sym__section3] = STATE(236), + [sym__section4] = STATE(236), + [sym__section5] = STATE(236), + [sym__section6] = STATE(236), [sym_thematic_break] = STATE(44), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), + [sym__atx_heading3] = STATE(54), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(44), - [sym__indented_chunk] = STATE(89), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(44), [sym_html_block] = STATE(44), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(44), - [sym_paragraph] = STATE(109), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(44), [sym_block_quote] = STATE(44), [sym_list] = STATE(44), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(44), [aux_sym__section2_repeat1] = STATE(44), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(483), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -18263,18 +18012,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(7), [aux_sym__word_token2] = ACTIONS(7), [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(69), + [sym__whitespace] = ACTIONS(9), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(540), - [sym__block_quote_start] = ACTIONS(73), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(540), - [sym_atx_h2_marker] = ACTIONS(540), - [sym_atx_h3_marker] = ACTIONS(81), - [sym_atx_h4_marker] = ACTIONS(83), - [sym_atx_h5_marker] = ACTIONS(85), - [sym_atx_h6_marker] = ACTIONS(87), - [sym__thematic_break] = ACTIONS(89), + [sym__block_quote_start] = ACTIONS(13), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(483), + [sym_atx_h2_marker] = ACTIONS(483), + [sym_atx_h3_marker] = ACTIONS(21), + [sym_atx_h4_marker] = ACTIONS(23), + [sym_atx_h5_marker] = ACTIONS(25), + [sym_atx_h6_marker] = ACTIONS(27), + [sym__thematic_break] = ACTIONS(29), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), [sym__list_marker_star] = ACTIONS(35), @@ -18285,75 +18033,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_star_dont_interrupt] = ACTIONS(35), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(91), - [sym__fenced_code_block_start_tilde] = ACTIONS(93), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(97), - [sym__html_block_2_start] = ACTIONS(99), - [sym__html_block_3_start] = ACTIONS(101), - [sym__html_block_4_start] = ACTIONS(103), - [sym__html_block_5_start] = ACTIONS(105), - [sym__html_block_6_start] = ACTIONS(107), - [sym__html_block_7_start] = ACTIONS(109), - [sym__pipe_table_start] = ACTIONS(111), + [sym__fenced_code_block_start_backtick] = ACTIONS(41), + [sym__fenced_code_block_start_tilde] = ACTIONS(43), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(47), + [sym__html_block_2_start] = ACTIONS(49), + [sym__html_block_3_start] = ACTIONS(51), + [sym__html_block_4_start] = ACTIONS(53), + [sym__html_block_5_start] = ACTIONS(55), + [sym__html_block_6_start] = ACTIONS(57), + [sym__html_block_7_start] = ACTIONS(59), + [sym__pipe_table_start] = ACTIONS(63), }, - [48] = { - [sym_link_label] = STATE(917), + [46] = { + [sym_link_label] = STATE(916), [sym__block_not_section] = STATE(47), - [sym__section3] = STATE(221), - [sym__section4] = STATE(221), - [sym__section5] = STATE(221), - [sym__section6] = STATE(221), + [sym__section3] = STATE(228), + [sym__section4] = STATE(228), + [sym__section5] = STATE(228), + [sym__section6] = STATE(228), [sym_thematic_break] = STATE(47), - [sym__atx_heading3] = STATE(49), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), [sym_indented_code_block] = STATE(47), - [sym__indented_chunk] = STATE(89), + [sym__indented_chunk] = STATE(78), [sym_fenced_code_block] = STATE(47), [sym_html_block] = STATE(47), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), [sym_link_reference_definition] = STATE(47), - [sym_paragraph] = STATE(109), + [sym_paragraph] = STATE(118), [sym__blank_line] = STATE(47), [sym_block_quote] = STATE(47), [sym_list] = STATE(47), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(47), [aux_sym__section2_repeat1] = STATE(47), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -18391,11 +18139,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(398), + [sym__block_close] = ACTIONS(483), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(398), - [sym_atx_h2_marker] = ACTIONS(398), + [sym_atx_h1_marker] = ACTIONS(483), + [sym_atx_h2_marker] = ACTIONS(483), [sym_atx_h3_marker] = ACTIONS(81), [sym_atx_h4_marker] = ACTIONS(83), [sym_atx_h5_marker] = ACTIONS(85), @@ -18423,61 +18171,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [49] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(51), - [sym__section4] = STATE(224), - [sym__section5] = STATE(224), - [sym__section6] = STATE(224), - [sym_thematic_break] = STATE(51), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(51), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(51), - [sym_html_block] = STATE(51), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(51), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(51), - [sym_block_quote] = STATE(51), - [sym_list] = STATE(51), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [47] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(48), + [sym__section3] = STATE(228), + [sym__section4] = STATE(228), + [sym__section5] = STATE(228), + [sym__section6] = STATE(228), + [sym_thematic_break] = STATE(48), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(48), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(48), + [sym_html_block] = STATE(48), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(48), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(48), + [sym_block_quote] = STATE(48), + [sym_list] = STATE(48), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(51), - [aux_sym__section3_repeat1] = STATE(51), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(48), + [aux_sym__section2_repeat1] = STATE(48), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -18515,12 +18265,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(542), + [sym__block_close] = ACTIONS(481), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(542), - [sym_atx_h2_marker] = ACTIONS(542), - [sym_atx_h3_marker] = ACTIONS(542), + [sym_atx_h1_marker] = ACTIONS(481), + [sym_atx_h2_marker] = ACTIONS(481), + [sym_atx_h3_marker] = ACTIONS(81), [sym_atx_h4_marker] = ACTIONS(83), [sym_atx_h5_marker] = ACTIONS(85), [sym_atx_h6_marker] = ACTIONS(87), @@ -18547,186 +18297,436 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [50] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(50), - [sym__section4] = STATE(267), - [sym__section5] = STATE(267), - [sym__section6] = STATE(267), - [sym_thematic_break] = STATE(50), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(50), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(50), - [sym_html_block] = STATE(50), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(50), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(50), - [sym_block_quote] = STATE(50), - [sym_list] = STATE(50), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(50), - [aux_sym__section3_repeat1] = STATE(50), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(544), - [anon_sym_LBRACK] = ACTIONS(546), - [anon_sym_RBRACK] = ACTIONS(549), - [anon_sym_LT] = ACTIONS(549), - [anon_sym_GT] = ACTIONS(549), - [anon_sym_BANG] = ACTIONS(549), - [anon_sym_DQUOTE] = ACTIONS(549), - [anon_sym_POUND] = ACTIONS(549), - [anon_sym_DOLLAR] = ACTIONS(549), - [anon_sym_PERCENT] = ACTIONS(549), - [anon_sym_AMP] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(549), - [anon_sym_STAR] = ACTIONS(549), - [anon_sym_PLUS] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(549), - [anon_sym_DASH] = ACTIONS(549), - [anon_sym_DOT] = ACTIONS(549), - [anon_sym_SLASH] = ACTIONS(549), - [anon_sym_COLON] = ACTIONS(549), - [anon_sym_SEMI] = ACTIONS(549), - [anon_sym_EQ] = ACTIONS(549), - [anon_sym_QMARK] = ACTIONS(549), - [anon_sym_AT] = ACTIONS(549), - [anon_sym_BSLASH] = ACTIONS(549), - [anon_sym_CARET] = ACTIONS(549), - [anon_sym__] = ACTIONS(549), - [anon_sym_BQUOTE] = ACTIONS(549), - [anon_sym_LBRACE] = ACTIONS(549), - [anon_sym_PIPE] = ACTIONS(549), - [anon_sym_RBRACE] = ACTIONS(549), - [anon_sym_TILDE] = ACTIONS(549), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_RPAREN] = ACTIONS(549), - [aux_sym__word_token1] = ACTIONS(549), - [aux_sym__word_token2] = ACTIONS(549), - [aux_sym__word_token3] = ACTIONS(549), - [sym__whitespace] = ACTIONS(552), - [sym__soft_line_ending] = ACTIONS(555), - [sym__block_quote_start] = ACTIONS(558), - [sym__indented_chunk_start] = ACTIONS(561), - [sym_atx_h1_marker] = ACTIONS(544), - [sym_atx_h2_marker] = ACTIONS(544), - [sym_atx_h3_marker] = ACTIONS(544), - [sym_atx_h4_marker] = ACTIONS(564), - [sym_atx_h5_marker] = ACTIONS(567), - [sym_atx_h6_marker] = ACTIONS(570), - [sym__thematic_break] = ACTIONS(573), - [sym__list_marker_minus] = ACTIONS(576), - [sym__list_marker_plus] = ACTIONS(579), - [sym__list_marker_star] = ACTIONS(582), - [sym__list_marker_parenthesis] = ACTIONS(585), - [sym__list_marker_dot] = ACTIONS(588), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(579), - [sym__list_marker_star_dont_interrupt] = ACTIONS(582), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(585), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(588), - [sym__fenced_code_block_start_backtick] = ACTIONS(591), - [sym__fenced_code_block_start_tilde] = ACTIONS(594), - [sym__blank_line_start] = ACTIONS(597), - [sym__html_block_1_start] = ACTIONS(600), - [sym__html_block_2_start] = ACTIONS(603), - [sym__html_block_3_start] = ACTIONS(606), - [sym__html_block_4_start] = ACTIONS(609), - [sym__html_block_5_start] = ACTIONS(612), - [sym__html_block_6_start] = ACTIONS(615), - [sym__html_block_7_start] = ACTIONS(618), - [sym__pipe_table_start] = ACTIONS(621), - }, - [51] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(52), - [sym__section4] = STATE(224), - [sym__section5] = STATE(224), - [sym__section6] = STATE(224), - [sym_thematic_break] = STATE(52), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(52), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(52), - [sym_html_block] = STATE(52), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(52), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(52), - [sym_block_quote] = STATE(52), - [sym_list] = STATE(52), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [48] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(48), + [sym__section3] = STATE(228), + [sym__section4] = STATE(228), + [sym__section5] = STATE(228), + [sym__section6] = STATE(228), + [sym_thematic_break] = STATE(48), + [sym__atx_heading3] = STATE(51), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(48), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(48), + [sym_html_block] = STATE(48), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(48), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(48), + [sym_block_quote] = STATE(48), + [sym_list] = STATE(48), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(52), - [aux_sym__section3_repeat1] = STATE(52), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(48), + [aux_sym__section2_repeat1] = STATE(48), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(5), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(400), + [anon_sym_RBRACK] = ACTIONS(403), + [anon_sym_LT] = ACTIONS(403), + [anon_sym_GT] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_DQUOTE] = ACTIONS(403), + [anon_sym_POUND] = ACTIONS(403), + [anon_sym_DOLLAR] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_SQUOTE] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_COMMA] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_COLON] = ACTIONS(403), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_EQ] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(403), + [anon_sym_BSLASH] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym__] = ACTIONS(403), + [anon_sym_BQUOTE] = ACTIONS(403), + [anon_sym_LBRACE] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [anon_sym_RBRACE] = ACTIONS(403), + [anon_sym_TILDE] = ACTIONS(403), + [anon_sym_LPAREN] = ACTIONS(403), + [anon_sym_RPAREN] = ACTIONS(403), + [aux_sym__word_token1] = ACTIONS(403), + [aux_sym__word_token2] = ACTIONS(403), + [aux_sym__word_token3] = ACTIONS(403), + [sym__whitespace] = ACTIONS(485), + [sym__soft_line_ending] = ACTIONS(409), + [sym__block_close] = ACTIONS(398), + [sym__block_quote_start] = ACTIONS(488), + [sym__indented_chunk_start] = ACTIONS(491), + [sym_atx_h1_marker] = ACTIONS(398), + [sym_atx_h2_marker] = ACTIONS(398), + [sym_atx_h3_marker] = ACTIONS(494), + [sym_atx_h4_marker] = ACTIONS(497), + [sym_atx_h5_marker] = ACTIONS(500), + [sym_atx_h6_marker] = ACTIONS(503), + [sym__thematic_break] = ACTIONS(506), + [sym__list_marker_minus] = ACTIONS(433), + [sym__list_marker_plus] = ACTIONS(436), + [sym__list_marker_star] = ACTIONS(439), + [sym__list_marker_parenthesis] = ACTIONS(442), + [sym__list_marker_dot] = ACTIONS(445), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(433), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(436), + [sym__list_marker_star_dont_interrupt] = ACTIONS(439), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(442), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(445), + [sym__fenced_code_block_start_backtick] = ACTIONS(509), + [sym__fenced_code_block_start_tilde] = ACTIONS(512), + [sym__blank_line_start] = ACTIONS(515), + [sym__html_block_1_start] = ACTIONS(518), + [sym__html_block_2_start] = ACTIONS(521), + [sym__html_block_3_start] = ACTIONS(524), + [sym__html_block_4_start] = ACTIONS(527), + [sym__html_block_5_start] = ACTIONS(530), + [sym__html_block_6_start] = ACTIONS(533), + [sym__html_block_7_start] = ACTIONS(536), + [sym__pipe_table_start] = ACTIONS(539), + }, + [49] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(49), + [sym__section4] = STATE(238), + [sym__section5] = STATE(238), + [sym__section6] = STATE(238), + [sym_thematic_break] = STATE(49), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(49), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(49), + [sym_html_block] = STATE(49), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(49), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(49), + [sym_block_quote] = STATE(49), + [sym_list] = STATE(49), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(49), + [aux_sym__section3_repeat1] = STATE(49), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(542), + [anon_sym_LBRACK] = ACTIONS(544), + [anon_sym_RBRACK] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(547), + [anon_sym_GT] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(547), + [anon_sym_DQUOTE] = ACTIONS(547), + [anon_sym_POUND] = ACTIONS(547), + [anon_sym_DOLLAR] = ACTIONS(547), + [anon_sym_PERCENT] = ACTIONS(547), + [anon_sym_AMP] = ACTIONS(547), + [anon_sym_SQUOTE] = ACTIONS(547), + [anon_sym_STAR] = ACTIONS(547), + [anon_sym_PLUS] = ACTIONS(547), + [anon_sym_COMMA] = ACTIONS(547), + [anon_sym_DASH] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(547), + [anon_sym_SLASH] = ACTIONS(547), + [anon_sym_COLON] = ACTIONS(547), + [anon_sym_SEMI] = ACTIONS(547), + [anon_sym_EQ] = ACTIONS(547), + [anon_sym_QMARK] = ACTIONS(547), + [anon_sym_AT] = ACTIONS(547), + [anon_sym_BSLASH] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym__] = ACTIONS(547), + [anon_sym_BQUOTE] = ACTIONS(547), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_PIPE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_TILDE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(547), + [anon_sym_RPAREN] = ACTIONS(547), + [aux_sym__word_token1] = ACTIONS(547), + [aux_sym__word_token2] = ACTIONS(547), + [aux_sym__word_token3] = ACTIONS(547), + [sym__whitespace] = ACTIONS(550), + [sym__soft_line_ending] = ACTIONS(553), + [sym__block_quote_start] = ACTIONS(556), + [sym__indented_chunk_start] = ACTIONS(559), + [sym_atx_h1_marker] = ACTIONS(542), + [sym_atx_h2_marker] = ACTIONS(542), + [sym_atx_h3_marker] = ACTIONS(542), + [sym_atx_h4_marker] = ACTIONS(562), + [sym_atx_h5_marker] = ACTIONS(565), + [sym_atx_h6_marker] = ACTIONS(568), + [sym__thematic_break] = ACTIONS(571), + [sym__list_marker_minus] = ACTIONS(574), + [sym__list_marker_plus] = ACTIONS(577), + [sym__list_marker_star] = ACTIONS(580), + [sym__list_marker_parenthesis] = ACTIONS(583), + [sym__list_marker_dot] = ACTIONS(586), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(574), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(577), + [sym__list_marker_star_dont_interrupt] = ACTIONS(580), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(583), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(586), + [sym__fenced_code_block_start_backtick] = ACTIONS(589), + [sym__fenced_code_block_start_tilde] = ACTIONS(592), + [sym__blank_line_start] = ACTIONS(595), + [sym__html_block_1_start] = ACTIONS(598), + [sym__html_block_2_start] = ACTIONS(601), + [sym__html_block_3_start] = ACTIONS(604), + [sym__html_block_4_start] = ACTIONS(607), + [sym__html_block_5_start] = ACTIONS(610), + [sym__html_block_6_start] = ACTIONS(613), + [sym__html_block_7_start] = ACTIONS(616), + [sym__pipe_table_start] = ACTIONS(619), + }, + [50] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(49), + [sym__section4] = STATE(238), + [sym__section5] = STATE(238), + [sym__section6] = STATE(238), + [sym_thematic_break] = STATE(49), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(49), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(49), + [sym_html_block] = STATE(49), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(49), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(49), + [sym_block_quote] = STATE(49), + [sym_list] = STATE(49), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(49), + [aux_sym__section3_repeat1] = STATE(49), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(622), + [anon_sym_LBRACK] = ACTIONS(5), + [anon_sym_RBRACK] = ACTIONS(7), + [anon_sym_LT] = ACTIONS(7), + [anon_sym_GT] = ACTIONS(7), + [anon_sym_BANG] = ACTIONS(7), + [anon_sym_DQUOTE] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(7), + [anon_sym_DOLLAR] = ACTIONS(7), + [anon_sym_PERCENT] = ACTIONS(7), + [anon_sym_AMP] = ACTIONS(7), + [anon_sym_SQUOTE] = ACTIONS(7), + [anon_sym_STAR] = ACTIONS(7), + [anon_sym_PLUS] = ACTIONS(7), + [anon_sym_COMMA] = ACTIONS(7), + [anon_sym_DASH] = ACTIONS(7), + [anon_sym_DOT] = ACTIONS(7), + [anon_sym_SLASH] = ACTIONS(7), + [anon_sym_COLON] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(7), + [anon_sym_EQ] = ACTIONS(7), + [anon_sym_QMARK] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(7), + [anon_sym_BSLASH] = ACTIONS(7), + [anon_sym_CARET] = ACTIONS(7), + [anon_sym__] = ACTIONS(7), + [anon_sym_BQUOTE] = ACTIONS(7), + [anon_sym_LBRACE] = ACTIONS(7), + [anon_sym_PIPE] = ACTIONS(7), + [anon_sym_RBRACE] = ACTIONS(7), + [anon_sym_TILDE] = ACTIONS(7), + [anon_sym_LPAREN] = ACTIONS(7), + [anon_sym_RPAREN] = ACTIONS(7), + [aux_sym__word_token1] = ACTIONS(7), + [aux_sym__word_token2] = ACTIONS(7), + [aux_sym__word_token3] = ACTIONS(7), + [sym__whitespace] = ACTIONS(9), + [sym__soft_line_ending] = ACTIONS(11), + [sym__block_quote_start] = ACTIONS(13), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(622), + [sym_atx_h2_marker] = ACTIONS(622), + [sym_atx_h3_marker] = ACTIONS(622), + [sym_atx_h4_marker] = ACTIONS(23), + [sym_atx_h5_marker] = ACTIONS(25), + [sym_atx_h6_marker] = ACTIONS(27), + [sym__thematic_break] = ACTIONS(29), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(35), + [sym__list_marker_parenthesis] = ACTIONS(37), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(35), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(41), + [sym__fenced_code_block_start_tilde] = ACTIONS(43), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(47), + [sym__html_block_2_start] = ACTIONS(49), + [sym__html_block_3_start] = ACTIONS(51), + [sym__html_block_4_start] = ACTIONS(53), + [sym__html_block_5_start] = ACTIONS(55), + [sym__html_block_6_start] = ACTIONS(57), + [sym__html_block_7_start] = ACTIONS(59), + [sym__pipe_table_start] = ACTIONS(63), + }, + [51] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(52), + [sym__section4] = STATE(230), + [sym__section5] = STATE(230), + [sym__section6] = STATE(230), + [sym_thematic_break] = STATE(52), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(52), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(52), + [sym_html_block] = STATE(52), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(52), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(52), + [sym_block_quote] = STATE(52), + [sym_list] = STATE(52), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(52), + [aux_sym__section3_repeat1] = STATE(52), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), [anon_sym_GT] = ACTIONS(7), @@ -18796,185 +18796,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(111), }, [52] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(52), - [sym__section4] = STATE(224), - [sym__section5] = STATE(224), - [sym__section6] = STATE(224), - [sym_thematic_break] = STATE(52), - [sym__atx_heading4] = STATE(57), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(52), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(52), - [sym_html_block] = STATE(52), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(52), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(52), - [sym_block_quote] = STATE(52), - [sym_list] = STATE(52), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(53), + [sym__section4] = STATE(230), + [sym__section5] = STATE(230), + [sym__section6] = STATE(230), + [sym_thematic_break] = STATE(53), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(53), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(53), + [sym_html_block] = STATE(53), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(53), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(53), + [sym_block_quote] = STATE(53), + [sym_list] = STATE(53), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(52), - [aux_sym__section3_repeat1] = STATE(52), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(53), + [aux_sym__section3_repeat1] = STATE(53), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(546), - [anon_sym_RBRACK] = ACTIONS(549), - [anon_sym_LT] = ACTIONS(549), - [anon_sym_GT] = ACTIONS(549), - [anon_sym_BANG] = ACTIONS(549), - [anon_sym_DQUOTE] = ACTIONS(549), - [anon_sym_POUND] = ACTIONS(549), - [anon_sym_DOLLAR] = ACTIONS(549), - [anon_sym_PERCENT] = ACTIONS(549), - [anon_sym_AMP] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(549), - [anon_sym_STAR] = ACTIONS(549), - [anon_sym_PLUS] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(549), - [anon_sym_DASH] = ACTIONS(549), - [anon_sym_DOT] = ACTIONS(549), - [anon_sym_SLASH] = ACTIONS(549), - [anon_sym_COLON] = ACTIONS(549), - [anon_sym_SEMI] = ACTIONS(549), - [anon_sym_EQ] = ACTIONS(549), - [anon_sym_QMARK] = ACTIONS(549), - [anon_sym_AT] = ACTIONS(549), - [anon_sym_BSLASH] = ACTIONS(549), - [anon_sym_CARET] = ACTIONS(549), - [anon_sym__] = ACTIONS(549), - [anon_sym_BQUOTE] = ACTIONS(549), - [anon_sym_LBRACE] = ACTIONS(549), - [anon_sym_PIPE] = ACTIONS(549), - [anon_sym_RBRACE] = ACTIONS(549), - [anon_sym_TILDE] = ACTIONS(549), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_RPAREN] = ACTIONS(549), - [aux_sym__word_token1] = ACTIONS(549), - [aux_sym__word_token2] = ACTIONS(549), - [aux_sym__word_token3] = ACTIONS(549), - [sym__whitespace] = ACTIONS(626), - [sym__soft_line_ending] = ACTIONS(555), - [sym__block_close] = ACTIONS(544), - [sym__block_quote_start] = ACTIONS(629), - [sym__indented_chunk_start] = ACTIONS(632), - [sym_atx_h1_marker] = ACTIONS(544), - [sym_atx_h2_marker] = ACTIONS(544), - [sym_atx_h3_marker] = ACTIONS(544), - [sym_atx_h4_marker] = ACTIONS(635), - [sym_atx_h5_marker] = ACTIONS(638), - [sym_atx_h6_marker] = ACTIONS(641), - [sym__thematic_break] = ACTIONS(644), - [sym__list_marker_minus] = ACTIONS(576), - [sym__list_marker_plus] = ACTIONS(579), - [sym__list_marker_star] = ACTIONS(582), - [sym__list_marker_parenthesis] = ACTIONS(585), - [sym__list_marker_dot] = ACTIONS(588), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(579), - [sym__list_marker_star_dont_interrupt] = ACTIONS(582), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(585), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(588), - [sym__fenced_code_block_start_backtick] = ACTIONS(647), - [sym__fenced_code_block_start_tilde] = ACTIONS(650), - [sym__blank_line_start] = ACTIONS(653), - [sym__html_block_1_start] = ACTIONS(656), - [sym__html_block_2_start] = ACTIONS(659), - [sym__html_block_3_start] = ACTIONS(662), - [sym__html_block_4_start] = ACTIONS(665), - [sym__html_block_5_start] = ACTIONS(668), - [sym__html_block_6_start] = ACTIONS(671), - [sym__html_block_7_start] = ACTIONS(674), - [sym__pipe_table_start] = ACTIONS(677), - }, - [53] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(50), - [sym__section4] = STATE(267), - [sym__section5] = STATE(267), - [sym__section6] = STATE(267), - [sym_thematic_break] = STATE(50), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(50), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(50), - [sym_html_block] = STATE(50), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(50), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(50), - [sym_block_quote] = STATE(50), - [sym_list] = STATE(50), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(50), - [aux_sym__section3_repeat1] = STATE(50), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(624), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -19010,17 +18885,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(7), [aux_sym__word_token2] = ACTIONS(7), [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(9), + [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_quote_start] = ACTIONS(13), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(624), - [sym_atx_h2_marker] = ACTIONS(624), - [sym_atx_h3_marker] = ACTIONS(624), - [sym_atx_h4_marker] = ACTIONS(23), - [sym_atx_h5_marker] = ACTIONS(25), - [sym_atx_h6_marker] = ACTIONS(27), - [sym__thematic_break] = ACTIONS(29), + [sym__block_close] = ACTIONS(622), + [sym__block_quote_start] = ACTIONS(73), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(622), + [sym_atx_h2_marker] = ACTIONS(622), + [sym_atx_h3_marker] = ACTIONS(622), + [sym_atx_h4_marker] = ACTIONS(83), + [sym_atx_h5_marker] = ACTIONS(85), + [sym_atx_h6_marker] = ACTIONS(87), + [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), [sym__list_marker_star] = ACTIONS(35), @@ -19031,74 +18907,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_star_dont_interrupt] = ACTIONS(35), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(41), - [sym__fenced_code_block_start_tilde] = ACTIONS(43), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(47), - [sym__html_block_2_start] = ACTIONS(49), - [sym__html_block_3_start] = ACTIONS(51), - [sym__html_block_4_start] = ACTIONS(53), - [sym__html_block_5_start] = ACTIONS(55), - [sym__html_block_6_start] = ACTIONS(57), - [sym__html_block_7_start] = ACTIONS(59), - [sym__pipe_table_start] = ACTIONS(63), + [sym__fenced_code_block_start_backtick] = ACTIONS(91), + [sym__fenced_code_block_start_tilde] = ACTIONS(93), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(97), + [sym__html_block_2_start] = ACTIONS(99), + [sym__html_block_3_start] = ACTIONS(101), + [sym__html_block_4_start] = ACTIONS(103), + [sym__html_block_5_start] = ACTIONS(105), + [sym__html_block_6_start] = ACTIONS(107), + [sym__html_block_7_start] = ACTIONS(109), + [sym__pipe_table_start] = ACTIONS(111), }, - [54] = { - [sym_link_label] = STATE(890), + [53] = { + [sym_link_label] = STATE(916), [sym__block_not_section] = STATE(53), - [sym__section4] = STATE(267), - [sym__section5] = STATE(267), - [sym__section6] = STATE(267), + [sym__section4] = STATE(230), + [sym__section5] = STATE(230), + [sym__section6] = STATE(230), [sym_thematic_break] = STATE(53), - [sym__atx_heading4] = STATE(55), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading4] = STATE(58), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), [sym_indented_code_block] = STATE(53), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(78), [sym_fenced_code_block] = STATE(53), [sym_html_block] = STATE(53), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), [sym_link_reference_definition] = STATE(53), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(118), [sym__blank_line] = STATE(53), [sym_block_quote] = STATE(53), [sym_list] = STATE(53), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(53), + [aux_sym__section3_repeat1] = STATE(53), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(544), + [anon_sym_RBRACK] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(547), + [anon_sym_GT] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(547), + [anon_sym_DQUOTE] = ACTIONS(547), + [anon_sym_POUND] = ACTIONS(547), + [anon_sym_DOLLAR] = ACTIONS(547), + [anon_sym_PERCENT] = ACTIONS(547), + [anon_sym_AMP] = ACTIONS(547), + [anon_sym_SQUOTE] = ACTIONS(547), + [anon_sym_STAR] = ACTIONS(547), + [anon_sym_PLUS] = ACTIONS(547), + [anon_sym_COMMA] = ACTIONS(547), + [anon_sym_DASH] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(547), + [anon_sym_SLASH] = ACTIONS(547), + [anon_sym_COLON] = ACTIONS(547), + [anon_sym_SEMI] = ACTIONS(547), + [anon_sym_EQ] = ACTIONS(547), + [anon_sym_QMARK] = ACTIONS(547), + [anon_sym_AT] = ACTIONS(547), + [anon_sym_BSLASH] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym__] = ACTIONS(547), + [anon_sym_BQUOTE] = ACTIONS(547), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_PIPE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_TILDE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(547), + [anon_sym_RPAREN] = ACTIONS(547), + [aux_sym__word_token1] = ACTIONS(547), + [aux_sym__word_token2] = ACTIONS(547), + [aux_sym__word_token3] = ACTIONS(547), + [sym__whitespace] = ACTIONS(626), + [sym__soft_line_ending] = ACTIONS(553), + [sym__block_close] = ACTIONS(542), + [sym__block_quote_start] = ACTIONS(629), + [sym__indented_chunk_start] = ACTIONS(632), + [sym_atx_h1_marker] = ACTIONS(542), + [sym_atx_h2_marker] = ACTIONS(542), + [sym_atx_h3_marker] = ACTIONS(542), + [sym_atx_h4_marker] = ACTIONS(635), + [sym_atx_h5_marker] = ACTIONS(638), + [sym_atx_h6_marker] = ACTIONS(641), + [sym__thematic_break] = ACTIONS(644), + [sym__list_marker_minus] = ACTIONS(574), + [sym__list_marker_plus] = ACTIONS(577), + [sym__list_marker_star] = ACTIONS(580), + [sym__list_marker_parenthesis] = ACTIONS(583), + [sym__list_marker_dot] = ACTIONS(586), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(574), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(577), + [sym__list_marker_star_dont_interrupt] = ACTIONS(580), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(583), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(586), + [sym__fenced_code_block_start_backtick] = ACTIONS(647), + [sym__fenced_code_block_start_tilde] = ACTIONS(650), + [sym__blank_line_start] = ACTIONS(653), + [sym__html_block_1_start] = ACTIONS(656), + [sym__html_block_2_start] = ACTIONS(659), + [sym__html_block_3_start] = ACTIONS(662), + [sym__html_block_4_start] = ACTIONS(665), + [sym__html_block_5_start] = ACTIONS(668), + [sym__html_block_6_start] = ACTIONS(671), + [sym__html_block_7_start] = ACTIONS(674), + [sym__pipe_table_start] = ACTIONS(677), + }, + [54] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(50), + [sym__section4] = STATE(238), + [sym__section5] = STATE(238), + [sym__section6] = STATE(238), + [sym_thematic_break] = STATE(50), + [sym__atx_heading4] = STATE(55), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(50), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(50), + [sym_html_block] = STATE(50), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(50), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(50), + [sym_block_quote] = STATE(50), + [sym_list] = STATE(50), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(53), - [aux_sym__section3_repeat1] = STATE(53), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(50), + [aux_sym__section3_repeat1] = STATE(50), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(542), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(624), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -19138,9 +19138,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(542), - [sym_atx_h2_marker] = ACTIONS(542), - [sym_atx_h3_marker] = ACTIONS(542), + [sym_atx_h1_marker] = ACTIONS(624), + [sym_atx_h2_marker] = ACTIONS(624), + [sym_atx_h3_marker] = ACTIONS(624), [sym_atx_h4_marker] = ACTIONS(23), [sym_atx_h5_marker] = ACTIONS(25), [sym_atx_h6_marker] = ACTIONS(27), @@ -19168,58 +19168,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(63), }, [55] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(58), - [sym__section5] = STATE(266), - [sym__section6] = STATE(266), - [sym_thematic_break] = STATE(58), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(58), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(58), - [sym_html_block] = STATE(58), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(58), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(58), - [sym_block_quote] = STATE(58), - [sym_list] = STATE(58), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(59), + [sym__section5] = STATE(240), + [sym__section6] = STATE(240), + [sym_thematic_break] = STATE(59), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(59), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(59), + [sym_html_block] = STATE(59), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(59), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(59), + [sym_block_quote] = STATE(59), + [sym_list] = STATE(59), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(58), - [aux_sym__section4_repeat1] = STATE(58), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(59), + [aux_sym__section4_repeat1] = STATE(59), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(680), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), @@ -19290,58 +19290,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(63), }, [56] = { - [sym_link_label] = STATE(890), + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(56), - [sym__section5] = STATE(266), - [sym__section6] = STATE(266), + [sym__section5] = STATE(240), + [sym__section6] = STATE(240), [sym_thematic_break] = STATE(56), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(56), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(56), [sym_html_block] = STATE(56), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(56), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(56), [sym_block_quote] = STATE(56), [sym_list] = STATE(56), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(56), [aux_sym__section4_repeat1] = STATE(56), - [aux_sym_paragraph_repeat1] = STATE(380), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(682), [anon_sym_LBRACK] = ACTIONS(684), [anon_sym_RBRACK] = ACTIONS(687), @@ -19412,58 +19412,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(756), }, [57] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(59), - [sym__section5] = STATE(228), - [sym__section6] = STATE(228), - [sym_thematic_break] = STATE(59), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(59), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(59), - [sym_html_block] = STATE(59), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(59), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(59), - [sym_block_quote] = STATE(59), - [sym_list] = STATE(59), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(57), + [sym__section5] = STATE(232), + [sym__section6] = STATE(232), + [sym_thematic_break] = STATE(57), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(57), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(57), + [sym_html_block] = STATE(57), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(57), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(57), + [sym_block_quote] = STATE(57), + [sym_list] = STATE(57), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(59), - [aux_sym__section4_repeat1] = STATE(59), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(57), + [aux_sym__section4_repeat1] = STATE(57), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RBRACK] = ACTIONS(687), + [anon_sym_LT] = ACTIONS(687), + [anon_sym_GT] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(687), + [anon_sym_DQUOTE] = ACTIONS(687), + [anon_sym_POUND] = ACTIONS(687), + [anon_sym_DOLLAR] = ACTIONS(687), + [anon_sym_PERCENT] = ACTIONS(687), + [anon_sym_AMP] = ACTIONS(687), + [anon_sym_SQUOTE] = ACTIONS(687), + [anon_sym_STAR] = ACTIONS(687), + [anon_sym_PLUS] = ACTIONS(687), + [anon_sym_COMMA] = ACTIONS(687), + [anon_sym_DASH] = ACTIONS(687), + [anon_sym_DOT] = ACTIONS(687), + [anon_sym_SLASH] = ACTIONS(687), + [anon_sym_COLON] = ACTIONS(687), + [anon_sym_SEMI] = ACTIONS(687), + [anon_sym_EQ] = ACTIONS(687), + [anon_sym_QMARK] = ACTIONS(687), + [anon_sym_AT] = ACTIONS(687), + [anon_sym_BSLASH] = ACTIONS(687), + [anon_sym_CARET] = ACTIONS(687), + [anon_sym__] = ACTIONS(687), + [anon_sym_BQUOTE] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(687), + [anon_sym_PIPE] = ACTIONS(687), + [anon_sym_RBRACE] = ACTIONS(687), + [anon_sym_TILDE] = ACTIONS(687), + [anon_sym_LPAREN] = ACTIONS(687), + [anon_sym_RPAREN] = ACTIONS(687), + [aux_sym__word_token1] = ACTIONS(687), + [aux_sym__word_token2] = ACTIONS(687), + [aux_sym__word_token3] = ACTIONS(687), + [sym__whitespace] = ACTIONS(759), + [sym__soft_line_ending] = ACTIONS(693), + [sym__block_close] = ACTIONS(682), + [sym__block_quote_start] = ACTIONS(762), + [sym__indented_chunk_start] = ACTIONS(765), + [sym_atx_h1_marker] = ACTIONS(682), + [sym_atx_h2_marker] = ACTIONS(682), + [sym_atx_h3_marker] = ACTIONS(682), + [sym_atx_h4_marker] = ACTIONS(682), + [sym_atx_h5_marker] = ACTIONS(768), + [sym_atx_h6_marker] = ACTIONS(771), + [sym__thematic_break] = ACTIONS(774), + [sym__list_marker_minus] = ACTIONS(711), + [sym__list_marker_plus] = ACTIONS(714), + [sym__list_marker_star] = ACTIONS(717), + [sym__list_marker_parenthesis] = ACTIONS(720), + [sym__list_marker_dot] = ACTIONS(723), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(711), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(714), + [sym__list_marker_star_dont_interrupt] = ACTIONS(717), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(720), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(723), + [sym__fenced_code_block_start_backtick] = ACTIONS(777), + [sym__fenced_code_block_start_tilde] = ACTIONS(780), + [sym__blank_line_start] = ACTIONS(783), + [sym__html_block_1_start] = ACTIONS(786), + [sym__html_block_2_start] = ACTIONS(789), + [sym__html_block_3_start] = ACTIONS(792), + [sym__html_block_4_start] = ACTIONS(795), + [sym__html_block_5_start] = ACTIONS(798), + [sym__html_block_6_start] = ACTIONS(801), + [sym__html_block_7_start] = ACTIONS(804), + [sym__pipe_table_start] = ACTIONS(807), + }, + [58] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(60), + [sym__section5] = STATE(232), + [sym__section6] = STATE(232), + [sym_thematic_break] = STATE(60), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(60), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(60), + [sym_html_block] = STATE(60), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(60), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(60), + [sym_block_quote] = STATE(60), + [sym_list] = STATE(60), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(60), + [aux_sym__section4_repeat1] = STATE(60), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -19533,60 +19655,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [58] = { - [sym_link_label] = STATE(890), + [59] = { + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(56), - [sym__section5] = STATE(266), - [sym__section6] = STATE(266), + [sym__section5] = STATE(240), + [sym__section6] = STATE(240), [sym_thematic_break] = STATE(56), - [sym__atx_heading5] = STATE(63), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading5] = STATE(66), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(56), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(56), [sym_html_block] = STATE(56), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(56), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(56), [sym_block_quote] = STATE(56), [sym_list] = STATE(56), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(56), [aux_sym__section4_repeat1] = STATE(56), - [aux_sym_paragraph_repeat1] = STATE(380), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(759), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(810), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -19626,10 +19748,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(759), - [sym_atx_h2_marker] = ACTIONS(759), - [sym_atx_h3_marker] = ACTIONS(759), - [sym_atx_h4_marker] = ACTIONS(759), + [sym_atx_h1_marker] = ACTIONS(810), + [sym_atx_h2_marker] = ACTIONS(810), + [sym_atx_h3_marker] = ACTIONS(810), + [sym_atx_h4_marker] = ACTIONS(810), [sym_atx_h5_marker] = ACTIONS(25), [sym_atx_h6_marker] = ACTIONS(27), [sym__thematic_break] = ACTIONS(29), @@ -19655,59 +19777,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [59] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(60), - [sym__section5] = STATE(228), - [sym__section6] = STATE(228), - [sym_thematic_break] = STATE(60), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(60), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(60), - [sym_html_block] = STATE(60), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(60), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(60), - [sym_block_quote] = STATE(60), - [sym_list] = STATE(60), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [60] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(57), + [sym__section5] = STATE(232), + [sym__section6] = STATE(232), + [sym_thematic_break] = STATE(57), + [sym__atx_heading5] = STATE(62), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(57), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(57), + [sym_html_block] = STATE(57), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(57), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(57), + [sym_block_quote] = STATE(57), + [sym_list] = STATE(57), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(60), - [aux_sym__section4_repeat1] = STATE(60), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(57), + [aux_sym__section4_repeat1] = STATE(57), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -19745,13 +19867,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(759), + [sym__block_close] = ACTIONS(810), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(759), - [sym_atx_h2_marker] = ACTIONS(759), - [sym_atx_h3_marker] = ACTIONS(759), - [sym_atx_h4_marker] = ACTIONS(759), + [sym_atx_h1_marker] = ACTIONS(810), + [sym_atx_h2_marker] = ACTIONS(810), + [sym_atx_h3_marker] = ACTIONS(810), + [sym_atx_h4_marker] = ACTIONS(810), [sym_atx_h5_marker] = ACTIONS(85), [sym_atx_h6_marker] = ACTIONS(87), [sym__thematic_break] = ACTIONS(89), @@ -19777,420 +19899,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [60] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(60), - [sym__section5] = STATE(228), - [sym__section6] = STATE(228), - [sym_thematic_break] = STATE(60), - [sym__atx_heading5] = STATE(64), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(60), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(60), - [sym_html_block] = STATE(60), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(60), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(60), - [sym_block_quote] = STATE(60), - [sym_list] = STATE(60), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(60), - [aux_sym__section4_repeat1] = STATE(60), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(687), - [anon_sym_LT] = ACTIONS(687), - [anon_sym_GT] = ACTIONS(687), - [anon_sym_BANG] = ACTIONS(687), - [anon_sym_DQUOTE] = ACTIONS(687), - [anon_sym_POUND] = ACTIONS(687), - [anon_sym_DOLLAR] = ACTIONS(687), - [anon_sym_PERCENT] = ACTIONS(687), - [anon_sym_AMP] = ACTIONS(687), - [anon_sym_SQUOTE] = ACTIONS(687), - [anon_sym_STAR] = ACTIONS(687), - [anon_sym_PLUS] = ACTIONS(687), - [anon_sym_COMMA] = ACTIONS(687), - [anon_sym_DASH] = ACTIONS(687), - [anon_sym_DOT] = ACTIONS(687), - [anon_sym_SLASH] = ACTIONS(687), - [anon_sym_COLON] = ACTIONS(687), - [anon_sym_SEMI] = ACTIONS(687), - [anon_sym_EQ] = ACTIONS(687), - [anon_sym_QMARK] = ACTIONS(687), - [anon_sym_AT] = ACTIONS(687), - [anon_sym_BSLASH] = ACTIONS(687), - [anon_sym_CARET] = ACTIONS(687), - [anon_sym__] = ACTIONS(687), - [anon_sym_BQUOTE] = ACTIONS(687), - [anon_sym_LBRACE] = ACTIONS(687), - [anon_sym_PIPE] = ACTIONS(687), - [anon_sym_RBRACE] = ACTIONS(687), - [anon_sym_TILDE] = ACTIONS(687), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(687), - [aux_sym__word_token1] = ACTIONS(687), - [aux_sym__word_token2] = ACTIONS(687), - [aux_sym__word_token3] = ACTIONS(687), - [sym__whitespace] = ACTIONS(761), - [sym__soft_line_ending] = ACTIONS(693), - [sym__block_close] = ACTIONS(682), - [sym__block_quote_start] = ACTIONS(764), - [sym__indented_chunk_start] = ACTIONS(767), - [sym_atx_h1_marker] = ACTIONS(682), - [sym_atx_h2_marker] = ACTIONS(682), - [sym_atx_h3_marker] = ACTIONS(682), - [sym_atx_h4_marker] = ACTIONS(682), - [sym_atx_h5_marker] = ACTIONS(770), - [sym_atx_h6_marker] = ACTIONS(773), - [sym__thematic_break] = ACTIONS(776), - [sym__list_marker_minus] = ACTIONS(711), - [sym__list_marker_plus] = ACTIONS(714), - [sym__list_marker_star] = ACTIONS(717), - [sym__list_marker_parenthesis] = ACTIONS(720), - [sym__list_marker_dot] = ACTIONS(723), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(711), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(714), - [sym__list_marker_star_dont_interrupt] = ACTIONS(717), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(720), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(723), - [sym__fenced_code_block_start_backtick] = ACTIONS(779), - [sym__fenced_code_block_start_tilde] = ACTIONS(782), - [sym__blank_line_start] = ACTIONS(785), - [sym__html_block_1_start] = ACTIONS(788), - [sym__html_block_2_start] = ACTIONS(791), - [sym__html_block_3_start] = ACTIONS(794), - [sym__html_block_4_start] = ACTIONS(797), - [sym__html_block_5_start] = ACTIONS(800), - [sym__html_block_6_start] = ACTIONS(803), - [sym__html_block_7_start] = ACTIONS(806), - [sym__pipe_table_start] = ACTIONS(809), - }, [61] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(61), - [sym__section6] = STATE(264), - [sym_thematic_break] = STATE(61), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(61), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(61), - [sym_html_block] = STATE(61), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(61), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(61), - [sym_block_quote] = STATE(61), - [sym_list] = STATE(61), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(64), + [sym__section6] = STATE(242), + [sym_thematic_break] = STATE(64), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(64), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(64), + [sym_html_block] = STATE(64), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(64), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(64), + [sym_block_quote] = STATE(64), + [sym_list] = STATE(64), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(61), - [aux_sym__section5_repeat1] = STATE(61), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(64), + [aux_sym__section5_repeat1] = STATE(64), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(812), - [anon_sym_LBRACK] = ACTIONS(814), - [anon_sym_RBRACK] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_BANG] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [anon_sym_POUND] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_PERCENT] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - [anon_sym_SQUOTE] = ACTIONS(817), - [anon_sym_STAR] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_COMMA] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_DOT] = ACTIONS(817), - [anon_sym_SLASH] = ACTIONS(817), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_EQ] = ACTIONS(817), - [anon_sym_QMARK] = ACTIONS(817), - [anon_sym_AT] = ACTIONS(817), - [anon_sym_BSLASH] = ACTIONS(817), - [anon_sym_CARET] = ACTIONS(817), - [anon_sym__] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LBRACE] = ACTIONS(817), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RBRACE] = ACTIONS(817), - [anon_sym_TILDE] = ACTIONS(817), - [anon_sym_LPAREN] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [aux_sym__word_token1] = ACTIONS(817), - [aux_sym__word_token2] = ACTIONS(817), - [aux_sym__word_token3] = ACTIONS(817), - [sym__whitespace] = ACTIONS(820), - [sym__soft_line_ending] = ACTIONS(823), - [sym__block_quote_start] = ACTIONS(826), - [sym__indented_chunk_start] = ACTIONS(829), - [sym_atx_h1_marker] = ACTIONS(812), - [sym_atx_h2_marker] = ACTIONS(812), - [sym_atx_h3_marker] = ACTIONS(812), - [sym_atx_h4_marker] = ACTIONS(812), - [sym_atx_h5_marker] = ACTIONS(812), - [sym_atx_h6_marker] = ACTIONS(832), - [sym__thematic_break] = ACTIONS(835), - [sym__list_marker_minus] = ACTIONS(838), - [sym__list_marker_plus] = ACTIONS(841), - [sym__list_marker_star] = ACTIONS(844), - [sym__list_marker_parenthesis] = ACTIONS(847), - [sym__list_marker_dot] = ACTIONS(850), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(838), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(841), - [sym__list_marker_star_dont_interrupt] = ACTIONS(844), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(847), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(850), - [sym__fenced_code_block_start_backtick] = ACTIONS(853), - [sym__fenced_code_block_start_tilde] = ACTIONS(856), - [sym__blank_line_start] = ACTIONS(859), - [sym__html_block_1_start] = ACTIONS(862), - [sym__html_block_2_start] = ACTIONS(865), - [sym__html_block_3_start] = ACTIONS(868), - [sym__html_block_4_start] = ACTIONS(871), - [sym__html_block_5_start] = ACTIONS(874), - [sym__html_block_6_start] = ACTIONS(877), - [sym__html_block_7_start] = ACTIONS(880), - [sym__pipe_table_start] = ACTIONS(883), - }, - [62] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(62), - [sym__section6] = STATE(231), - [sym_thematic_break] = STATE(62), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(62), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(62), - [sym_html_block] = STATE(62), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(62), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(62), - [sym_block_quote] = STATE(62), - [sym_list] = STATE(62), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), - [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(62), - [aux_sym__section5_repeat1] = STATE(62), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), - [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), - [anon_sym_LBRACK] = ACTIONS(814), - [anon_sym_RBRACK] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_BANG] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [anon_sym_POUND] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_PERCENT] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - [anon_sym_SQUOTE] = ACTIONS(817), - [anon_sym_STAR] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_COMMA] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_DOT] = ACTIONS(817), - [anon_sym_SLASH] = ACTIONS(817), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_EQ] = ACTIONS(817), - [anon_sym_QMARK] = ACTIONS(817), - [anon_sym_AT] = ACTIONS(817), - [anon_sym_BSLASH] = ACTIONS(817), - [anon_sym_CARET] = ACTIONS(817), - [anon_sym__] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LBRACE] = ACTIONS(817), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RBRACE] = ACTIONS(817), - [anon_sym_TILDE] = ACTIONS(817), - [anon_sym_LPAREN] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [aux_sym__word_token1] = ACTIONS(817), - [aux_sym__word_token2] = ACTIONS(817), - [aux_sym__word_token3] = ACTIONS(817), - [sym__whitespace] = ACTIONS(886), - [sym__soft_line_ending] = ACTIONS(823), - [sym__block_close] = ACTIONS(812), - [sym__block_quote_start] = ACTIONS(889), - [sym__indented_chunk_start] = ACTIONS(892), - [sym_atx_h1_marker] = ACTIONS(812), - [sym_atx_h2_marker] = ACTIONS(812), - [sym_atx_h3_marker] = ACTIONS(812), - [sym_atx_h4_marker] = ACTIONS(812), - [sym_atx_h5_marker] = ACTIONS(812), - [sym_atx_h6_marker] = ACTIONS(895), - [sym__thematic_break] = ACTIONS(898), - [sym__list_marker_minus] = ACTIONS(838), - [sym__list_marker_plus] = ACTIONS(841), - [sym__list_marker_star] = ACTIONS(844), - [sym__list_marker_parenthesis] = ACTIONS(847), - [sym__list_marker_dot] = ACTIONS(850), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(838), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(841), - [sym__list_marker_star_dont_interrupt] = ACTIONS(844), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(847), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(850), - [sym__fenced_code_block_start_backtick] = ACTIONS(901), - [sym__fenced_code_block_start_tilde] = ACTIONS(904), - [sym__blank_line_start] = ACTIONS(907), - [sym__html_block_1_start] = ACTIONS(910), - [sym__html_block_2_start] = ACTIONS(913), - [sym__html_block_3_start] = ACTIONS(916), - [sym__html_block_4_start] = ACTIONS(919), - [sym__html_block_5_start] = ACTIONS(922), - [sym__html_block_6_start] = ACTIONS(925), - [sym__html_block_7_start] = ACTIONS(928), - [sym__pipe_table_start] = ACTIONS(931), - }, - [63] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(66), - [sym__section6] = STATE(264), - [sym_thematic_break] = STATE(66), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(66), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(66), - [sym_html_block] = STATE(66), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(66), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(66), - [sym_block_quote] = STATE(66), - [sym_list] = STATE(66), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(66), - [aux_sym__section5_repeat1] = STATE(66), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(934), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -20230,11 +19990,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(934), - [sym_atx_h2_marker] = ACTIONS(934), - [sym_atx_h3_marker] = ACTIONS(934), - [sym_atx_h4_marker] = ACTIONS(934), - [sym_atx_h5_marker] = ACTIONS(934), + [sym_atx_h1_marker] = ACTIONS(812), + [sym_atx_h2_marker] = ACTIONS(812), + [sym_atx_h3_marker] = ACTIONS(812), + [sym_atx_h4_marker] = ACTIONS(812), + [sym_atx_h5_marker] = ACTIONS(812), [sym_atx_h6_marker] = ACTIONS(27), [sym__thematic_break] = ACTIONS(29), [sym__list_marker_minus] = ACTIONS(31), @@ -20259,57 +20019,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [64] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(65), - [sym__section6] = STATE(231), - [sym_thematic_break] = STATE(65), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(65), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(65), - [sym_html_block] = STATE(65), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(65), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(65), - [sym_block_quote] = STATE(65), - [sym_list] = STATE(65), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [62] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(63), + [sym__section6] = STATE(234), + [sym_thematic_break] = STATE(63), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(63), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(63), + [sym_html_block] = STATE(63), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(63), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(63), + [sym_block_quote] = STATE(63), + [sym_list] = STATE(63), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(65), - [aux_sym__section5_repeat1] = STATE(65), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(63), + [aux_sym__section5_repeat1] = STATE(63), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -20347,14 +20107,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(934), + [sym__block_close] = ACTIONS(814), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(934), - [sym_atx_h2_marker] = ACTIONS(934), - [sym_atx_h3_marker] = ACTIONS(934), - [sym_atx_h4_marker] = ACTIONS(934), - [sym_atx_h5_marker] = ACTIONS(934), + [sym_atx_h1_marker] = ACTIONS(814), + [sym_atx_h2_marker] = ACTIONS(814), + [sym_atx_h3_marker] = ACTIONS(814), + [sym_atx_h4_marker] = ACTIONS(814), + [sym_atx_h5_marker] = ACTIONS(814), [sym_atx_h6_marker] = ACTIONS(87), [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), @@ -20379,57 +20139,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [65] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(62), - [sym__section6] = STATE(231), - [sym_thematic_break] = STATE(62), - [sym__atx_heading6] = STATE(72), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(62), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(62), - [sym_html_block] = STATE(62), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(62), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(62), - [sym_block_quote] = STATE(62), - [sym_list] = STATE(62), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [63] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(65), + [sym__section6] = STATE(234), + [sym_thematic_break] = STATE(65), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(65), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(65), + [sym_html_block] = STATE(65), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(65), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(65), + [sym_block_quote] = STATE(65), + [sym_list] = STATE(65), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(62), - [aux_sym__section5_repeat1] = STATE(62), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(65), + [aux_sym__section5_repeat1] = STATE(65), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -20467,14 +20227,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(936), + [sym__block_close] = ACTIONS(812), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(936), - [sym_atx_h2_marker] = ACTIONS(936), - [sym_atx_h3_marker] = ACTIONS(936), - [sym_atx_h4_marker] = ACTIONS(936), - [sym_atx_h5_marker] = ACTIONS(936), + [sym_atx_h1_marker] = ACTIONS(812), + [sym_atx_h2_marker] = ACTIONS(812), + [sym_atx_h3_marker] = ACTIONS(812), + [sym_atx_h4_marker] = ACTIONS(812), + [sym_atx_h5_marker] = ACTIONS(812), [sym_atx_h6_marker] = ACTIONS(87), [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), @@ -20499,58 +20259,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, + [64] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(64), + [sym__section6] = STATE(242), + [sym_thematic_break] = STATE(64), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(64), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(64), + [sym_html_block] = STATE(64), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(64), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(64), + [sym_block_quote] = STATE(64), + [sym_list] = STATE(64), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(64), + [aux_sym__section5_repeat1] = STATE(64), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(816), + [anon_sym_LBRACK] = ACTIONS(818), + [anon_sym_RBRACK] = ACTIONS(821), + [anon_sym_LT] = ACTIONS(821), + [anon_sym_GT] = ACTIONS(821), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_DQUOTE] = ACTIONS(821), + [anon_sym_POUND] = ACTIONS(821), + [anon_sym_DOLLAR] = ACTIONS(821), + [anon_sym_PERCENT] = ACTIONS(821), + [anon_sym_AMP] = ACTIONS(821), + [anon_sym_SQUOTE] = ACTIONS(821), + [anon_sym_STAR] = ACTIONS(821), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_COMMA] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_DOT] = ACTIONS(821), + [anon_sym_SLASH] = ACTIONS(821), + [anon_sym_COLON] = ACTIONS(821), + [anon_sym_SEMI] = ACTIONS(821), + [anon_sym_EQ] = ACTIONS(821), + [anon_sym_QMARK] = ACTIONS(821), + [anon_sym_AT] = ACTIONS(821), + [anon_sym_BSLASH] = ACTIONS(821), + [anon_sym_CARET] = ACTIONS(821), + [anon_sym__] = ACTIONS(821), + [anon_sym_BQUOTE] = ACTIONS(821), + [anon_sym_LBRACE] = ACTIONS(821), + [anon_sym_PIPE] = ACTIONS(821), + [anon_sym_RBRACE] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(821), + [anon_sym_LPAREN] = ACTIONS(821), + [anon_sym_RPAREN] = ACTIONS(821), + [aux_sym__word_token1] = ACTIONS(821), + [aux_sym__word_token2] = ACTIONS(821), + [aux_sym__word_token3] = ACTIONS(821), + [sym__whitespace] = ACTIONS(824), + [sym__soft_line_ending] = ACTIONS(827), + [sym__block_quote_start] = ACTIONS(830), + [sym__indented_chunk_start] = ACTIONS(833), + [sym_atx_h1_marker] = ACTIONS(816), + [sym_atx_h2_marker] = ACTIONS(816), + [sym_atx_h3_marker] = ACTIONS(816), + [sym_atx_h4_marker] = ACTIONS(816), + [sym_atx_h5_marker] = ACTIONS(816), + [sym_atx_h6_marker] = ACTIONS(836), + [sym__thematic_break] = ACTIONS(839), + [sym__list_marker_minus] = ACTIONS(842), + [sym__list_marker_plus] = ACTIONS(845), + [sym__list_marker_star] = ACTIONS(848), + [sym__list_marker_parenthesis] = ACTIONS(851), + [sym__list_marker_dot] = ACTIONS(854), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(842), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(845), + [sym__list_marker_star_dont_interrupt] = ACTIONS(848), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(851), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(854), + [sym__fenced_code_block_start_backtick] = ACTIONS(857), + [sym__fenced_code_block_start_tilde] = ACTIONS(860), + [sym__blank_line_start] = ACTIONS(863), + [sym__html_block_1_start] = ACTIONS(866), + [sym__html_block_2_start] = ACTIONS(869), + [sym__html_block_3_start] = ACTIONS(872), + [sym__html_block_4_start] = ACTIONS(875), + [sym__html_block_5_start] = ACTIONS(878), + [sym__html_block_6_start] = ACTIONS(881), + [sym__html_block_7_start] = ACTIONS(884), + [sym__pipe_table_start] = ACTIONS(887), + }, + [65] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(65), + [sym__section6] = STATE(234), + [sym_thematic_break] = STATE(65), + [sym__atx_heading6] = STATE(69), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(65), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(65), + [sym_html_block] = STATE(65), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(65), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(65), + [sym_block_quote] = STATE(65), + [sym_list] = STATE(65), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), + [sym__list_item_parenthesis] = STATE(83), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(65), + [aux_sym__section5_repeat1] = STATE(65), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), + [aux_sym__list_parenthesis_repeat1] = STATE(83), + [aux_sym__line_repeat1] = STATE(506), + [anon_sym_LBRACK] = ACTIONS(818), + [anon_sym_RBRACK] = ACTIONS(821), + [anon_sym_LT] = ACTIONS(821), + [anon_sym_GT] = ACTIONS(821), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_DQUOTE] = ACTIONS(821), + [anon_sym_POUND] = ACTIONS(821), + [anon_sym_DOLLAR] = ACTIONS(821), + [anon_sym_PERCENT] = ACTIONS(821), + [anon_sym_AMP] = ACTIONS(821), + [anon_sym_SQUOTE] = ACTIONS(821), + [anon_sym_STAR] = ACTIONS(821), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_COMMA] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_DOT] = ACTIONS(821), + [anon_sym_SLASH] = ACTIONS(821), + [anon_sym_COLON] = ACTIONS(821), + [anon_sym_SEMI] = ACTIONS(821), + [anon_sym_EQ] = ACTIONS(821), + [anon_sym_QMARK] = ACTIONS(821), + [anon_sym_AT] = ACTIONS(821), + [anon_sym_BSLASH] = ACTIONS(821), + [anon_sym_CARET] = ACTIONS(821), + [anon_sym__] = ACTIONS(821), + [anon_sym_BQUOTE] = ACTIONS(821), + [anon_sym_LBRACE] = ACTIONS(821), + [anon_sym_PIPE] = ACTIONS(821), + [anon_sym_RBRACE] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(821), + [anon_sym_LPAREN] = ACTIONS(821), + [anon_sym_RPAREN] = ACTIONS(821), + [aux_sym__word_token1] = ACTIONS(821), + [aux_sym__word_token2] = ACTIONS(821), + [aux_sym__word_token3] = ACTIONS(821), + [sym__whitespace] = ACTIONS(890), + [sym__soft_line_ending] = ACTIONS(827), + [sym__block_close] = ACTIONS(816), + [sym__block_quote_start] = ACTIONS(893), + [sym__indented_chunk_start] = ACTIONS(896), + [sym_atx_h1_marker] = ACTIONS(816), + [sym_atx_h2_marker] = ACTIONS(816), + [sym_atx_h3_marker] = ACTIONS(816), + [sym_atx_h4_marker] = ACTIONS(816), + [sym_atx_h5_marker] = ACTIONS(816), + [sym_atx_h6_marker] = ACTIONS(899), + [sym__thematic_break] = ACTIONS(902), + [sym__list_marker_minus] = ACTIONS(842), + [sym__list_marker_plus] = ACTIONS(845), + [sym__list_marker_star] = ACTIONS(848), + [sym__list_marker_parenthesis] = ACTIONS(851), + [sym__list_marker_dot] = ACTIONS(854), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(842), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(845), + [sym__list_marker_star_dont_interrupt] = ACTIONS(848), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(851), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(854), + [sym__fenced_code_block_start_backtick] = ACTIONS(905), + [sym__fenced_code_block_start_tilde] = ACTIONS(908), + [sym__blank_line_start] = ACTIONS(911), + [sym__html_block_1_start] = ACTIONS(914), + [sym__html_block_2_start] = ACTIONS(917), + [sym__html_block_3_start] = ACTIONS(920), + [sym__html_block_4_start] = ACTIONS(923), + [sym__html_block_5_start] = ACTIONS(926), + [sym__html_block_6_start] = ACTIONS(929), + [sym__html_block_7_start] = ACTIONS(932), + [sym__pipe_table_start] = ACTIONS(935), + }, [66] = { - [sym_link_label] = STATE(890), + [sym_link_label] = STATE(905), [sym__block_not_section] = STATE(61), - [sym__section6] = STATE(264), + [sym__section6] = STATE(242), [sym_thematic_break] = STATE(61), - [sym__atx_heading6] = STATE(71), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), + [sym__atx_heading6] = STATE(72), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), [sym_indented_code_block] = STATE(61), - [sym__indented_chunk] = STATE(94), + [sym__indented_chunk] = STATE(96), [sym_fenced_code_block] = STATE(61), [sym_html_block] = STATE(61), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), [sym_link_reference_definition] = STATE(61), - [sym_paragraph] = STATE(112), + [sym_paragraph] = STATE(114), [sym__blank_line] = STATE(61), [sym_block_quote] = STATE(61), [sym_list] = STATE(61), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), [sym_pipe_table] = STATE(61), [aux_sym__section5_repeat1] = STATE(61), - [aux_sym_paragraph_repeat1] = STATE(380), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(936), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(814), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -20590,11 +20590,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(936), - [sym_atx_h2_marker] = ACTIONS(936), - [sym_atx_h3_marker] = ACTIONS(936), - [sym_atx_h4_marker] = ACTIONS(936), - [sym_atx_h5_marker] = ACTIONS(936), + [sym_atx_h1_marker] = ACTIONS(814), + [sym_atx_h2_marker] = ACTIONS(814), + [sym_atx_h3_marker] = ACTIONS(814), + [sym_atx_h4_marker] = ACTIONS(814), + [sym_atx_h5_marker] = ACTIONS(814), [sym_atx_h6_marker] = ACTIONS(27), [sym__thematic_break] = ACTIONS(29), [sym__list_marker_minus] = ACTIONS(31), @@ -20620,173 +20620,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(63), }, [67] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_thematic_break] = STATE(233), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_thematic_break] = STATE(339), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), [sym_list_marker_plus] = STATE(3), [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), + [sym_list_marker_star] = STATE(2), [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), + [sym_list_marker_parenthesis] = STATE(5), [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), + [sym__list_item_minus] = STATE(73), [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(67), - [aux_sym_paragraph_repeat1] = STATE(380), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(71), + [aux_sym_paragraph_repeat1] = STATE(375), [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), + [aux_sym__list_minus_repeat1] = STATE(73), [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), [ts_builtin_sym_end] = ACTIONS(938), - [anon_sym_LBRACK] = ACTIONS(940), - [anon_sym_RBRACK] = ACTIONS(943), - [anon_sym_LT] = ACTIONS(943), - [anon_sym_GT] = ACTIONS(943), - [anon_sym_BANG] = ACTIONS(943), - [anon_sym_DQUOTE] = ACTIONS(943), - [anon_sym_POUND] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(943), - [anon_sym_PERCENT] = ACTIONS(943), - [anon_sym_AMP] = ACTIONS(943), - [anon_sym_SQUOTE] = ACTIONS(943), - [anon_sym_STAR] = ACTIONS(943), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_COMMA] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_DOT] = ACTIONS(943), - [anon_sym_SLASH] = ACTIONS(943), - [anon_sym_COLON] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_EQ] = ACTIONS(943), - [anon_sym_QMARK] = ACTIONS(943), - [anon_sym_AT] = ACTIONS(943), - [anon_sym_BSLASH] = ACTIONS(943), - [anon_sym_CARET] = ACTIONS(943), - [anon_sym__] = ACTIONS(943), - [anon_sym_BQUOTE] = ACTIONS(943), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_TILDE] = ACTIONS(943), - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [aux_sym__word_token1] = ACTIONS(943), - [aux_sym__word_token2] = ACTIONS(943), - [aux_sym__word_token3] = ACTIONS(943), - [sym__whitespace] = ACTIONS(946), - [sym__soft_line_ending] = ACTIONS(949), - [sym__block_quote_start] = ACTIONS(952), - [sym__indented_chunk_start] = ACTIONS(955), - [sym_atx_h1_marker] = ACTIONS(938), - [sym_atx_h2_marker] = ACTIONS(938), - [sym_atx_h3_marker] = ACTIONS(938), - [sym_atx_h4_marker] = ACTIONS(938), - [sym_atx_h5_marker] = ACTIONS(938), - [sym_atx_h6_marker] = ACTIONS(938), - [sym__thematic_break] = ACTIONS(958), - [sym__list_marker_minus] = ACTIONS(961), - [sym__list_marker_plus] = ACTIONS(964), - [sym__list_marker_star] = ACTIONS(967), - [sym__list_marker_parenthesis] = ACTIONS(970), - [sym__list_marker_dot] = ACTIONS(973), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(961), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(964), - [sym__list_marker_star_dont_interrupt] = ACTIONS(967), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(970), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(973), - [sym__fenced_code_block_start_backtick] = ACTIONS(976), - [sym__fenced_code_block_start_tilde] = ACTIONS(979), - [sym__blank_line_start] = ACTIONS(982), - [sym__html_block_1_start] = ACTIONS(985), - [sym__html_block_2_start] = ACTIONS(988), - [sym__html_block_3_start] = ACTIONS(991), - [sym__html_block_4_start] = ACTIONS(994), - [sym__html_block_5_start] = ACTIONS(997), - [sym__html_block_6_start] = ACTIONS(1000), - [sym__html_block_7_start] = ACTIONS(1003), - [sym__pipe_table_start] = ACTIONS(1006), - }, - [68] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_thematic_break] = STATE(233), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(67), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1009), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -20826,12 +20708,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(11), [sym__block_quote_start] = ACTIONS(13), [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(1009), - [sym_atx_h2_marker] = ACTIONS(1009), - [sym_atx_h3_marker] = ACTIONS(1009), - [sym_atx_h4_marker] = ACTIONS(1009), - [sym_atx_h5_marker] = ACTIONS(1009), - [sym_atx_h6_marker] = ACTIONS(1009), + [sym_atx_h1_marker] = ACTIONS(938), + [sym_atx_h2_marker] = ACTIONS(938), + [sym_atx_h3_marker] = ACTIONS(938), + [sym_atx_h4_marker] = ACTIONS(938), + [sym_atx_h5_marker] = ACTIONS(938), + [sym_atx_h6_marker] = ACTIONS(938), [sym__thematic_break] = ACTIONS(29), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), @@ -20855,55 +20737,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(59), [sym__pipe_table_start] = ACTIONS(63), }, - [69] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(210), - [sym_thematic_break] = STATE(210), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(210), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(210), - [sym_html_block] = STATE(210), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(210), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(210), - [sym_block_quote] = STATE(210), - [sym_list] = STATE(210), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [68] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(195), + [sym_thematic_break] = STATE(195), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(195), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(195), + [sym_html_block] = STATE(195), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(195), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(195), + [sym_block_quote] = STATE(195), + [sym_list] = STATE(195), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(210), - [aux_sym_document_repeat1] = STATE(69), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(195), + [aux_sym_document_repeat1] = STATE(68), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(940), [anon_sym_RBRACK] = ACTIONS(943), [anon_sym_LT] = ACTIONS(943), @@ -20939,89 +20821,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(943), [aux_sym__word_token2] = ACTIONS(943), [aux_sym__word_token3] = ACTIONS(943), - [sym__whitespace] = ACTIONS(1011), + [sym__whitespace] = ACTIONS(946), [sym__soft_line_ending] = ACTIONS(949), - [sym__block_close] = ACTIONS(938), - [sym__block_quote_start] = ACTIONS(1014), - [sym__indented_chunk_start] = ACTIONS(1017), - [sym_atx_h1_marker] = ACTIONS(938), - [sym_atx_h2_marker] = ACTIONS(938), - [sym_atx_h3_marker] = ACTIONS(938), - [sym_atx_h4_marker] = ACTIONS(938), - [sym_atx_h5_marker] = ACTIONS(938), - [sym_atx_h6_marker] = ACTIONS(938), - [sym__thematic_break] = ACTIONS(1020), - [sym__list_marker_minus] = ACTIONS(961), - [sym__list_marker_plus] = ACTIONS(964), - [sym__list_marker_star] = ACTIONS(967), - [sym__list_marker_parenthesis] = ACTIONS(970), - [sym__list_marker_dot] = ACTIONS(973), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(961), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(964), - [sym__list_marker_star_dont_interrupt] = ACTIONS(967), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(970), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(973), - [sym__fenced_code_block_start_backtick] = ACTIONS(1023), - [sym__fenced_code_block_start_tilde] = ACTIONS(1026), - [sym__blank_line_start] = ACTIONS(1029), - [sym__html_block_1_start] = ACTIONS(1032), - [sym__html_block_2_start] = ACTIONS(1035), - [sym__html_block_3_start] = ACTIONS(1038), - [sym__html_block_4_start] = ACTIONS(1041), - [sym__html_block_5_start] = ACTIONS(1044), - [sym__html_block_6_start] = ACTIONS(1047), - [sym__html_block_7_start] = ACTIONS(1050), - [sym__pipe_table_start] = ACTIONS(1053), + [sym__block_close] = ACTIONS(952), + [sym__block_quote_start] = ACTIONS(954), + [sym__indented_chunk_start] = ACTIONS(957), + [sym_atx_h1_marker] = ACTIONS(952), + [sym_atx_h2_marker] = ACTIONS(952), + [sym_atx_h3_marker] = ACTIONS(952), + [sym_atx_h4_marker] = ACTIONS(952), + [sym_atx_h5_marker] = ACTIONS(952), + [sym_atx_h6_marker] = ACTIONS(952), + [sym__thematic_break] = ACTIONS(960), + [sym__list_marker_minus] = ACTIONS(963), + [sym__list_marker_plus] = ACTIONS(966), + [sym__list_marker_star] = ACTIONS(969), + [sym__list_marker_parenthesis] = ACTIONS(972), + [sym__list_marker_dot] = ACTIONS(975), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(963), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(966), + [sym__list_marker_star_dont_interrupt] = ACTIONS(969), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(972), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(975), + [sym__fenced_code_block_start_backtick] = ACTIONS(978), + [sym__fenced_code_block_start_tilde] = ACTIONS(981), + [sym__blank_line_start] = ACTIONS(984), + [sym__html_block_1_start] = ACTIONS(987), + [sym__html_block_2_start] = ACTIONS(990), + [sym__html_block_3_start] = ACTIONS(993), + [sym__html_block_4_start] = ACTIONS(996), + [sym__html_block_5_start] = ACTIONS(999), + [sym__html_block_6_start] = ACTIONS(1002), + [sym__html_block_7_start] = ACTIONS(1005), + [sym__pipe_table_start] = ACTIONS(1008), }, - [70] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(210), - [sym_thematic_break] = STATE(210), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(210), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(210), - [sym_html_block] = STATE(210), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(210), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(210), - [sym_block_quote] = STATE(210), - [sym_list] = STATE(210), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [69] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(195), + [sym_thematic_break] = STATE(195), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(195), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(195), + [sym_html_block] = STATE(195), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(195), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(195), + [sym_block_quote] = STATE(195), + [sym_list] = STATE(195), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(210), - [aux_sym_document_repeat1] = STATE(69), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(195), + [aux_sym_document_repeat1] = STATE(70), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -21059,15 +20941,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(1009), + [sym__block_close] = ACTIONS(1011), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(1009), - [sym_atx_h2_marker] = ACTIONS(1009), - [sym_atx_h3_marker] = ACTIONS(1009), - [sym_atx_h4_marker] = ACTIONS(1009), - [sym_atx_h5_marker] = ACTIONS(1009), - [sym_atx_h6_marker] = ACTIONS(1009), + [sym_atx_h1_marker] = ACTIONS(1011), + [sym_atx_h2_marker] = ACTIONS(1011), + [sym_atx_h3_marker] = ACTIONS(1011), + [sym_atx_h4_marker] = ACTIONS(1011), + [sym_atx_h5_marker] = ACTIONS(1011), + [sym_atx_h6_marker] = ACTIONS(1011), [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), @@ -21091,173 +20973,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, - [71] = { - [sym_link_label] = STATE(890), - [sym__block_not_section] = STATE(233), - [sym_thematic_break] = STATE(233), - [sym__setext_heading1] = STATE(234), - [sym__setext_heading2] = STATE(235), - [sym_indented_code_block] = STATE(233), - [sym__indented_chunk] = STATE(94), - [sym_fenced_code_block] = STATE(233), - [sym_html_block] = STATE(233), - [sym__html_block_1] = STATE(239), - [sym__html_block_2] = STATE(239), - [sym__html_block_3] = STATE(239), - [sym__html_block_4] = STATE(239), - [sym__html_block_5] = STATE(239), - [sym__html_block_6] = STATE(239), - [sym__html_block_7] = STATE(239), - [sym_link_reference_definition] = STATE(233), - [sym_paragraph] = STATE(112), - [sym__blank_line] = STATE(233), - [sym_block_quote] = STATE(233), - [sym_list] = STATE(233), - [sym__list_plus] = STATE(240), - [sym__list_minus] = STATE(240), - [sym__list_star] = STATE(240), - [sym__list_dot] = STATE(240), - [sym__list_parenthesis] = STATE(240), - [sym_list_marker_plus] = STATE(3), - [sym_list_marker_minus] = STATE(4), - [sym_list_marker_star] = STATE(5), - [sym_list_marker_dot] = STATE(6), - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_plus] = STATE(98), - [sym__list_item_minus] = STATE(100), - [sym__list_item_star] = STATE(99), - [sym__list_item_dot] = STATE(97), - [sym__list_item_parenthesis] = STATE(75), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(233), - [aux_sym_document_repeat1] = STATE(68), - [aux_sym_paragraph_repeat1] = STATE(380), - [aux_sym__list_plus_repeat1] = STATE(98), - [aux_sym__list_minus_repeat1] = STATE(100), - [aux_sym__list_star_repeat1] = STATE(99), - [aux_sym__list_dot_repeat1] = STATE(97), - [aux_sym__list_parenthesis_repeat1] = STATE(75), - [aux_sym__line_repeat1] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1056), - [anon_sym_LBRACK] = ACTIONS(5), - [anon_sym_RBRACK] = ACTIONS(7), - [anon_sym_LT] = ACTIONS(7), - [anon_sym_GT] = ACTIONS(7), - [anon_sym_BANG] = ACTIONS(7), - [anon_sym_DQUOTE] = ACTIONS(7), - [anon_sym_POUND] = ACTIONS(7), - [anon_sym_DOLLAR] = ACTIONS(7), - [anon_sym_PERCENT] = ACTIONS(7), - [anon_sym_AMP] = ACTIONS(7), - [anon_sym_SQUOTE] = ACTIONS(7), - [anon_sym_STAR] = ACTIONS(7), - [anon_sym_PLUS] = ACTIONS(7), - [anon_sym_COMMA] = ACTIONS(7), - [anon_sym_DASH] = ACTIONS(7), - [anon_sym_DOT] = ACTIONS(7), - [anon_sym_SLASH] = ACTIONS(7), - [anon_sym_COLON] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(7), - [anon_sym_EQ] = ACTIONS(7), - [anon_sym_QMARK] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(7), - [anon_sym_BSLASH] = ACTIONS(7), - [anon_sym_CARET] = ACTIONS(7), - [anon_sym__] = ACTIONS(7), - [anon_sym_BQUOTE] = ACTIONS(7), - [anon_sym_LBRACE] = ACTIONS(7), - [anon_sym_PIPE] = ACTIONS(7), - [anon_sym_RBRACE] = ACTIONS(7), - [anon_sym_TILDE] = ACTIONS(7), - [anon_sym_LPAREN] = ACTIONS(7), - [anon_sym_RPAREN] = ACTIONS(7), - [aux_sym__word_token1] = ACTIONS(7), - [aux_sym__word_token2] = ACTIONS(7), - [aux_sym__word_token3] = ACTIONS(7), - [sym__whitespace] = ACTIONS(9), - [sym__soft_line_ending] = ACTIONS(11), - [sym__block_quote_start] = ACTIONS(13), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(1056), - [sym_atx_h2_marker] = ACTIONS(1056), - [sym_atx_h3_marker] = ACTIONS(1056), - [sym_atx_h4_marker] = ACTIONS(1056), - [sym_atx_h5_marker] = ACTIONS(1056), - [sym_atx_h6_marker] = ACTIONS(1056), - [sym__thematic_break] = ACTIONS(29), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(33), - [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), - [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(41), - [sym__fenced_code_block_start_tilde] = ACTIONS(43), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(47), - [sym__html_block_2_start] = ACTIONS(49), - [sym__html_block_3_start] = ACTIONS(51), - [sym__html_block_4_start] = ACTIONS(53), - [sym__html_block_5_start] = ACTIONS(55), - [sym__html_block_6_start] = ACTIONS(57), - [sym__html_block_7_start] = ACTIONS(59), - [sym__pipe_table_start] = ACTIONS(63), - }, - [72] = { - [sym_link_label] = STATE(917), - [sym__block_not_section] = STATE(210), - [sym_thematic_break] = STATE(210), - [sym__setext_heading1] = STATE(208), - [sym__setext_heading2] = STATE(206), - [sym_indented_code_block] = STATE(210), - [sym__indented_chunk] = STATE(89), - [sym_fenced_code_block] = STATE(210), - [sym_html_block] = STATE(210), - [sym__html_block_1] = STATE(205), - [sym__html_block_2] = STATE(205), - [sym__html_block_3] = STATE(205), - [sym__html_block_4] = STATE(205), - [sym__html_block_5] = STATE(205), - [sym__html_block_6] = STATE(205), - [sym__html_block_7] = STATE(205), - [sym_link_reference_definition] = STATE(210), - [sym_paragraph] = STATE(109), - [sym__blank_line] = STATE(210), - [sym_block_quote] = STATE(210), - [sym_list] = STATE(210), - [sym__list_plus] = STATE(202), - [sym__list_minus] = STATE(202), - [sym__list_star] = STATE(202), - [sym__list_dot] = STATE(202), - [sym__list_parenthesis] = STATE(202), - [sym_list_marker_plus] = STATE(11), - [sym_list_marker_minus] = STATE(2), - [sym_list_marker_star] = STATE(7), - [sym_list_marker_dot] = STATE(9), - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_plus] = STATE(87), - [sym__list_item_minus] = STATE(86), - [sym__list_item_star] = STATE(85), - [sym__list_item_dot] = STATE(84), + [70] = { + [sym_link_label] = STATE(916), + [sym__block_not_section] = STATE(195), + [sym_thematic_break] = STATE(195), + [sym__setext_heading1] = STATE(203), + [sym__setext_heading2] = STATE(204), + [sym_indented_code_block] = STATE(195), + [sym__indented_chunk] = STATE(78), + [sym_fenced_code_block] = STATE(195), + [sym_html_block] = STATE(195), + [sym__html_block_1] = STATE(206), + [sym__html_block_2] = STATE(206), + [sym__html_block_3] = STATE(206), + [sym__html_block_4] = STATE(206), + [sym__html_block_5] = STATE(206), + [sym__html_block_6] = STATE(206), + [sym__html_block_7] = STATE(206), + [sym_link_reference_definition] = STATE(195), + [sym_paragraph] = STATE(118), + [sym__blank_line] = STATE(195), + [sym_block_quote] = STATE(195), + [sym_list] = STATE(195), + [sym__list_plus] = STATE(208), + [sym__list_minus] = STATE(208), + [sym__list_star] = STATE(208), + [sym__list_dot] = STATE(208), + [sym__list_parenthesis] = STATE(208), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_plus] = STATE(79), + [sym__list_item_minus] = STATE(80), + [sym__list_item_star] = STATE(81), + [sym__list_item_dot] = STATE(82), [sym__list_item_parenthesis] = STATE(83), - [sym__soft_line_break] = STATE(600), - [sym__line] = STATE(600), - [sym__word] = STATE(528), - [sym_pipe_table] = STATE(210), - [aux_sym_document_repeat1] = STATE(70), - [aux_sym_paragraph_repeat1] = STATE(374), - [aux_sym__list_plus_repeat1] = STATE(87), - [aux_sym__list_minus_repeat1] = STATE(86), - [aux_sym__list_star_repeat1] = STATE(85), - [aux_sym__list_dot_repeat1] = STATE(84), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(195), + [aux_sym_document_repeat1] = STATE(68), + [aux_sym_paragraph_repeat1] = STATE(362), + [aux_sym__list_plus_repeat1] = STATE(79), + [aux_sym__list_minus_repeat1] = STATE(80), + [aux_sym__list_star_repeat1] = STATE(81), + [aux_sym__list_dot_repeat1] = STATE(82), [aux_sym__list_parenthesis_repeat1] = STATE(83), - [aux_sym__line_repeat1] = STATE(528), + [aux_sym__line_repeat1] = STATE(506), [anon_sym_LBRACK] = ACTIONS(5), [anon_sym_RBRACK] = ACTIONS(7), [anon_sym_LT] = ACTIONS(7), @@ -21295,15 +21059,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(7), [sym__whitespace] = ACTIONS(69), [sym__soft_line_ending] = ACTIONS(11), - [sym__block_close] = ACTIONS(1056), + [sym__block_close] = ACTIONS(938), [sym__block_quote_start] = ACTIONS(73), [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(1056), - [sym_atx_h2_marker] = ACTIONS(1056), - [sym_atx_h3_marker] = ACTIONS(1056), - [sym_atx_h4_marker] = ACTIONS(1056), - [sym_atx_h5_marker] = ACTIONS(1056), - [sym_atx_h6_marker] = ACTIONS(1056), + [sym_atx_h1_marker] = ACTIONS(938), + [sym_atx_h2_marker] = ACTIONS(938), + [sym_atx_h3_marker] = ACTIONS(938), + [sym_atx_h4_marker] = ACTIONS(938), + [sym_atx_h5_marker] = ACTIONS(938), + [sym_atx_h6_marker] = ACTIONS(938), [sym__thematic_break] = ACTIONS(89), [sym__list_marker_minus] = ACTIONS(31), [sym__list_marker_plus] = ACTIONS(33), @@ -21327,1032 +21091,1633 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(109), [sym__pipe_table_start] = ACTIONS(111), }, + [71] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_thematic_break] = STATE(339), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(71), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(952), + [anon_sym_LBRACK] = ACTIONS(940), + [anon_sym_RBRACK] = ACTIONS(943), + [anon_sym_LT] = ACTIONS(943), + [anon_sym_GT] = ACTIONS(943), + [anon_sym_BANG] = ACTIONS(943), + [anon_sym_DQUOTE] = ACTIONS(943), + [anon_sym_POUND] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_PERCENT] = ACTIONS(943), + [anon_sym_AMP] = ACTIONS(943), + [anon_sym_SQUOTE] = ACTIONS(943), + [anon_sym_STAR] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(943), + [anon_sym_COMMA] = ACTIONS(943), + [anon_sym_DASH] = ACTIONS(943), + [anon_sym_DOT] = ACTIONS(943), + [anon_sym_SLASH] = ACTIONS(943), + [anon_sym_COLON] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_EQ] = ACTIONS(943), + [anon_sym_QMARK] = ACTIONS(943), + [anon_sym_AT] = ACTIONS(943), + [anon_sym_BSLASH] = ACTIONS(943), + [anon_sym_CARET] = ACTIONS(943), + [anon_sym__] = ACTIONS(943), + [anon_sym_BQUOTE] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_TILDE] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), + [aux_sym__word_token1] = ACTIONS(943), + [aux_sym__word_token2] = ACTIONS(943), + [aux_sym__word_token3] = ACTIONS(943), + [sym__whitespace] = ACTIONS(1013), + [sym__soft_line_ending] = ACTIONS(949), + [sym__block_quote_start] = ACTIONS(1016), + [sym__indented_chunk_start] = ACTIONS(1019), + [sym_atx_h1_marker] = ACTIONS(952), + [sym_atx_h2_marker] = ACTIONS(952), + [sym_atx_h3_marker] = ACTIONS(952), + [sym_atx_h4_marker] = ACTIONS(952), + [sym_atx_h5_marker] = ACTIONS(952), + [sym_atx_h6_marker] = ACTIONS(952), + [sym__thematic_break] = ACTIONS(1022), + [sym__list_marker_minus] = ACTIONS(963), + [sym__list_marker_plus] = ACTIONS(966), + [sym__list_marker_star] = ACTIONS(969), + [sym__list_marker_parenthesis] = ACTIONS(972), + [sym__list_marker_dot] = ACTIONS(975), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(963), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(966), + [sym__list_marker_star_dont_interrupt] = ACTIONS(969), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(972), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(975), + [sym__fenced_code_block_start_backtick] = ACTIONS(1025), + [sym__fenced_code_block_start_tilde] = ACTIONS(1028), + [sym__blank_line_start] = ACTIONS(1031), + [sym__html_block_1_start] = ACTIONS(1034), + [sym__html_block_2_start] = ACTIONS(1037), + [sym__html_block_3_start] = ACTIONS(1040), + [sym__html_block_4_start] = ACTIONS(1043), + [sym__html_block_5_start] = ACTIONS(1046), + [sym__html_block_6_start] = ACTIONS(1049), + [sym__html_block_7_start] = ACTIONS(1052), + [sym__pipe_table_start] = ACTIONS(1055), + }, + [72] = { + [sym_link_label] = STATE(905), + [sym__block_not_section] = STATE(339), + [sym_thematic_break] = STATE(339), + [sym__setext_heading1] = STATE(233), + [sym__setext_heading2] = STATE(237), + [sym_indented_code_block] = STATE(339), + [sym__indented_chunk] = STATE(96), + [sym_fenced_code_block] = STATE(339), + [sym_html_block] = STATE(339), + [sym__html_block_1] = STATE(241), + [sym__html_block_2] = STATE(241), + [sym__html_block_3] = STATE(241), + [sym__html_block_4] = STATE(241), + [sym__html_block_5] = STATE(241), + [sym__html_block_6] = STATE(241), + [sym__html_block_7] = STATE(241), + [sym_link_reference_definition] = STATE(339), + [sym_paragraph] = STATE(114), + [sym__blank_line] = STATE(339), + [sym_block_quote] = STATE(339), + [sym_list] = STATE(339), + [sym__list_plus] = STATE(257), + [sym__list_minus] = STATE(257), + [sym__list_star] = STATE(257), + [sym__list_dot] = STATE(257), + [sym__list_parenthesis] = STATE(257), + [sym_list_marker_plus] = STATE(3), + [sym_list_marker_minus] = STATE(4), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(6), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_plus] = STATE(98), + [sym__list_item_minus] = STATE(73), + [sym__list_item_star] = STATE(99), + [sym__list_item_dot] = STATE(74), + [sym__list_item_parenthesis] = STATE(86), + [sym__soft_line_break] = STATE(601), + [sym__line] = STATE(601), + [sym__word] = STATE(506), + [sym_pipe_table] = STATE(339), + [aux_sym_document_repeat1] = STATE(67), + [aux_sym_paragraph_repeat1] = STATE(375), + [aux_sym__list_plus_repeat1] = STATE(98), + [aux_sym__list_minus_repeat1] = STATE(73), + [aux_sym__list_star_repeat1] = STATE(99), + [aux_sym__list_dot_repeat1] = STATE(74), + [aux_sym__list_parenthesis_repeat1] = STATE(86), + [aux_sym__line_repeat1] = STATE(506), + [ts_builtin_sym_end] = ACTIONS(1011), + [anon_sym_LBRACK] = ACTIONS(5), + [anon_sym_RBRACK] = ACTIONS(7), + [anon_sym_LT] = ACTIONS(7), + [anon_sym_GT] = ACTIONS(7), + [anon_sym_BANG] = ACTIONS(7), + [anon_sym_DQUOTE] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(7), + [anon_sym_DOLLAR] = ACTIONS(7), + [anon_sym_PERCENT] = ACTIONS(7), + [anon_sym_AMP] = ACTIONS(7), + [anon_sym_SQUOTE] = ACTIONS(7), + [anon_sym_STAR] = ACTIONS(7), + [anon_sym_PLUS] = ACTIONS(7), + [anon_sym_COMMA] = ACTIONS(7), + [anon_sym_DASH] = ACTIONS(7), + [anon_sym_DOT] = ACTIONS(7), + [anon_sym_SLASH] = ACTIONS(7), + [anon_sym_COLON] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(7), + [anon_sym_EQ] = ACTIONS(7), + [anon_sym_QMARK] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(7), + [anon_sym_BSLASH] = ACTIONS(7), + [anon_sym_CARET] = ACTIONS(7), + [anon_sym__] = ACTIONS(7), + [anon_sym_BQUOTE] = ACTIONS(7), + [anon_sym_LBRACE] = ACTIONS(7), + [anon_sym_PIPE] = ACTIONS(7), + [anon_sym_RBRACE] = ACTIONS(7), + [anon_sym_TILDE] = ACTIONS(7), + [anon_sym_LPAREN] = ACTIONS(7), + [anon_sym_RPAREN] = ACTIONS(7), + [aux_sym__word_token1] = ACTIONS(7), + [aux_sym__word_token2] = ACTIONS(7), + [aux_sym__word_token3] = ACTIONS(7), + [sym__whitespace] = ACTIONS(9), + [sym__soft_line_ending] = ACTIONS(11), + [sym__block_quote_start] = ACTIONS(13), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(1011), + [sym_atx_h2_marker] = ACTIONS(1011), + [sym_atx_h3_marker] = ACTIONS(1011), + [sym_atx_h4_marker] = ACTIONS(1011), + [sym_atx_h5_marker] = ACTIONS(1011), + [sym_atx_h6_marker] = ACTIONS(1011), + [sym__thematic_break] = ACTIONS(29), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(35), + [sym__list_marker_parenthesis] = ACTIONS(37), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(35), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(41), + [sym__fenced_code_block_start_tilde] = ACTIONS(43), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(47), + [sym__html_block_2_start] = ACTIONS(49), + [sym__html_block_3_start] = ACTIONS(51), + [sym__html_block_4_start] = ACTIONS(53), + [sym__html_block_5_start] = ACTIONS(55), + [sym__html_block_6_start] = ACTIONS(57), + [sym__html_block_7_start] = ACTIONS(59), + [sym__pipe_table_start] = ACTIONS(63), + }, [73] = { - [sym_list_marker_star] = STATE(7), - [sym__list_item_star] = STATE(73), - [aux_sym__list_star_repeat1] = STATE(73), - [anon_sym_LBRACK] = ACTIONS(1058), - [anon_sym_RBRACK] = ACTIONS(1060), - [anon_sym_LT] = ACTIONS(1060), - [anon_sym_GT] = ACTIONS(1060), - [anon_sym_BANG] = ACTIONS(1060), - [anon_sym_DQUOTE] = ACTIONS(1060), - [anon_sym_POUND] = ACTIONS(1060), - [anon_sym_DOLLAR] = ACTIONS(1060), - [anon_sym_PERCENT] = ACTIONS(1060), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SQUOTE] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_COMMA] = ACTIONS(1060), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_DOT] = ACTIONS(1060), - [anon_sym_SLASH] = ACTIONS(1060), - [anon_sym_COLON] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1060), - [anon_sym_EQ] = ACTIONS(1060), - [anon_sym_QMARK] = ACTIONS(1060), - [anon_sym_AT] = ACTIONS(1060), - [anon_sym_BSLASH] = ACTIONS(1060), - [anon_sym_CARET] = ACTIONS(1060), - [anon_sym__] = ACTIONS(1060), - [anon_sym_BQUOTE] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1060), - [anon_sym_PIPE] = ACTIONS(1060), - [anon_sym_RBRACE] = ACTIONS(1060), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1060), - [aux_sym__word_token1] = ACTIONS(1060), - [aux_sym__word_token2] = ACTIONS(1060), - [aux_sym__word_token3] = ACTIONS(1060), - [sym__whitespace] = ACTIONS(1060), - [sym__soft_line_ending] = ACTIONS(1060), - [sym__block_close] = ACTIONS(1060), - [sym__block_quote_start] = ACTIONS(1060), - [sym__indented_chunk_start] = ACTIONS(1060), - [sym_atx_h1_marker] = ACTIONS(1060), - [sym_atx_h2_marker] = ACTIONS(1060), - [sym_atx_h3_marker] = ACTIONS(1060), - [sym_atx_h4_marker] = ACTIONS(1060), - [sym_atx_h5_marker] = ACTIONS(1060), - [sym_atx_h6_marker] = ACTIONS(1060), - [sym__thematic_break] = ACTIONS(1060), - [sym__list_marker_minus] = ACTIONS(1060), - [sym__list_marker_plus] = ACTIONS(1060), - [sym__list_marker_star] = ACTIONS(1062), - [sym__list_marker_parenthesis] = ACTIONS(1060), - [sym__list_marker_dot] = ACTIONS(1060), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1062), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1060), - [sym__fenced_code_block_start_backtick] = ACTIONS(1060), - [sym__fenced_code_block_start_tilde] = ACTIONS(1060), - [sym__blank_line_start] = ACTIONS(1060), - [sym__html_block_1_start] = ACTIONS(1060), - [sym__html_block_2_start] = ACTIONS(1060), - [sym__html_block_3_start] = ACTIONS(1060), - [sym__html_block_4_start] = ACTIONS(1060), - [sym__html_block_5_start] = ACTIONS(1060), - [sym__html_block_6_start] = ACTIONS(1060), - [sym__html_block_7_start] = ACTIONS(1060), - [sym__pipe_table_start] = ACTIONS(1060), + [sym_list_marker_minus] = STATE(4), + [sym__list_item_minus] = STATE(76), + [aux_sym__list_minus_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1058), + [anon_sym_LBRACK] = ACTIONS(1060), + [anon_sym_RBRACK] = ACTIONS(1058), + [anon_sym_LT] = ACTIONS(1058), + [anon_sym_GT] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [anon_sym_POUND] = ACTIONS(1058), + [anon_sym_DOLLAR] = ACTIONS(1058), + [anon_sym_PERCENT] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_COMMA] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1058), + [anon_sym_SLASH] = ACTIONS(1058), + [anon_sym_COLON] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_EQ] = ACTIONS(1058), + [anon_sym_QMARK] = ACTIONS(1058), + [anon_sym_AT] = ACTIONS(1058), + [anon_sym_BSLASH] = ACTIONS(1058), + [anon_sym_CARET] = ACTIONS(1058), + [anon_sym__] = ACTIONS(1058), + [anon_sym_BQUOTE] = ACTIONS(1058), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_PIPE] = ACTIONS(1058), + [anon_sym_RBRACE] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_LPAREN] = ACTIONS(1058), + [anon_sym_RPAREN] = ACTIONS(1058), + [aux_sym__word_token1] = ACTIONS(1058), + [aux_sym__word_token2] = ACTIONS(1058), + [aux_sym__word_token3] = ACTIONS(1058), + [sym__whitespace] = ACTIONS(1058), + [sym__soft_line_ending] = ACTIONS(1058), + [sym__block_quote_start] = ACTIONS(1058), + [sym__indented_chunk_start] = ACTIONS(1058), + [sym_atx_h1_marker] = ACTIONS(1058), + [sym_atx_h2_marker] = ACTIONS(1058), + [sym_atx_h3_marker] = ACTIONS(1058), + [sym_atx_h4_marker] = ACTIONS(1058), + [sym_atx_h5_marker] = ACTIONS(1058), + [sym_atx_h6_marker] = ACTIONS(1058), + [sym__thematic_break] = ACTIONS(1058), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(1058), + [sym__list_marker_star] = ACTIONS(1058), + [sym__list_marker_parenthesis] = ACTIONS(1058), + [sym__list_marker_dot] = ACTIONS(1058), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1058), + [sym__fenced_code_block_start_backtick] = ACTIONS(1058), + [sym__fenced_code_block_start_tilde] = ACTIONS(1058), + [sym__blank_line_start] = ACTIONS(1058), + [sym__html_block_1_start] = ACTIONS(1058), + [sym__html_block_2_start] = ACTIONS(1058), + [sym__html_block_3_start] = ACTIONS(1058), + [sym__html_block_4_start] = ACTIONS(1058), + [sym__html_block_5_start] = ACTIONS(1058), + [sym__html_block_6_start] = ACTIONS(1058), + [sym__html_block_7_start] = ACTIONS(1058), + [sym__pipe_table_start] = ACTIONS(1058), }, [74] = { - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_parenthesis] = STATE(74), - [aux_sym__list_parenthesis_repeat1] = STATE(74), - [anon_sym_LBRACK] = ACTIONS(1065), - [anon_sym_RBRACK] = ACTIONS(1067), - [anon_sym_LT] = ACTIONS(1067), - [anon_sym_GT] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_DQUOTE] = ACTIONS(1067), - [anon_sym_POUND] = ACTIONS(1067), - [anon_sym_DOLLAR] = ACTIONS(1067), - [anon_sym_PERCENT] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1067), - [anon_sym_SQUOTE] = ACTIONS(1067), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_COMMA] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_DOT] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1067), - [anon_sym_COLON] = ACTIONS(1067), - [anon_sym_SEMI] = ACTIONS(1067), - [anon_sym_EQ] = ACTIONS(1067), - [anon_sym_QMARK] = ACTIONS(1067), - [anon_sym_AT] = ACTIONS(1067), - [anon_sym_BSLASH] = ACTIONS(1067), - [anon_sym_CARET] = ACTIONS(1067), - [anon_sym__] = ACTIONS(1067), - [anon_sym_BQUOTE] = ACTIONS(1067), - [anon_sym_LBRACE] = ACTIONS(1067), - [anon_sym_PIPE] = ACTIONS(1067), - [anon_sym_RBRACE] = ACTIONS(1067), - [anon_sym_TILDE] = ACTIONS(1067), - [anon_sym_LPAREN] = ACTIONS(1067), - [anon_sym_RPAREN] = ACTIONS(1067), - [aux_sym__word_token1] = ACTIONS(1067), - [aux_sym__word_token2] = ACTIONS(1067), - [aux_sym__word_token3] = ACTIONS(1067), - [sym__whitespace] = ACTIONS(1067), - [sym__soft_line_ending] = ACTIONS(1067), - [sym__block_close] = ACTIONS(1067), - [sym__block_quote_start] = ACTIONS(1067), - [sym__indented_chunk_start] = ACTIONS(1067), - [sym_atx_h1_marker] = ACTIONS(1067), - [sym_atx_h2_marker] = ACTIONS(1067), - [sym_atx_h3_marker] = ACTIONS(1067), - [sym_atx_h4_marker] = ACTIONS(1067), - [sym_atx_h5_marker] = ACTIONS(1067), - [sym_atx_h6_marker] = ACTIONS(1067), - [sym__thematic_break] = ACTIONS(1067), - [sym__list_marker_minus] = ACTIONS(1067), - [sym__list_marker_plus] = ACTIONS(1067), - [sym__list_marker_star] = ACTIONS(1067), - [sym__list_marker_parenthesis] = ACTIONS(1069), - [sym__list_marker_dot] = ACTIONS(1067), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1069), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1067), - [sym__fenced_code_block_start_backtick] = ACTIONS(1067), - [sym__fenced_code_block_start_tilde] = ACTIONS(1067), - [sym__blank_line_start] = ACTIONS(1067), - [sym__html_block_1_start] = ACTIONS(1067), - [sym__html_block_2_start] = ACTIONS(1067), - [sym__html_block_3_start] = ACTIONS(1067), - [sym__html_block_4_start] = ACTIONS(1067), - [sym__html_block_5_start] = ACTIONS(1067), - [sym__html_block_6_start] = ACTIONS(1067), - [sym__html_block_7_start] = ACTIONS(1067), - [sym__pipe_table_start] = ACTIONS(1067), + [sym_list_marker_dot] = STATE(6), + [sym__list_item_dot] = STATE(84), + [aux_sym__list_dot_repeat1] = STATE(84), + [ts_builtin_sym_end] = ACTIONS(1062), + [anon_sym_LBRACK] = ACTIONS(1064), + [anon_sym_RBRACK] = ACTIONS(1062), + [anon_sym_LT] = ACTIONS(1062), + [anon_sym_GT] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [anon_sym_POUND] = ACTIONS(1062), + [anon_sym_DOLLAR] = ACTIONS(1062), + [anon_sym_PERCENT] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_COMMA] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_DOT] = ACTIONS(1062), + [anon_sym_SLASH] = ACTIONS(1062), + [anon_sym_COLON] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_EQ] = ACTIONS(1062), + [anon_sym_QMARK] = ACTIONS(1062), + [anon_sym_AT] = ACTIONS(1062), + [anon_sym_BSLASH] = ACTIONS(1062), + [anon_sym_CARET] = ACTIONS(1062), + [anon_sym__] = ACTIONS(1062), + [anon_sym_BQUOTE] = ACTIONS(1062), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_PIPE] = ACTIONS(1062), + [anon_sym_RBRACE] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1062), + [anon_sym_RPAREN] = ACTIONS(1062), + [aux_sym__word_token1] = ACTIONS(1062), + [aux_sym__word_token2] = ACTIONS(1062), + [aux_sym__word_token3] = ACTIONS(1062), + [sym__whitespace] = ACTIONS(1062), + [sym__soft_line_ending] = ACTIONS(1062), + [sym__block_quote_start] = ACTIONS(1062), + [sym__indented_chunk_start] = ACTIONS(1062), + [sym_atx_h1_marker] = ACTIONS(1062), + [sym_atx_h2_marker] = ACTIONS(1062), + [sym_atx_h3_marker] = ACTIONS(1062), + [sym_atx_h4_marker] = ACTIONS(1062), + [sym_atx_h5_marker] = ACTIONS(1062), + [sym_atx_h6_marker] = ACTIONS(1062), + [sym__thematic_break] = ACTIONS(1062), + [sym__list_marker_minus] = ACTIONS(1062), + [sym__list_marker_plus] = ACTIONS(1062), + [sym__list_marker_star] = ACTIONS(1062), + [sym__list_marker_parenthesis] = ACTIONS(1062), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(1062), + [sym__fenced_code_block_start_tilde] = ACTIONS(1062), + [sym__blank_line_start] = ACTIONS(1062), + [sym__html_block_1_start] = ACTIONS(1062), + [sym__html_block_2_start] = ACTIONS(1062), + [sym__html_block_3_start] = ACTIONS(1062), + [sym__html_block_4_start] = ACTIONS(1062), + [sym__html_block_5_start] = ACTIONS(1062), + [sym__html_block_6_start] = ACTIONS(1062), + [sym__html_block_7_start] = ACTIONS(1062), + [sym__pipe_table_start] = ACTIONS(1062), }, [75] = { - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_parenthesis] = STATE(78), - [aux_sym__list_parenthesis_repeat1] = STATE(78), - [ts_builtin_sym_end] = ACTIONS(1072), - [anon_sym_LBRACK] = ACTIONS(1074), - [anon_sym_RBRACK] = ACTIONS(1072), - [anon_sym_LT] = ACTIONS(1072), - [anon_sym_GT] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_DQUOTE] = ACTIONS(1072), - [anon_sym_POUND] = ACTIONS(1072), - [anon_sym_DOLLAR] = ACTIONS(1072), - [anon_sym_PERCENT] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1072), - [anon_sym_SQUOTE] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_COMMA] = ACTIONS(1072), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_DOT] = ACTIONS(1072), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_COLON] = ACTIONS(1072), - [anon_sym_SEMI] = ACTIONS(1072), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1072), - [anon_sym_AT] = ACTIONS(1072), - [anon_sym_BSLASH] = ACTIONS(1072), - [anon_sym_CARET] = ACTIONS(1072), - [anon_sym__] = ACTIONS(1072), - [anon_sym_BQUOTE] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1072), - [anon_sym_PIPE] = ACTIONS(1072), - [anon_sym_RBRACE] = ACTIONS(1072), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(1072), - [anon_sym_RPAREN] = ACTIONS(1072), - [aux_sym__word_token1] = ACTIONS(1072), - [aux_sym__word_token2] = ACTIONS(1072), - [aux_sym__word_token3] = ACTIONS(1072), - [sym__whitespace] = ACTIONS(1072), - [sym__soft_line_ending] = ACTIONS(1072), - [sym__block_quote_start] = ACTIONS(1072), - [sym__indented_chunk_start] = ACTIONS(1072), - [sym_atx_h1_marker] = ACTIONS(1072), - [sym_atx_h2_marker] = ACTIONS(1072), - [sym_atx_h3_marker] = ACTIONS(1072), - [sym_atx_h4_marker] = ACTIONS(1072), - [sym_atx_h5_marker] = ACTIONS(1072), - [sym_atx_h6_marker] = ACTIONS(1072), - [sym__thematic_break] = ACTIONS(1072), - [sym__list_marker_minus] = ACTIONS(1072), - [sym__list_marker_plus] = ACTIONS(1072), - [sym__list_marker_star] = ACTIONS(1072), - [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(1072), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1072), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1072), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1072), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1072), - [sym__fenced_code_block_start_backtick] = ACTIONS(1072), - [sym__fenced_code_block_start_tilde] = ACTIONS(1072), - [sym__blank_line_start] = ACTIONS(1072), - [sym__html_block_1_start] = ACTIONS(1072), - [sym__html_block_2_start] = ACTIONS(1072), - [sym__html_block_3_start] = ACTIONS(1072), - [sym__html_block_4_start] = ACTIONS(1072), - [sym__html_block_5_start] = ACTIONS(1072), - [sym__html_block_6_start] = ACTIONS(1072), - [sym__html_block_7_start] = ACTIONS(1072), - [sym__pipe_table_start] = ACTIONS(1072), + [sym_list_marker_plus] = STATE(3), + [sym__list_item_plus] = STATE(75), + [aux_sym__list_plus_repeat1] = STATE(75), + [ts_builtin_sym_end] = ACTIONS(1066), + [anon_sym_LBRACK] = ACTIONS(1068), + [anon_sym_RBRACK] = ACTIONS(1066), + [anon_sym_LT] = ACTIONS(1066), + [anon_sym_GT] = ACTIONS(1066), + [anon_sym_BANG] = ACTIONS(1066), + [anon_sym_DQUOTE] = ACTIONS(1066), + [anon_sym_POUND] = ACTIONS(1066), + [anon_sym_DOLLAR] = ACTIONS(1066), + [anon_sym_PERCENT] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1066), + [anon_sym_SQUOTE] = ACTIONS(1066), + [anon_sym_STAR] = ACTIONS(1066), + [anon_sym_PLUS] = ACTIONS(1066), + [anon_sym_COMMA] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1066), + [anon_sym_DOT] = ACTIONS(1066), + [anon_sym_SLASH] = ACTIONS(1066), + [anon_sym_COLON] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1066), + [anon_sym_EQ] = ACTIONS(1066), + [anon_sym_QMARK] = ACTIONS(1066), + [anon_sym_AT] = ACTIONS(1066), + [anon_sym_BSLASH] = ACTIONS(1066), + [anon_sym_CARET] = ACTIONS(1066), + [anon_sym__] = ACTIONS(1066), + [anon_sym_BQUOTE] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(1066), + [anon_sym_PIPE] = ACTIONS(1066), + [anon_sym_RBRACE] = ACTIONS(1066), + [anon_sym_TILDE] = ACTIONS(1066), + [anon_sym_LPAREN] = ACTIONS(1066), + [anon_sym_RPAREN] = ACTIONS(1066), + [aux_sym__word_token1] = ACTIONS(1066), + [aux_sym__word_token2] = ACTIONS(1066), + [aux_sym__word_token3] = ACTIONS(1066), + [sym__whitespace] = ACTIONS(1066), + [sym__soft_line_ending] = ACTIONS(1066), + [sym__block_quote_start] = ACTIONS(1066), + [sym__indented_chunk_start] = ACTIONS(1066), + [sym_atx_h1_marker] = ACTIONS(1066), + [sym_atx_h2_marker] = ACTIONS(1066), + [sym_atx_h3_marker] = ACTIONS(1066), + [sym_atx_h4_marker] = ACTIONS(1066), + [sym_atx_h5_marker] = ACTIONS(1066), + [sym_atx_h6_marker] = ACTIONS(1066), + [sym__thematic_break] = ACTIONS(1066), + [sym__list_marker_minus] = ACTIONS(1066), + [sym__list_marker_plus] = ACTIONS(1070), + [sym__list_marker_star] = ACTIONS(1066), + [sym__list_marker_parenthesis] = ACTIONS(1066), + [sym__list_marker_dot] = ACTIONS(1066), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1070), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1066), + [sym__fenced_code_block_start_backtick] = ACTIONS(1066), + [sym__fenced_code_block_start_tilde] = ACTIONS(1066), + [sym__blank_line_start] = ACTIONS(1066), + [sym__html_block_1_start] = ACTIONS(1066), + [sym__html_block_2_start] = ACTIONS(1066), + [sym__html_block_3_start] = ACTIONS(1066), + [sym__html_block_4_start] = ACTIONS(1066), + [sym__html_block_5_start] = ACTIONS(1066), + [sym__html_block_6_start] = ACTIONS(1066), + [sym__html_block_7_start] = ACTIONS(1066), + [sym__pipe_table_start] = ACTIONS(1066), }, [76] = { - [ts_builtin_sym_end] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_RBRACK] = ACTIONS(1076), - [anon_sym_LT] = ACTIONS(1076), - [anon_sym_GT] = ACTIONS(1076), - [anon_sym_BANG] = ACTIONS(1076), - [anon_sym_DQUOTE] = ACTIONS(1076), - [anon_sym_POUND] = ACTIONS(1076), - [anon_sym_DOLLAR] = ACTIONS(1076), - [anon_sym_PERCENT] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_SQUOTE] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_COMMA] = ACTIONS(1076), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_DOT] = ACTIONS(1076), - [anon_sym_SLASH] = ACTIONS(1076), - [anon_sym_COLON] = ACTIONS(1076), - [anon_sym_SEMI] = ACTIONS(1076), - [anon_sym_EQ] = ACTIONS(1076), - [anon_sym_QMARK] = ACTIONS(1076), - [anon_sym_AT] = ACTIONS(1076), - [anon_sym_BSLASH] = ACTIONS(1076), - [anon_sym_CARET] = ACTIONS(1076), - [anon_sym__] = ACTIONS(1076), - [anon_sym_BQUOTE] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1076), - [anon_sym_RBRACE] = ACTIONS(1076), - [anon_sym_TILDE] = ACTIONS(1076), - [anon_sym_LPAREN] = ACTIONS(1076), - [anon_sym_RPAREN] = ACTIONS(1076), - [aux_sym__word_token1] = ACTIONS(1076), - [aux_sym__word_token2] = ACTIONS(1076), - [aux_sym__word_token3] = ACTIONS(1076), - [sym__whitespace] = ACTIONS(1076), - [sym__soft_line_ending] = ACTIONS(1076), - [sym_block_continuation] = ACTIONS(1080), - [sym__block_quote_start] = ACTIONS(1076), - [sym__indented_chunk_start] = ACTIONS(1076), - [sym_atx_h1_marker] = ACTIONS(1076), - [sym_atx_h2_marker] = ACTIONS(1076), - [sym_atx_h3_marker] = ACTIONS(1076), - [sym_atx_h4_marker] = ACTIONS(1076), - [sym_atx_h5_marker] = ACTIONS(1076), - [sym_atx_h6_marker] = ACTIONS(1076), - [sym_setext_h1_underline] = ACTIONS(1076), - [sym_setext_h2_underline] = ACTIONS(1076), - [sym__thematic_break] = ACTIONS(1076), - [sym__list_marker_minus] = ACTIONS(1076), - [sym__list_marker_plus] = ACTIONS(1076), - [sym__list_marker_star] = ACTIONS(1076), - [sym__list_marker_parenthesis] = ACTIONS(1076), - [sym__list_marker_dot] = ACTIONS(1076), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1076), - [sym__fenced_code_block_start_backtick] = ACTIONS(1076), - [sym__fenced_code_block_start_tilde] = ACTIONS(1076), - [sym__blank_line_start] = ACTIONS(1076), - [sym__html_block_1_start] = ACTIONS(1076), - [sym__html_block_2_start] = ACTIONS(1076), - [sym__html_block_3_start] = ACTIONS(1076), - [sym__html_block_4_start] = ACTIONS(1076), - [sym__html_block_5_start] = ACTIONS(1076), - [sym__html_block_6_start] = ACTIONS(1076), - [sym__html_block_7_start] = ACTIONS(1076), - [sym__pipe_table_start] = ACTIONS(1076), + [sym_list_marker_minus] = STATE(4), + [sym__list_item_minus] = STATE(76), + [aux_sym__list_minus_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1073), + [anon_sym_LBRACK] = ACTIONS(1075), + [anon_sym_RBRACK] = ACTIONS(1073), + [anon_sym_LT] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_PERCENT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1073), + [anon_sym_SQUOTE] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_COMMA] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_COLON] = ACTIONS(1073), + [anon_sym_SEMI] = ACTIONS(1073), + [anon_sym_EQ] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1073), + [anon_sym_AT] = ACTIONS(1073), + [anon_sym_BSLASH] = ACTIONS(1073), + [anon_sym_CARET] = ACTIONS(1073), + [anon_sym__] = ACTIONS(1073), + [anon_sym_BQUOTE] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1073), + [anon_sym_TILDE] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_RPAREN] = ACTIONS(1073), + [aux_sym__word_token1] = ACTIONS(1073), + [aux_sym__word_token2] = ACTIONS(1073), + [aux_sym__word_token3] = ACTIONS(1073), + [sym__whitespace] = ACTIONS(1073), + [sym__soft_line_ending] = ACTIONS(1073), + [sym__block_quote_start] = ACTIONS(1073), + [sym__indented_chunk_start] = ACTIONS(1073), + [sym_atx_h1_marker] = ACTIONS(1073), + [sym_atx_h2_marker] = ACTIONS(1073), + [sym_atx_h3_marker] = ACTIONS(1073), + [sym_atx_h4_marker] = ACTIONS(1073), + [sym_atx_h5_marker] = ACTIONS(1073), + [sym_atx_h6_marker] = ACTIONS(1073), + [sym__thematic_break] = ACTIONS(1073), + [sym__list_marker_minus] = ACTIONS(1077), + [sym__list_marker_plus] = ACTIONS(1073), + [sym__list_marker_star] = ACTIONS(1073), + [sym__list_marker_parenthesis] = ACTIONS(1073), + [sym__list_marker_dot] = ACTIONS(1073), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1077), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1073), + [sym__fenced_code_block_start_backtick] = ACTIONS(1073), + [sym__fenced_code_block_start_tilde] = ACTIONS(1073), + [sym__blank_line_start] = ACTIONS(1073), + [sym__html_block_1_start] = ACTIONS(1073), + [sym__html_block_2_start] = ACTIONS(1073), + [sym__html_block_3_start] = ACTIONS(1073), + [sym__html_block_4_start] = ACTIONS(1073), + [sym__html_block_5_start] = ACTIONS(1073), + [sym__html_block_6_start] = ACTIONS(1073), + [sym__html_block_7_start] = ACTIONS(1073), + [sym__pipe_table_start] = ACTIONS(1073), }, [77] = { - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_RBRACK] = ACTIONS(1076), - [anon_sym_LT] = ACTIONS(1076), - [anon_sym_GT] = ACTIONS(1076), - [anon_sym_BANG] = ACTIONS(1076), - [anon_sym_DQUOTE] = ACTIONS(1076), - [anon_sym_POUND] = ACTIONS(1076), - [anon_sym_DOLLAR] = ACTIONS(1076), - [anon_sym_PERCENT] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_SQUOTE] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_COMMA] = ACTIONS(1076), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_DOT] = ACTIONS(1076), - [anon_sym_SLASH] = ACTIONS(1076), - [anon_sym_COLON] = ACTIONS(1076), - [anon_sym_SEMI] = ACTIONS(1076), - [anon_sym_EQ] = ACTIONS(1076), - [anon_sym_QMARK] = ACTIONS(1076), - [anon_sym_AT] = ACTIONS(1076), - [anon_sym_BSLASH] = ACTIONS(1076), - [anon_sym_CARET] = ACTIONS(1076), - [anon_sym__] = ACTIONS(1076), - [anon_sym_BQUOTE] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1076), - [anon_sym_RBRACE] = ACTIONS(1076), - [anon_sym_TILDE] = ACTIONS(1076), - [anon_sym_LPAREN] = ACTIONS(1076), - [anon_sym_RPAREN] = ACTIONS(1076), - [aux_sym__word_token1] = ACTIONS(1076), - [aux_sym__word_token2] = ACTIONS(1076), - [aux_sym__word_token3] = ACTIONS(1076), - [sym__whitespace] = ACTIONS(1076), - [sym__soft_line_ending] = ACTIONS(1076), - [sym__block_close] = ACTIONS(1076), - [sym_block_continuation] = ACTIONS(1082), - [sym__block_quote_start] = ACTIONS(1076), - [sym__indented_chunk_start] = ACTIONS(1076), - [sym_atx_h1_marker] = ACTIONS(1076), - [sym_atx_h2_marker] = ACTIONS(1076), - [sym_atx_h3_marker] = ACTIONS(1076), - [sym_atx_h4_marker] = ACTIONS(1076), - [sym_atx_h5_marker] = ACTIONS(1076), - [sym_atx_h6_marker] = ACTIONS(1076), - [sym_setext_h1_underline] = ACTIONS(1076), - [sym_setext_h2_underline] = ACTIONS(1076), - [sym__thematic_break] = ACTIONS(1076), - [sym__list_marker_minus] = ACTIONS(1076), - [sym__list_marker_plus] = ACTIONS(1076), - [sym__list_marker_star] = ACTIONS(1076), - [sym__list_marker_parenthesis] = ACTIONS(1076), - [sym__list_marker_dot] = ACTIONS(1076), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1076), - [sym__fenced_code_block_start_backtick] = ACTIONS(1076), - [sym__fenced_code_block_start_tilde] = ACTIONS(1076), - [sym__blank_line_start] = ACTIONS(1076), - [sym__html_block_1_start] = ACTIONS(1076), - [sym__html_block_2_start] = ACTIONS(1076), - [sym__html_block_3_start] = ACTIONS(1076), - [sym__html_block_4_start] = ACTIONS(1076), - [sym__html_block_5_start] = ACTIONS(1076), - [sym__html_block_6_start] = ACTIONS(1076), - [sym__html_block_7_start] = ACTIONS(1076), - [sym__pipe_table_start] = ACTIONS(1076), + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(77), + [aux_sym__list_star_repeat1] = STATE(77), + [ts_builtin_sym_end] = ACTIONS(1080), + [anon_sym_LBRACK] = ACTIONS(1082), + [anon_sym_RBRACK] = ACTIONS(1080), + [anon_sym_LT] = ACTIONS(1080), + [anon_sym_GT] = ACTIONS(1080), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_DQUOTE] = ACTIONS(1080), + [anon_sym_POUND] = ACTIONS(1080), + [anon_sym_DOLLAR] = ACTIONS(1080), + [anon_sym_PERCENT] = ACTIONS(1080), + [anon_sym_AMP] = ACTIONS(1080), + [anon_sym_SQUOTE] = ACTIONS(1080), + [anon_sym_STAR] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_COMMA] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_DOT] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1080), + [anon_sym_COLON] = ACTIONS(1080), + [anon_sym_SEMI] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1080), + [anon_sym_QMARK] = ACTIONS(1080), + [anon_sym_AT] = ACTIONS(1080), + [anon_sym_BSLASH] = ACTIONS(1080), + [anon_sym_CARET] = ACTIONS(1080), + [anon_sym__] = ACTIONS(1080), + [anon_sym_BQUOTE] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1080), + [anon_sym_PIPE] = ACTIONS(1080), + [anon_sym_RBRACE] = ACTIONS(1080), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1080), + [anon_sym_RPAREN] = ACTIONS(1080), + [aux_sym__word_token1] = ACTIONS(1080), + [aux_sym__word_token2] = ACTIONS(1080), + [aux_sym__word_token3] = ACTIONS(1080), + [sym__whitespace] = ACTIONS(1080), + [sym__soft_line_ending] = ACTIONS(1080), + [sym__block_quote_start] = ACTIONS(1080), + [sym__indented_chunk_start] = ACTIONS(1080), + [sym_atx_h1_marker] = ACTIONS(1080), + [sym_atx_h2_marker] = ACTIONS(1080), + [sym_atx_h3_marker] = ACTIONS(1080), + [sym_atx_h4_marker] = ACTIONS(1080), + [sym_atx_h5_marker] = ACTIONS(1080), + [sym_atx_h6_marker] = ACTIONS(1080), + [sym__thematic_break] = ACTIONS(1080), + [sym__list_marker_minus] = ACTIONS(1080), + [sym__list_marker_plus] = ACTIONS(1080), + [sym__list_marker_star] = ACTIONS(1084), + [sym__list_marker_parenthesis] = ACTIONS(1080), + [sym__list_marker_dot] = ACTIONS(1080), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1084), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1080), + [sym__fenced_code_block_start_backtick] = ACTIONS(1080), + [sym__fenced_code_block_start_tilde] = ACTIONS(1080), + [sym__blank_line_start] = ACTIONS(1080), + [sym__html_block_1_start] = ACTIONS(1080), + [sym__html_block_2_start] = ACTIONS(1080), + [sym__html_block_3_start] = ACTIONS(1080), + [sym__html_block_4_start] = ACTIONS(1080), + [sym__html_block_5_start] = ACTIONS(1080), + [sym__html_block_6_start] = ACTIONS(1080), + [sym__html_block_7_start] = ACTIONS(1080), + [sym__pipe_table_start] = ACTIONS(1080), }, [78] = { - [sym_list_marker_parenthesis] = STATE(8), - [sym__list_item_parenthesis] = STATE(78), - [aux_sym__list_parenthesis_repeat1] = STATE(78), - [ts_builtin_sym_end] = ACTIONS(1067), - [anon_sym_LBRACK] = ACTIONS(1065), - [anon_sym_RBRACK] = ACTIONS(1067), - [anon_sym_LT] = ACTIONS(1067), - [anon_sym_GT] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_DQUOTE] = ACTIONS(1067), - [anon_sym_POUND] = ACTIONS(1067), - [anon_sym_DOLLAR] = ACTIONS(1067), - [anon_sym_PERCENT] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1067), - [anon_sym_SQUOTE] = ACTIONS(1067), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_COMMA] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_DOT] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1067), - [anon_sym_COLON] = ACTIONS(1067), - [anon_sym_SEMI] = ACTIONS(1067), - [anon_sym_EQ] = ACTIONS(1067), - [anon_sym_QMARK] = ACTIONS(1067), - [anon_sym_AT] = ACTIONS(1067), - [anon_sym_BSLASH] = ACTIONS(1067), - [anon_sym_CARET] = ACTIONS(1067), - [anon_sym__] = ACTIONS(1067), - [anon_sym_BQUOTE] = ACTIONS(1067), - [anon_sym_LBRACE] = ACTIONS(1067), - [anon_sym_PIPE] = ACTIONS(1067), - [anon_sym_RBRACE] = ACTIONS(1067), - [anon_sym_TILDE] = ACTIONS(1067), - [anon_sym_LPAREN] = ACTIONS(1067), - [anon_sym_RPAREN] = ACTIONS(1067), - [aux_sym__word_token1] = ACTIONS(1067), - [aux_sym__word_token2] = ACTIONS(1067), - [aux_sym__word_token3] = ACTIONS(1067), - [sym__whitespace] = ACTIONS(1067), - [sym__soft_line_ending] = ACTIONS(1067), - [sym__block_quote_start] = ACTIONS(1067), - [sym__indented_chunk_start] = ACTIONS(1067), - [sym_atx_h1_marker] = ACTIONS(1067), - [sym_atx_h2_marker] = ACTIONS(1067), - [sym_atx_h3_marker] = ACTIONS(1067), - [sym_atx_h4_marker] = ACTIONS(1067), - [sym_atx_h5_marker] = ACTIONS(1067), - [sym_atx_h6_marker] = ACTIONS(1067), - [sym__thematic_break] = ACTIONS(1067), - [sym__list_marker_minus] = ACTIONS(1067), - [sym__list_marker_plus] = ACTIONS(1067), - [sym__list_marker_star] = ACTIONS(1067), - [sym__list_marker_parenthesis] = ACTIONS(1069), - [sym__list_marker_dot] = ACTIONS(1067), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1067), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1069), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1067), - [sym__fenced_code_block_start_backtick] = ACTIONS(1067), - [sym__fenced_code_block_start_tilde] = ACTIONS(1067), - [sym__blank_line_start] = ACTIONS(1067), - [sym__html_block_1_start] = ACTIONS(1067), - [sym__html_block_2_start] = ACTIONS(1067), - [sym__html_block_3_start] = ACTIONS(1067), - [sym__html_block_4_start] = ACTIONS(1067), - [sym__html_block_5_start] = ACTIONS(1067), - [sym__html_block_6_start] = ACTIONS(1067), - [sym__html_block_7_start] = ACTIONS(1067), - [sym__pipe_table_start] = ACTIONS(1067), + [sym__indented_chunk] = STATE(100), + [sym__blank_line] = STATE(100), + [aux_sym_indented_code_block_repeat1] = STATE(100), + [anon_sym_LBRACK] = ACTIONS(1087), + [anon_sym_RBRACK] = ACTIONS(1089), + [anon_sym_LT] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [anon_sym_POUND] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_PERCENT] = ACTIONS(1089), + [anon_sym_AMP] = ACTIONS(1089), + [anon_sym_SQUOTE] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_COMMA] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_COLON] = ACTIONS(1089), + [anon_sym_SEMI] = ACTIONS(1089), + [anon_sym_EQ] = ACTIONS(1089), + [anon_sym_QMARK] = ACTIONS(1089), + [anon_sym_AT] = ACTIONS(1089), + [anon_sym_BSLASH] = ACTIONS(1089), + [anon_sym_CARET] = ACTIONS(1089), + [anon_sym__] = ACTIONS(1089), + [anon_sym_BQUOTE] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_PIPE] = ACTIONS(1089), + [anon_sym_RBRACE] = ACTIONS(1089), + [anon_sym_TILDE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_RPAREN] = ACTIONS(1089), + [aux_sym__word_token1] = ACTIONS(1089), + [aux_sym__word_token2] = ACTIONS(1089), + [aux_sym__word_token3] = ACTIONS(1089), + [sym__whitespace] = ACTIONS(1089), + [sym__soft_line_ending] = ACTIONS(1089), + [sym__block_close] = ACTIONS(1089), + [sym__block_quote_start] = ACTIONS(1089), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(1089), + [sym_atx_h2_marker] = ACTIONS(1089), + [sym_atx_h3_marker] = ACTIONS(1089), + [sym_atx_h4_marker] = ACTIONS(1089), + [sym_atx_h5_marker] = ACTIONS(1089), + [sym_atx_h6_marker] = ACTIONS(1089), + [sym__thematic_break] = ACTIONS(1089), + [sym__list_marker_minus] = ACTIONS(1089), + [sym__list_marker_plus] = ACTIONS(1089), + [sym__list_marker_star] = ACTIONS(1089), + [sym__list_marker_parenthesis] = ACTIONS(1089), + [sym__list_marker_dot] = ACTIONS(1089), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1089), + [sym__fenced_code_block_start_backtick] = ACTIONS(1089), + [sym__fenced_code_block_start_tilde] = ACTIONS(1089), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(1089), + [sym__html_block_2_start] = ACTIONS(1089), + [sym__html_block_3_start] = ACTIONS(1089), + [sym__html_block_4_start] = ACTIONS(1089), + [sym__html_block_5_start] = ACTIONS(1089), + [sym__html_block_6_start] = ACTIONS(1089), + [sym__html_block_7_start] = ACTIONS(1089), + [sym__pipe_table_start] = ACTIONS(1089), }, [79] = { - [sym_list_marker_dot] = STATE(6), - [sym__list_item_dot] = STATE(79), - [aux_sym__list_dot_repeat1] = STATE(79), - [ts_builtin_sym_end] = ACTIONS(1084), - [anon_sym_LBRACK] = ACTIONS(1086), - [anon_sym_RBRACK] = ACTIONS(1084), - [anon_sym_LT] = ACTIONS(1084), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_BANG] = ACTIONS(1084), - [anon_sym_DQUOTE] = ACTIONS(1084), - [anon_sym_POUND] = ACTIONS(1084), - [anon_sym_DOLLAR] = ACTIONS(1084), - [anon_sym_PERCENT] = ACTIONS(1084), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_SQUOTE] = ACTIONS(1084), - [anon_sym_STAR] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_COMMA] = ACTIONS(1084), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(1084), - [anon_sym_COLON] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1084), - [anon_sym_EQ] = ACTIONS(1084), - [anon_sym_QMARK] = ACTIONS(1084), - [anon_sym_AT] = ACTIONS(1084), - [anon_sym_BSLASH] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1084), - [anon_sym__] = ACTIONS(1084), - [anon_sym_BQUOTE] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1084), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_RBRACE] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(1084), - [anon_sym_LPAREN] = ACTIONS(1084), - [anon_sym_RPAREN] = ACTIONS(1084), - [aux_sym__word_token1] = ACTIONS(1084), - [aux_sym__word_token2] = ACTIONS(1084), - [aux_sym__word_token3] = ACTIONS(1084), - [sym__whitespace] = ACTIONS(1084), - [sym__soft_line_ending] = ACTIONS(1084), - [sym__block_quote_start] = ACTIONS(1084), - [sym__indented_chunk_start] = ACTIONS(1084), - [sym_atx_h1_marker] = ACTIONS(1084), - [sym_atx_h2_marker] = ACTIONS(1084), - [sym_atx_h3_marker] = ACTIONS(1084), - [sym_atx_h4_marker] = ACTIONS(1084), - [sym_atx_h5_marker] = ACTIONS(1084), - [sym_atx_h6_marker] = ACTIONS(1084), - [sym__thematic_break] = ACTIONS(1084), - [sym__list_marker_minus] = ACTIONS(1084), - [sym__list_marker_plus] = ACTIONS(1084), - [sym__list_marker_star] = ACTIONS(1084), - [sym__list_marker_parenthesis] = ACTIONS(1084), - [sym__list_marker_dot] = ACTIONS(1088), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1088), - [sym__fenced_code_block_start_backtick] = ACTIONS(1084), - [sym__fenced_code_block_start_tilde] = ACTIONS(1084), - [sym__blank_line_start] = ACTIONS(1084), - [sym__html_block_1_start] = ACTIONS(1084), - [sym__html_block_2_start] = ACTIONS(1084), - [sym__html_block_3_start] = ACTIONS(1084), - [sym__html_block_4_start] = ACTIONS(1084), - [sym__html_block_5_start] = ACTIONS(1084), - [sym__html_block_6_start] = ACTIONS(1084), - [sym__html_block_7_start] = ACTIONS(1084), - [sym__pipe_table_start] = ACTIONS(1084), + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(87), + [aux_sym__list_plus_repeat1] = STATE(87), + [anon_sym_LBRACK] = ACTIONS(1091), + [anon_sym_RBRACK] = ACTIONS(1093), + [anon_sym_LT] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_BANG] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_PERCENT] = ACTIONS(1093), + [anon_sym_AMP] = ACTIONS(1093), + [anon_sym_SQUOTE] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_COLON] = ACTIONS(1093), + [anon_sym_SEMI] = ACTIONS(1093), + [anon_sym_EQ] = ACTIONS(1093), + [anon_sym_QMARK] = ACTIONS(1093), + [anon_sym_AT] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1093), + [anon_sym_CARET] = ACTIONS(1093), + [anon_sym__] = ACTIONS(1093), + [anon_sym_BQUOTE] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_PIPE] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1093), + [anon_sym_TILDE] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_RPAREN] = ACTIONS(1093), + [aux_sym__word_token1] = ACTIONS(1093), + [aux_sym__word_token2] = ACTIONS(1093), + [aux_sym__word_token3] = ACTIONS(1093), + [sym__whitespace] = ACTIONS(1093), + [sym__soft_line_ending] = ACTIONS(1093), + [sym__block_close] = ACTIONS(1093), + [sym__block_quote_start] = ACTIONS(1093), + [sym__indented_chunk_start] = ACTIONS(1093), + [sym_atx_h1_marker] = ACTIONS(1093), + [sym_atx_h2_marker] = ACTIONS(1093), + [sym_atx_h3_marker] = ACTIONS(1093), + [sym_atx_h4_marker] = ACTIONS(1093), + [sym_atx_h5_marker] = ACTIONS(1093), + [sym_atx_h6_marker] = ACTIONS(1093), + [sym__thematic_break] = ACTIONS(1093), + [sym__list_marker_minus] = ACTIONS(1093), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(1093), + [sym__list_marker_parenthesis] = ACTIONS(1093), + [sym__list_marker_dot] = ACTIONS(1093), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1093), + [sym__fenced_code_block_start_backtick] = ACTIONS(1093), + [sym__fenced_code_block_start_tilde] = ACTIONS(1093), + [sym__blank_line_start] = ACTIONS(1093), + [sym__html_block_1_start] = ACTIONS(1093), + [sym__html_block_2_start] = ACTIONS(1093), + [sym__html_block_3_start] = ACTIONS(1093), + [sym__html_block_4_start] = ACTIONS(1093), + [sym__html_block_5_start] = ACTIONS(1093), + [sym__html_block_6_start] = ACTIONS(1093), + [sym__html_block_7_start] = ACTIONS(1093), + [sym__pipe_table_start] = ACTIONS(1093), }, [80] = { - [sym_list_marker_star] = STATE(5), - [sym__list_item_star] = STATE(80), - [aux_sym__list_star_repeat1] = STATE(80), - [ts_builtin_sym_end] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1058), - [anon_sym_RBRACK] = ACTIONS(1060), - [anon_sym_LT] = ACTIONS(1060), - [anon_sym_GT] = ACTIONS(1060), - [anon_sym_BANG] = ACTIONS(1060), - [anon_sym_DQUOTE] = ACTIONS(1060), - [anon_sym_POUND] = ACTIONS(1060), - [anon_sym_DOLLAR] = ACTIONS(1060), - [anon_sym_PERCENT] = ACTIONS(1060), - [anon_sym_AMP] = ACTIONS(1060), - [anon_sym_SQUOTE] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_COMMA] = ACTIONS(1060), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_DOT] = ACTIONS(1060), - [anon_sym_SLASH] = ACTIONS(1060), - [anon_sym_COLON] = ACTIONS(1060), - [anon_sym_SEMI] = ACTIONS(1060), - [anon_sym_EQ] = ACTIONS(1060), - [anon_sym_QMARK] = ACTIONS(1060), - [anon_sym_AT] = ACTIONS(1060), - [anon_sym_BSLASH] = ACTIONS(1060), - [anon_sym_CARET] = ACTIONS(1060), - [anon_sym__] = ACTIONS(1060), - [anon_sym_BQUOTE] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1060), - [anon_sym_PIPE] = ACTIONS(1060), - [anon_sym_RBRACE] = ACTIONS(1060), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1060), - [aux_sym__word_token1] = ACTIONS(1060), - [aux_sym__word_token2] = ACTIONS(1060), - [aux_sym__word_token3] = ACTIONS(1060), - [sym__whitespace] = ACTIONS(1060), - [sym__soft_line_ending] = ACTIONS(1060), - [sym__block_quote_start] = ACTIONS(1060), - [sym__indented_chunk_start] = ACTIONS(1060), - [sym_atx_h1_marker] = ACTIONS(1060), - [sym_atx_h2_marker] = ACTIONS(1060), - [sym_atx_h3_marker] = ACTIONS(1060), - [sym_atx_h4_marker] = ACTIONS(1060), - [sym_atx_h5_marker] = ACTIONS(1060), - [sym_atx_h6_marker] = ACTIONS(1060), - [sym__thematic_break] = ACTIONS(1060), - [sym__list_marker_minus] = ACTIONS(1060), - [sym__list_marker_plus] = ACTIONS(1060), - [sym__list_marker_star] = ACTIONS(1062), - [sym__list_marker_parenthesis] = ACTIONS(1060), - [sym__list_marker_dot] = ACTIONS(1060), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1062), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1060), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1060), - [sym__fenced_code_block_start_backtick] = ACTIONS(1060), - [sym__fenced_code_block_start_tilde] = ACTIONS(1060), - [sym__blank_line_start] = ACTIONS(1060), - [sym__html_block_1_start] = ACTIONS(1060), - [sym__html_block_2_start] = ACTIONS(1060), - [sym__html_block_3_start] = ACTIONS(1060), - [sym__html_block_4_start] = ACTIONS(1060), - [sym__html_block_5_start] = ACTIONS(1060), - [sym__html_block_6_start] = ACTIONS(1060), - [sym__html_block_7_start] = ACTIONS(1060), - [sym__pipe_table_start] = ACTIONS(1060), + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(88), + [aux_sym__list_minus_repeat1] = STATE(88), + [anon_sym_LBRACK] = ACTIONS(1060), + [anon_sym_RBRACK] = ACTIONS(1058), + [anon_sym_LT] = ACTIONS(1058), + [anon_sym_GT] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [anon_sym_POUND] = ACTIONS(1058), + [anon_sym_DOLLAR] = ACTIONS(1058), + [anon_sym_PERCENT] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_PLUS] = ACTIONS(1058), + [anon_sym_COMMA] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1058), + [anon_sym_SLASH] = ACTIONS(1058), + [anon_sym_COLON] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_EQ] = ACTIONS(1058), + [anon_sym_QMARK] = ACTIONS(1058), + [anon_sym_AT] = ACTIONS(1058), + [anon_sym_BSLASH] = ACTIONS(1058), + [anon_sym_CARET] = ACTIONS(1058), + [anon_sym__] = ACTIONS(1058), + [anon_sym_BQUOTE] = ACTIONS(1058), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_PIPE] = ACTIONS(1058), + [anon_sym_RBRACE] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_LPAREN] = ACTIONS(1058), + [anon_sym_RPAREN] = ACTIONS(1058), + [aux_sym__word_token1] = ACTIONS(1058), + [aux_sym__word_token2] = ACTIONS(1058), + [aux_sym__word_token3] = ACTIONS(1058), + [sym__whitespace] = ACTIONS(1058), + [sym__soft_line_ending] = ACTIONS(1058), + [sym__block_close] = ACTIONS(1058), + [sym__block_quote_start] = ACTIONS(1058), + [sym__indented_chunk_start] = ACTIONS(1058), + [sym_atx_h1_marker] = ACTIONS(1058), + [sym_atx_h2_marker] = ACTIONS(1058), + [sym_atx_h3_marker] = ACTIONS(1058), + [sym_atx_h4_marker] = ACTIONS(1058), + [sym_atx_h5_marker] = ACTIONS(1058), + [sym_atx_h6_marker] = ACTIONS(1058), + [sym__thematic_break] = ACTIONS(1058), + [sym__list_marker_minus] = ACTIONS(31), + [sym__list_marker_plus] = ACTIONS(1058), + [sym__list_marker_star] = ACTIONS(1058), + [sym__list_marker_parenthesis] = ACTIONS(1058), + [sym__list_marker_dot] = ACTIONS(1058), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1058), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1058), + [sym__fenced_code_block_start_backtick] = ACTIONS(1058), + [sym__fenced_code_block_start_tilde] = ACTIONS(1058), + [sym__blank_line_start] = ACTIONS(1058), + [sym__html_block_1_start] = ACTIONS(1058), + [sym__html_block_2_start] = ACTIONS(1058), + [sym__html_block_3_start] = ACTIONS(1058), + [sym__html_block_4_start] = ACTIONS(1058), + [sym__html_block_5_start] = ACTIONS(1058), + [sym__html_block_6_start] = ACTIONS(1058), + [sym__html_block_7_start] = ACTIONS(1058), + [sym__pipe_table_start] = ACTIONS(1058), }, [81] = { - [sym_list_marker_minus] = STATE(4), - [sym__list_item_minus] = STATE(81), - [aux_sym__list_minus_repeat1] = STATE(81), - [ts_builtin_sym_end] = ACTIONS(1091), - [anon_sym_LBRACK] = ACTIONS(1093), - [anon_sym_RBRACK] = ACTIONS(1091), - [anon_sym_LT] = ACTIONS(1091), - [anon_sym_GT] = ACTIONS(1091), - [anon_sym_BANG] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(1091), - [anon_sym_POUND] = ACTIONS(1091), - [anon_sym_DOLLAR] = ACTIONS(1091), - [anon_sym_PERCENT] = ACTIONS(1091), - [anon_sym_AMP] = ACTIONS(1091), - [anon_sym_SQUOTE] = ACTIONS(1091), - [anon_sym_STAR] = ACTIONS(1091), - [anon_sym_PLUS] = ACTIONS(1091), - [anon_sym_COMMA] = ACTIONS(1091), - [anon_sym_DASH] = ACTIONS(1091), - [anon_sym_DOT] = ACTIONS(1091), - [anon_sym_SLASH] = ACTIONS(1091), - [anon_sym_COLON] = ACTIONS(1091), - [anon_sym_SEMI] = ACTIONS(1091), - [anon_sym_EQ] = ACTIONS(1091), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_AT] = ACTIONS(1091), - [anon_sym_BSLASH] = ACTIONS(1091), - [anon_sym_CARET] = ACTIONS(1091), - [anon_sym__] = ACTIONS(1091), - [anon_sym_BQUOTE] = ACTIONS(1091), - [anon_sym_LBRACE] = ACTIONS(1091), - [anon_sym_PIPE] = ACTIONS(1091), - [anon_sym_RBRACE] = ACTIONS(1091), - [anon_sym_TILDE] = ACTIONS(1091), - [anon_sym_LPAREN] = ACTIONS(1091), - [anon_sym_RPAREN] = ACTIONS(1091), - [aux_sym__word_token1] = ACTIONS(1091), - [aux_sym__word_token2] = ACTIONS(1091), - [aux_sym__word_token3] = ACTIONS(1091), - [sym__whitespace] = ACTIONS(1091), - [sym__soft_line_ending] = ACTIONS(1091), - [sym__block_quote_start] = ACTIONS(1091), - [sym__indented_chunk_start] = ACTIONS(1091), - [sym_atx_h1_marker] = ACTIONS(1091), - [sym_atx_h2_marker] = ACTIONS(1091), - [sym_atx_h3_marker] = ACTIONS(1091), - [sym_atx_h4_marker] = ACTIONS(1091), - [sym_atx_h5_marker] = ACTIONS(1091), - [sym_atx_h6_marker] = ACTIONS(1091), - [sym__thematic_break] = ACTIONS(1091), - [sym__list_marker_minus] = ACTIONS(1095), - [sym__list_marker_plus] = ACTIONS(1091), - [sym__list_marker_star] = ACTIONS(1091), - [sym__list_marker_parenthesis] = ACTIONS(1091), - [sym__list_marker_dot] = ACTIONS(1091), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1095), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1091), - [sym__fenced_code_block_start_backtick] = ACTIONS(1091), - [sym__fenced_code_block_start_tilde] = ACTIONS(1091), - [sym__blank_line_start] = ACTIONS(1091), - [sym__html_block_1_start] = ACTIONS(1091), - [sym__html_block_2_start] = ACTIONS(1091), - [sym__html_block_3_start] = ACTIONS(1091), - [sym__html_block_4_start] = ACTIONS(1091), - [sym__html_block_5_start] = ACTIONS(1091), - [sym__html_block_6_start] = ACTIONS(1091), - [sym__html_block_7_start] = ACTIONS(1091), - [sym__pipe_table_start] = ACTIONS(1091), + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(89), + [aux_sym__list_star_repeat1] = STATE(89), + [anon_sym_LBRACK] = ACTIONS(1095), + [anon_sym_RBRACK] = ACTIONS(1097), + [anon_sym_LT] = ACTIONS(1097), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_DQUOTE] = ACTIONS(1097), + [anon_sym_POUND] = ACTIONS(1097), + [anon_sym_DOLLAR] = ACTIONS(1097), + [anon_sym_PERCENT] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(1097), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_COMMA] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_DOT] = ACTIONS(1097), + [anon_sym_SLASH] = ACTIONS(1097), + [anon_sym_COLON] = ACTIONS(1097), + [anon_sym_SEMI] = ACTIONS(1097), + [anon_sym_EQ] = ACTIONS(1097), + [anon_sym_QMARK] = ACTIONS(1097), + [anon_sym_AT] = ACTIONS(1097), + [anon_sym_BSLASH] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym__] = ACTIONS(1097), + [anon_sym_BQUOTE] = ACTIONS(1097), + [anon_sym_LBRACE] = ACTIONS(1097), + [anon_sym_PIPE] = ACTIONS(1097), + [anon_sym_RBRACE] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_LPAREN] = ACTIONS(1097), + [anon_sym_RPAREN] = ACTIONS(1097), + [aux_sym__word_token1] = ACTIONS(1097), + [aux_sym__word_token2] = ACTIONS(1097), + [aux_sym__word_token3] = ACTIONS(1097), + [sym__whitespace] = ACTIONS(1097), + [sym__soft_line_ending] = ACTIONS(1097), + [sym__block_close] = ACTIONS(1097), + [sym__block_quote_start] = ACTIONS(1097), + [sym__indented_chunk_start] = ACTIONS(1097), + [sym_atx_h1_marker] = ACTIONS(1097), + [sym_atx_h2_marker] = ACTIONS(1097), + [sym_atx_h3_marker] = ACTIONS(1097), + [sym_atx_h4_marker] = ACTIONS(1097), + [sym_atx_h5_marker] = ACTIONS(1097), + [sym_atx_h6_marker] = ACTIONS(1097), + [sym__thematic_break] = ACTIONS(1097), + [sym__list_marker_minus] = ACTIONS(1097), + [sym__list_marker_plus] = ACTIONS(1097), + [sym__list_marker_star] = ACTIONS(35), + [sym__list_marker_parenthesis] = ACTIONS(1097), + [sym__list_marker_dot] = ACTIONS(1097), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1097), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1097), + [sym__list_marker_star_dont_interrupt] = ACTIONS(35), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1097), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1097), + [sym__fenced_code_block_start_backtick] = ACTIONS(1097), + [sym__fenced_code_block_start_tilde] = ACTIONS(1097), + [sym__blank_line_start] = ACTIONS(1097), + [sym__html_block_1_start] = ACTIONS(1097), + [sym__html_block_2_start] = ACTIONS(1097), + [sym__html_block_3_start] = ACTIONS(1097), + [sym__html_block_4_start] = ACTIONS(1097), + [sym__html_block_5_start] = ACTIONS(1097), + [sym__html_block_6_start] = ACTIONS(1097), + [sym__html_block_7_start] = ACTIONS(1097), + [sym__pipe_table_start] = ACTIONS(1097), }, [82] = { - [sym_list_marker_plus] = STATE(3), - [sym__list_item_plus] = STATE(82), - [aux_sym__list_plus_repeat1] = STATE(82), - [ts_builtin_sym_end] = ACTIONS(1098), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_RBRACK] = ACTIONS(1098), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_BANG] = ACTIONS(1098), - [anon_sym_DQUOTE] = ACTIONS(1098), - [anon_sym_POUND] = ACTIONS(1098), - [anon_sym_DOLLAR] = ACTIONS(1098), - [anon_sym_PERCENT] = ACTIONS(1098), - [anon_sym_AMP] = ACTIONS(1098), - [anon_sym_SQUOTE] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_COMMA] = ACTIONS(1098), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_DOT] = ACTIONS(1098), - [anon_sym_SLASH] = ACTIONS(1098), - [anon_sym_COLON] = ACTIONS(1098), - [anon_sym_SEMI] = ACTIONS(1098), - [anon_sym_EQ] = ACTIONS(1098), - [anon_sym_QMARK] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(1098), - [anon_sym_BSLASH] = ACTIONS(1098), - [anon_sym_CARET] = ACTIONS(1098), - [anon_sym__] = ACTIONS(1098), - [anon_sym_BQUOTE] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1098), - [anon_sym_PIPE] = ACTIONS(1098), - [anon_sym_RBRACE] = ACTIONS(1098), - [anon_sym_TILDE] = ACTIONS(1098), - [anon_sym_LPAREN] = ACTIONS(1098), - [anon_sym_RPAREN] = ACTIONS(1098), - [aux_sym__word_token1] = ACTIONS(1098), - [aux_sym__word_token2] = ACTIONS(1098), - [aux_sym__word_token3] = ACTIONS(1098), - [sym__whitespace] = ACTIONS(1098), - [sym__soft_line_ending] = ACTIONS(1098), - [sym__block_quote_start] = ACTIONS(1098), - [sym__indented_chunk_start] = ACTIONS(1098), - [sym_atx_h1_marker] = ACTIONS(1098), - [sym_atx_h2_marker] = ACTIONS(1098), - [sym_atx_h3_marker] = ACTIONS(1098), - [sym_atx_h4_marker] = ACTIONS(1098), - [sym_atx_h5_marker] = ACTIONS(1098), - [sym_atx_h6_marker] = ACTIONS(1098), - [sym__thematic_break] = ACTIONS(1098), - [sym__list_marker_minus] = ACTIONS(1098), - [sym__list_marker_plus] = ACTIONS(1102), - [sym__list_marker_star] = ACTIONS(1098), - [sym__list_marker_parenthesis] = ACTIONS(1098), - [sym__list_marker_dot] = ACTIONS(1098), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1102), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1098), - [sym__fenced_code_block_start_backtick] = ACTIONS(1098), - [sym__fenced_code_block_start_tilde] = ACTIONS(1098), - [sym__blank_line_start] = ACTIONS(1098), - [sym__html_block_1_start] = ACTIONS(1098), - [sym__html_block_2_start] = ACTIONS(1098), - [sym__html_block_3_start] = ACTIONS(1098), - [sym__html_block_4_start] = ACTIONS(1098), - [sym__html_block_5_start] = ACTIONS(1098), - [sym__html_block_6_start] = ACTIONS(1098), - [sym__html_block_7_start] = ACTIONS(1098), - [sym__pipe_table_start] = ACTIONS(1098), + [sym_list_marker_dot] = STATE(10), + [sym__list_item_dot] = STATE(90), + [aux_sym__list_dot_repeat1] = STATE(90), + [anon_sym_LBRACK] = ACTIONS(1064), + [anon_sym_RBRACK] = ACTIONS(1062), + [anon_sym_LT] = ACTIONS(1062), + [anon_sym_GT] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [anon_sym_POUND] = ACTIONS(1062), + [anon_sym_DOLLAR] = ACTIONS(1062), + [anon_sym_PERCENT] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_COMMA] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_DOT] = ACTIONS(1062), + [anon_sym_SLASH] = ACTIONS(1062), + [anon_sym_COLON] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_EQ] = ACTIONS(1062), + [anon_sym_QMARK] = ACTIONS(1062), + [anon_sym_AT] = ACTIONS(1062), + [anon_sym_BSLASH] = ACTIONS(1062), + [anon_sym_CARET] = ACTIONS(1062), + [anon_sym__] = ACTIONS(1062), + [anon_sym_BQUOTE] = ACTIONS(1062), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_PIPE] = ACTIONS(1062), + [anon_sym_RBRACE] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1062), + [anon_sym_RPAREN] = ACTIONS(1062), + [aux_sym__word_token1] = ACTIONS(1062), + [aux_sym__word_token2] = ACTIONS(1062), + [aux_sym__word_token3] = ACTIONS(1062), + [sym__whitespace] = ACTIONS(1062), + [sym__soft_line_ending] = ACTIONS(1062), + [sym__block_close] = ACTIONS(1062), + [sym__block_quote_start] = ACTIONS(1062), + [sym__indented_chunk_start] = ACTIONS(1062), + [sym_atx_h1_marker] = ACTIONS(1062), + [sym_atx_h2_marker] = ACTIONS(1062), + [sym_atx_h3_marker] = ACTIONS(1062), + [sym_atx_h4_marker] = ACTIONS(1062), + [sym_atx_h5_marker] = ACTIONS(1062), + [sym_atx_h6_marker] = ACTIONS(1062), + [sym__thematic_break] = ACTIONS(1062), + [sym__list_marker_minus] = ACTIONS(1062), + [sym__list_marker_plus] = ACTIONS(1062), + [sym__list_marker_star] = ACTIONS(1062), + [sym__list_marker_parenthesis] = ACTIONS(1062), + [sym__list_marker_dot] = ACTIONS(39), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1062), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), + [sym__fenced_code_block_start_backtick] = ACTIONS(1062), + [sym__fenced_code_block_start_tilde] = ACTIONS(1062), + [sym__blank_line_start] = ACTIONS(1062), + [sym__html_block_1_start] = ACTIONS(1062), + [sym__html_block_2_start] = ACTIONS(1062), + [sym__html_block_3_start] = ACTIONS(1062), + [sym__html_block_4_start] = ACTIONS(1062), + [sym__html_block_5_start] = ACTIONS(1062), + [sym__html_block_6_start] = ACTIONS(1062), + [sym__html_block_7_start] = ACTIONS(1062), + [sym__pipe_table_start] = ACTIONS(1062), }, [83] = { - [sym_list_marker_parenthesis] = STATE(10), - [sym__list_item_parenthesis] = STATE(74), - [aux_sym__list_parenthesis_repeat1] = STATE(74), - [anon_sym_LBRACK] = ACTIONS(1074), - [anon_sym_RBRACK] = ACTIONS(1072), - [anon_sym_LT] = ACTIONS(1072), - [anon_sym_GT] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_DQUOTE] = ACTIONS(1072), - [anon_sym_POUND] = ACTIONS(1072), - [anon_sym_DOLLAR] = ACTIONS(1072), - [anon_sym_PERCENT] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1072), - [anon_sym_SQUOTE] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_COMMA] = ACTIONS(1072), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_DOT] = ACTIONS(1072), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_COLON] = ACTIONS(1072), - [anon_sym_SEMI] = ACTIONS(1072), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1072), - [anon_sym_AT] = ACTIONS(1072), - [anon_sym_BSLASH] = ACTIONS(1072), - [anon_sym_CARET] = ACTIONS(1072), - [anon_sym__] = ACTIONS(1072), - [anon_sym_BQUOTE] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1072), - [anon_sym_PIPE] = ACTIONS(1072), - [anon_sym_RBRACE] = ACTIONS(1072), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(1072), - [anon_sym_RPAREN] = ACTIONS(1072), - [aux_sym__word_token1] = ACTIONS(1072), - [aux_sym__word_token2] = ACTIONS(1072), - [aux_sym__word_token3] = ACTIONS(1072), - [sym__whitespace] = ACTIONS(1072), - [sym__soft_line_ending] = ACTIONS(1072), - [sym__block_close] = ACTIONS(1072), - [sym__block_quote_start] = ACTIONS(1072), - [sym__indented_chunk_start] = ACTIONS(1072), - [sym_atx_h1_marker] = ACTIONS(1072), - [sym_atx_h2_marker] = ACTIONS(1072), - [sym_atx_h3_marker] = ACTIONS(1072), - [sym_atx_h4_marker] = ACTIONS(1072), - [sym_atx_h5_marker] = ACTIONS(1072), - [sym_atx_h6_marker] = ACTIONS(1072), - [sym__thematic_break] = ACTIONS(1072), - [sym__list_marker_minus] = ACTIONS(1072), - [sym__list_marker_plus] = ACTIONS(1072), - [sym__list_marker_star] = ACTIONS(1072), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(91), + [aux_sym__list_parenthesis_repeat1] = STATE(91), + [anon_sym_LBRACK] = ACTIONS(1099), + [anon_sym_RBRACK] = ACTIONS(1101), + [anon_sym_LT] = ACTIONS(1101), + [anon_sym_GT] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1101), + [anon_sym_POUND] = ACTIONS(1101), + [anon_sym_DOLLAR] = ACTIONS(1101), + [anon_sym_PERCENT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1101), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_PLUS] = ACTIONS(1101), + [anon_sym_COMMA] = ACTIONS(1101), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1101), + [anon_sym_SLASH] = ACTIONS(1101), + [anon_sym_COLON] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1101), + [anon_sym_QMARK] = ACTIONS(1101), + [anon_sym_AT] = ACTIONS(1101), + [anon_sym_BSLASH] = ACTIONS(1101), + [anon_sym_CARET] = ACTIONS(1101), + [anon_sym__] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_LBRACE] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1101), + [anon_sym_RBRACE] = ACTIONS(1101), + [anon_sym_TILDE] = ACTIONS(1101), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_RPAREN] = ACTIONS(1101), + [aux_sym__word_token1] = ACTIONS(1101), + [aux_sym__word_token2] = ACTIONS(1101), + [aux_sym__word_token3] = ACTIONS(1101), + [sym__whitespace] = ACTIONS(1101), + [sym__soft_line_ending] = ACTIONS(1101), + [sym__block_close] = ACTIONS(1101), + [sym__block_quote_start] = ACTIONS(1101), + [sym__indented_chunk_start] = ACTIONS(1101), + [sym_atx_h1_marker] = ACTIONS(1101), + [sym_atx_h2_marker] = ACTIONS(1101), + [sym_atx_h3_marker] = ACTIONS(1101), + [sym_atx_h4_marker] = ACTIONS(1101), + [sym_atx_h5_marker] = ACTIONS(1101), + [sym_atx_h6_marker] = ACTIONS(1101), + [sym__thematic_break] = ACTIONS(1101), + [sym__list_marker_minus] = ACTIONS(1101), + [sym__list_marker_plus] = ACTIONS(1101), + [sym__list_marker_star] = ACTIONS(1101), [sym__list_marker_parenthesis] = ACTIONS(37), - [sym__list_marker_dot] = ACTIONS(1072), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1072), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1072), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1072), + [sym__list_marker_dot] = ACTIONS(1101), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1101), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1101), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1101), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1072), - [sym__fenced_code_block_start_backtick] = ACTIONS(1072), - [sym__fenced_code_block_start_tilde] = ACTIONS(1072), - [sym__blank_line_start] = ACTIONS(1072), - [sym__html_block_1_start] = ACTIONS(1072), - [sym__html_block_2_start] = ACTIONS(1072), - [sym__html_block_3_start] = ACTIONS(1072), - [sym__html_block_4_start] = ACTIONS(1072), - [sym__html_block_5_start] = ACTIONS(1072), - [sym__html_block_6_start] = ACTIONS(1072), - [sym__html_block_7_start] = ACTIONS(1072), - [sym__pipe_table_start] = ACTIONS(1072), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1101), + [sym__fenced_code_block_start_backtick] = ACTIONS(1101), + [sym__fenced_code_block_start_tilde] = ACTIONS(1101), + [sym__blank_line_start] = ACTIONS(1101), + [sym__html_block_1_start] = ACTIONS(1101), + [sym__html_block_2_start] = ACTIONS(1101), + [sym__html_block_3_start] = ACTIONS(1101), + [sym__html_block_4_start] = ACTIONS(1101), + [sym__html_block_5_start] = ACTIONS(1101), + [sym__html_block_6_start] = ACTIONS(1101), + [sym__html_block_7_start] = ACTIONS(1101), + [sym__pipe_table_start] = ACTIONS(1101), }, [84] = { - [sym_list_marker_dot] = STATE(9), - [sym__list_item_dot] = STATE(96), - [aux_sym__list_dot_repeat1] = STATE(96), + [sym_list_marker_dot] = STATE(6), + [sym__list_item_dot] = STATE(84), + [aux_sym__list_dot_repeat1] = STATE(84), + [ts_builtin_sym_end] = ACTIONS(1103), [anon_sym_LBRACK] = ACTIONS(1105), - [anon_sym_RBRACK] = ACTIONS(1107), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_BANG] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1107), - [anon_sym_POUND] = ACTIONS(1107), - [anon_sym_DOLLAR] = ACTIONS(1107), - [anon_sym_PERCENT] = ACTIONS(1107), - [anon_sym_AMP] = ACTIONS(1107), - [anon_sym_SQUOTE] = ACTIONS(1107), - [anon_sym_STAR] = ACTIONS(1107), - [anon_sym_PLUS] = ACTIONS(1107), - [anon_sym_COMMA] = ACTIONS(1107), - [anon_sym_DASH] = ACTIONS(1107), - [anon_sym_DOT] = ACTIONS(1107), - [anon_sym_SLASH] = ACTIONS(1107), - [anon_sym_COLON] = ACTIONS(1107), - [anon_sym_SEMI] = ACTIONS(1107), - [anon_sym_EQ] = ACTIONS(1107), - [anon_sym_QMARK] = ACTIONS(1107), - [anon_sym_AT] = ACTIONS(1107), - [anon_sym_BSLASH] = ACTIONS(1107), - [anon_sym_CARET] = ACTIONS(1107), - [anon_sym__] = ACTIONS(1107), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LBRACE] = ACTIONS(1107), - [anon_sym_PIPE] = ACTIONS(1107), - [anon_sym_RBRACE] = ACTIONS(1107), - [anon_sym_TILDE] = ACTIONS(1107), - [anon_sym_LPAREN] = ACTIONS(1107), - [anon_sym_RPAREN] = ACTIONS(1107), - [aux_sym__word_token1] = ACTIONS(1107), - [aux_sym__word_token2] = ACTIONS(1107), - [aux_sym__word_token3] = ACTIONS(1107), - [sym__whitespace] = ACTIONS(1107), - [sym__soft_line_ending] = ACTIONS(1107), - [sym__block_close] = ACTIONS(1107), - [sym__block_quote_start] = ACTIONS(1107), - [sym__indented_chunk_start] = ACTIONS(1107), - [sym_atx_h1_marker] = ACTIONS(1107), - [sym_atx_h2_marker] = ACTIONS(1107), - [sym_atx_h3_marker] = ACTIONS(1107), - [sym_atx_h4_marker] = ACTIONS(1107), - [sym_atx_h5_marker] = ACTIONS(1107), - [sym_atx_h6_marker] = ACTIONS(1107), - [sym__thematic_break] = ACTIONS(1107), - [sym__list_marker_minus] = ACTIONS(1107), - [sym__list_marker_plus] = ACTIONS(1107), - [sym__list_marker_star] = ACTIONS(1107), - [sym__list_marker_parenthesis] = ACTIONS(1107), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(1107), - [sym__fenced_code_block_start_tilde] = ACTIONS(1107), - [sym__blank_line_start] = ACTIONS(1107), - [sym__html_block_1_start] = ACTIONS(1107), - [sym__html_block_2_start] = ACTIONS(1107), - [sym__html_block_3_start] = ACTIONS(1107), - [sym__html_block_4_start] = ACTIONS(1107), - [sym__html_block_5_start] = ACTIONS(1107), - [sym__html_block_6_start] = ACTIONS(1107), - [sym__html_block_7_start] = ACTIONS(1107), - [sym__pipe_table_start] = ACTIONS(1107), + [anon_sym_RBRACK] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1103), + [anon_sym_GT] = ACTIONS(1103), + [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1103), + [anon_sym_POUND] = ACTIONS(1103), + [anon_sym_DOLLAR] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_SQUOTE] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_COMMA] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_DOT] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_COLON] = ACTIONS(1103), + [anon_sym_SEMI] = ACTIONS(1103), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_AT] = ACTIONS(1103), + [anon_sym_BSLASH] = ACTIONS(1103), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym__] = ACTIONS(1103), + [anon_sym_BQUOTE] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(1103), + [anon_sym_RBRACE] = ACTIONS(1103), + [anon_sym_TILDE] = ACTIONS(1103), + [anon_sym_LPAREN] = ACTIONS(1103), + [anon_sym_RPAREN] = ACTIONS(1103), + [aux_sym__word_token1] = ACTIONS(1103), + [aux_sym__word_token2] = ACTIONS(1103), + [aux_sym__word_token3] = ACTIONS(1103), + [sym__whitespace] = ACTIONS(1103), + [sym__soft_line_ending] = ACTIONS(1103), + [sym__block_quote_start] = ACTIONS(1103), + [sym__indented_chunk_start] = ACTIONS(1103), + [sym_atx_h1_marker] = ACTIONS(1103), + [sym_atx_h2_marker] = ACTIONS(1103), + [sym_atx_h3_marker] = ACTIONS(1103), + [sym_atx_h4_marker] = ACTIONS(1103), + [sym_atx_h5_marker] = ACTIONS(1103), + [sym_atx_h6_marker] = ACTIONS(1103), + [sym__thematic_break] = ACTIONS(1103), + [sym__list_marker_minus] = ACTIONS(1103), + [sym__list_marker_plus] = ACTIONS(1103), + [sym__list_marker_star] = ACTIONS(1103), + [sym__list_marker_parenthesis] = ACTIONS(1103), + [sym__list_marker_dot] = ACTIONS(1107), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1107), + [sym__fenced_code_block_start_backtick] = ACTIONS(1103), + [sym__fenced_code_block_start_tilde] = ACTIONS(1103), + [sym__blank_line_start] = ACTIONS(1103), + [sym__html_block_1_start] = ACTIONS(1103), + [sym__html_block_2_start] = ACTIONS(1103), + [sym__html_block_3_start] = ACTIONS(1103), + [sym__html_block_4_start] = ACTIONS(1103), + [sym__html_block_5_start] = ACTIONS(1103), + [sym__html_block_6_start] = ACTIONS(1103), + [sym__html_block_7_start] = ACTIONS(1103), + [sym__pipe_table_start] = ACTIONS(1103), }, [85] = { - [sym_list_marker_star] = STATE(7), - [sym__list_item_star] = STATE(73), - [aux_sym__list_star_repeat1] = STATE(73), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_RBRACK] = ACTIONS(1111), - [anon_sym_LT] = ACTIONS(1111), - [anon_sym_GT] = ACTIONS(1111), - [anon_sym_BANG] = ACTIONS(1111), - [anon_sym_DQUOTE] = ACTIONS(1111), - [anon_sym_POUND] = ACTIONS(1111), - [anon_sym_DOLLAR] = ACTIONS(1111), - [anon_sym_PERCENT] = ACTIONS(1111), - [anon_sym_AMP] = ACTIONS(1111), - [anon_sym_SQUOTE] = ACTIONS(1111), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1111), - [anon_sym_COMMA] = ACTIONS(1111), - [anon_sym_DASH] = ACTIONS(1111), - [anon_sym_DOT] = ACTIONS(1111), - [anon_sym_SLASH] = ACTIONS(1111), - [anon_sym_COLON] = ACTIONS(1111), - [anon_sym_SEMI] = ACTIONS(1111), - [anon_sym_EQ] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1111), - [anon_sym_AT] = ACTIONS(1111), - [anon_sym_BSLASH] = ACTIONS(1111), - [anon_sym_CARET] = ACTIONS(1111), - [anon_sym__] = ACTIONS(1111), - [anon_sym_BQUOTE] = ACTIONS(1111), - [anon_sym_LBRACE] = ACTIONS(1111), - [anon_sym_PIPE] = ACTIONS(1111), - [anon_sym_RBRACE] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1111), - [anon_sym_LPAREN] = ACTIONS(1111), - [anon_sym_RPAREN] = ACTIONS(1111), - [aux_sym__word_token1] = ACTIONS(1111), - [aux_sym__word_token2] = ACTIONS(1111), - [aux_sym__word_token3] = ACTIONS(1111), - [sym__whitespace] = ACTIONS(1111), - [sym__soft_line_ending] = ACTIONS(1111), - [sym__block_close] = ACTIONS(1111), - [sym__block_quote_start] = ACTIONS(1111), - [sym__indented_chunk_start] = ACTIONS(1111), - [sym_atx_h1_marker] = ACTIONS(1111), - [sym_atx_h2_marker] = ACTIONS(1111), - [sym_atx_h3_marker] = ACTIONS(1111), - [sym_atx_h4_marker] = ACTIONS(1111), - [sym_atx_h5_marker] = ACTIONS(1111), - [sym_atx_h6_marker] = ACTIONS(1111), - [sym__thematic_break] = ACTIONS(1111), - [sym__list_marker_minus] = ACTIONS(1111), - [sym__list_marker_plus] = ACTIONS(1111), - [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(1111), - [sym__list_marker_dot] = ACTIONS(1111), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1111), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1111), - [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1111), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1111), - [sym__fenced_code_block_start_backtick] = ACTIONS(1111), - [sym__fenced_code_block_start_tilde] = ACTIONS(1111), - [sym__blank_line_start] = ACTIONS(1111), - [sym__html_block_1_start] = ACTIONS(1111), - [sym__html_block_2_start] = ACTIONS(1111), - [sym__html_block_3_start] = ACTIONS(1111), - [sym__html_block_4_start] = ACTIONS(1111), - [sym__html_block_5_start] = ACTIONS(1111), - [sym__html_block_6_start] = ACTIONS(1111), - [sym__html_block_7_start] = ACTIONS(1111), - [sym__pipe_table_start] = ACTIONS(1111), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_parenthesis] = STATE(85), + [aux_sym__list_parenthesis_repeat1] = STATE(85), + [ts_builtin_sym_end] = ACTIONS(1110), + [anon_sym_LBRACK] = ACTIONS(1112), + [anon_sym_RBRACK] = ACTIONS(1110), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_BANG] = ACTIONS(1110), + [anon_sym_DQUOTE] = ACTIONS(1110), + [anon_sym_POUND] = ACTIONS(1110), + [anon_sym_DOLLAR] = ACTIONS(1110), + [anon_sym_PERCENT] = ACTIONS(1110), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_SQUOTE] = ACTIONS(1110), + [anon_sym_STAR] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1110), + [anon_sym_COMMA] = ACTIONS(1110), + [anon_sym_DASH] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_SLASH] = ACTIONS(1110), + [anon_sym_COLON] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1110), + [anon_sym_EQ] = ACTIONS(1110), + [anon_sym_QMARK] = ACTIONS(1110), + [anon_sym_AT] = ACTIONS(1110), + [anon_sym_BSLASH] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1110), + [anon_sym__] = ACTIONS(1110), + [anon_sym_BQUOTE] = ACTIONS(1110), + [anon_sym_LBRACE] = ACTIONS(1110), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_RBRACE] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1110), + [anon_sym_RPAREN] = ACTIONS(1110), + [aux_sym__word_token1] = ACTIONS(1110), + [aux_sym__word_token2] = ACTIONS(1110), + [aux_sym__word_token3] = ACTIONS(1110), + [sym__whitespace] = ACTIONS(1110), + [sym__soft_line_ending] = ACTIONS(1110), + [sym__block_quote_start] = ACTIONS(1110), + [sym__indented_chunk_start] = ACTIONS(1110), + [sym_atx_h1_marker] = ACTIONS(1110), + [sym_atx_h2_marker] = ACTIONS(1110), + [sym_atx_h3_marker] = ACTIONS(1110), + [sym_atx_h4_marker] = ACTIONS(1110), + [sym_atx_h5_marker] = ACTIONS(1110), + [sym_atx_h6_marker] = ACTIONS(1110), + [sym__thematic_break] = ACTIONS(1110), + [sym__list_marker_minus] = ACTIONS(1110), + [sym__list_marker_plus] = ACTIONS(1110), + [sym__list_marker_star] = ACTIONS(1110), + [sym__list_marker_parenthesis] = ACTIONS(1114), + [sym__list_marker_dot] = ACTIONS(1110), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1110), + [sym__fenced_code_block_start_backtick] = ACTIONS(1110), + [sym__fenced_code_block_start_tilde] = ACTIONS(1110), + [sym__blank_line_start] = ACTIONS(1110), + [sym__html_block_1_start] = ACTIONS(1110), + [sym__html_block_2_start] = ACTIONS(1110), + [sym__html_block_3_start] = ACTIONS(1110), + [sym__html_block_4_start] = ACTIONS(1110), + [sym__html_block_5_start] = ACTIONS(1110), + [sym__html_block_6_start] = ACTIONS(1110), + [sym__html_block_7_start] = ACTIONS(1110), + [sym__pipe_table_start] = ACTIONS(1110), }, [86] = { - [sym_list_marker_minus] = STATE(2), - [sym__list_item_minus] = STATE(95), - [aux_sym__list_minus_repeat1] = STATE(95), - [anon_sym_LBRACK] = ACTIONS(1113), - [anon_sym_RBRACK] = ACTIONS(1115), - [anon_sym_LT] = ACTIONS(1115), - [anon_sym_GT] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_DQUOTE] = ACTIONS(1115), - [anon_sym_POUND] = ACTIONS(1115), - [anon_sym_DOLLAR] = ACTIONS(1115), - [anon_sym_PERCENT] = ACTIONS(1115), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1115), - [anon_sym_COMMA] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1115), - [anon_sym_DOT] = ACTIONS(1115), - [anon_sym_SLASH] = ACTIONS(1115), - [anon_sym_COLON] = ACTIONS(1115), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_EQ] = ACTIONS(1115), - [anon_sym_QMARK] = ACTIONS(1115), - [anon_sym_AT] = ACTIONS(1115), - [anon_sym_BSLASH] = ACTIONS(1115), - [anon_sym_CARET] = ACTIONS(1115), - [anon_sym__] = ACTIONS(1115), - [anon_sym_BQUOTE] = ACTIONS(1115), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_PIPE] = ACTIONS(1115), - [anon_sym_RBRACE] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_LPAREN] = ACTIONS(1115), - [anon_sym_RPAREN] = ACTIONS(1115), - [aux_sym__word_token1] = ACTIONS(1115), - [aux_sym__word_token2] = ACTIONS(1115), - [aux_sym__word_token3] = ACTIONS(1115), - [sym__whitespace] = ACTIONS(1115), - [sym__soft_line_ending] = ACTIONS(1115), - [sym__block_close] = ACTIONS(1115), - [sym__block_quote_start] = ACTIONS(1115), - [sym__indented_chunk_start] = ACTIONS(1115), - [sym_atx_h1_marker] = ACTIONS(1115), - [sym_atx_h2_marker] = ACTIONS(1115), - [sym_atx_h3_marker] = ACTIONS(1115), - [sym_atx_h4_marker] = ACTIONS(1115), - [sym_atx_h5_marker] = ACTIONS(1115), - [sym_atx_h6_marker] = ACTIONS(1115), - [sym__thematic_break] = ACTIONS(1115), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(1115), - [sym__list_marker_star] = ACTIONS(1115), - [sym__list_marker_parenthesis] = ACTIONS(1115), - [sym__list_marker_dot] = ACTIONS(1115), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1115), - [sym__fenced_code_block_start_backtick] = ACTIONS(1115), - [sym__fenced_code_block_start_tilde] = ACTIONS(1115), - [sym__blank_line_start] = ACTIONS(1115), - [sym__html_block_1_start] = ACTIONS(1115), - [sym__html_block_2_start] = ACTIONS(1115), - [sym__html_block_3_start] = ACTIONS(1115), - [sym__html_block_4_start] = ACTIONS(1115), - [sym__html_block_5_start] = ACTIONS(1115), - [sym__html_block_6_start] = ACTIONS(1115), - [sym__html_block_7_start] = ACTIONS(1115), - [sym__pipe_table_start] = ACTIONS(1115), + [sym_list_marker_parenthesis] = STATE(5), + [sym__list_item_parenthesis] = STATE(85), + [aux_sym__list_parenthesis_repeat1] = STATE(85), + [ts_builtin_sym_end] = ACTIONS(1101), + [anon_sym_LBRACK] = ACTIONS(1099), + [anon_sym_RBRACK] = ACTIONS(1101), + [anon_sym_LT] = ACTIONS(1101), + [anon_sym_GT] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1101), + [anon_sym_POUND] = ACTIONS(1101), + [anon_sym_DOLLAR] = ACTIONS(1101), + [anon_sym_PERCENT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1101), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_PLUS] = ACTIONS(1101), + [anon_sym_COMMA] = ACTIONS(1101), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1101), + [anon_sym_SLASH] = ACTIONS(1101), + [anon_sym_COLON] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1101), + [anon_sym_QMARK] = ACTIONS(1101), + [anon_sym_AT] = ACTIONS(1101), + [anon_sym_BSLASH] = ACTIONS(1101), + [anon_sym_CARET] = ACTIONS(1101), + [anon_sym__] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_LBRACE] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1101), + [anon_sym_RBRACE] = ACTIONS(1101), + [anon_sym_TILDE] = ACTIONS(1101), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_RPAREN] = ACTIONS(1101), + [aux_sym__word_token1] = ACTIONS(1101), + [aux_sym__word_token2] = ACTIONS(1101), + [aux_sym__word_token3] = ACTIONS(1101), + [sym__whitespace] = ACTIONS(1101), + [sym__soft_line_ending] = ACTIONS(1101), + [sym__block_quote_start] = ACTIONS(1101), + [sym__indented_chunk_start] = ACTIONS(1101), + [sym_atx_h1_marker] = ACTIONS(1101), + [sym_atx_h2_marker] = ACTIONS(1101), + [sym_atx_h3_marker] = ACTIONS(1101), + [sym_atx_h4_marker] = ACTIONS(1101), + [sym_atx_h5_marker] = ACTIONS(1101), + [sym_atx_h6_marker] = ACTIONS(1101), + [sym__thematic_break] = ACTIONS(1101), + [sym__list_marker_minus] = ACTIONS(1101), + [sym__list_marker_plus] = ACTIONS(1101), + [sym__list_marker_star] = ACTIONS(1101), + [sym__list_marker_parenthesis] = ACTIONS(37), + [sym__list_marker_dot] = ACTIONS(1101), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1101), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1101), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1101), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(37), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1101), + [sym__fenced_code_block_start_backtick] = ACTIONS(1101), + [sym__fenced_code_block_start_tilde] = ACTIONS(1101), + [sym__blank_line_start] = ACTIONS(1101), + [sym__html_block_1_start] = ACTIONS(1101), + [sym__html_block_2_start] = ACTIONS(1101), + [sym__html_block_3_start] = ACTIONS(1101), + [sym__html_block_4_start] = ACTIONS(1101), + [sym__html_block_5_start] = ACTIONS(1101), + [sym__html_block_6_start] = ACTIONS(1101), + [sym__html_block_7_start] = ACTIONS(1101), + [sym__pipe_table_start] = ACTIONS(1101), }, [87] = { - [sym_list_marker_plus] = STATE(11), - [sym__list_item_plus] = STATE(93), - [aux_sym__list_plus_repeat1] = STATE(93), + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(87), + [aux_sym__list_plus_repeat1] = STATE(87), + [anon_sym_LBRACK] = ACTIONS(1068), + [anon_sym_RBRACK] = ACTIONS(1066), + [anon_sym_LT] = ACTIONS(1066), + [anon_sym_GT] = ACTIONS(1066), + [anon_sym_BANG] = ACTIONS(1066), + [anon_sym_DQUOTE] = ACTIONS(1066), + [anon_sym_POUND] = ACTIONS(1066), + [anon_sym_DOLLAR] = ACTIONS(1066), + [anon_sym_PERCENT] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1066), + [anon_sym_SQUOTE] = ACTIONS(1066), + [anon_sym_STAR] = ACTIONS(1066), + [anon_sym_PLUS] = ACTIONS(1066), + [anon_sym_COMMA] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1066), + [anon_sym_DOT] = ACTIONS(1066), + [anon_sym_SLASH] = ACTIONS(1066), + [anon_sym_COLON] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1066), + [anon_sym_EQ] = ACTIONS(1066), + [anon_sym_QMARK] = ACTIONS(1066), + [anon_sym_AT] = ACTIONS(1066), + [anon_sym_BSLASH] = ACTIONS(1066), + [anon_sym_CARET] = ACTIONS(1066), + [anon_sym__] = ACTIONS(1066), + [anon_sym_BQUOTE] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(1066), + [anon_sym_PIPE] = ACTIONS(1066), + [anon_sym_RBRACE] = ACTIONS(1066), + [anon_sym_TILDE] = ACTIONS(1066), + [anon_sym_LPAREN] = ACTIONS(1066), + [anon_sym_RPAREN] = ACTIONS(1066), + [aux_sym__word_token1] = ACTIONS(1066), + [aux_sym__word_token2] = ACTIONS(1066), + [aux_sym__word_token3] = ACTIONS(1066), + [sym__whitespace] = ACTIONS(1066), + [sym__soft_line_ending] = ACTIONS(1066), + [sym__block_close] = ACTIONS(1066), + [sym__block_quote_start] = ACTIONS(1066), + [sym__indented_chunk_start] = ACTIONS(1066), + [sym_atx_h1_marker] = ACTIONS(1066), + [sym_atx_h2_marker] = ACTIONS(1066), + [sym_atx_h3_marker] = ACTIONS(1066), + [sym_atx_h4_marker] = ACTIONS(1066), + [sym_atx_h5_marker] = ACTIONS(1066), + [sym_atx_h6_marker] = ACTIONS(1066), + [sym__thematic_break] = ACTIONS(1066), + [sym__list_marker_minus] = ACTIONS(1066), + [sym__list_marker_plus] = ACTIONS(1070), + [sym__list_marker_star] = ACTIONS(1066), + [sym__list_marker_parenthesis] = ACTIONS(1066), + [sym__list_marker_dot] = ACTIONS(1066), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1070), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1066), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1066), + [sym__fenced_code_block_start_backtick] = ACTIONS(1066), + [sym__fenced_code_block_start_tilde] = ACTIONS(1066), + [sym__blank_line_start] = ACTIONS(1066), + [sym__html_block_1_start] = ACTIONS(1066), + [sym__html_block_2_start] = ACTIONS(1066), + [sym__html_block_3_start] = ACTIONS(1066), + [sym__html_block_4_start] = ACTIONS(1066), + [sym__html_block_5_start] = ACTIONS(1066), + [sym__html_block_6_start] = ACTIONS(1066), + [sym__html_block_7_start] = ACTIONS(1066), + [sym__pipe_table_start] = ACTIONS(1066), + }, + [88] = { + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(88), + [aux_sym__list_minus_repeat1] = STATE(88), + [anon_sym_LBRACK] = ACTIONS(1075), + [anon_sym_RBRACK] = ACTIONS(1073), + [anon_sym_LT] = ACTIONS(1073), + [anon_sym_GT] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(1073), + [anon_sym_DOLLAR] = ACTIONS(1073), + [anon_sym_PERCENT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1073), + [anon_sym_SQUOTE] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_PLUS] = ACTIONS(1073), + [anon_sym_COMMA] = ACTIONS(1073), + [anon_sym_DASH] = ACTIONS(1073), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_SLASH] = ACTIONS(1073), + [anon_sym_COLON] = ACTIONS(1073), + [anon_sym_SEMI] = ACTIONS(1073), + [anon_sym_EQ] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1073), + [anon_sym_AT] = ACTIONS(1073), + [anon_sym_BSLASH] = ACTIONS(1073), + [anon_sym_CARET] = ACTIONS(1073), + [anon_sym__] = ACTIONS(1073), + [anon_sym_BQUOTE] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_PIPE] = ACTIONS(1073), + [anon_sym_RBRACE] = ACTIONS(1073), + [anon_sym_TILDE] = ACTIONS(1073), + [anon_sym_LPAREN] = ACTIONS(1073), + [anon_sym_RPAREN] = ACTIONS(1073), + [aux_sym__word_token1] = ACTIONS(1073), + [aux_sym__word_token2] = ACTIONS(1073), + [aux_sym__word_token3] = ACTIONS(1073), + [sym__whitespace] = ACTIONS(1073), + [sym__soft_line_ending] = ACTIONS(1073), + [sym__block_close] = ACTIONS(1073), + [sym__block_quote_start] = ACTIONS(1073), + [sym__indented_chunk_start] = ACTIONS(1073), + [sym_atx_h1_marker] = ACTIONS(1073), + [sym_atx_h2_marker] = ACTIONS(1073), + [sym_atx_h3_marker] = ACTIONS(1073), + [sym_atx_h4_marker] = ACTIONS(1073), + [sym_atx_h5_marker] = ACTIONS(1073), + [sym_atx_h6_marker] = ACTIONS(1073), + [sym__thematic_break] = ACTIONS(1073), + [sym__list_marker_minus] = ACTIONS(1077), + [sym__list_marker_plus] = ACTIONS(1073), + [sym__list_marker_star] = ACTIONS(1073), + [sym__list_marker_parenthesis] = ACTIONS(1073), + [sym__list_marker_dot] = ACTIONS(1073), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1077), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1073), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1073), + [sym__fenced_code_block_start_backtick] = ACTIONS(1073), + [sym__fenced_code_block_start_tilde] = ACTIONS(1073), + [sym__blank_line_start] = ACTIONS(1073), + [sym__html_block_1_start] = ACTIONS(1073), + [sym__html_block_2_start] = ACTIONS(1073), + [sym__html_block_3_start] = ACTIONS(1073), + [sym__html_block_4_start] = ACTIONS(1073), + [sym__html_block_5_start] = ACTIONS(1073), + [sym__html_block_6_start] = ACTIONS(1073), + [sym__html_block_7_start] = ACTIONS(1073), + [sym__pipe_table_start] = ACTIONS(1073), + }, + [89] = { + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(89), + [aux_sym__list_star_repeat1] = STATE(89), + [anon_sym_LBRACK] = ACTIONS(1082), + [anon_sym_RBRACK] = ACTIONS(1080), + [anon_sym_LT] = ACTIONS(1080), + [anon_sym_GT] = ACTIONS(1080), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_DQUOTE] = ACTIONS(1080), + [anon_sym_POUND] = ACTIONS(1080), + [anon_sym_DOLLAR] = ACTIONS(1080), + [anon_sym_PERCENT] = ACTIONS(1080), + [anon_sym_AMP] = ACTIONS(1080), + [anon_sym_SQUOTE] = ACTIONS(1080), + [anon_sym_STAR] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_COMMA] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_DOT] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1080), + [anon_sym_COLON] = ACTIONS(1080), + [anon_sym_SEMI] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1080), + [anon_sym_QMARK] = ACTIONS(1080), + [anon_sym_AT] = ACTIONS(1080), + [anon_sym_BSLASH] = ACTIONS(1080), + [anon_sym_CARET] = ACTIONS(1080), + [anon_sym__] = ACTIONS(1080), + [anon_sym_BQUOTE] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1080), + [anon_sym_PIPE] = ACTIONS(1080), + [anon_sym_RBRACE] = ACTIONS(1080), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1080), + [anon_sym_RPAREN] = ACTIONS(1080), + [aux_sym__word_token1] = ACTIONS(1080), + [aux_sym__word_token2] = ACTIONS(1080), + [aux_sym__word_token3] = ACTIONS(1080), + [sym__whitespace] = ACTIONS(1080), + [sym__soft_line_ending] = ACTIONS(1080), + [sym__block_close] = ACTIONS(1080), + [sym__block_quote_start] = ACTIONS(1080), + [sym__indented_chunk_start] = ACTIONS(1080), + [sym_atx_h1_marker] = ACTIONS(1080), + [sym_atx_h2_marker] = ACTIONS(1080), + [sym_atx_h3_marker] = ACTIONS(1080), + [sym_atx_h4_marker] = ACTIONS(1080), + [sym_atx_h5_marker] = ACTIONS(1080), + [sym_atx_h6_marker] = ACTIONS(1080), + [sym__thematic_break] = ACTIONS(1080), + [sym__list_marker_minus] = ACTIONS(1080), + [sym__list_marker_plus] = ACTIONS(1080), + [sym__list_marker_star] = ACTIONS(1084), + [sym__list_marker_parenthesis] = ACTIONS(1080), + [sym__list_marker_dot] = ACTIONS(1080), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1084), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1080), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1080), + [sym__fenced_code_block_start_backtick] = ACTIONS(1080), + [sym__fenced_code_block_start_tilde] = ACTIONS(1080), + [sym__blank_line_start] = ACTIONS(1080), + [sym__html_block_1_start] = ACTIONS(1080), + [sym__html_block_2_start] = ACTIONS(1080), + [sym__html_block_3_start] = ACTIONS(1080), + [sym__html_block_4_start] = ACTIONS(1080), + [sym__html_block_5_start] = ACTIONS(1080), + [sym__html_block_6_start] = ACTIONS(1080), + [sym__html_block_7_start] = ACTIONS(1080), + [sym__pipe_table_start] = ACTIONS(1080), + }, + [90] = { + [sym_list_marker_dot] = STATE(10), + [sym__list_item_dot] = STATE(90), + [aux_sym__list_dot_repeat1] = STATE(90), + [anon_sym_LBRACK] = ACTIONS(1105), + [anon_sym_RBRACK] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1103), + [anon_sym_GT] = ACTIONS(1103), + [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1103), + [anon_sym_POUND] = ACTIONS(1103), + [anon_sym_DOLLAR] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_SQUOTE] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_COMMA] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_DOT] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_COLON] = ACTIONS(1103), + [anon_sym_SEMI] = ACTIONS(1103), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_AT] = ACTIONS(1103), + [anon_sym_BSLASH] = ACTIONS(1103), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym__] = ACTIONS(1103), + [anon_sym_BQUOTE] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(1103), + [anon_sym_RBRACE] = ACTIONS(1103), + [anon_sym_TILDE] = ACTIONS(1103), + [anon_sym_LPAREN] = ACTIONS(1103), + [anon_sym_RPAREN] = ACTIONS(1103), + [aux_sym__word_token1] = ACTIONS(1103), + [aux_sym__word_token2] = ACTIONS(1103), + [aux_sym__word_token3] = ACTIONS(1103), + [sym__whitespace] = ACTIONS(1103), + [sym__soft_line_ending] = ACTIONS(1103), + [sym__block_close] = ACTIONS(1103), + [sym__block_quote_start] = ACTIONS(1103), + [sym__indented_chunk_start] = ACTIONS(1103), + [sym_atx_h1_marker] = ACTIONS(1103), + [sym_atx_h2_marker] = ACTIONS(1103), + [sym_atx_h3_marker] = ACTIONS(1103), + [sym_atx_h4_marker] = ACTIONS(1103), + [sym_atx_h5_marker] = ACTIONS(1103), + [sym_atx_h6_marker] = ACTIONS(1103), + [sym__thematic_break] = ACTIONS(1103), + [sym__list_marker_minus] = ACTIONS(1103), + [sym__list_marker_plus] = ACTIONS(1103), + [sym__list_marker_star] = ACTIONS(1103), + [sym__list_marker_parenthesis] = ACTIONS(1103), + [sym__list_marker_dot] = ACTIONS(1107), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1103), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1107), + [sym__fenced_code_block_start_backtick] = ACTIONS(1103), + [sym__fenced_code_block_start_tilde] = ACTIONS(1103), + [sym__blank_line_start] = ACTIONS(1103), + [sym__html_block_1_start] = ACTIONS(1103), + [sym__html_block_2_start] = ACTIONS(1103), + [sym__html_block_3_start] = ACTIONS(1103), + [sym__html_block_4_start] = ACTIONS(1103), + [sym__html_block_5_start] = ACTIONS(1103), + [sym__html_block_6_start] = ACTIONS(1103), + [sym__html_block_7_start] = ACTIONS(1103), + [sym__pipe_table_start] = ACTIONS(1103), + }, + [91] = { + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(91), + [aux_sym__list_parenthesis_repeat1] = STATE(91), + [anon_sym_LBRACK] = ACTIONS(1112), + [anon_sym_RBRACK] = ACTIONS(1110), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_BANG] = ACTIONS(1110), + [anon_sym_DQUOTE] = ACTIONS(1110), + [anon_sym_POUND] = ACTIONS(1110), + [anon_sym_DOLLAR] = ACTIONS(1110), + [anon_sym_PERCENT] = ACTIONS(1110), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_SQUOTE] = ACTIONS(1110), + [anon_sym_STAR] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1110), + [anon_sym_COMMA] = ACTIONS(1110), + [anon_sym_DASH] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_SLASH] = ACTIONS(1110), + [anon_sym_COLON] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1110), + [anon_sym_EQ] = ACTIONS(1110), + [anon_sym_QMARK] = ACTIONS(1110), + [anon_sym_AT] = ACTIONS(1110), + [anon_sym_BSLASH] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1110), + [anon_sym__] = ACTIONS(1110), + [anon_sym_BQUOTE] = ACTIONS(1110), + [anon_sym_LBRACE] = ACTIONS(1110), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_RBRACE] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1110), + [anon_sym_RPAREN] = ACTIONS(1110), + [aux_sym__word_token1] = ACTIONS(1110), + [aux_sym__word_token2] = ACTIONS(1110), + [aux_sym__word_token3] = ACTIONS(1110), + [sym__whitespace] = ACTIONS(1110), + [sym__soft_line_ending] = ACTIONS(1110), + [sym__block_close] = ACTIONS(1110), + [sym__block_quote_start] = ACTIONS(1110), + [sym__indented_chunk_start] = ACTIONS(1110), + [sym_atx_h1_marker] = ACTIONS(1110), + [sym_atx_h2_marker] = ACTIONS(1110), + [sym_atx_h3_marker] = ACTIONS(1110), + [sym_atx_h4_marker] = ACTIONS(1110), + [sym_atx_h5_marker] = ACTIONS(1110), + [sym_atx_h6_marker] = ACTIONS(1110), + [sym__thematic_break] = ACTIONS(1110), + [sym__list_marker_minus] = ACTIONS(1110), + [sym__list_marker_plus] = ACTIONS(1110), + [sym__list_marker_star] = ACTIONS(1110), + [sym__list_marker_parenthesis] = ACTIONS(1114), + [sym__list_marker_dot] = ACTIONS(1110), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1110), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1114), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1110), + [sym__fenced_code_block_start_backtick] = ACTIONS(1110), + [sym__fenced_code_block_start_tilde] = ACTIONS(1110), + [sym__blank_line_start] = ACTIONS(1110), + [sym__html_block_1_start] = ACTIONS(1110), + [sym__html_block_2_start] = ACTIONS(1110), + [sym__html_block_3_start] = ACTIONS(1110), + [sym__html_block_4_start] = ACTIONS(1110), + [sym__html_block_5_start] = ACTIONS(1110), + [sym__html_block_6_start] = ACTIONS(1110), + [sym__html_block_7_start] = ACTIONS(1110), + [sym__pipe_table_start] = ACTIONS(1110), + }, + [92] = { + [sym__indented_chunk] = STATE(92), + [sym__blank_line] = STATE(92), + [aux_sym_indented_code_block_repeat1] = STATE(92), [anon_sym_LBRACK] = ACTIONS(1117), [anon_sym_RBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(1119), @@ -22392,7 +22757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__soft_line_ending] = ACTIONS(1119), [sym__block_close] = ACTIONS(1119), [sym__block_quote_start] = ACTIONS(1119), - [sym__indented_chunk_start] = ACTIONS(1119), + [sym__indented_chunk_start] = ACTIONS(1121), [sym_atx_h1_marker] = ACTIONS(1119), [sym_atx_h2_marker] = ACTIONS(1119), [sym_atx_h3_marker] = ACTIONS(1119), @@ -22401,18 +22766,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h6_marker] = ACTIONS(1119), [sym__thematic_break] = ACTIONS(1119), [sym__list_marker_minus] = ACTIONS(1119), - [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_plus] = ACTIONS(1119), [sym__list_marker_star] = ACTIONS(1119), [sym__list_marker_parenthesis] = ACTIONS(1119), [sym__list_marker_dot] = ACTIONS(1119), [sym__list_marker_minus_dont_interrupt] = ACTIONS(1119), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1119), [sym__list_marker_star_dont_interrupt] = ACTIONS(1119), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1119), [sym__list_marker_dot_dont_interrupt] = ACTIONS(1119), [sym__fenced_code_block_start_backtick] = ACTIONS(1119), [sym__fenced_code_block_start_tilde] = ACTIONS(1119), - [sym__blank_line_start] = ACTIONS(1119), + [sym__blank_line_start] = ACTIONS(1124), [sym__html_block_1_start] = ACTIONS(1119), [sym__html_block_2_start] = ACTIONS(1119), [sym__html_block_3_start] = ACTIONS(1119), @@ -22422,740 +22787,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1119), [sym__pipe_table_start] = ACTIONS(1119), }, - [88] = { - [sym__indented_chunk] = STATE(88), - [sym__blank_line] = STATE(88), - [aux_sym_indented_code_block_repeat1] = STATE(88), - [anon_sym_LBRACK] = ACTIONS(1121), - [anon_sym_RBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(1123), - [anon_sym_GT] = ACTIONS(1123), - [anon_sym_BANG] = ACTIONS(1123), - [anon_sym_DQUOTE] = ACTIONS(1123), - [anon_sym_POUND] = ACTIONS(1123), - [anon_sym_DOLLAR] = ACTIONS(1123), - [anon_sym_PERCENT] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SQUOTE] = ACTIONS(1123), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_PLUS] = ACTIONS(1123), - [anon_sym_COMMA] = ACTIONS(1123), - [anon_sym_DASH] = ACTIONS(1123), - [anon_sym_DOT] = ACTIONS(1123), - [anon_sym_SLASH] = ACTIONS(1123), - [anon_sym_COLON] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1123), - [anon_sym_EQ] = ACTIONS(1123), - [anon_sym_QMARK] = ACTIONS(1123), - [anon_sym_AT] = ACTIONS(1123), - [anon_sym_BSLASH] = ACTIONS(1123), - [anon_sym_CARET] = ACTIONS(1123), - [anon_sym__] = ACTIONS(1123), - [anon_sym_BQUOTE] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(1123), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_RBRACE] = ACTIONS(1123), - [anon_sym_TILDE] = ACTIONS(1123), - [anon_sym_LPAREN] = ACTIONS(1123), - [anon_sym_RPAREN] = ACTIONS(1123), - [aux_sym__word_token1] = ACTIONS(1123), - [aux_sym__word_token2] = ACTIONS(1123), - [aux_sym__word_token3] = ACTIONS(1123), - [sym__whitespace] = ACTIONS(1123), - [sym__soft_line_ending] = ACTIONS(1123), - [sym__block_close] = ACTIONS(1123), - [sym__block_quote_start] = ACTIONS(1123), - [sym__indented_chunk_start] = ACTIONS(1125), - [sym_atx_h1_marker] = ACTIONS(1123), - [sym_atx_h2_marker] = ACTIONS(1123), - [sym_atx_h3_marker] = ACTIONS(1123), - [sym_atx_h4_marker] = ACTIONS(1123), - [sym_atx_h5_marker] = ACTIONS(1123), - [sym_atx_h6_marker] = ACTIONS(1123), - [sym__thematic_break] = ACTIONS(1123), - [sym__list_marker_minus] = ACTIONS(1123), - [sym__list_marker_plus] = ACTIONS(1123), - [sym__list_marker_star] = ACTIONS(1123), - [sym__list_marker_parenthesis] = ACTIONS(1123), - [sym__list_marker_dot] = ACTIONS(1123), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1123), - [sym__fenced_code_block_start_backtick] = ACTIONS(1123), - [sym__fenced_code_block_start_tilde] = ACTIONS(1123), - [sym__blank_line_start] = ACTIONS(1128), - [sym__html_block_1_start] = ACTIONS(1123), - [sym__html_block_2_start] = ACTIONS(1123), - [sym__html_block_3_start] = ACTIONS(1123), - [sym__html_block_4_start] = ACTIONS(1123), - [sym__html_block_5_start] = ACTIONS(1123), - [sym__html_block_6_start] = ACTIONS(1123), - [sym__html_block_7_start] = ACTIONS(1123), - [sym__pipe_table_start] = ACTIONS(1123), - }, - [89] = { - [sym__indented_chunk] = STATE(90), - [sym__blank_line] = STATE(90), - [aux_sym_indented_code_block_repeat1] = STATE(90), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_RBRACK] = ACTIONS(1133), - [anon_sym_LT] = ACTIONS(1133), - [anon_sym_GT] = ACTIONS(1133), - [anon_sym_BANG] = ACTIONS(1133), - [anon_sym_DQUOTE] = ACTIONS(1133), - [anon_sym_POUND] = ACTIONS(1133), - [anon_sym_DOLLAR] = ACTIONS(1133), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_AMP] = ACTIONS(1133), - [anon_sym_SQUOTE] = ACTIONS(1133), - [anon_sym_STAR] = ACTIONS(1133), - [anon_sym_PLUS] = ACTIONS(1133), - [anon_sym_COMMA] = ACTIONS(1133), - [anon_sym_DASH] = ACTIONS(1133), - [anon_sym_DOT] = ACTIONS(1133), - [anon_sym_SLASH] = ACTIONS(1133), - [anon_sym_COLON] = ACTIONS(1133), - [anon_sym_SEMI] = ACTIONS(1133), - [anon_sym_EQ] = ACTIONS(1133), - [anon_sym_QMARK] = ACTIONS(1133), - [anon_sym_AT] = ACTIONS(1133), - [anon_sym_BSLASH] = ACTIONS(1133), - [anon_sym_CARET] = ACTIONS(1133), - [anon_sym__] = ACTIONS(1133), - [anon_sym_BQUOTE] = ACTIONS(1133), - [anon_sym_LBRACE] = ACTIONS(1133), - [anon_sym_PIPE] = ACTIONS(1133), - [anon_sym_RBRACE] = ACTIONS(1133), - [anon_sym_TILDE] = ACTIONS(1133), - [anon_sym_LPAREN] = ACTIONS(1133), - [anon_sym_RPAREN] = ACTIONS(1133), - [aux_sym__word_token1] = ACTIONS(1133), - [aux_sym__word_token2] = ACTIONS(1133), - [aux_sym__word_token3] = ACTIONS(1133), - [sym__whitespace] = ACTIONS(1133), - [sym__soft_line_ending] = ACTIONS(1133), - [sym__block_close] = ACTIONS(1133), - [sym__block_quote_start] = ACTIONS(1133), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(1133), - [sym_atx_h2_marker] = ACTIONS(1133), - [sym_atx_h3_marker] = ACTIONS(1133), - [sym_atx_h4_marker] = ACTIONS(1133), - [sym_atx_h5_marker] = ACTIONS(1133), - [sym_atx_h6_marker] = ACTIONS(1133), - [sym__thematic_break] = ACTIONS(1133), - [sym__list_marker_minus] = ACTIONS(1133), - [sym__list_marker_plus] = ACTIONS(1133), - [sym__list_marker_star] = ACTIONS(1133), - [sym__list_marker_parenthesis] = ACTIONS(1133), - [sym__list_marker_dot] = ACTIONS(1133), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1133), - [sym__fenced_code_block_start_backtick] = ACTIONS(1133), - [sym__fenced_code_block_start_tilde] = ACTIONS(1133), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(1133), - [sym__html_block_2_start] = ACTIONS(1133), - [sym__html_block_3_start] = ACTIONS(1133), - [sym__html_block_4_start] = ACTIONS(1133), - [sym__html_block_5_start] = ACTIONS(1133), - [sym__html_block_6_start] = ACTIONS(1133), - [sym__html_block_7_start] = ACTIONS(1133), - [sym__pipe_table_start] = ACTIONS(1133), - }, - [90] = { - [sym__indented_chunk] = STATE(88), - [sym__blank_line] = STATE(88), - [aux_sym_indented_code_block_repeat1] = STATE(88), - [anon_sym_LBRACK] = ACTIONS(1135), - [anon_sym_RBRACK] = ACTIONS(1137), - [anon_sym_LT] = ACTIONS(1137), - [anon_sym_GT] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1137), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1137), - [anon_sym_PERCENT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1137), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_COMMA] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1137), - [anon_sym_DOT] = ACTIONS(1137), - [anon_sym_SLASH] = ACTIONS(1137), - [anon_sym_COLON] = ACTIONS(1137), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1137), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_BSLASH] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym__] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_LBRACE] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_RBRACE] = ACTIONS(1137), - [anon_sym_TILDE] = ACTIONS(1137), - [anon_sym_LPAREN] = ACTIONS(1137), - [anon_sym_RPAREN] = ACTIONS(1137), - [aux_sym__word_token1] = ACTIONS(1137), - [aux_sym__word_token2] = ACTIONS(1137), - [aux_sym__word_token3] = ACTIONS(1137), - [sym__whitespace] = ACTIONS(1137), - [sym__soft_line_ending] = ACTIONS(1137), - [sym__block_close] = ACTIONS(1137), - [sym__block_quote_start] = ACTIONS(1137), - [sym__indented_chunk_start] = ACTIONS(75), - [sym_atx_h1_marker] = ACTIONS(1137), - [sym_atx_h2_marker] = ACTIONS(1137), - [sym_atx_h3_marker] = ACTIONS(1137), - [sym_atx_h4_marker] = ACTIONS(1137), - [sym_atx_h5_marker] = ACTIONS(1137), - [sym_atx_h6_marker] = ACTIONS(1137), - [sym__thematic_break] = ACTIONS(1137), - [sym__list_marker_minus] = ACTIONS(1137), - [sym__list_marker_plus] = ACTIONS(1137), - [sym__list_marker_star] = ACTIONS(1137), - [sym__list_marker_parenthesis] = ACTIONS(1137), - [sym__list_marker_dot] = ACTIONS(1137), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1137), - [sym__fenced_code_block_start_backtick] = ACTIONS(1137), - [sym__fenced_code_block_start_tilde] = ACTIONS(1137), - [sym__blank_line_start] = ACTIONS(95), - [sym__html_block_1_start] = ACTIONS(1137), - [sym__html_block_2_start] = ACTIONS(1137), - [sym__html_block_3_start] = ACTIONS(1137), - [sym__html_block_4_start] = ACTIONS(1137), - [sym__html_block_5_start] = ACTIONS(1137), - [sym__html_block_6_start] = ACTIONS(1137), - [sym__html_block_7_start] = ACTIONS(1137), - [sym__pipe_table_start] = ACTIONS(1137), - }, - [91] = { - [sym__indented_chunk] = STATE(91), - [sym__blank_line] = STATE(91), - [aux_sym_indented_code_block_repeat1] = STATE(91), - [ts_builtin_sym_end] = ACTIONS(1123), - [anon_sym_LBRACK] = ACTIONS(1121), - [anon_sym_RBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(1123), - [anon_sym_GT] = ACTIONS(1123), - [anon_sym_BANG] = ACTIONS(1123), - [anon_sym_DQUOTE] = ACTIONS(1123), - [anon_sym_POUND] = ACTIONS(1123), - [anon_sym_DOLLAR] = ACTIONS(1123), - [anon_sym_PERCENT] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), - [anon_sym_SQUOTE] = ACTIONS(1123), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_PLUS] = ACTIONS(1123), - [anon_sym_COMMA] = ACTIONS(1123), - [anon_sym_DASH] = ACTIONS(1123), - [anon_sym_DOT] = ACTIONS(1123), - [anon_sym_SLASH] = ACTIONS(1123), - [anon_sym_COLON] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1123), - [anon_sym_EQ] = ACTIONS(1123), - [anon_sym_QMARK] = ACTIONS(1123), - [anon_sym_AT] = ACTIONS(1123), - [anon_sym_BSLASH] = ACTIONS(1123), - [anon_sym_CARET] = ACTIONS(1123), - [anon_sym__] = ACTIONS(1123), - [anon_sym_BQUOTE] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(1123), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_RBRACE] = ACTIONS(1123), - [anon_sym_TILDE] = ACTIONS(1123), - [anon_sym_LPAREN] = ACTIONS(1123), - [anon_sym_RPAREN] = ACTIONS(1123), - [aux_sym__word_token1] = ACTIONS(1123), - [aux_sym__word_token2] = ACTIONS(1123), - [aux_sym__word_token3] = ACTIONS(1123), - [sym__whitespace] = ACTIONS(1123), - [sym__soft_line_ending] = ACTIONS(1123), - [sym__block_quote_start] = ACTIONS(1123), - [sym__indented_chunk_start] = ACTIONS(1139), - [sym_atx_h1_marker] = ACTIONS(1123), - [sym_atx_h2_marker] = ACTIONS(1123), - [sym_atx_h3_marker] = ACTIONS(1123), - [sym_atx_h4_marker] = ACTIONS(1123), - [sym_atx_h5_marker] = ACTIONS(1123), - [sym_atx_h6_marker] = ACTIONS(1123), - [sym__thematic_break] = ACTIONS(1123), - [sym__list_marker_minus] = ACTIONS(1123), - [sym__list_marker_plus] = ACTIONS(1123), - [sym__list_marker_star] = ACTIONS(1123), - [sym__list_marker_parenthesis] = ACTIONS(1123), - [sym__list_marker_dot] = ACTIONS(1123), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1123), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1123), - [sym__fenced_code_block_start_backtick] = ACTIONS(1123), - [sym__fenced_code_block_start_tilde] = ACTIONS(1123), - [sym__blank_line_start] = ACTIONS(1142), - [sym__html_block_1_start] = ACTIONS(1123), - [sym__html_block_2_start] = ACTIONS(1123), - [sym__html_block_3_start] = ACTIONS(1123), - [sym__html_block_4_start] = ACTIONS(1123), - [sym__html_block_5_start] = ACTIONS(1123), - [sym__html_block_6_start] = ACTIONS(1123), - [sym__html_block_7_start] = ACTIONS(1123), - [sym__pipe_table_start] = ACTIONS(1123), - }, - [92] = { - [sym__indented_chunk] = STATE(91), - [sym__blank_line] = STATE(91), - [aux_sym_indented_code_block_repeat1] = STATE(91), - [ts_builtin_sym_end] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1135), - [anon_sym_RBRACK] = ACTIONS(1137), - [anon_sym_LT] = ACTIONS(1137), - [anon_sym_GT] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1137), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1137), - [anon_sym_PERCENT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1137), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_COMMA] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1137), - [anon_sym_DOT] = ACTIONS(1137), - [anon_sym_SLASH] = ACTIONS(1137), - [anon_sym_COLON] = ACTIONS(1137), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1137), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_BSLASH] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym__] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_LBRACE] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_RBRACE] = ACTIONS(1137), - [anon_sym_TILDE] = ACTIONS(1137), - [anon_sym_LPAREN] = ACTIONS(1137), - [anon_sym_RPAREN] = ACTIONS(1137), - [aux_sym__word_token1] = ACTIONS(1137), - [aux_sym__word_token2] = ACTIONS(1137), - [aux_sym__word_token3] = ACTIONS(1137), - [sym__whitespace] = ACTIONS(1137), - [sym__soft_line_ending] = ACTIONS(1137), - [sym__block_quote_start] = ACTIONS(1137), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(1137), - [sym_atx_h2_marker] = ACTIONS(1137), - [sym_atx_h3_marker] = ACTIONS(1137), - [sym_atx_h4_marker] = ACTIONS(1137), - [sym_atx_h5_marker] = ACTIONS(1137), - [sym_atx_h6_marker] = ACTIONS(1137), - [sym__thematic_break] = ACTIONS(1137), - [sym__list_marker_minus] = ACTIONS(1137), - [sym__list_marker_plus] = ACTIONS(1137), - [sym__list_marker_star] = ACTIONS(1137), - [sym__list_marker_parenthesis] = ACTIONS(1137), - [sym__list_marker_dot] = ACTIONS(1137), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1137), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1137), - [sym__fenced_code_block_start_backtick] = ACTIONS(1137), - [sym__fenced_code_block_start_tilde] = ACTIONS(1137), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(1137), - [sym__html_block_2_start] = ACTIONS(1137), - [sym__html_block_3_start] = ACTIONS(1137), - [sym__html_block_4_start] = ACTIONS(1137), - [sym__html_block_5_start] = ACTIONS(1137), - [sym__html_block_6_start] = ACTIONS(1137), - [sym__html_block_7_start] = ACTIONS(1137), - [sym__pipe_table_start] = ACTIONS(1137), - }, [93] = { - [sym_list_marker_plus] = STATE(11), - [sym__list_item_plus] = STATE(93), - [aux_sym__list_plus_repeat1] = STATE(93), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_RBRACK] = ACTIONS(1098), - [anon_sym_LT] = ACTIONS(1098), - [anon_sym_GT] = ACTIONS(1098), - [anon_sym_BANG] = ACTIONS(1098), - [anon_sym_DQUOTE] = ACTIONS(1098), - [anon_sym_POUND] = ACTIONS(1098), - [anon_sym_DOLLAR] = ACTIONS(1098), - [anon_sym_PERCENT] = ACTIONS(1098), - [anon_sym_AMP] = ACTIONS(1098), - [anon_sym_SQUOTE] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_COMMA] = ACTIONS(1098), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_DOT] = ACTIONS(1098), - [anon_sym_SLASH] = ACTIONS(1098), - [anon_sym_COLON] = ACTIONS(1098), - [anon_sym_SEMI] = ACTIONS(1098), - [anon_sym_EQ] = ACTIONS(1098), - [anon_sym_QMARK] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(1098), - [anon_sym_BSLASH] = ACTIONS(1098), - [anon_sym_CARET] = ACTIONS(1098), - [anon_sym__] = ACTIONS(1098), - [anon_sym_BQUOTE] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1098), - [anon_sym_PIPE] = ACTIONS(1098), - [anon_sym_RBRACE] = ACTIONS(1098), - [anon_sym_TILDE] = ACTIONS(1098), - [anon_sym_LPAREN] = ACTIONS(1098), - [anon_sym_RPAREN] = ACTIONS(1098), - [aux_sym__word_token1] = ACTIONS(1098), - [aux_sym__word_token2] = ACTIONS(1098), - [aux_sym__word_token3] = ACTIONS(1098), - [sym__whitespace] = ACTIONS(1098), - [sym__soft_line_ending] = ACTIONS(1098), - [sym__block_close] = ACTIONS(1098), - [sym__block_quote_start] = ACTIONS(1098), - [sym__indented_chunk_start] = ACTIONS(1098), - [sym_atx_h1_marker] = ACTIONS(1098), - [sym_atx_h2_marker] = ACTIONS(1098), - [sym_atx_h3_marker] = ACTIONS(1098), - [sym_atx_h4_marker] = ACTIONS(1098), - [sym_atx_h5_marker] = ACTIONS(1098), - [sym_atx_h6_marker] = ACTIONS(1098), - [sym__thematic_break] = ACTIONS(1098), - [sym__list_marker_minus] = ACTIONS(1098), - [sym__list_marker_plus] = ACTIONS(1102), - [sym__list_marker_star] = ACTIONS(1098), - [sym__list_marker_parenthesis] = ACTIONS(1098), - [sym__list_marker_dot] = ACTIONS(1098), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1102), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1098), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1098), - [sym__fenced_code_block_start_backtick] = ACTIONS(1098), - [sym__fenced_code_block_start_tilde] = ACTIONS(1098), - [sym__blank_line_start] = ACTIONS(1098), - [sym__html_block_1_start] = ACTIONS(1098), - [sym__html_block_2_start] = ACTIONS(1098), - [sym__html_block_3_start] = ACTIONS(1098), - [sym__html_block_4_start] = ACTIONS(1098), - [sym__html_block_5_start] = ACTIONS(1098), - [sym__html_block_6_start] = ACTIONS(1098), - [sym__html_block_7_start] = ACTIONS(1098), - [sym__pipe_table_start] = ACTIONS(1098), + [ts_builtin_sym_end] = ACTIONS(1127), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_LT] = ACTIONS(1127), + [anon_sym_GT] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [anon_sym_POUND] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SQUOTE] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1127), + [anon_sym_COMMA] = ACTIONS(1127), + [anon_sym_DASH] = ACTIONS(1127), + [anon_sym_DOT] = ACTIONS(1127), + [anon_sym_SLASH] = ACTIONS(1127), + [anon_sym_COLON] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1127), + [anon_sym_QMARK] = ACTIONS(1127), + [anon_sym_AT] = ACTIONS(1127), + [anon_sym_BSLASH] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1127), + [anon_sym__] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_LBRACE] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_RBRACE] = ACTIONS(1127), + [anon_sym_TILDE] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1127), + [aux_sym__word_token1] = ACTIONS(1127), + [aux_sym__word_token2] = ACTIONS(1127), + [aux_sym__word_token3] = ACTIONS(1127), + [sym__whitespace] = ACTIONS(1127), + [sym__soft_line_ending] = ACTIONS(1127), + [sym_block_continuation] = ACTIONS(1131), + [sym__block_quote_start] = ACTIONS(1127), + [sym__indented_chunk_start] = ACTIONS(1127), + [sym_atx_h1_marker] = ACTIONS(1127), + [sym_atx_h2_marker] = ACTIONS(1127), + [sym_atx_h3_marker] = ACTIONS(1127), + [sym_atx_h4_marker] = ACTIONS(1127), + [sym_atx_h5_marker] = ACTIONS(1127), + [sym_atx_h6_marker] = ACTIONS(1127), + [sym_setext_h1_underline] = ACTIONS(1127), + [sym_setext_h2_underline] = ACTIONS(1127), + [sym__thematic_break] = ACTIONS(1127), + [sym__list_marker_minus] = ACTIONS(1127), + [sym__list_marker_plus] = ACTIONS(1127), + [sym__list_marker_star] = ACTIONS(1127), + [sym__list_marker_parenthesis] = ACTIONS(1127), + [sym__list_marker_dot] = ACTIONS(1127), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1127), + [sym__fenced_code_block_start_backtick] = ACTIONS(1127), + [sym__fenced_code_block_start_tilde] = ACTIONS(1127), + [sym__blank_line_start] = ACTIONS(1127), + [sym__html_block_1_start] = ACTIONS(1127), + [sym__html_block_2_start] = ACTIONS(1127), + [sym__html_block_3_start] = ACTIONS(1127), + [sym__html_block_4_start] = ACTIONS(1127), + [sym__html_block_5_start] = ACTIONS(1127), + [sym__html_block_6_start] = ACTIONS(1127), + [sym__html_block_7_start] = ACTIONS(1127), + [sym__pipe_table_start] = ACTIONS(1127), }, [94] = { - [sym__indented_chunk] = STATE(92), - [sym__blank_line] = STATE(92), - [aux_sym_indented_code_block_repeat1] = STATE(92), - [ts_builtin_sym_end] = ACTIONS(1133), - [anon_sym_LBRACK] = ACTIONS(1131), - [anon_sym_RBRACK] = ACTIONS(1133), - [anon_sym_LT] = ACTIONS(1133), - [anon_sym_GT] = ACTIONS(1133), - [anon_sym_BANG] = ACTIONS(1133), - [anon_sym_DQUOTE] = ACTIONS(1133), - [anon_sym_POUND] = ACTIONS(1133), - [anon_sym_DOLLAR] = ACTIONS(1133), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_AMP] = ACTIONS(1133), - [anon_sym_SQUOTE] = ACTIONS(1133), - [anon_sym_STAR] = ACTIONS(1133), - [anon_sym_PLUS] = ACTIONS(1133), - [anon_sym_COMMA] = ACTIONS(1133), - [anon_sym_DASH] = ACTIONS(1133), - [anon_sym_DOT] = ACTIONS(1133), - [anon_sym_SLASH] = ACTIONS(1133), - [anon_sym_COLON] = ACTIONS(1133), - [anon_sym_SEMI] = ACTIONS(1133), - [anon_sym_EQ] = ACTIONS(1133), - [anon_sym_QMARK] = ACTIONS(1133), - [anon_sym_AT] = ACTIONS(1133), - [anon_sym_BSLASH] = ACTIONS(1133), - [anon_sym_CARET] = ACTIONS(1133), - [anon_sym__] = ACTIONS(1133), - [anon_sym_BQUOTE] = ACTIONS(1133), - [anon_sym_LBRACE] = ACTIONS(1133), - [anon_sym_PIPE] = ACTIONS(1133), - [anon_sym_RBRACE] = ACTIONS(1133), - [anon_sym_TILDE] = ACTIONS(1133), - [anon_sym_LPAREN] = ACTIONS(1133), - [anon_sym_RPAREN] = ACTIONS(1133), - [aux_sym__word_token1] = ACTIONS(1133), - [aux_sym__word_token2] = ACTIONS(1133), - [aux_sym__word_token3] = ACTIONS(1133), - [sym__whitespace] = ACTIONS(1133), - [sym__soft_line_ending] = ACTIONS(1133), - [sym__block_quote_start] = ACTIONS(1133), - [sym__indented_chunk_start] = ACTIONS(15), - [sym_atx_h1_marker] = ACTIONS(1133), - [sym_atx_h2_marker] = ACTIONS(1133), - [sym_atx_h3_marker] = ACTIONS(1133), - [sym_atx_h4_marker] = ACTIONS(1133), - [sym_atx_h5_marker] = ACTIONS(1133), - [sym_atx_h6_marker] = ACTIONS(1133), - [sym__thematic_break] = ACTIONS(1133), - [sym__list_marker_minus] = ACTIONS(1133), - [sym__list_marker_plus] = ACTIONS(1133), - [sym__list_marker_star] = ACTIONS(1133), - [sym__list_marker_parenthesis] = ACTIONS(1133), - [sym__list_marker_dot] = ACTIONS(1133), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1133), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1133), - [sym__fenced_code_block_start_backtick] = ACTIONS(1133), - [sym__fenced_code_block_start_tilde] = ACTIONS(1133), - [sym__blank_line_start] = ACTIONS(45), - [sym__html_block_1_start] = ACTIONS(1133), - [sym__html_block_2_start] = ACTIONS(1133), - [sym__html_block_3_start] = ACTIONS(1133), - [sym__html_block_4_start] = ACTIONS(1133), - [sym__html_block_5_start] = ACTIONS(1133), - [sym__html_block_6_start] = ACTIONS(1133), - [sym__html_block_7_start] = ACTIONS(1133), - [sym__pipe_table_start] = ACTIONS(1133), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_LT] = ACTIONS(1127), + [anon_sym_GT] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [anon_sym_POUND] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SQUOTE] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1127), + [anon_sym_COMMA] = ACTIONS(1127), + [anon_sym_DASH] = ACTIONS(1127), + [anon_sym_DOT] = ACTIONS(1127), + [anon_sym_SLASH] = ACTIONS(1127), + [anon_sym_COLON] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1127), + [anon_sym_QMARK] = ACTIONS(1127), + [anon_sym_AT] = ACTIONS(1127), + [anon_sym_BSLASH] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1127), + [anon_sym__] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_LBRACE] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_RBRACE] = ACTIONS(1127), + [anon_sym_TILDE] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1127), + [aux_sym__word_token1] = ACTIONS(1127), + [aux_sym__word_token2] = ACTIONS(1127), + [aux_sym__word_token3] = ACTIONS(1127), + [sym__whitespace] = ACTIONS(1127), + [sym__soft_line_ending] = ACTIONS(1127), + [sym__block_close] = ACTIONS(1127), + [sym_block_continuation] = ACTIONS(1133), + [sym__block_quote_start] = ACTIONS(1127), + [sym__indented_chunk_start] = ACTIONS(1127), + [sym_atx_h1_marker] = ACTIONS(1127), + [sym_atx_h2_marker] = ACTIONS(1127), + [sym_atx_h3_marker] = ACTIONS(1127), + [sym_atx_h4_marker] = ACTIONS(1127), + [sym_atx_h5_marker] = ACTIONS(1127), + [sym_atx_h6_marker] = ACTIONS(1127), + [sym_setext_h1_underline] = ACTIONS(1127), + [sym_setext_h2_underline] = ACTIONS(1127), + [sym__thematic_break] = ACTIONS(1127), + [sym__list_marker_minus] = ACTIONS(1127), + [sym__list_marker_plus] = ACTIONS(1127), + [sym__list_marker_star] = ACTIONS(1127), + [sym__list_marker_parenthesis] = ACTIONS(1127), + [sym__list_marker_dot] = ACTIONS(1127), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1127), + [sym__fenced_code_block_start_backtick] = ACTIONS(1127), + [sym__fenced_code_block_start_tilde] = ACTIONS(1127), + [sym__blank_line_start] = ACTIONS(1127), + [sym__html_block_1_start] = ACTIONS(1127), + [sym__html_block_2_start] = ACTIONS(1127), + [sym__html_block_3_start] = ACTIONS(1127), + [sym__html_block_4_start] = ACTIONS(1127), + [sym__html_block_5_start] = ACTIONS(1127), + [sym__html_block_6_start] = ACTIONS(1127), + [sym__html_block_7_start] = ACTIONS(1127), + [sym__pipe_table_start] = ACTIONS(1127), }, [95] = { - [sym_list_marker_minus] = STATE(2), - [sym__list_item_minus] = STATE(95), - [aux_sym__list_minus_repeat1] = STATE(95), - [anon_sym_LBRACK] = ACTIONS(1093), - [anon_sym_RBRACK] = ACTIONS(1091), - [anon_sym_LT] = ACTIONS(1091), - [anon_sym_GT] = ACTIONS(1091), - [anon_sym_BANG] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(1091), - [anon_sym_POUND] = ACTIONS(1091), - [anon_sym_DOLLAR] = ACTIONS(1091), - [anon_sym_PERCENT] = ACTIONS(1091), - [anon_sym_AMP] = ACTIONS(1091), - [anon_sym_SQUOTE] = ACTIONS(1091), - [anon_sym_STAR] = ACTIONS(1091), - [anon_sym_PLUS] = ACTIONS(1091), - [anon_sym_COMMA] = ACTIONS(1091), - [anon_sym_DASH] = ACTIONS(1091), - [anon_sym_DOT] = ACTIONS(1091), - [anon_sym_SLASH] = ACTIONS(1091), - [anon_sym_COLON] = ACTIONS(1091), - [anon_sym_SEMI] = ACTIONS(1091), - [anon_sym_EQ] = ACTIONS(1091), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_AT] = ACTIONS(1091), - [anon_sym_BSLASH] = ACTIONS(1091), - [anon_sym_CARET] = ACTIONS(1091), - [anon_sym__] = ACTIONS(1091), - [anon_sym_BQUOTE] = ACTIONS(1091), - [anon_sym_LBRACE] = ACTIONS(1091), - [anon_sym_PIPE] = ACTIONS(1091), - [anon_sym_RBRACE] = ACTIONS(1091), - [anon_sym_TILDE] = ACTIONS(1091), - [anon_sym_LPAREN] = ACTIONS(1091), - [anon_sym_RPAREN] = ACTIONS(1091), - [aux_sym__word_token1] = ACTIONS(1091), - [aux_sym__word_token2] = ACTIONS(1091), - [aux_sym__word_token3] = ACTIONS(1091), - [sym__whitespace] = ACTIONS(1091), - [sym__soft_line_ending] = ACTIONS(1091), - [sym__block_close] = ACTIONS(1091), - [sym__block_quote_start] = ACTIONS(1091), - [sym__indented_chunk_start] = ACTIONS(1091), - [sym_atx_h1_marker] = ACTIONS(1091), - [sym_atx_h2_marker] = ACTIONS(1091), - [sym_atx_h3_marker] = ACTIONS(1091), - [sym_atx_h4_marker] = ACTIONS(1091), - [sym_atx_h5_marker] = ACTIONS(1091), - [sym_atx_h6_marker] = ACTIONS(1091), - [sym__thematic_break] = ACTIONS(1091), - [sym__list_marker_minus] = ACTIONS(1095), - [sym__list_marker_plus] = ACTIONS(1091), - [sym__list_marker_star] = ACTIONS(1091), - [sym__list_marker_parenthesis] = ACTIONS(1091), - [sym__list_marker_dot] = ACTIONS(1091), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1095), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1091), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1091), - [sym__fenced_code_block_start_backtick] = ACTIONS(1091), - [sym__fenced_code_block_start_tilde] = ACTIONS(1091), - [sym__blank_line_start] = ACTIONS(1091), - [sym__html_block_1_start] = ACTIONS(1091), - [sym__html_block_2_start] = ACTIONS(1091), - [sym__html_block_3_start] = ACTIONS(1091), - [sym__html_block_4_start] = ACTIONS(1091), - [sym__html_block_5_start] = ACTIONS(1091), - [sym__html_block_6_start] = ACTIONS(1091), - [sym__html_block_7_start] = ACTIONS(1091), - [sym__pipe_table_start] = ACTIONS(1091), + [sym__indented_chunk] = STATE(97), + [sym__blank_line] = STATE(97), + [aux_sym_indented_code_block_repeat1] = STATE(97), + [ts_builtin_sym_end] = ACTIONS(1135), + [anon_sym_LBRACK] = ACTIONS(1137), + [anon_sym_RBRACK] = ACTIONS(1135), + [anon_sym_LT] = ACTIONS(1135), + [anon_sym_GT] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_DQUOTE] = ACTIONS(1135), + [anon_sym_POUND] = ACTIONS(1135), + [anon_sym_DOLLAR] = ACTIONS(1135), + [anon_sym_PERCENT] = ACTIONS(1135), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_SQUOTE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_COMMA] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_DOT] = ACTIONS(1135), + [anon_sym_SLASH] = ACTIONS(1135), + [anon_sym_COLON] = ACTIONS(1135), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_EQ] = ACTIONS(1135), + [anon_sym_QMARK] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1135), + [anon_sym_BSLASH] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym__] = ACTIONS(1135), + [anon_sym_BQUOTE] = ACTIONS(1135), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_PIPE] = ACTIONS(1135), + [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_LPAREN] = ACTIONS(1135), + [anon_sym_RPAREN] = ACTIONS(1135), + [aux_sym__word_token1] = ACTIONS(1135), + [aux_sym__word_token2] = ACTIONS(1135), + [aux_sym__word_token3] = ACTIONS(1135), + [sym__whitespace] = ACTIONS(1135), + [sym__soft_line_ending] = ACTIONS(1135), + [sym__block_quote_start] = ACTIONS(1135), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(1135), + [sym_atx_h2_marker] = ACTIONS(1135), + [sym_atx_h3_marker] = ACTIONS(1135), + [sym_atx_h4_marker] = ACTIONS(1135), + [sym_atx_h5_marker] = ACTIONS(1135), + [sym_atx_h6_marker] = ACTIONS(1135), + [sym__thematic_break] = ACTIONS(1135), + [sym__list_marker_minus] = ACTIONS(1135), + [sym__list_marker_plus] = ACTIONS(1135), + [sym__list_marker_star] = ACTIONS(1135), + [sym__list_marker_parenthesis] = ACTIONS(1135), + [sym__list_marker_dot] = ACTIONS(1135), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1135), + [sym__fenced_code_block_start_backtick] = ACTIONS(1135), + [sym__fenced_code_block_start_tilde] = ACTIONS(1135), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(1135), + [sym__html_block_2_start] = ACTIONS(1135), + [sym__html_block_3_start] = ACTIONS(1135), + [sym__html_block_4_start] = ACTIONS(1135), + [sym__html_block_5_start] = ACTIONS(1135), + [sym__html_block_6_start] = ACTIONS(1135), + [sym__html_block_7_start] = ACTIONS(1135), + [sym__pipe_table_start] = ACTIONS(1135), }, [96] = { - [sym_list_marker_dot] = STATE(9), - [sym__list_item_dot] = STATE(96), - [aux_sym__list_dot_repeat1] = STATE(96), - [anon_sym_LBRACK] = ACTIONS(1086), - [anon_sym_RBRACK] = ACTIONS(1084), - [anon_sym_LT] = ACTIONS(1084), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_BANG] = ACTIONS(1084), - [anon_sym_DQUOTE] = ACTIONS(1084), - [anon_sym_POUND] = ACTIONS(1084), - [anon_sym_DOLLAR] = ACTIONS(1084), - [anon_sym_PERCENT] = ACTIONS(1084), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_SQUOTE] = ACTIONS(1084), - [anon_sym_STAR] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_COMMA] = ACTIONS(1084), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(1084), - [anon_sym_COLON] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1084), - [anon_sym_EQ] = ACTIONS(1084), - [anon_sym_QMARK] = ACTIONS(1084), - [anon_sym_AT] = ACTIONS(1084), - [anon_sym_BSLASH] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1084), - [anon_sym__] = ACTIONS(1084), - [anon_sym_BQUOTE] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1084), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_RBRACE] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(1084), - [anon_sym_LPAREN] = ACTIONS(1084), - [anon_sym_RPAREN] = ACTIONS(1084), - [aux_sym__word_token1] = ACTIONS(1084), - [aux_sym__word_token2] = ACTIONS(1084), - [aux_sym__word_token3] = ACTIONS(1084), - [sym__whitespace] = ACTIONS(1084), - [sym__soft_line_ending] = ACTIONS(1084), - [sym__block_close] = ACTIONS(1084), - [sym__block_quote_start] = ACTIONS(1084), - [sym__indented_chunk_start] = ACTIONS(1084), - [sym_atx_h1_marker] = ACTIONS(1084), - [sym_atx_h2_marker] = ACTIONS(1084), - [sym_atx_h3_marker] = ACTIONS(1084), - [sym_atx_h4_marker] = ACTIONS(1084), - [sym_atx_h5_marker] = ACTIONS(1084), - [sym_atx_h6_marker] = ACTIONS(1084), - [sym__thematic_break] = ACTIONS(1084), - [sym__list_marker_minus] = ACTIONS(1084), - [sym__list_marker_plus] = ACTIONS(1084), - [sym__list_marker_star] = ACTIONS(1084), - [sym__list_marker_parenthesis] = ACTIONS(1084), - [sym__list_marker_dot] = ACTIONS(1088), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1084), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1088), - [sym__fenced_code_block_start_backtick] = ACTIONS(1084), - [sym__fenced_code_block_start_tilde] = ACTIONS(1084), - [sym__blank_line_start] = ACTIONS(1084), - [sym__html_block_1_start] = ACTIONS(1084), - [sym__html_block_2_start] = ACTIONS(1084), - [sym__html_block_3_start] = ACTIONS(1084), - [sym__html_block_4_start] = ACTIONS(1084), - [sym__html_block_5_start] = ACTIONS(1084), - [sym__html_block_6_start] = ACTIONS(1084), - [sym__html_block_7_start] = ACTIONS(1084), - [sym__pipe_table_start] = ACTIONS(1084), + [sym__indented_chunk] = STATE(95), + [sym__blank_line] = STATE(95), + [aux_sym_indented_code_block_repeat1] = STATE(95), + [ts_builtin_sym_end] = ACTIONS(1089), + [anon_sym_LBRACK] = ACTIONS(1087), + [anon_sym_RBRACK] = ACTIONS(1089), + [anon_sym_LT] = ACTIONS(1089), + [anon_sym_GT] = ACTIONS(1089), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_DQUOTE] = ACTIONS(1089), + [anon_sym_POUND] = ACTIONS(1089), + [anon_sym_DOLLAR] = ACTIONS(1089), + [anon_sym_PERCENT] = ACTIONS(1089), + [anon_sym_AMP] = ACTIONS(1089), + [anon_sym_SQUOTE] = ACTIONS(1089), + [anon_sym_STAR] = ACTIONS(1089), + [anon_sym_PLUS] = ACTIONS(1089), + [anon_sym_COMMA] = ACTIONS(1089), + [anon_sym_DASH] = ACTIONS(1089), + [anon_sym_DOT] = ACTIONS(1089), + [anon_sym_SLASH] = ACTIONS(1089), + [anon_sym_COLON] = ACTIONS(1089), + [anon_sym_SEMI] = ACTIONS(1089), + [anon_sym_EQ] = ACTIONS(1089), + [anon_sym_QMARK] = ACTIONS(1089), + [anon_sym_AT] = ACTIONS(1089), + [anon_sym_BSLASH] = ACTIONS(1089), + [anon_sym_CARET] = ACTIONS(1089), + [anon_sym__] = ACTIONS(1089), + [anon_sym_BQUOTE] = ACTIONS(1089), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_PIPE] = ACTIONS(1089), + [anon_sym_RBRACE] = ACTIONS(1089), + [anon_sym_TILDE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1089), + [anon_sym_RPAREN] = ACTIONS(1089), + [aux_sym__word_token1] = ACTIONS(1089), + [aux_sym__word_token2] = ACTIONS(1089), + [aux_sym__word_token3] = ACTIONS(1089), + [sym__whitespace] = ACTIONS(1089), + [sym__soft_line_ending] = ACTIONS(1089), + [sym__block_quote_start] = ACTIONS(1089), + [sym__indented_chunk_start] = ACTIONS(15), + [sym_atx_h1_marker] = ACTIONS(1089), + [sym_atx_h2_marker] = ACTIONS(1089), + [sym_atx_h3_marker] = ACTIONS(1089), + [sym_atx_h4_marker] = ACTIONS(1089), + [sym_atx_h5_marker] = ACTIONS(1089), + [sym_atx_h6_marker] = ACTIONS(1089), + [sym__thematic_break] = ACTIONS(1089), + [sym__list_marker_minus] = ACTIONS(1089), + [sym__list_marker_plus] = ACTIONS(1089), + [sym__list_marker_star] = ACTIONS(1089), + [sym__list_marker_parenthesis] = ACTIONS(1089), + [sym__list_marker_dot] = ACTIONS(1089), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1089), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1089), + [sym__fenced_code_block_start_backtick] = ACTIONS(1089), + [sym__fenced_code_block_start_tilde] = ACTIONS(1089), + [sym__blank_line_start] = ACTIONS(45), + [sym__html_block_1_start] = ACTIONS(1089), + [sym__html_block_2_start] = ACTIONS(1089), + [sym__html_block_3_start] = ACTIONS(1089), + [sym__html_block_4_start] = ACTIONS(1089), + [sym__html_block_5_start] = ACTIONS(1089), + [sym__html_block_6_start] = ACTIONS(1089), + [sym__html_block_7_start] = ACTIONS(1089), + [sym__pipe_table_start] = ACTIONS(1089), }, [97] = { - [sym_list_marker_dot] = STATE(6), - [sym__list_item_dot] = STATE(79), - [aux_sym__list_dot_repeat1] = STATE(79), - [ts_builtin_sym_end] = ACTIONS(1107), - [anon_sym_LBRACK] = ACTIONS(1105), - [anon_sym_RBRACK] = ACTIONS(1107), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_BANG] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1107), - [anon_sym_POUND] = ACTIONS(1107), - [anon_sym_DOLLAR] = ACTIONS(1107), - [anon_sym_PERCENT] = ACTIONS(1107), - [anon_sym_AMP] = ACTIONS(1107), - [anon_sym_SQUOTE] = ACTIONS(1107), - [anon_sym_STAR] = ACTIONS(1107), - [anon_sym_PLUS] = ACTIONS(1107), - [anon_sym_COMMA] = ACTIONS(1107), - [anon_sym_DASH] = ACTIONS(1107), - [anon_sym_DOT] = ACTIONS(1107), - [anon_sym_SLASH] = ACTIONS(1107), - [anon_sym_COLON] = ACTIONS(1107), - [anon_sym_SEMI] = ACTIONS(1107), - [anon_sym_EQ] = ACTIONS(1107), - [anon_sym_QMARK] = ACTIONS(1107), - [anon_sym_AT] = ACTIONS(1107), - [anon_sym_BSLASH] = ACTIONS(1107), - [anon_sym_CARET] = ACTIONS(1107), - [anon_sym__] = ACTIONS(1107), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LBRACE] = ACTIONS(1107), - [anon_sym_PIPE] = ACTIONS(1107), - [anon_sym_RBRACE] = ACTIONS(1107), - [anon_sym_TILDE] = ACTIONS(1107), - [anon_sym_LPAREN] = ACTIONS(1107), - [anon_sym_RPAREN] = ACTIONS(1107), - [aux_sym__word_token1] = ACTIONS(1107), - [aux_sym__word_token2] = ACTIONS(1107), - [aux_sym__word_token3] = ACTIONS(1107), - [sym__whitespace] = ACTIONS(1107), - [sym__soft_line_ending] = ACTIONS(1107), - [sym__block_quote_start] = ACTIONS(1107), - [sym__indented_chunk_start] = ACTIONS(1107), - [sym_atx_h1_marker] = ACTIONS(1107), - [sym_atx_h2_marker] = ACTIONS(1107), - [sym_atx_h3_marker] = ACTIONS(1107), - [sym_atx_h4_marker] = ACTIONS(1107), - [sym_atx_h5_marker] = ACTIONS(1107), - [sym_atx_h6_marker] = ACTIONS(1107), - [sym__thematic_break] = ACTIONS(1107), - [sym__list_marker_minus] = ACTIONS(1107), - [sym__list_marker_plus] = ACTIONS(1107), - [sym__list_marker_star] = ACTIONS(1107), - [sym__list_marker_parenthesis] = ACTIONS(1107), - [sym__list_marker_dot] = ACTIONS(39), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1107), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(39), - [sym__fenced_code_block_start_backtick] = ACTIONS(1107), - [sym__fenced_code_block_start_tilde] = ACTIONS(1107), - [sym__blank_line_start] = ACTIONS(1107), - [sym__html_block_1_start] = ACTIONS(1107), - [sym__html_block_2_start] = ACTIONS(1107), - [sym__html_block_3_start] = ACTIONS(1107), - [sym__html_block_4_start] = ACTIONS(1107), - [sym__html_block_5_start] = ACTIONS(1107), - [sym__html_block_6_start] = ACTIONS(1107), - [sym__html_block_7_start] = ACTIONS(1107), - [sym__pipe_table_start] = ACTIONS(1107), - }, - [98] = { - [sym_list_marker_plus] = STATE(3), - [sym__list_item_plus] = STATE(82), - [aux_sym__list_plus_repeat1] = STATE(82), + [sym__indented_chunk] = STATE(97), + [sym__blank_line] = STATE(97), + [aux_sym_indented_code_block_repeat1] = STATE(97), [ts_builtin_sym_end] = ACTIONS(1119), [anon_sym_LBRACK] = ACTIONS(1117), [anon_sym_RBRACK] = ACTIONS(1119), @@ -23195,7 +23122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(1119), [sym__soft_line_ending] = ACTIONS(1119), [sym__block_quote_start] = ACTIONS(1119), - [sym__indented_chunk_start] = ACTIONS(1119), + [sym__indented_chunk_start] = ACTIONS(1139), [sym_atx_h1_marker] = ACTIONS(1119), [sym_atx_h2_marker] = ACTIONS(1119), [sym_atx_h3_marker] = ACTIONS(1119), @@ -23204,18 +23131,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h6_marker] = ACTIONS(1119), [sym__thematic_break] = ACTIONS(1119), [sym__list_marker_minus] = ACTIONS(1119), - [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_plus] = ACTIONS(1119), [sym__list_marker_star] = ACTIONS(1119), [sym__list_marker_parenthesis] = ACTIONS(1119), [sym__list_marker_dot] = ACTIONS(1119), [sym__list_marker_minus_dont_interrupt] = ACTIONS(1119), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1119), [sym__list_marker_star_dont_interrupt] = ACTIONS(1119), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1119), [sym__list_marker_dot_dont_interrupt] = ACTIONS(1119), [sym__fenced_code_block_start_backtick] = ACTIONS(1119), [sym__fenced_code_block_start_tilde] = ACTIONS(1119), - [sym__blank_line_start] = ACTIONS(1119), + [sym__blank_line_start] = ACTIONS(1142), [sym__html_block_1_start] = ACTIONS(1119), [sym__html_block_2_start] = ACTIONS(1119), [sym__html_block_3_start] = ACTIONS(1119), @@ -23225,154 +23152,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1119), [sym__pipe_table_start] = ACTIONS(1119), }, + [98] = { + [sym_list_marker_plus] = STATE(3), + [sym__list_item_plus] = STATE(75), + [aux_sym__list_plus_repeat1] = STATE(75), + [ts_builtin_sym_end] = ACTIONS(1093), + [anon_sym_LBRACK] = ACTIONS(1091), + [anon_sym_RBRACK] = ACTIONS(1093), + [anon_sym_LT] = ACTIONS(1093), + [anon_sym_GT] = ACTIONS(1093), + [anon_sym_BANG] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1093), + [anon_sym_POUND] = ACTIONS(1093), + [anon_sym_DOLLAR] = ACTIONS(1093), + [anon_sym_PERCENT] = ACTIONS(1093), + [anon_sym_AMP] = ACTIONS(1093), + [anon_sym_SQUOTE] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1093), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_DOT] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1093), + [anon_sym_COLON] = ACTIONS(1093), + [anon_sym_SEMI] = ACTIONS(1093), + [anon_sym_EQ] = ACTIONS(1093), + [anon_sym_QMARK] = ACTIONS(1093), + [anon_sym_AT] = ACTIONS(1093), + [anon_sym_BSLASH] = ACTIONS(1093), + [anon_sym_CARET] = ACTIONS(1093), + [anon_sym__] = ACTIONS(1093), + [anon_sym_BQUOTE] = ACTIONS(1093), + [anon_sym_LBRACE] = ACTIONS(1093), + [anon_sym_PIPE] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1093), + [anon_sym_TILDE] = ACTIONS(1093), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_RPAREN] = ACTIONS(1093), + [aux_sym__word_token1] = ACTIONS(1093), + [aux_sym__word_token2] = ACTIONS(1093), + [aux_sym__word_token3] = ACTIONS(1093), + [sym__whitespace] = ACTIONS(1093), + [sym__soft_line_ending] = ACTIONS(1093), + [sym__block_quote_start] = ACTIONS(1093), + [sym__indented_chunk_start] = ACTIONS(1093), + [sym_atx_h1_marker] = ACTIONS(1093), + [sym_atx_h2_marker] = ACTIONS(1093), + [sym_atx_h3_marker] = ACTIONS(1093), + [sym_atx_h4_marker] = ACTIONS(1093), + [sym_atx_h5_marker] = ACTIONS(1093), + [sym_atx_h6_marker] = ACTIONS(1093), + [sym__thematic_break] = ACTIONS(1093), + [sym__list_marker_minus] = ACTIONS(1093), + [sym__list_marker_plus] = ACTIONS(33), + [sym__list_marker_star] = ACTIONS(1093), + [sym__list_marker_parenthesis] = ACTIONS(1093), + [sym__list_marker_dot] = ACTIONS(1093), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(33), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1093), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1093), + [sym__fenced_code_block_start_backtick] = ACTIONS(1093), + [sym__fenced_code_block_start_tilde] = ACTIONS(1093), + [sym__blank_line_start] = ACTIONS(1093), + [sym__html_block_1_start] = ACTIONS(1093), + [sym__html_block_2_start] = ACTIONS(1093), + [sym__html_block_3_start] = ACTIONS(1093), + [sym__html_block_4_start] = ACTIONS(1093), + [sym__html_block_5_start] = ACTIONS(1093), + [sym__html_block_6_start] = ACTIONS(1093), + [sym__html_block_7_start] = ACTIONS(1093), + [sym__pipe_table_start] = ACTIONS(1093), + }, [99] = { - [sym_list_marker_star] = STATE(5), - [sym__list_item_star] = STATE(80), - [aux_sym__list_star_repeat1] = STATE(80), - [ts_builtin_sym_end] = ACTIONS(1111), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_RBRACK] = ACTIONS(1111), - [anon_sym_LT] = ACTIONS(1111), - [anon_sym_GT] = ACTIONS(1111), - [anon_sym_BANG] = ACTIONS(1111), - [anon_sym_DQUOTE] = ACTIONS(1111), - [anon_sym_POUND] = ACTIONS(1111), - [anon_sym_DOLLAR] = ACTIONS(1111), - [anon_sym_PERCENT] = ACTIONS(1111), - [anon_sym_AMP] = ACTIONS(1111), - [anon_sym_SQUOTE] = ACTIONS(1111), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1111), - [anon_sym_COMMA] = ACTIONS(1111), - [anon_sym_DASH] = ACTIONS(1111), - [anon_sym_DOT] = ACTIONS(1111), - [anon_sym_SLASH] = ACTIONS(1111), - [anon_sym_COLON] = ACTIONS(1111), - [anon_sym_SEMI] = ACTIONS(1111), - [anon_sym_EQ] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1111), - [anon_sym_AT] = ACTIONS(1111), - [anon_sym_BSLASH] = ACTIONS(1111), - [anon_sym_CARET] = ACTIONS(1111), - [anon_sym__] = ACTIONS(1111), - [anon_sym_BQUOTE] = ACTIONS(1111), - [anon_sym_LBRACE] = ACTIONS(1111), - [anon_sym_PIPE] = ACTIONS(1111), - [anon_sym_RBRACE] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1111), - [anon_sym_LPAREN] = ACTIONS(1111), - [anon_sym_RPAREN] = ACTIONS(1111), - [aux_sym__word_token1] = ACTIONS(1111), - [aux_sym__word_token2] = ACTIONS(1111), - [aux_sym__word_token3] = ACTIONS(1111), - [sym__whitespace] = ACTIONS(1111), - [sym__soft_line_ending] = ACTIONS(1111), - [sym__block_quote_start] = ACTIONS(1111), - [sym__indented_chunk_start] = ACTIONS(1111), - [sym_atx_h1_marker] = ACTIONS(1111), - [sym_atx_h2_marker] = ACTIONS(1111), - [sym_atx_h3_marker] = ACTIONS(1111), - [sym_atx_h4_marker] = ACTIONS(1111), - [sym_atx_h5_marker] = ACTIONS(1111), - [sym_atx_h6_marker] = ACTIONS(1111), - [sym__thematic_break] = ACTIONS(1111), - [sym__list_marker_minus] = ACTIONS(1111), - [sym__list_marker_plus] = ACTIONS(1111), + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(77), + [aux_sym__list_star_repeat1] = STATE(77), + [ts_builtin_sym_end] = ACTIONS(1097), + [anon_sym_LBRACK] = ACTIONS(1095), + [anon_sym_RBRACK] = ACTIONS(1097), + [anon_sym_LT] = ACTIONS(1097), + [anon_sym_GT] = ACTIONS(1097), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_DQUOTE] = ACTIONS(1097), + [anon_sym_POUND] = ACTIONS(1097), + [anon_sym_DOLLAR] = ACTIONS(1097), + [anon_sym_PERCENT] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(1097), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_COMMA] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_DOT] = ACTIONS(1097), + [anon_sym_SLASH] = ACTIONS(1097), + [anon_sym_COLON] = ACTIONS(1097), + [anon_sym_SEMI] = ACTIONS(1097), + [anon_sym_EQ] = ACTIONS(1097), + [anon_sym_QMARK] = ACTIONS(1097), + [anon_sym_AT] = ACTIONS(1097), + [anon_sym_BSLASH] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym__] = ACTIONS(1097), + [anon_sym_BQUOTE] = ACTIONS(1097), + [anon_sym_LBRACE] = ACTIONS(1097), + [anon_sym_PIPE] = ACTIONS(1097), + [anon_sym_RBRACE] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_LPAREN] = ACTIONS(1097), + [anon_sym_RPAREN] = ACTIONS(1097), + [aux_sym__word_token1] = ACTIONS(1097), + [aux_sym__word_token2] = ACTIONS(1097), + [aux_sym__word_token3] = ACTIONS(1097), + [sym__whitespace] = ACTIONS(1097), + [sym__soft_line_ending] = ACTIONS(1097), + [sym__block_quote_start] = ACTIONS(1097), + [sym__indented_chunk_start] = ACTIONS(1097), + [sym_atx_h1_marker] = ACTIONS(1097), + [sym_atx_h2_marker] = ACTIONS(1097), + [sym_atx_h3_marker] = ACTIONS(1097), + [sym_atx_h4_marker] = ACTIONS(1097), + [sym_atx_h5_marker] = ACTIONS(1097), + [sym_atx_h6_marker] = ACTIONS(1097), + [sym__thematic_break] = ACTIONS(1097), + [sym__list_marker_minus] = ACTIONS(1097), + [sym__list_marker_plus] = ACTIONS(1097), [sym__list_marker_star] = ACTIONS(35), - [sym__list_marker_parenthesis] = ACTIONS(1111), - [sym__list_marker_dot] = ACTIONS(1111), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1111), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1111), + [sym__list_marker_parenthesis] = ACTIONS(1097), + [sym__list_marker_dot] = ACTIONS(1097), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1097), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1097), [sym__list_marker_star_dont_interrupt] = ACTIONS(35), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1111), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1111), - [sym__fenced_code_block_start_backtick] = ACTIONS(1111), - [sym__fenced_code_block_start_tilde] = ACTIONS(1111), - [sym__blank_line_start] = ACTIONS(1111), - [sym__html_block_1_start] = ACTIONS(1111), - [sym__html_block_2_start] = ACTIONS(1111), - [sym__html_block_3_start] = ACTIONS(1111), - [sym__html_block_4_start] = ACTIONS(1111), - [sym__html_block_5_start] = ACTIONS(1111), - [sym__html_block_6_start] = ACTIONS(1111), - [sym__html_block_7_start] = ACTIONS(1111), - [sym__pipe_table_start] = ACTIONS(1111), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1097), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1097), + [sym__fenced_code_block_start_backtick] = ACTIONS(1097), + [sym__fenced_code_block_start_tilde] = ACTIONS(1097), + [sym__blank_line_start] = ACTIONS(1097), + [sym__html_block_1_start] = ACTIONS(1097), + [sym__html_block_2_start] = ACTIONS(1097), + [sym__html_block_3_start] = ACTIONS(1097), + [sym__html_block_4_start] = ACTIONS(1097), + [sym__html_block_5_start] = ACTIONS(1097), + [sym__html_block_6_start] = ACTIONS(1097), + [sym__html_block_7_start] = ACTIONS(1097), + [sym__pipe_table_start] = ACTIONS(1097), }, [100] = { - [sym_list_marker_minus] = STATE(4), - [sym__list_item_minus] = STATE(81), - [aux_sym__list_minus_repeat1] = STATE(81), - [ts_builtin_sym_end] = ACTIONS(1115), - [anon_sym_LBRACK] = ACTIONS(1113), - [anon_sym_RBRACK] = ACTIONS(1115), - [anon_sym_LT] = ACTIONS(1115), - [anon_sym_GT] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_DQUOTE] = ACTIONS(1115), - [anon_sym_POUND] = ACTIONS(1115), - [anon_sym_DOLLAR] = ACTIONS(1115), - [anon_sym_PERCENT] = ACTIONS(1115), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1115), - [anon_sym_COMMA] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1115), - [anon_sym_DOT] = ACTIONS(1115), - [anon_sym_SLASH] = ACTIONS(1115), - [anon_sym_COLON] = ACTIONS(1115), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_EQ] = ACTIONS(1115), - [anon_sym_QMARK] = ACTIONS(1115), - [anon_sym_AT] = ACTIONS(1115), - [anon_sym_BSLASH] = ACTIONS(1115), - [anon_sym_CARET] = ACTIONS(1115), - [anon_sym__] = ACTIONS(1115), - [anon_sym_BQUOTE] = ACTIONS(1115), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_PIPE] = ACTIONS(1115), - [anon_sym_RBRACE] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_LPAREN] = ACTIONS(1115), - [anon_sym_RPAREN] = ACTIONS(1115), - [aux_sym__word_token1] = ACTIONS(1115), - [aux_sym__word_token2] = ACTIONS(1115), - [aux_sym__word_token3] = ACTIONS(1115), - [sym__whitespace] = ACTIONS(1115), - [sym__soft_line_ending] = ACTIONS(1115), - [sym__block_quote_start] = ACTIONS(1115), - [sym__indented_chunk_start] = ACTIONS(1115), - [sym_atx_h1_marker] = ACTIONS(1115), - [sym_atx_h2_marker] = ACTIONS(1115), - [sym_atx_h3_marker] = ACTIONS(1115), - [sym_atx_h4_marker] = ACTIONS(1115), - [sym_atx_h5_marker] = ACTIONS(1115), - [sym_atx_h6_marker] = ACTIONS(1115), - [sym__thematic_break] = ACTIONS(1115), - [sym__list_marker_minus] = ACTIONS(31), - [sym__list_marker_plus] = ACTIONS(1115), - [sym__list_marker_star] = ACTIONS(1115), - [sym__list_marker_parenthesis] = ACTIONS(1115), - [sym__list_marker_dot] = ACTIONS(1115), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(31), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1115), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1115), - [sym__fenced_code_block_start_backtick] = ACTIONS(1115), - [sym__fenced_code_block_start_tilde] = ACTIONS(1115), - [sym__blank_line_start] = ACTIONS(1115), - [sym__html_block_1_start] = ACTIONS(1115), - [sym__html_block_2_start] = ACTIONS(1115), - [sym__html_block_3_start] = ACTIONS(1115), - [sym__html_block_4_start] = ACTIONS(1115), - [sym__html_block_5_start] = ACTIONS(1115), - [sym__html_block_6_start] = ACTIONS(1115), - [sym__html_block_7_start] = ACTIONS(1115), - [sym__pipe_table_start] = ACTIONS(1115), + [sym__indented_chunk] = STATE(92), + [sym__blank_line] = STATE(92), + [aux_sym_indented_code_block_repeat1] = STATE(92), + [anon_sym_LBRACK] = ACTIONS(1137), + [anon_sym_RBRACK] = ACTIONS(1135), + [anon_sym_LT] = ACTIONS(1135), + [anon_sym_GT] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_DQUOTE] = ACTIONS(1135), + [anon_sym_POUND] = ACTIONS(1135), + [anon_sym_DOLLAR] = ACTIONS(1135), + [anon_sym_PERCENT] = ACTIONS(1135), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_SQUOTE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_COMMA] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_DOT] = ACTIONS(1135), + [anon_sym_SLASH] = ACTIONS(1135), + [anon_sym_COLON] = ACTIONS(1135), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_EQ] = ACTIONS(1135), + [anon_sym_QMARK] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1135), + [anon_sym_BSLASH] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym__] = ACTIONS(1135), + [anon_sym_BQUOTE] = ACTIONS(1135), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_PIPE] = ACTIONS(1135), + [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_LPAREN] = ACTIONS(1135), + [anon_sym_RPAREN] = ACTIONS(1135), + [aux_sym__word_token1] = ACTIONS(1135), + [aux_sym__word_token2] = ACTIONS(1135), + [aux_sym__word_token3] = ACTIONS(1135), + [sym__whitespace] = ACTIONS(1135), + [sym__soft_line_ending] = ACTIONS(1135), + [sym__block_close] = ACTIONS(1135), + [sym__block_quote_start] = ACTIONS(1135), + [sym__indented_chunk_start] = ACTIONS(75), + [sym_atx_h1_marker] = ACTIONS(1135), + [sym_atx_h2_marker] = ACTIONS(1135), + [sym_atx_h3_marker] = ACTIONS(1135), + [sym_atx_h4_marker] = ACTIONS(1135), + [sym_atx_h5_marker] = ACTIONS(1135), + [sym_atx_h6_marker] = ACTIONS(1135), + [sym__thematic_break] = ACTIONS(1135), + [sym__list_marker_minus] = ACTIONS(1135), + [sym__list_marker_plus] = ACTIONS(1135), + [sym__list_marker_star] = ACTIONS(1135), + [sym__list_marker_parenthesis] = ACTIONS(1135), + [sym__list_marker_dot] = ACTIONS(1135), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1135), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1135), + [sym__fenced_code_block_start_backtick] = ACTIONS(1135), + [sym__fenced_code_block_start_tilde] = ACTIONS(1135), + [sym__blank_line_start] = ACTIONS(95), + [sym__html_block_1_start] = ACTIONS(1135), + [sym__html_block_2_start] = ACTIONS(1135), + [sym__html_block_3_start] = ACTIONS(1135), + [sym__html_block_4_start] = ACTIONS(1135), + [sym__html_block_5_start] = ACTIONS(1135), + [sym__html_block_6_start] = ACTIONS(1135), + [sym__html_block_7_start] = ACTIONS(1135), + [sym__pipe_table_start] = ACTIONS(1135), }, [101] = { - [sym_link_title] = STATE(740), + [sym_link_title] = STATE(731), [ts_builtin_sym_end] = ACTIONS(1145), [anon_sym_LBRACK] = ACTIONS(1147), [anon_sym_RBRACK] = ACTIONS(1145), @@ -23444,871 +23444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(1145), }, [102] = { - [ts_builtin_sym_end] = ACTIONS(1163), - [anon_sym_LBRACK] = ACTIONS(1165), - [anon_sym_RBRACK] = ACTIONS(1163), - [anon_sym_LT] = ACTIONS(1163), - [anon_sym_GT] = ACTIONS(1163), - [anon_sym_BANG] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [anon_sym_POUND] = ACTIONS(1163), - [anon_sym_DOLLAR] = ACTIONS(1163), - [anon_sym_PERCENT] = ACTIONS(1163), - [anon_sym_AMP] = ACTIONS(1163), - [anon_sym_SQUOTE] = ACTIONS(1163), - [anon_sym_STAR] = ACTIONS(1163), - [anon_sym_PLUS] = ACTIONS(1163), - [anon_sym_COMMA] = ACTIONS(1163), - [anon_sym_DASH] = ACTIONS(1163), - [anon_sym_DOT] = ACTIONS(1163), - [anon_sym_SLASH] = ACTIONS(1163), - [anon_sym_COLON] = ACTIONS(1163), - [anon_sym_SEMI] = ACTIONS(1163), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1163), - [anon_sym_AT] = ACTIONS(1163), - [anon_sym_BSLASH] = ACTIONS(1163), - [anon_sym_CARET] = ACTIONS(1163), - [anon_sym__] = ACTIONS(1163), - [anon_sym_BQUOTE] = ACTIONS(1163), - [anon_sym_LBRACE] = ACTIONS(1163), - [anon_sym_PIPE] = ACTIONS(1163), - [anon_sym_RBRACE] = ACTIONS(1163), - [anon_sym_TILDE] = ACTIONS(1163), - [anon_sym_LPAREN] = ACTIONS(1163), - [anon_sym_RPAREN] = ACTIONS(1163), - [aux_sym__word_token1] = ACTIONS(1163), - [aux_sym__word_token2] = ACTIONS(1163), - [aux_sym__word_token3] = ACTIONS(1163), - [sym__whitespace] = ACTIONS(1163), - [sym__soft_line_ending] = ACTIONS(1163), - [sym_block_continuation] = ACTIONS(1167), - [sym__block_quote_start] = ACTIONS(1163), - [sym__indented_chunk_start] = ACTIONS(1163), - [sym_atx_h1_marker] = ACTIONS(1163), - [sym_atx_h2_marker] = ACTIONS(1163), - [sym_atx_h3_marker] = ACTIONS(1163), - [sym_atx_h4_marker] = ACTIONS(1163), - [sym_atx_h5_marker] = ACTIONS(1163), - [sym_atx_h6_marker] = ACTIONS(1163), - [sym__thematic_break] = ACTIONS(1163), - [sym__list_marker_minus] = ACTIONS(1163), - [sym__list_marker_plus] = ACTIONS(1163), - [sym__list_marker_star] = ACTIONS(1163), - [sym__list_marker_parenthesis] = ACTIONS(1163), - [sym__list_marker_dot] = ACTIONS(1163), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1163), - [sym__fenced_code_block_start_backtick] = ACTIONS(1163), - [sym__fenced_code_block_start_tilde] = ACTIONS(1163), - [sym__blank_line_start] = ACTIONS(1163), - [sym__html_block_1_start] = ACTIONS(1163), - [sym__html_block_2_start] = ACTIONS(1163), - [sym__html_block_3_start] = ACTIONS(1163), - [sym__html_block_4_start] = ACTIONS(1163), - [sym__html_block_5_start] = ACTIONS(1163), - [sym__html_block_6_start] = ACTIONS(1163), - [sym__html_block_7_start] = ACTIONS(1163), - [sym__no_indented_chunk] = ACTIONS(1163), - [sym__pipe_table_start] = ACTIONS(1163), - }, - [103] = { - [sym_link_title] = STATE(711), - [ts_builtin_sym_end] = ACTIONS(1169), - [anon_sym_LBRACK] = ACTIONS(1171), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_LT] = ACTIONS(1169), - [anon_sym_GT] = ACTIONS(1169), - [anon_sym_BANG] = ACTIONS(1169), - [anon_sym_DQUOTE] = ACTIONS(1173), - [anon_sym_POUND] = ACTIONS(1169), - [anon_sym_DOLLAR] = ACTIONS(1169), - [anon_sym_PERCENT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_PLUS] = ACTIONS(1169), - [anon_sym_COMMA] = ACTIONS(1169), - [anon_sym_DASH] = ACTIONS(1169), - [anon_sym_DOT] = ACTIONS(1169), - [anon_sym_SLASH] = ACTIONS(1169), - [anon_sym_COLON] = ACTIONS(1169), - [anon_sym_SEMI] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1169), - [anon_sym_QMARK] = ACTIONS(1169), - [anon_sym_AT] = ACTIONS(1169), - [anon_sym_BSLASH] = ACTIONS(1169), - [anon_sym_CARET] = ACTIONS(1169), - [anon_sym__] = ACTIONS(1169), - [anon_sym_BQUOTE] = ACTIONS(1169), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_PIPE] = ACTIONS(1169), - [anon_sym_RBRACE] = ACTIONS(1169), - [anon_sym_TILDE] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1179), - [anon_sym_RPAREN] = ACTIONS(1169), - [aux_sym__word_token1] = ACTIONS(1169), - [aux_sym__word_token2] = ACTIONS(1169), - [aux_sym__word_token3] = ACTIONS(1169), - [sym__whitespace] = ACTIONS(1182), - [sym__soft_line_ending] = ACTIONS(1169), - [sym__block_quote_start] = ACTIONS(1169), - [sym__indented_chunk_start] = ACTIONS(1169), - [sym_atx_h1_marker] = ACTIONS(1169), - [sym_atx_h2_marker] = ACTIONS(1169), - [sym_atx_h3_marker] = ACTIONS(1169), - [sym_atx_h4_marker] = ACTIONS(1169), - [sym_atx_h5_marker] = ACTIONS(1169), - [sym_atx_h6_marker] = ACTIONS(1169), - [sym__thematic_break] = ACTIONS(1169), - [sym__list_marker_minus] = ACTIONS(1169), - [sym__list_marker_plus] = ACTIONS(1169), - [sym__list_marker_star] = ACTIONS(1169), - [sym__list_marker_parenthesis] = ACTIONS(1169), - [sym__list_marker_dot] = ACTIONS(1169), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1169), - [sym__fenced_code_block_start_backtick] = ACTIONS(1169), - [sym__fenced_code_block_start_tilde] = ACTIONS(1169), - [sym__blank_line_start] = ACTIONS(1169), - [sym__html_block_1_start] = ACTIONS(1169), - [sym__html_block_2_start] = ACTIONS(1169), - [sym__html_block_3_start] = ACTIONS(1169), - [sym__html_block_4_start] = ACTIONS(1169), - [sym__html_block_5_start] = ACTIONS(1169), - [sym__html_block_6_start] = ACTIONS(1169), - [sym__html_block_7_start] = ACTIONS(1169), - [sym__no_indented_chunk] = ACTIONS(1185), - [sym__pipe_table_start] = ACTIONS(1169), - }, - [104] = { - [ts_builtin_sym_end] = ACTIONS(1187), - [anon_sym_LBRACK] = ACTIONS(1189), - [anon_sym_RBRACK] = ACTIONS(1187), - [anon_sym_LT] = ACTIONS(1187), - [anon_sym_GT] = ACTIONS(1187), - [anon_sym_BANG] = ACTIONS(1187), - [anon_sym_DQUOTE] = ACTIONS(1187), - [anon_sym_POUND] = ACTIONS(1187), - [anon_sym_DOLLAR] = ACTIONS(1187), - [anon_sym_PERCENT] = ACTIONS(1187), - [anon_sym_AMP] = ACTIONS(1187), - [anon_sym_SQUOTE] = ACTIONS(1187), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_COMMA] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_DOT] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1187), - [anon_sym_COLON] = ACTIONS(1187), - [anon_sym_SEMI] = ACTIONS(1187), - [anon_sym_EQ] = ACTIONS(1187), - [anon_sym_QMARK] = ACTIONS(1187), - [anon_sym_AT] = ACTIONS(1187), - [anon_sym_BSLASH] = ACTIONS(1187), - [anon_sym_CARET] = ACTIONS(1187), - [anon_sym__] = ACTIONS(1187), - [anon_sym_BQUOTE] = ACTIONS(1187), - [anon_sym_LBRACE] = ACTIONS(1187), - [anon_sym_PIPE] = ACTIONS(1187), - [anon_sym_RBRACE] = ACTIONS(1187), - [anon_sym_TILDE] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1187), - [anon_sym_RPAREN] = ACTIONS(1187), - [aux_sym__word_token1] = ACTIONS(1187), - [aux_sym__word_token2] = ACTIONS(1187), - [aux_sym__word_token3] = ACTIONS(1187), - [sym__whitespace] = ACTIONS(1187), - [sym__soft_line_ending] = ACTIONS(1187), - [sym__block_quote_start] = ACTIONS(1187), - [sym__indented_chunk_start] = ACTIONS(1187), - [sym_atx_h1_marker] = ACTIONS(1187), - [sym_atx_h2_marker] = ACTIONS(1187), - [sym_atx_h3_marker] = ACTIONS(1187), - [sym_atx_h4_marker] = ACTIONS(1187), - [sym_atx_h5_marker] = ACTIONS(1187), - [sym_atx_h6_marker] = ACTIONS(1187), - [sym_setext_h1_underline] = ACTIONS(1187), - [sym_setext_h2_underline] = ACTIONS(1187), - [sym__thematic_break] = ACTIONS(1187), - [sym__list_marker_minus] = ACTIONS(1187), - [sym__list_marker_plus] = ACTIONS(1187), - [sym__list_marker_star] = ACTIONS(1187), - [sym__list_marker_parenthesis] = ACTIONS(1187), - [sym__list_marker_dot] = ACTIONS(1187), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1187), - [sym__fenced_code_block_start_backtick] = ACTIONS(1187), - [sym__fenced_code_block_start_tilde] = ACTIONS(1187), - [sym__blank_line_start] = ACTIONS(1187), - [sym__html_block_1_start] = ACTIONS(1187), - [sym__html_block_2_start] = ACTIONS(1187), - [sym__html_block_3_start] = ACTIONS(1187), - [sym__html_block_4_start] = ACTIONS(1187), - [sym__html_block_5_start] = ACTIONS(1187), - [sym__html_block_6_start] = ACTIONS(1187), - [sym__html_block_7_start] = ACTIONS(1187), - [sym__pipe_table_start] = ACTIONS(1187), - }, - [105] = { - [sym_link_title] = STATE(736), - [anon_sym_LBRACK] = ACTIONS(1191), - [anon_sym_RBRACK] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_DQUOTE] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_PERCENT] = ACTIONS(1193), - [anon_sym_AMP] = ACTIONS(1193), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_STAR] = ACTIONS(1193), - [anon_sym_PLUS] = ACTIONS(1193), - [anon_sym_COMMA] = ACTIONS(1193), - [anon_sym_DASH] = ACTIONS(1193), - [anon_sym_DOT] = ACTIONS(1193), - [anon_sym_SLASH] = ACTIONS(1193), - [anon_sym_COLON] = ACTIONS(1193), - [anon_sym_SEMI] = ACTIONS(1193), - [anon_sym_EQ] = ACTIONS(1193), - [anon_sym_QMARK] = ACTIONS(1193), - [anon_sym_AT] = ACTIONS(1193), - [anon_sym_BSLASH] = ACTIONS(1193), - [anon_sym_CARET] = ACTIONS(1193), - [anon_sym__] = ACTIONS(1193), - [anon_sym_BQUOTE] = ACTIONS(1193), - [anon_sym_LBRACE] = ACTIONS(1193), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RBRACE] = ACTIONS(1193), - [anon_sym_TILDE] = ACTIONS(1193), - [anon_sym_LPAREN] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(1193), - [aux_sym__word_token1] = ACTIONS(1193), - [aux_sym__word_token2] = ACTIONS(1193), - [aux_sym__word_token3] = ACTIONS(1193), - [sym__whitespace] = ACTIONS(1204), - [sym__soft_line_ending] = ACTIONS(1193), - [sym__block_close] = ACTIONS(1193), - [sym__block_quote_start] = ACTIONS(1193), - [sym__indented_chunk_start] = ACTIONS(1193), - [sym_atx_h1_marker] = ACTIONS(1193), - [sym_atx_h2_marker] = ACTIONS(1193), - [sym_atx_h3_marker] = ACTIONS(1193), - [sym_atx_h4_marker] = ACTIONS(1193), - [sym_atx_h5_marker] = ACTIONS(1193), - [sym_atx_h6_marker] = ACTIONS(1193), - [sym__thematic_break] = ACTIONS(1193), - [sym__list_marker_minus] = ACTIONS(1193), - [sym__list_marker_plus] = ACTIONS(1193), - [sym__list_marker_star] = ACTIONS(1193), - [sym__list_marker_parenthesis] = ACTIONS(1193), - [sym__list_marker_dot] = ACTIONS(1193), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1193), - [sym__fenced_code_block_start_backtick] = ACTIONS(1193), - [sym__fenced_code_block_start_tilde] = ACTIONS(1193), - [sym__blank_line_start] = ACTIONS(1193), - [sym__html_block_1_start] = ACTIONS(1193), - [sym__html_block_2_start] = ACTIONS(1193), - [sym__html_block_3_start] = ACTIONS(1193), - [sym__html_block_4_start] = ACTIONS(1193), - [sym__html_block_5_start] = ACTIONS(1193), - [sym__html_block_6_start] = ACTIONS(1193), - [sym__html_block_7_start] = ACTIONS(1193), - [sym__no_indented_chunk] = ACTIONS(1207), - [sym__pipe_table_start] = ACTIONS(1193), - }, - [106] = { - [anon_sym_LBRACK] = ACTIONS(1189), - [anon_sym_RBRACK] = ACTIONS(1187), - [anon_sym_LT] = ACTIONS(1187), - [anon_sym_GT] = ACTIONS(1187), - [anon_sym_BANG] = ACTIONS(1187), - [anon_sym_DQUOTE] = ACTIONS(1187), - [anon_sym_POUND] = ACTIONS(1187), - [anon_sym_DOLLAR] = ACTIONS(1187), - [anon_sym_PERCENT] = ACTIONS(1187), - [anon_sym_AMP] = ACTIONS(1187), - [anon_sym_SQUOTE] = ACTIONS(1187), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_COMMA] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_DOT] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1187), - [anon_sym_COLON] = ACTIONS(1187), - [anon_sym_SEMI] = ACTIONS(1187), - [anon_sym_EQ] = ACTIONS(1187), - [anon_sym_QMARK] = ACTIONS(1187), - [anon_sym_AT] = ACTIONS(1187), - [anon_sym_BSLASH] = ACTIONS(1187), - [anon_sym_CARET] = ACTIONS(1187), - [anon_sym__] = ACTIONS(1187), - [anon_sym_BQUOTE] = ACTIONS(1187), - [anon_sym_LBRACE] = ACTIONS(1187), - [anon_sym_PIPE] = ACTIONS(1187), - [anon_sym_RBRACE] = ACTIONS(1187), - [anon_sym_TILDE] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1187), - [anon_sym_RPAREN] = ACTIONS(1187), - [aux_sym__word_token1] = ACTIONS(1187), - [aux_sym__word_token2] = ACTIONS(1187), - [aux_sym__word_token3] = ACTIONS(1187), - [sym__whitespace] = ACTIONS(1187), - [sym__soft_line_ending] = ACTIONS(1187), - [sym__block_close] = ACTIONS(1187), - [sym__block_quote_start] = ACTIONS(1187), - [sym__indented_chunk_start] = ACTIONS(1187), - [sym_atx_h1_marker] = ACTIONS(1187), - [sym_atx_h2_marker] = ACTIONS(1187), - [sym_atx_h3_marker] = ACTIONS(1187), - [sym_atx_h4_marker] = ACTIONS(1187), - [sym_atx_h5_marker] = ACTIONS(1187), - [sym_atx_h6_marker] = ACTIONS(1187), - [sym_setext_h1_underline] = ACTIONS(1187), - [sym_setext_h2_underline] = ACTIONS(1187), - [sym__thematic_break] = ACTIONS(1187), - [sym__list_marker_minus] = ACTIONS(1187), - [sym__list_marker_plus] = ACTIONS(1187), - [sym__list_marker_star] = ACTIONS(1187), - [sym__list_marker_parenthesis] = ACTIONS(1187), - [sym__list_marker_dot] = ACTIONS(1187), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1187), - [sym__fenced_code_block_start_backtick] = ACTIONS(1187), - [sym__fenced_code_block_start_tilde] = ACTIONS(1187), - [sym__blank_line_start] = ACTIONS(1187), - [sym__html_block_1_start] = ACTIONS(1187), - [sym__html_block_2_start] = ACTIONS(1187), - [sym__html_block_3_start] = ACTIONS(1187), - [sym__html_block_4_start] = ACTIONS(1187), - [sym__html_block_5_start] = ACTIONS(1187), - [sym__html_block_6_start] = ACTIONS(1187), - [sym__html_block_7_start] = ACTIONS(1187), - [sym__pipe_table_start] = ACTIONS(1187), - }, - [107] = { - [ts_builtin_sym_end] = ACTIONS(1209), - [anon_sym_LBRACK] = ACTIONS(1211), - [anon_sym_RBRACK] = ACTIONS(1209), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_BANG] = ACTIONS(1209), - [anon_sym_DQUOTE] = ACTIONS(1209), - [anon_sym_POUND] = ACTIONS(1209), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_PERCENT] = ACTIONS(1209), - [anon_sym_AMP] = ACTIONS(1209), - [anon_sym_SQUOTE] = ACTIONS(1209), - [anon_sym_STAR] = ACTIONS(1209), - [anon_sym_PLUS] = ACTIONS(1209), - [anon_sym_COMMA] = ACTIONS(1209), - [anon_sym_DASH] = ACTIONS(1209), - [anon_sym_DOT] = ACTIONS(1209), - [anon_sym_SLASH] = ACTIONS(1209), - [anon_sym_COLON] = ACTIONS(1209), - [anon_sym_SEMI] = ACTIONS(1209), - [anon_sym_EQ] = ACTIONS(1209), - [anon_sym_QMARK] = ACTIONS(1209), - [anon_sym_AT] = ACTIONS(1209), - [anon_sym_BSLASH] = ACTIONS(1209), - [anon_sym_CARET] = ACTIONS(1209), - [anon_sym__] = ACTIONS(1209), - [anon_sym_BQUOTE] = ACTIONS(1209), - [anon_sym_LBRACE] = ACTIONS(1209), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RBRACE] = ACTIONS(1209), - [anon_sym_TILDE] = ACTIONS(1209), - [anon_sym_LPAREN] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(1209), - [aux_sym__word_token1] = ACTIONS(1209), - [aux_sym__word_token2] = ACTIONS(1209), - [aux_sym__word_token3] = ACTIONS(1209), - [sym__whitespace] = ACTIONS(1209), - [sym__soft_line_ending] = ACTIONS(1209), - [sym__block_quote_start] = ACTIONS(1209), - [sym__indented_chunk_start] = ACTIONS(1209), - [sym_atx_h1_marker] = ACTIONS(1209), - [sym_atx_h2_marker] = ACTIONS(1209), - [sym_atx_h3_marker] = ACTIONS(1209), - [sym_atx_h4_marker] = ACTIONS(1209), - [sym_atx_h5_marker] = ACTIONS(1209), - [sym_atx_h6_marker] = ACTIONS(1209), - [sym_setext_h1_underline] = ACTIONS(1209), - [sym_setext_h2_underline] = ACTIONS(1209), - [sym__thematic_break] = ACTIONS(1209), - [sym__list_marker_minus] = ACTIONS(1209), - [sym__list_marker_plus] = ACTIONS(1209), - [sym__list_marker_star] = ACTIONS(1209), - [sym__list_marker_parenthesis] = ACTIONS(1209), - [sym__list_marker_dot] = ACTIONS(1209), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1209), - [sym__fenced_code_block_start_backtick] = ACTIONS(1209), - [sym__fenced_code_block_start_tilde] = ACTIONS(1209), - [sym__blank_line_start] = ACTIONS(1209), - [sym__html_block_1_start] = ACTIONS(1209), - [sym__html_block_2_start] = ACTIONS(1209), - [sym__html_block_3_start] = ACTIONS(1209), - [sym__html_block_4_start] = ACTIONS(1209), - [sym__html_block_5_start] = ACTIONS(1209), - [sym__html_block_6_start] = ACTIONS(1209), - [sym__html_block_7_start] = ACTIONS(1209), - [sym__pipe_table_start] = ACTIONS(1209), - }, - [108] = { - [sym_link_title] = STATE(724), - [ts_builtin_sym_end] = ACTIONS(1213), - [anon_sym_LBRACK] = ACTIONS(1215), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_LT] = ACTIONS(1213), - [anon_sym_GT] = ACTIONS(1213), - [anon_sym_BANG] = ACTIONS(1213), - [anon_sym_DQUOTE] = ACTIONS(1217), - [anon_sym_POUND] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1213), - [anon_sym_PERCENT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1213), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_STAR] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_DOT] = ACTIONS(1213), - [anon_sym_SLASH] = ACTIONS(1213), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(1213), - [anon_sym_AT] = ACTIONS(1213), - [anon_sym_BSLASH] = ACTIONS(1213), - [anon_sym_CARET] = ACTIONS(1213), - [anon_sym__] = ACTIONS(1213), - [anon_sym_BQUOTE] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1213), - [anon_sym_PIPE] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_TILDE] = ACTIONS(1213), - [anon_sym_LPAREN] = ACTIONS(1223), - [anon_sym_RPAREN] = ACTIONS(1213), - [aux_sym__word_token1] = ACTIONS(1213), - [aux_sym__word_token2] = ACTIONS(1213), - [aux_sym__word_token3] = ACTIONS(1213), - [sym__whitespace] = ACTIONS(1226), - [sym__soft_line_ending] = ACTIONS(1213), - [sym__block_quote_start] = ACTIONS(1213), - [sym__indented_chunk_start] = ACTIONS(1213), - [sym_atx_h1_marker] = ACTIONS(1213), - [sym_atx_h2_marker] = ACTIONS(1213), - [sym_atx_h3_marker] = ACTIONS(1213), - [sym_atx_h4_marker] = ACTIONS(1213), - [sym_atx_h5_marker] = ACTIONS(1213), - [sym_atx_h6_marker] = ACTIONS(1213), - [sym__thematic_break] = ACTIONS(1213), - [sym__list_marker_minus] = ACTIONS(1213), - [sym__list_marker_plus] = ACTIONS(1213), - [sym__list_marker_star] = ACTIONS(1213), - [sym__list_marker_parenthesis] = ACTIONS(1213), - [sym__list_marker_dot] = ACTIONS(1213), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1213), - [sym__fenced_code_block_start_backtick] = ACTIONS(1213), - [sym__fenced_code_block_start_tilde] = ACTIONS(1213), - [sym__blank_line_start] = ACTIONS(1213), - [sym__html_block_1_start] = ACTIONS(1213), - [sym__html_block_2_start] = ACTIONS(1213), - [sym__html_block_3_start] = ACTIONS(1213), - [sym__html_block_4_start] = ACTIONS(1213), - [sym__html_block_5_start] = ACTIONS(1213), - [sym__html_block_6_start] = ACTIONS(1213), - [sym__html_block_7_start] = ACTIONS(1213), - [sym__no_indented_chunk] = ACTIONS(1229), - [sym__pipe_table_start] = ACTIONS(1213), - }, - [109] = { - [anon_sym_LBRACK] = ACTIONS(1231), - [anon_sym_RBRACK] = ACTIONS(1233), - [anon_sym_LT] = ACTIONS(1233), - [anon_sym_GT] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [anon_sym_POUND] = ACTIONS(1233), - [anon_sym_DOLLAR] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_PLUS] = ACTIONS(1233), - [anon_sym_COMMA] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1233), - [anon_sym_DOT] = ACTIONS(1233), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_COLON] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym_EQ] = ACTIONS(1233), - [anon_sym_QMARK] = ACTIONS(1233), - [anon_sym_AT] = ACTIONS(1233), - [anon_sym_BSLASH] = ACTIONS(1233), - [anon_sym_CARET] = ACTIONS(1233), - [anon_sym__] = ACTIONS(1233), - [anon_sym_BQUOTE] = ACTIONS(1233), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_PIPE] = ACTIONS(1233), - [anon_sym_RBRACE] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_LPAREN] = ACTIONS(1233), - [anon_sym_RPAREN] = ACTIONS(1233), - [aux_sym__word_token1] = ACTIONS(1233), - [aux_sym__word_token2] = ACTIONS(1233), - [aux_sym__word_token3] = ACTIONS(1233), - [sym__whitespace] = ACTIONS(1233), - [sym__soft_line_ending] = ACTIONS(1233), - [sym__block_close] = ACTIONS(1233), - [sym__block_quote_start] = ACTIONS(1233), - [sym__indented_chunk_start] = ACTIONS(1233), - [sym_atx_h1_marker] = ACTIONS(1233), - [sym_atx_h2_marker] = ACTIONS(1233), - [sym_atx_h3_marker] = ACTIONS(1233), - [sym_atx_h4_marker] = ACTIONS(1233), - [sym_atx_h5_marker] = ACTIONS(1233), - [sym_atx_h6_marker] = ACTIONS(1233), - [sym_setext_h1_underline] = ACTIONS(1235), - [sym_setext_h2_underline] = ACTIONS(1237), - [sym__thematic_break] = ACTIONS(1233), - [sym__list_marker_minus] = ACTIONS(1233), - [sym__list_marker_plus] = ACTIONS(1233), - [sym__list_marker_star] = ACTIONS(1233), - [sym__list_marker_parenthesis] = ACTIONS(1233), - [sym__list_marker_dot] = ACTIONS(1233), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1233), - [sym__fenced_code_block_start_backtick] = ACTIONS(1233), - [sym__fenced_code_block_start_tilde] = ACTIONS(1233), - [sym__blank_line_start] = ACTIONS(1233), - [sym__html_block_1_start] = ACTIONS(1233), - [sym__html_block_2_start] = ACTIONS(1233), - [sym__html_block_3_start] = ACTIONS(1233), - [sym__html_block_4_start] = ACTIONS(1233), - [sym__html_block_5_start] = ACTIONS(1233), - [sym__html_block_6_start] = ACTIONS(1233), - [sym__html_block_7_start] = ACTIONS(1233), - [sym__pipe_table_start] = ACTIONS(1233), - }, - [110] = { - [sym_link_title] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1243), - [anon_sym_POUND] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1246), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_DOT] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_AT] = ACTIONS(1239), - [anon_sym_BSLASH] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym__] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_LPAREN] = ACTIONS(1249), - [anon_sym_RPAREN] = ACTIONS(1239), - [aux_sym__word_token1] = ACTIONS(1239), - [aux_sym__word_token2] = ACTIONS(1239), - [aux_sym__word_token3] = ACTIONS(1239), - [sym__whitespace] = ACTIONS(1252), - [sym__soft_line_ending] = ACTIONS(1239), - [sym__block_quote_start] = ACTIONS(1239), - [sym__indented_chunk_start] = ACTIONS(1239), - [sym_atx_h1_marker] = ACTIONS(1239), - [sym_atx_h2_marker] = ACTIONS(1239), - [sym_atx_h3_marker] = ACTIONS(1239), - [sym_atx_h4_marker] = ACTIONS(1239), - [sym_atx_h5_marker] = ACTIONS(1239), - [sym_atx_h6_marker] = ACTIONS(1239), - [sym__thematic_break] = ACTIONS(1239), - [sym__list_marker_minus] = ACTIONS(1239), - [sym__list_marker_plus] = ACTIONS(1239), - [sym__list_marker_star] = ACTIONS(1239), - [sym__list_marker_parenthesis] = ACTIONS(1239), - [sym__list_marker_dot] = ACTIONS(1239), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1239), - [sym__fenced_code_block_start_backtick] = ACTIONS(1239), - [sym__fenced_code_block_start_tilde] = ACTIONS(1239), - [sym__blank_line_start] = ACTIONS(1239), - [sym__html_block_1_start] = ACTIONS(1239), - [sym__html_block_2_start] = ACTIONS(1239), - [sym__html_block_3_start] = ACTIONS(1239), - [sym__html_block_4_start] = ACTIONS(1239), - [sym__html_block_5_start] = ACTIONS(1239), - [sym__html_block_6_start] = ACTIONS(1239), - [sym__html_block_7_start] = ACTIONS(1239), - [sym__no_indented_chunk] = ACTIONS(1255), - [sym__pipe_table_start] = ACTIONS(1239), - }, - [111] = { - [anon_sym_LBRACK] = ACTIONS(1211), - [anon_sym_RBRACK] = ACTIONS(1209), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_BANG] = ACTIONS(1209), - [anon_sym_DQUOTE] = ACTIONS(1209), - [anon_sym_POUND] = ACTIONS(1209), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_PERCENT] = ACTIONS(1209), - [anon_sym_AMP] = ACTIONS(1209), - [anon_sym_SQUOTE] = ACTIONS(1209), - [anon_sym_STAR] = ACTIONS(1209), - [anon_sym_PLUS] = ACTIONS(1209), - [anon_sym_COMMA] = ACTIONS(1209), - [anon_sym_DASH] = ACTIONS(1209), - [anon_sym_DOT] = ACTIONS(1209), - [anon_sym_SLASH] = ACTIONS(1209), - [anon_sym_COLON] = ACTIONS(1209), - [anon_sym_SEMI] = ACTIONS(1209), - [anon_sym_EQ] = ACTIONS(1209), - [anon_sym_QMARK] = ACTIONS(1209), - [anon_sym_AT] = ACTIONS(1209), - [anon_sym_BSLASH] = ACTIONS(1209), - [anon_sym_CARET] = ACTIONS(1209), - [anon_sym__] = ACTIONS(1209), - [anon_sym_BQUOTE] = ACTIONS(1209), - [anon_sym_LBRACE] = ACTIONS(1209), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RBRACE] = ACTIONS(1209), - [anon_sym_TILDE] = ACTIONS(1209), - [anon_sym_LPAREN] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(1209), - [aux_sym__word_token1] = ACTIONS(1209), - [aux_sym__word_token2] = ACTIONS(1209), - [aux_sym__word_token3] = ACTIONS(1209), - [sym__whitespace] = ACTIONS(1209), - [sym__soft_line_ending] = ACTIONS(1209), - [sym__block_close] = ACTIONS(1209), - [sym__block_quote_start] = ACTIONS(1209), - [sym__indented_chunk_start] = ACTIONS(1209), - [sym_atx_h1_marker] = ACTIONS(1209), - [sym_atx_h2_marker] = ACTIONS(1209), - [sym_atx_h3_marker] = ACTIONS(1209), - [sym_atx_h4_marker] = ACTIONS(1209), - [sym_atx_h5_marker] = ACTIONS(1209), - [sym_atx_h6_marker] = ACTIONS(1209), - [sym_setext_h1_underline] = ACTIONS(1209), - [sym_setext_h2_underline] = ACTIONS(1209), - [sym__thematic_break] = ACTIONS(1209), - [sym__list_marker_minus] = ACTIONS(1209), - [sym__list_marker_plus] = ACTIONS(1209), - [sym__list_marker_star] = ACTIONS(1209), - [sym__list_marker_parenthesis] = ACTIONS(1209), - [sym__list_marker_dot] = ACTIONS(1209), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1209), - [sym__fenced_code_block_start_backtick] = ACTIONS(1209), - [sym__fenced_code_block_start_tilde] = ACTIONS(1209), - [sym__blank_line_start] = ACTIONS(1209), - [sym__html_block_1_start] = ACTIONS(1209), - [sym__html_block_2_start] = ACTIONS(1209), - [sym__html_block_3_start] = ACTIONS(1209), - [sym__html_block_4_start] = ACTIONS(1209), - [sym__html_block_5_start] = ACTIONS(1209), - [sym__html_block_6_start] = ACTIONS(1209), - [sym__html_block_7_start] = ACTIONS(1209), - [sym__pipe_table_start] = ACTIONS(1209), - }, - [112] = { - [ts_builtin_sym_end] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1231), - [anon_sym_RBRACK] = ACTIONS(1233), - [anon_sym_LT] = ACTIONS(1233), - [anon_sym_GT] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [anon_sym_POUND] = ACTIONS(1233), - [anon_sym_DOLLAR] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_PLUS] = ACTIONS(1233), - [anon_sym_COMMA] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1233), - [anon_sym_DOT] = ACTIONS(1233), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_COLON] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym_EQ] = ACTIONS(1233), - [anon_sym_QMARK] = ACTIONS(1233), - [anon_sym_AT] = ACTIONS(1233), - [anon_sym_BSLASH] = ACTIONS(1233), - [anon_sym_CARET] = ACTIONS(1233), - [anon_sym__] = ACTIONS(1233), - [anon_sym_BQUOTE] = ACTIONS(1233), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_PIPE] = ACTIONS(1233), - [anon_sym_RBRACE] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_LPAREN] = ACTIONS(1233), - [anon_sym_RPAREN] = ACTIONS(1233), - [aux_sym__word_token1] = ACTIONS(1233), - [aux_sym__word_token2] = ACTIONS(1233), - [aux_sym__word_token3] = ACTIONS(1233), - [sym__whitespace] = ACTIONS(1233), - [sym__soft_line_ending] = ACTIONS(1233), - [sym__block_quote_start] = ACTIONS(1233), - [sym__indented_chunk_start] = ACTIONS(1233), - [sym_atx_h1_marker] = ACTIONS(1233), - [sym_atx_h2_marker] = ACTIONS(1233), - [sym_atx_h3_marker] = ACTIONS(1233), - [sym_atx_h4_marker] = ACTIONS(1233), - [sym_atx_h5_marker] = ACTIONS(1233), - [sym_atx_h6_marker] = ACTIONS(1233), - [sym_setext_h1_underline] = ACTIONS(1257), - [sym_setext_h2_underline] = ACTIONS(1259), - [sym__thematic_break] = ACTIONS(1233), - [sym__list_marker_minus] = ACTIONS(1233), - [sym__list_marker_plus] = ACTIONS(1233), - [sym__list_marker_star] = ACTIONS(1233), - [sym__list_marker_parenthesis] = ACTIONS(1233), - [sym__list_marker_dot] = ACTIONS(1233), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1233), - [sym__fenced_code_block_start_backtick] = ACTIONS(1233), - [sym__fenced_code_block_start_tilde] = ACTIONS(1233), - [sym__blank_line_start] = ACTIONS(1233), - [sym__html_block_1_start] = ACTIONS(1233), - [sym__html_block_2_start] = ACTIONS(1233), - [sym__html_block_3_start] = ACTIONS(1233), - [sym__html_block_4_start] = ACTIONS(1233), - [sym__html_block_5_start] = ACTIONS(1233), - [sym__html_block_6_start] = ACTIONS(1233), - [sym__html_block_7_start] = ACTIONS(1233), - [sym__pipe_table_start] = ACTIONS(1233), - }, - [113] = { - [sym_link_title] = STATE(729), - [anon_sym_LBRACK] = ACTIONS(1215), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_LT] = ACTIONS(1213), - [anon_sym_GT] = ACTIONS(1213), - [anon_sym_BANG] = ACTIONS(1213), - [anon_sym_DQUOTE] = ACTIONS(1217), - [anon_sym_POUND] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1213), - [anon_sym_PERCENT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1213), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_STAR] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_DOT] = ACTIONS(1213), - [anon_sym_SLASH] = ACTIONS(1213), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(1213), - [anon_sym_AT] = ACTIONS(1213), - [anon_sym_BSLASH] = ACTIONS(1213), - [anon_sym_CARET] = ACTIONS(1213), - [anon_sym__] = ACTIONS(1213), - [anon_sym_BQUOTE] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1213), - [anon_sym_PIPE] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_TILDE] = ACTIONS(1213), - [anon_sym_LPAREN] = ACTIONS(1223), - [anon_sym_RPAREN] = ACTIONS(1213), - [aux_sym__word_token1] = ACTIONS(1213), - [aux_sym__word_token2] = ACTIONS(1213), - [aux_sym__word_token3] = ACTIONS(1213), - [sym__whitespace] = ACTIONS(1261), - [sym__soft_line_ending] = ACTIONS(1213), - [sym__block_close] = ACTIONS(1213), - [sym__block_quote_start] = ACTIONS(1213), - [sym__indented_chunk_start] = ACTIONS(1213), - [sym_atx_h1_marker] = ACTIONS(1213), - [sym_atx_h2_marker] = ACTIONS(1213), - [sym_atx_h3_marker] = ACTIONS(1213), - [sym_atx_h4_marker] = ACTIONS(1213), - [sym_atx_h5_marker] = ACTIONS(1213), - [sym_atx_h6_marker] = ACTIONS(1213), - [sym__thematic_break] = ACTIONS(1213), - [sym__list_marker_minus] = ACTIONS(1213), - [sym__list_marker_plus] = ACTIONS(1213), - [sym__list_marker_star] = ACTIONS(1213), - [sym__list_marker_parenthesis] = ACTIONS(1213), - [sym__list_marker_dot] = ACTIONS(1213), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1213), - [sym__fenced_code_block_start_backtick] = ACTIONS(1213), - [sym__fenced_code_block_start_tilde] = ACTIONS(1213), - [sym__blank_line_start] = ACTIONS(1213), - [sym__html_block_1_start] = ACTIONS(1213), - [sym__html_block_2_start] = ACTIONS(1213), - [sym__html_block_3_start] = ACTIONS(1213), - [sym__html_block_4_start] = ACTIONS(1213), - [sym__html_block_5_start] = ACTIONS(1213), - [sym__html_block_6_start] = ACTIONS(1213), - [sym__html_block_7_start] = ACTIONS(1213), - [sym__no_indented_chunk] = ACTIONS(1264), - [sym__pipe_table_start] = ACTIONS(1213), - }, - [114] = { - [sym_link_title] = STATE(730), + [sym_link_title] = STATE(720), [anon_sym_LBRACK] = ACTIONS(1147), [anon_sym_RBRACK] = ACTIONS(1145), [anon_sym_LT] = ACTIONS(1145), @@ -24344,7 +23480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token1] = ACTIONS(1145), [aux_sym__word_token2] = ACTIONS(1145), [aux_sym__word_token3] = ACTIONS(1145), - [sym__whitespace] = ACTIONS(1266), + [sym__whitespace] = ACTIONS(1163), [sym__soft_line_ending] = ACTIONS(1145), [sym__block_close] = ACTIONS(1145), [sym__block_quote_start] = ACTIONS(1145), @@ -24376,509 +23512,1373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_5_start] = ACTIONS(1145), [sym__html_block_6_start] = ACTIONS(1145), [sym__html_block_7_start] = ACTIONS(1145), - [sym__no_indented_chunk] = ACTIONS(1269), + [sym__no_indented_chunk] = ACTIONS(1166), [sym__pipe_table_start] = ACTIONS(1145), }, + [103] = { + [sym_link_title] = STATE(721), + [anon_sym_LBRACK] = ACTIONS(1168), + [anon_sym_RBRACK] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_BANG] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1172), + [anon_sym_POUND] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_SQUOTE] = ACTIONS(1175), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_DOT] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_COLON] = ACTIONS(1170), + [anon_sym_SEMI] = ACTIONS(1170), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_AT] = ACTIONS(1170), + [anon_sym_BSLASH] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym__] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_RBRACE] = ACTIONS(1170), + [anon_sym_TILDE] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(1170), + [aux_sym__word_token1] = ACTIONS(1170), + [aux_sym__word_token2] = ACTIONS(1170), + [aux_sym__word_token3] = ACTIONS(1170), + [sym__whitespace] = ACTIONS(1181), + [sym__soft_line_ending] = ACTIONS(1170), + [sym__block_close] = ACTIONS(1170), + [sym__block_quote_start] = ACTIONS(1170), + [sym__indented_chunk_start] = ACTIONS(1170), + [sym_atx_h1_marker] = ACTIONS(1170), + [sym_atx_h2_marker] = ACTIONS(1170), + [sym_atx_h3_marker] = ACTIONS(1170), + [sym_atx_h4_marker] = ACTIONS(1170), + [sym_atx_h5_marker] = ACTIONS(1170), + [sym_atx_h6_marker] = ACTIONS(1170), + [sym__thematic_break] = ACTIONS(1170), + [sym__list_marker_minus] = ACTIONS(1170), + [sym__list_marker_plus] = ACTIONS(1170), + [sym__list_marker_star] = ACTIONS(1170), + [sym__list_marker_parenthesis] = ACTIONS(1170), + [sym__list_marker_dot] = ACTIONS(1170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1170), + [sym__fenced_code_block_start_backtick] = ACTIONS(1170), + [sym__fenced_code_block_start_tilde] = ACTIONS(1170), + [sym__blank_line_start] = ACTIONS(1170), + [sym__html_block_1_start] = ACTIONS(1170), + [sym__html_block_2_start] = ACTIONS(1170), + [sym__html_block_3_start] = ACTIONS(1170), + [sym__html_block_4_start] = ACTIONS(1170), + [sym__html_block_5_start] = ACTIONS(1170), + [sym__html_block_6_start] = ACTIONS(1170), + [sym__html_block_7_start] = ACTIONS(1170), + [sym__no_indented_chunk] = ACTIONS(1184), + [sym__pipe_table_start] = ACTIONS(1170), + }, + [104] = { + [sym_link_title] = STATE(722), + [anon_sym_LBRACK] = ACTIONS(1186), + [anon_sym_RBRACK] = ACTIONS(1188), + [anon_sym_LT] = ACTIONS(1188), + [anon_sym_GT] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1190), + [anon_sym_POUND] = ACTIONS(1188), + [anon_sym_DOLLAR] = ACTIONS(1188), + [anon_sym_PERCENT] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1193), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_PLUS] = ACTIONS(1188), + [anon_sym_COMMA] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1188), + [anon_sym_DOT] = ACTIONS(1188), + [anon_sym_SLASH] = ACTIONS(1188), + [anon_sym_COLON] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym_EQ] = ACTIONS(1188), + [anon_sym_QMARK] = ACTIONS(1188), + [anon_sym_AT] = ACTIONS(1188), + [anon_sym_BSLASH] = ACTIONS(1188), + [anon_sym_CARET] = ACTIONS(1188), + [anon_sym__] = ACTIONS(1188), + [anon_sym_BQUOTE] = ACTIONS(1188), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_PIPE] = ACTIONS(1188), + [anon_sym_RBRACE] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_LPAREN] = ACTIONS(1196), + [anon_sym_RPAREN] = ACTIONS(1188), + [aux_sym__word_token1] = ACTIONS(1188), + [aux_sym__word_token2] = ACTIONS(1188), + [aux_sym__word_token3] = ACTIONS(1188), + [sym__whitespace] = ACTIONS(1199), + [sym__soft_line_ending] = ACTIONS(1188), + [sym__block_close] = ACTIONS(1188), + [sym__block_quote_start] = ACTIONS(1188), + [sym__indented_chunk_start] = ACTIONS(1188), + [sym_atx_h1_marker] = ACTIONS(1188), + [sym_atx_h2_marker] = ACTIONS(1188), + [sym_atx_h3_marker] = ACTIONS(1188), + [sym_atx_h4_marker] = ACTIONS(1188), + [sym_atx_h5_marker] = ACTIONS(1188), + [sym_atx_h6_marker] = ACTIONS(1188), + [sym__thematic_break] = ACTIONS(1188), + [sym__list_marker_minus] = ACTIONS(1188), + [sym__list_marker_plus] = ACTIONS(1188), + [sym__list_marker_star] = ACTIONS(1188), + [sym__list_marker_parenthesis] = ACTIONS(1188), + [sym__list_marker_dot] = ACTIONS(1188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1188), + [sym__fenced_code_block_start_backtick] = ACTIONS(1188), + [sym__fenced_code_block_start_tilde] = ACTIONS(1188), + [sym__blank_line_start] = ACTIONS(1188), + [sym__html_block_1_start] = ACTIONS(1188), + [sym__html_block_2_start] = ACTIONS(1188), + [sym__html_block_3_start] = ACTIONS(1188), + [sym__html_block_4_start] = ACTIONS(1188), + [sym__html_block_5_start] = ACTIONS(1188), + [sym__html_block_6_start] = ACTIONS(1188), + [sym__html_block_7_start] = ACTIONS(1188), + [sym__no_indented_chunk] = ACTIONS(1202), + [sym__pipe_table_start] = ACTIONS(1188), + }, + [105] = { + [sym_link_title] = STATE(723), + [anon_sym_LBRACK] = ACTIONS(1204), + [anon_sym_RBRACK] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1208), + [anon_sym_POUND] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1211), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_COMMA] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_DOT] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_COLON] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_AT] = ACTIONS(1206), + [anon_sym_BSLASH] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym__] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1214), + [anon_sym_RPAREN] = ACTIONS(1206), + [aux_sym__word_token1] = ACTIONS(1206), + [aux_sym__word_token2] = ACTIONS(1206), + [aux_sym__word_token3] = ACTIONS(1206), + [sym__whitespace] = ACTIONS(1217), + [sym__soft_line_ending] = ACTIONS(1206), + [sym__block_close] = ACTIONS(1206), + [sym__block_quote_start] = ACTIONS(1206), + [sym__indented_chunk_start] = ACTIONS(1206), + [sym_atx_h1_marker] = ACTIONS(1206), + [sym_atx_h2_marker] = ACTIONS(1206), + [sym_atx_h3_marker] = ACTIONS(1206), + [sym_atx_h4_marker] = ACTIONS(1206), + [sym_atx_h5_marker] = ACTIONS(1206), + [sym_atx_h6_marker] = ACTIONS(1206), + [sym__thematic_break] = ACTIONS(1206), + [sym__list_marker_minus] = ACTIONS(1206), + [sym__list_marker_plus] = ACTIONS(1206), + [sym__list_marker_star] = ACTIONS(1206), + [sym__list_marker_parenthesis] = ACTIONS(1206), + [sym__list_marker_dot] = ACTIONS(1206), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1206), + [sym__fenced_code_block_start_backtick] = ACTIONS(1206), + [sym__fenced_code_block_start_tilde] = ACTIONS(1206), + [sym__blank_line_start] = ACTIONS(1206), + [sym__html_block_1_start] = ACTIONS(1206), + [sym__html_block_2_start] = ACTIONS(1206), + [sym__html_block_3_start] = ACTIONS(1206), + [sym__html_block_4_start] = ACTIONS(1206), + [sym__html_block_5_start] = ACTIONS(1206), + [sym__html_block_6_start] = ACTIONS(1206), + [sym__html_block_7_start] = ACTIONS(1206), + [sym__no_indented_chunk] = ACTIONS(1220), + [sym__pipe_table_start] = ACTIONS(1206), + }, + [106] = { + [sym_link_title] = STATE(724), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1226), + [anon_sym_POUND] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_COMMA] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_DOT] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_AT] = ACTIONS(1224), + [anon_sym_BSLASH] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym__] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_RBRACE] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_RPAREN] = ACTIONS(1224), + [aux_sym__word_token1] = ACTIONS(1224), + [aux_sym__word_token2] = ACTIONS(1224), + [aux_sym__word_token3] = ACTIONS(1224), + [sym__whitespace] = ACTIONS(1235), + [sym__soft_line_ending] = ACTIONS(1224), + [sym__block_close] = ACTIONS(1224), + [sym__block_quote_start] = ACTIONS(1224), + [sym__indented_chunk_start] = ACTIONS(1224), + [sym_atx_h1_marker] = ACTIONS(1224), + [sym_atx_h2_marker] = ACTIONS(1224), + [sym_atx_h3_marker] = ACTIONS(1224), + [sym_atx_h4_marker] = ACTIONS(1224), + [sym_atx_h5_marker] = ACTIONS(1224), + [sym_atx_h6_marker] = ACTIONS(1224), + [sym__thematic_break] = ACTIONS(1224), + [sym__list_marker_minus] = ACTIONS(1224), + [sym__list_marker_plus] = ACTIONS(1224), + [sym__list_marker_star] = ACTIONS(1224), + [sym__list_marker_parenthesis] = ACTIONS(1224), + [sym__list_marker_dot] = ACTIONS(1224), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1224), + [sym__fenced_code_block_start_backtick] = ACTIONS(1224), + [sym__fenced_code_block_start_tilde] = ACTIONS(1224), + [sym__blank_line_start] = ACTIONS(1224), + [sym__html_block_1_start] = ACTIONS(1224), + [sym__html_block_2_start] = ACTIONS(1224), + [sym__html_block_3_start] = ACTIONS(1224), + [sym__html_block_4_start] = ACTIONS(1224), + [sym__html_block_5_start] = ACTIONS(1224), + [sym__html_block_6_start] = ACTIONS(1224), + [sym__html_block_7_start] = ACTIONS(1224), + [sym__no_indented_chunk] = ACTIONS(1238), + [sym__pipe_table_start] = ACTIONS(1224), + }, + [107] = { + [ts_builtin_sym_end] = ACTIONS(1240), + [anon_sym_LBRACK] = ACTIONS(1242), + [anon_sym_RBRACK] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_POUND] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_COMMA] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_DOT] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_COLON] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_AT] = ACTIONS(1240), + [anon_sym_BSLASH] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym__] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_RBRACE] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [aux_sym__word_token1] = ACTIONS(1240), + [aux_sym__word_token2] = ACTIONS(1240), + [aux_sym__word_token3] = ACTIONS(1240), + [sym__whitespace] = ACTIONS(1240), + [sym__soft_line_ending] = ACTIONS(1240), + [sym_block_continuation] = ACTIONS(1244), + [sym__block_quote_start] = ACTIONS(1240), + [sym__indented_chunk_start] = ACTIONS(1240), + [sym_atx_h1_marker] = ACTIONS(1240), + [sym_atx_h2_marker] = ACTIONS(1240), + [sym_atx_h3_marker] = ACTIONS(1240), + [sym_atx_h4_marker] = ACTIONS(1240), + [sym_atx_h5_marker] = ACTIONS(1240), + [sym_atx_h6_marker] = ACTIONS(1240), + [sym__thematic_break] = ACTIONS(1240), + [sym__list_marker_minus] = ACTIONS(1240), + [sym__list_marker_plus] = ACTIONS(1240), + [sym__list_marker_star] = ACTIONS(1240), + [sym__list_marker_parenthesis] = ACTIONS(1240), + [sym__list_marker_dot] = ACTIONS(1240), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1240), + [sym__fenced_code_block_start_backtick] = ACTIONS(1240), + [sym__fenced_code_block_start_tilde] = ACTIONS(1240), + [sym__blank_line_start] = ACTIONS(1240), + [sym__html_block_1_start] = ACTIONS(1240), + [sym__html_block_2_start] = ACTIONS(1240), + [sym__html_block_3_start] = ACTIONS(1240), + [sym__html_block_4_start] = ACTIONS(1240), + [sym__html_block_5_start] = ACTIONS(1240), + [sym__html_block_6_start] = ACTIONS(1240), + [sym__html_block_7_start] = ACTIONS(1240), + [sym__no_indented_chunk] = ACTIONS(1240), + [sym__pipe_table_start] = ACTIONS(1240), + }, + [108] = { + [anon_sym_LBRACK] = ACTIONS(1242), + [anon_sym_RBRACK] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_POUND] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_COMMA] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_DOT] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_COLON] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_AT] = ACTIONS(1240), + [anon_sym_BSLASH] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym__] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_RBRACE] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [aux_sym__word_token1] = ACTIONS(1240), + [aux_sym__word_token2] = ACTIONS(1240), + [aux_sym__word_token3] = ACTIONS(1240), + [sym__whitespace] = ACTIONS(1240), + [sym__soft_line_ending] = ACTIONS(1240), + [sym__block_close] = ACTIONS(1240), + [sym_block_continuation] = ACTIONS(1246), + [sym__block_quote_start] = ACTIONS(1240), + [sym__indented_chunk_start] = ACTIONS(1240), + [sym_atx_h1_marker] = ACTIONS(1240), + [sym_atx_h2_marker] = ACTIONS(1240), + [sym_atx_h3_marker] = ACTIONS(1240), + [sym_atx_h4_marker] = ACTIONS(1240), + [sym_atx_h5_marker] = ACTIONS(1240), + [sym_atx_h6_marker] = ACTIONS(1240), + [sym__thematic_break] = ACTIONS(1240), + [sym__list_marker_minus] = ACTIONS(1240), + [sym__list_marker_plus] = ACTIONS(1240), + [sym__list_marker_star] = ACTIONS(1240), + [sym__list_marker_parenthesis] = ACTIONS(1240), + [sym__list_marker_dot] = ACTIONS(1240), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1240), + [sym__fenced_code_block_start_backtick] = ACTIONS(1240), + [sym__fenced_code_block_start_tilde] = ACTIONS(1240), + [sym__blank_line_start] = ACTIONS(1240), + [sym__html_block_1_start] = ACTIONS(1240), + [sym__html_block_2_start] = ACTIONS(1240), + [sym__html_block_3_start] = ACTIONS(1240), + [sym__html_block_4_start] = ACTIONS(1240), + [sym__html_block_5_start] = ACTIONS(1240), + [sym__html_block_6_start] = ACTIONS(1240), + [sym__html_block_7_start] = ACTIONS(1240), + [sym__no_indented_chunk] = ACTIONS(1240), + [sym__pipe_table_start] = ACTIONS(1240), + }, + [109] = { + [sym_link_title] = STATE(743), + [ts_builtin_sym_end] = ACTIONS(1224), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1226), + [anon_sym_POUND] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_COMMA] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_DOT] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_AT] = ACTIONS(1224), + [anon_sym_BSLASH] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym__] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_RBRACE] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_RPAREN] = ACTIONS(1224), + [aux_sym__word_token1] = ACTIONS(1224), + [aux_sym__word_token2] = ACTIONS(1224), + [aux_sym__word_token3] = ACTIONS(1224), + [sym__whitespace] = ACTIONS(1248), + [sym__soft_line_ending] = ACTIONS(1224), + [sym__block_quote_start] = ACTIONS(1224), + [sym__indented_chunk_start] = ACTIONS(1224), + [sym_atx_h1_marker] = ACTIONS(1224), + [sym_atx_h2_marker] = ACTIONS(1224), + [sym_atx_h3_marker] = ACTIONS(1224), + [sym_atx_h4_marker] = ACTIONS(1224), + [sym_atx_h5_marker] = ACTIONS(1224), + [sym_atx_h6_marker] = ACTIONS(1224), + [sym__thematic_break] = ACTIONS(1224), + [sym__list_marker_minus] = ACTIONS(1224), + [sym__list_marker_plus] = ACTIONS(1224), + [sym__list_marker_star] = ACTIONS(1224), + [sym__list_marker_parenthesis] = ACTIONS(1224), + [sym__list_marker_dot] = ACTIONS(1224), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1224), + [sym__fenced_code_block_start_backtick] = ACTIONS(1224), + [sym__fenced_code_block_start_tilde] = ACTIONS(1224), + [sym__blank_line_start] = ACTIONS(1224), + [sym__html_block_1_start] = ACTIONS(1224), + [sym__html_block_2_start] = ACTIONS(1224), + [sym__html_block_3_start] = ACTIONS(1224), + [sym__html_block_4_start] = ACTIONS(1224), + [sym__html_block_5_start] = ACTIONS(1224), + [sym__html_block_6_start] = ACTIONS(1224), + [sym__html_block_7_start] = ACTIONS(1224), + [sym__no_indented_chunk] = ACTIONS(1251), + [sym__pipe_table_start] = ACTIONS(1224), + }, + [110] = { + [ts_builtin_sym_end] = ACTIONS(1253), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_RBRACK] = ACTIONS(1253), + [anon_sym_LT] = ACTIONS(1253), + [anon_sym_GT] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [anon_sym_POUND] = ACTIONS(1253), + [anon_sym_DOLLAR] = ACTIONS(1253), + [anon_sym_PERCENT] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1253), + [anon_sym_COMMA] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1253), + [anon_sym_DOT] = ACTIONS(1253), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_COLON] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_EQ] = ACTIONS(1253), + [anon_sym_QMARK] = ACTIONS(1253), + [anon_sym_AT] = ACTIONS(1253), + [anon_sym_BSLASH] = ACTIONS(1253), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym__] = ACTIONS(1253), + [anon_sym_BQUOTE] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_PIPE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_LPAREN] = ACTIONS(1253), + [anon_sym_RPAREN] = ACTIONS(1253), + [aux_sym__word_token1] = ACTIONS(1253), + [aux_sym__word_token2] = ACTIONS(1253), + [aux_sym__word_token3] = ACTIONS(1253), + [sym__whitespace] = ACTIONS(1253), + [sym__soft_line_ending] = ACTIONS(1253), + [sym__block_quote_start] = ACTIONS(1253), + [sym__indented_chunk_start] = ACTIONS(1253), + [sym_atx_h1_marker] = ACTIONS(1253), + [sym_atx_h2_marker] = ACTIONS(1253), + [sym_atx_h3_marker] = ACTIONS(1253), + [sym_atx_h4_marker] = ACTIONS(1253), + [sym_atx_h5_marker] = ACTIONS(1253), + [sym_atx_h6_marker] = ACTIONS(1253), + [sym_setext_h1_underline] = ACTIONS(1253), + [sym_setext_h2_underline] = ACTIONS(1253), + [sym__thematic_break] = ACTIONS(1253), + [sym__list_marker_minus] = ACTIONS(1253), + [sym__list_marker_plus] = ACTIONS(1253), + [sym__list_marker_star] = ACTIONS(1253), + [sym__list_marker_parenthesis] = ACTIONS(1253), + [sym__list_marker_dot] = ACTIONS(1253), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1253), + [sym__fenced_code_block_start_backtick] = ACTIONS(1253), + [sym__fenced_code_block_start_tilde] = ACTIONS(1253), + [sym__blank_line_start] = ACTIONS(1253), + [sym__html_block_1_start] = ACTIONS(1253), + [sym__html_block_2_start] = ACTIONS(1253), + [sym__html_block_3_start] = ACTIONS(1253), + [sym__html_block_4_start] = ACTIONS(1253), + [sym__html_block_5_start] = ACTIONS(1253), + [sym__html_block_6_start] = ACTIONS(1253), + [sym__html_block_7_start] = ACTIONS(1253), + [sym__pipe_table_start] = ACTIONS(1253), + }, + [111] = { + [anon_sym_LBRACK] = ACTIONS(1257), + [anon_sym_RBRACK] = ACTIONS(1259), + [anon_sym_LT] = ACTIONS(1259), + [anon_sym_GT] = ACTIONS(1259), + [anon_sym_BANG] = ACTIONS(1259), + [anon_sym_DQUOTE] = ACTIONS(1259), + [anon_sym_POUND] = ACTIONS(1259), + [anon_sym_DOLLAR] = ACTIONS(1259), + [anon_sym_PERCENT] = ACTIONS(1259), + [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SQUOTE] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_COMMA] = ACTIONS(1259), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_SLASH] = ACTIONS(1259), + [anon_sym_COLON] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1259), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_AT] = ACTIONS(1259), + [anon_sym_BSLASH] = ACTIONS(1259), + [anon_sym_CARET] = ACTIONS(1259), + [anon_sym__] = ACTIONS(1259), + [anon_sym_BQUOTE] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1259), + [anon_sym_PIPE] = ACTIONS(1259), + [anon_sym_RBRACE] = ACTIONS(1259), + [anon_sym_TILDE] = ACTIONS(1259), + [anon_sym_LPAREN] = ACTIONS(1259), + [anon_sym_RPAREN] = ACTIONS(1259), + [aux_sym__word_token1] = ACTIONS(1259), + [aux_sym__word_token2] = ACTIONS(1259), + [aux_sym__word_token3] = ACTIONS(1259), + [sym__whitespace] = ACTIONS(1259), + [sym__soft_line_ending] = ACTIONS(1259), + [sym__block_close] = ACTIONS(1259), + [sym__block_quote_start] = ACTIONS(1259), + [sym__indented_chunk_start] = ACTIONS(1259), + [sym_atx_h1_marker] = ACTIONS(1259), + [sym_atx_h2_marker] = ACTIONS(1259), + [sym_atx_h3_marker] = ACTIONS(1259), + [sym_atx_h4_marker] = ACTIONS(1259), + [sym_atx_h5_marker] = ACTIONS(1259), + [sym_atx_h6_marker] = ACTIONS(1259), + [sym_setext_h1_underline] = ACTIONS(1259), + [sym_setext_h2_underline] = ACTIONS(1259), + [sym__thematic_break] = ACTIONS(1259), + [sym__list_marker_minus] = ACTIONS(1259), + [sym__list_marker_plus] = ACTIONS(1259), + [sym__list_marker_star] = ACTIONS(1259), + [sym__list_marker_parenthesis] = ACTIONS(1259), + [sym__list_marker_dot] = ACTIONS(1259), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1259), + [sym__fenced_code_block_start_backtick] = ACTIONS(1259), + [sym__fenced_code_block_start_tilde] = ACTIONS(1259), + [sym__blank_line_start] = ACTIONS(1259), + [sym__html_block_1_start] = ACTIONS(1259), + [sym__html_block_2_start] = ACTIONS(1259), + [sym__html_block_3_start] = ACTIONS(1259), + [sym__html_block_4_start] = ACTIONS(1259), + [sym__html_block_5_start] = ACTIONS(1259), + [sym__html_block_6_start] = ACTIONS(1259), + [sym__html_block_7_start] = ACTIONS(1259), + [sym__pipe_table_start] = ACTIONS(1259), + }, + [112] = { + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_RBRACK] = ACTIONS(1253), + [anon_sym_LT] = ACTIONS(1253), + [anon_sym_GT] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [anon_sym_POUND] = ACTIONS(1253), + [anon_sym_DOLLAR] = ACTIONS(1253), + [anon_sym_PERCENT] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1253), + [anon_sym_COMMA] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1253), + [anon_sym_DOT] = ACTIONS(1253), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_COLON] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_EQ] = ACTIONS(1253), + [anon_sym_QMARK] = ACTIONS(1253), + [anon_sym_AT] = ACTIONS(1253), + [anon_sym_BSLASH] = ACTIONS(1253), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym__] = ACTIONS(1253), + [anon_sym_BQUOTE] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_PIPE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_LPAREN] = ACTIONS(1253), + [anon_sym_RPAREN] = ACTIONS(1253), + [aux_sym__word_token1] = ACTIONS(1253), + [aux_sym__word_token2] = ACTIONS(1253), + [aux_sym__word_token3] = ACTIONS(1253), + [sym__whitespace] = ACTIONS(1253), + [sym__soft_line_ending] = ACTIONS(1253), + [sym__block_close] = ACTIONS(1253), + [sym__block_quote_start] = ACTIONS(1253), + [sym__indented_chunk_start] = ACTIONS(1253), + [sym_atx_h1_marker] = ACTIONS(1253), + [sym_atx_h2_marker] = ACTIONS(1253), + [sym_atx_h3_marker] = ACTIONS(1253), + [sym_atx_h4_marker] = ACTIONS(1253), + [sym_atx_h5_marker] = ACTIONS(1253), + [sym_atx_h6_marker] = ACTIONS(1253), + [sym_setext_h1_underline] = ACTIONS(1253), + [sym_setext_h2_underline] = ACTIONS(1253), + [sym__thematic_break] = ACTIONS(1253), + [sym__list_marker_minus] = ACTIONS(1253), + [sym__list_marker_plus] = ACTIONS(1253), + [sym__list_marker_star] = ACTIONS(1253), + [sym__list_marker_parenthesis] = ACTIONS(1253), + [sym__list_marker_dot] = ACTIONS(1253), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1253), + [sym__fenced_code_block_start_backtick] = ACTIONS(1253), + [sym__fenced_code_block_start_tilde] = ACTIONS(1253), + [sym__blank_line_start] = ACTIONS(1253), + [sym__html_block_1_start] = ACTIONS(1253), + [sym__html_block_2_start] = ACTIONS(1253), + [sym__html_block_3_start] = ACTIONS(1253), + [sym__html_block_4_start] = ACTIONS(1253), + [sym__html_block_5_start] = ACTIONS(1253), + [sym__html_block_6_start] = ACTIONS(1253), + [sym__html_block_7_start] = ACTIONS(1253), + [sym__pipe_table_start] = ACTIONS(1253), + }, + [113] = { + [ts_builtin_sym_end] = ACTIONS(1259), + [anon_sym_LBRACK] = ACTIONS(1257), + [anon_sym_RBRACK] = ACTIONS(1259), + [anon_sym_LT] = ACTIONS(1259), + [anon_sym_GT] = ACTIONS(1259), + [anon_sym_BANG] = ACTIONS(1259), + [anon_sym_DQUOTE] = ACTIONS(1259), + [anon_sym_POUND] = ACTIONS(1259), + [anon_sym_DOLLAR] = ACTIONS(1259), + [anon_sym_PERCENT] = ACTIONS(1259), + [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SQUOTE] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_COMMA] = ACTIONS(1259), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_SLASH] = ACTIONS(1259), + [anon_sym_COLON] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1259), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_AT] = ACTIONS(1259), + [anon_sym_BSLASH] = ACTIONS(1259), + [anon_sym_CARET] = ACTIONS(1259), + [anon_sym__] = ACTIONS(1259), + [anon_sym_BQUOTE] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1259), + [anon_sym_PIPE] = ACTIONS(1259), + [anon_sym_RBRACE] = ACTIONS(1259), + [anon_sym_TILDE] = ACTIONS(1259), + [anon_sym_LPAREN] = ACTIONS(1259), + [anon_sym_RPAREN] = ACTIONS(1259), + [aux_sym__word_token1] = ACTIONS(1259), + [aux_sym__word_token2] = ACTIONS(1259), + [aux_sym__word_token3] = ACTIONS(1259), + [sym__whitespace] = ACTIONS(1259), + [sym__soft_line_ending] = ACTIONS(1259), + [sym__block_quote_start] = ACTIONS(1259), + [sym__indented_chunk_start] = ACTIONS(1259), + [sym_atx_h1_marker] = ACTIONS(1259), + [sym_atx_h2_marker] = ACTIONS(1259), + [sym_atx_h3_marker] = ACTIONS(1259), + [sym_atx_h4_marker] = ACTIONS(1259), + [sym_atx_h5_marker] = ACTIONS(1259), + [sym_atx_h6_marker] = ACTIONS(1259), + [sym_setext_h1_underline] = ACTIONS(1259), + [sym_setext_h2_underline] = ACTIONS(1259), + [sym__thematic_break] = ACTIONS(1259), + [sym__list_marker_minus] = ACTIONS(1259), + [sym__list_marker_plus] = ACTIONS(1259), + [sym__list_marker_star] = ACTIONS(1259), + [sym__list_marker_parenthesis] = ACTIONS(1259), + [sym__list_marker_dot] = ACTIONS(1259), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1259), + [sym__fenced_code_block_start_backtick] = ACTIONS(1259), + [sym__fenced_code_block_start_tilde] = ACTIONS(1259), + [sym__blank_line_start] = ACTIONS(1259), + [sym__html_block_1_start] = ACTIONS(1259), + [sym__html_block_2_start] = ACTIONS(1259), + [sym__html_block_3_start] = ACTIONS(1259), + [sym__html_block_4_start] = ACTIONS(1259), + [sym__html_block_5_start] = ACTIONS(1259), + [sym__html_block_6_start] = ACTIONS(1259), + [sym__html_block_7_start] = ACTIONS(1259), + [sym__pipe_table_start] = ACTIONS(1259), + }, + [114] = { + [ts_builtin_sym_end] = ACTIONS(1261), + [anon_sym_LBRACK] = ACTIONS(1263), + [anon_sym_RBRACK] = ACTIONS(1261), + [anon_sym_LT] = ACTIONS(1261), + [anon_sym_GT] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [anon_sym_POUND] = ACTIONS(1261), + [anon_sym_DOLLAR] = ACTIONS(1261), + [anon_sym_PERCENT] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1261), + [anon_sym_COMMA] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1261), + [anon_sym_DOT] = ACTIONS(1261), + [anon_sym_SLASH] = ACTIONS(1261), + [anon_sym_COLON] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_EQ] = ACTIONS(1261), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_AT] = ACTIONS(1261), + [anon_sym_BSLASH] = ACTIONS(1261), + [anon_sym_CARET] = ACTIONS(1261), + [anon_sym__] = ACTIONS(1261), + [anon_sym_BQUOTE] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_PIPE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_LPAREN] = ACTIONS(1261), + [anon_sym_RPAREN] = ACTIONS(1261), + [aux_sym__word_token1] = ACTIONS(1261), + [aux_sym__word_token2] = ACTIONS(1261), + [aux_sym__word_token3] = ACTIONS(1261), + [sym__whitespace] = ACTIONS(1261), + [sym__soft_line_ending] = ACTIONS(1261), + [sym__block_quote_start] = ACTIONS(1261), + [sym__indented_chunk_start] = ACTIONS(1261), + [sym_atx_h1_marker] = ACTIONS(1261), + [sym_atx_h2_marker] = ACTIONS(1261), + [sym_atx_h3_marker] = ACTIONS(1261), + [sym_atx_h4_marker] = ACTIONS(1261), + [sym_atx_h5_marker] = ACTIONS(1261), + [sym_atx_h6_marker] = ACTIONS(1261), + [sym_setext_h1_underline] = ACTIONS(1265), + [sym_setext_h2_underline] = ACTIONS(1267), + [sym__thematic_break] = ACTIONS(1261), + [sym__list_marker_minus] = ACTIONS(1261), + [sym__list_marker_plus] = ACTIONS(1261), + [sym__list_marker_star] = ACTIONS(1261), + [sym__list_marker_parenthesis] = ACTIONS(1261), + [sym__list_marker_dot] = ACTIONS(1261), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1261), + [sym__fenced_code_block_start_backtick] = ACTIONS(1261), + [sym__fenced_code_block_start_tilde] = ACTIONS(1261), + [sym__blank_line_start] = ACTIONS(1261), + [sym__html_block_1_start] = ACTIONS(1261), + [sym__html_block_2_start] = ACTIONS(1261), + [sym__html_block_3_start] = ACTIONS(1261), + [sym__html_block_4_start] = ACTIONS(1261), + [sym__html_block_5_start] = ACTIONS(1261), + [sym__html_block_6_start] = ACTIONS(1261), + [sym__html_block_7_start] = ACTIONS(1261), + [sym__pipe_table_start] = ACTIONS(1261), + }, [115] = { - [anon_sym_LBRACK] = ACTIONS(1165), - [anon_sym_RBRACK] = ACTIONS(1163), - [anon_sym_LT] = ACTIONS(1163), - [anon_sym_GT] = ACTIONS(1163), - [anon_sym_BANG] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [anon_sym_POUND] = ACTIONS(1163), - [anon_sym_DOLLAR] = ACTIONS(1163), - [anon_sym_PERCENT] = ACTIONS(1163), - [anon_sym_AMP] = ACTIONS(1163), - [anon_sym_SQUOTE] = ACTIONS(1163), - [anon_sym_STAR] = ACTIONS(1163), - [anon_sym_PLUS] = ACTIONS(1163), - [anon_sym_COMMA] = ACTIONS(1163), - [anon_sym_DASH] = ACTIONS(1163), - [anon_sym_DOT] = ACTIONS(1163), - [anon_sym_SLASH] = ACTIONS(1163), - [anon_sym_COLON] = ACTIONS(1163), - [anon_sym_SEMI] = ACTIONS(1163), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1163), - [anon_sym_AT] = ACTIONS(1163), - [anon_sym_BSLASH] = ACTIONS(1163), - [anon_sym_CARET] = ACTIONS(1163), - [anon_sym__] = ACTIONS(1163), - [anon_sym_BQUOTE] = ACTIONS(1163), - [anon_sym_LBRACE] = ACTIONS(1163), - [anon_sym_PIPE] = ACTIONS(1163), - [anon_sym_RBRACE] = ACTIONS(1163), - [anon_sym_TILDE] = ACTIONS(1163), - [anon_sym_LPAREN] = ACTIONS(1163), - [anon_sym_RPAREN] = ACTIONS(1163), - [aux_sym__word_token1] = ACTIONS(1163), - [aux_sym__word_token2] = ACTIONS(1163), - [aux_sym__word_token3] = ACTIONS(1163), - [sym__whitespace] = ACTIONS(1163), - [sym__soft_line_ending] = ACTIONS(1163), - [sym__block_close] = ACTIONS(1163), - [sym_block_continuation] = ACTIONS(1271), - [sym__block_quote_start] = ACTIONS(1163), - [sym__indented_chunk_start] = ACTIONS(1163), - [sym_atx_h1_marker] = ACTIONS(1163), - [sym_atx_h2_marker] = ACTIONS(1163), - [sym_atx_h3_marker] = ACTIONS(1163), - [sym_atx_h4_marker] = ACTIONS(1163), - [sym_atx_h5_marker] = ACTIONS(1163), - [sym_atx_h6_marker] = ACTIONS(1163), - [sym__thematic_break] = ACTIONS(1163), - [sym__list_marker_minus] = ACTIONS(1163), - [sym__list_marker_plus] = ACTIONS(1163), - [sym__list_marker_star] = ACTIONS(1163), - [sym__list_marker_parenthesis] = ACTIONS(1163), - [sym__list_marker_dot] = ACTIONS(1163), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1163), - [sym__fenced_code_block_start_backtick] = ACTIONS(1163), - [sym__fenced_code_block_start_tilde] = ACTIONS(1163), - [sym__blank_line_start] = ACTIONS(1163), - [sym__html_block_1_start] = ACTIONS(1163), - [sym__html_block_2_start] = ACTIONS(1163), - [sym__html_block_3_start] = ACTIONS(1163), - [sym__html_block_4_start] = ACTIONS(1163), - [sym__html_block_5_start] = ACTIONS(1163), - [sym__html_block_6_start] = ACTIONS(1163), - [sym__html_block_7_start] = ACTIONS(1163), - [sym__no_indented_chunk] = ACTIONS(1163), - [sym__pipe_table_start] = ACTIONS(1163), + [sym_link_title] = STATE(703), + [ts_builtin_sym_end] = ACTIONS(1170), + [anon_sym_LBRACK] = ACTIONS(1168), + [anon_sym_RBRACK] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_BANG] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1172), + [anon_sym_POUND] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_SQUOTE] = ACTIONS(1175), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_DOT] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_COLON] = ACTIONS(1170), + [anon_sym_SEMI] = ACTIONS(1170), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_AT] = ACTIONS(1170), + [anon_sym_BSLASH] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym__] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_RBRACE] = ACTIONS(1170), + [anon_sym_TILDE] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(1170), + [aux_sym__word_token1] = ACTIONS(1170), + [aux_sym__word_token2] = ACTIONS(1170), + [aux_sym__word_token3] = ACTIONS(1170), + [sym__whitespace] = ACTIONS(1269), + [sym__soft_line_ending] = ACTIONS(1170), + [sym__block_quote_start] = ACTIONS(1170), + [sym__indented_chunk_start] = ACTIONS(1170), + [sym_atx_h1_marker] = ACTIONS(1170), + [sym_atx_h2_marker] = ACTIONS(1170), + [sym_atx_h3_marker] = ACTIONS(1170), + [sym_atx_h4_marker] = ACTIONS(1170), + [sym_atx_h5_marker] = ACTIONS(1170), + [sym_atx_h6_marker] = ACTIONS(1170), + [sym__thematic_break] = ACTIONS(1170), + [sym__list_marker_minus] = ACTIONS(1170), + [sym__list_marker_plus] = ACTIONS(1170), + [sym__list_marker_star] = ACTIONS(1170), + [sym__list_marker_parenthesis] = ACTIONS(1170), + [sym__list_marker_dot] = ACTIONS(1170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1170), + [sym__fenced_code_block_start_backtick] = ACTIONS(1170), + [sym__fenced_code_block_start_tilde] = ACTIONS(1170), + [sym__blank_line_start] = ACTIONS(1170), + [sym__html_block_1_start] = ACTIONS(1170), + [sym__html_block_2_start] = ACTIONS(1170), + [sym__html_block_3_start] = ACTIONS(1170), + [sym__html_block_4_start] = ACTIONS(1170), + [sym__html_block_5_start] = ACTIONS(1170), + [sym__html_block_6_start] = ACTIONS(1170), + [sym__html_block_7_start] = ACTIONS(1170), + [sym__no_indented_chunk] = ACTIONS(1272), + [sym__pipe_table_start] = ACTIONS(1170), }, [116] = { - [sym_link_title] = STATE(733), - [ts_builtin_sym_end] = ACTIONS(1193), - [anon_sym_LBRACK] = ACTIONS(1191), - [anon_sym_RBRACK] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_DQUOTE] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_PERCENT] = ACTIONS(1193), - [anon_sym_AMP] = ACTIONS(1193), - [anon_sym_SQUOTE] = ACTIONS(1198), - [anon_sym_STAR] = ACTIONS(1193), - [anon_sym_PLUS] = ACTIONS(1193), - [anon_sym_COMMA] = ACTIONS(1193), - [anon_sym_DASH] = ACTIONS(1193), - [anon_sym_DOT] = ACTIONS(1193), - [anon_sym_SLASH] = ACTIONS(1193), - [anon_sym_COLON] = ACTIONS(1193), - [anon_sym_SEMI] = ACTIONS(1193), - [anon_sym_EQ] = ACTIONS(1193), - [anon_sym_QMARK] = ACTIONS(1193), - [anon_sym_AT] = ACTIONS(1193), - [anon_sym_BSLASH] = ACTIONS(1193), - [anon_sym_CARET] = ACTIONS(1193), - [anon_sym__] = ACTIONS(1193), - [anon_sym_BQUOTE] = ACTIONS(1193), - [anon_sym_LBRACE] = ACTIONS(1193), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RBRACE] = ACTIONS(1193), - [anon_sym_TILDE] = ACTIONS(1193), - [anon_sym_LPAREN] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(1193), - [aux_sym__word_token1] = ACTIONS(1193), - [aux_sym__word_token2] = ACTIONS(1193), - [aux_sym__word_token3] = ACTIONS(1193), - [sym__whitespace] = ACTIONS(1273), - [sym__soft_line_ending] = ACTIONS(1193), - [sym__block_quote_start] = ACTIONS(1193), - [sym__indented_chunk_start] = ACTIONS(1193), - [sym_atx_h1_marker] = ACTIONS(1193), - [sym_atx_h2_marker] = ACTIONS(1193), - [sym_atx_h3_marker] = ACTIONS(1193), - [sym_atx_h4_marker] = ACTIONS(1193), - [sym_atx_h5_marker] = ACTIONS(1193), - [sym_atx_h6_marker] = ACTIONS(1193), - [sym__thematic_break] = ACTIONS(1193), - [sym__list_marker_minus] = ACTIONS(1193), - [sym__list_marker_plus] = ACTIONS(1193), - [sym__list_marker_star] = ACTIONS(1193), - [sym__list_marker_parenthesis] = ACTIONS(1193), - [sym__list_marker_dot] = ACTIONS(1193), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1193), - [sym__fenced_code_block_start_backtick] = ACTIONS(1193), - [sym__fenced_code_block_start_tilde] = ACTIONS(1193), - [sym__blank_line_start] = ACTIONS(1193), - [sym__html_block_1_start] = ACTIONS(1193), - [sym__html_block_2_start] = ACTIONS(1193), - [sym__html_block_3_start] = ACTIONS(1193), - [sym__html_block_4_start] = ACTIONS(1193), - [sym__html_block_5_start] = ACTIONS(1193), - [sym__html_block_6_start] = ACTIONS(1193), - [sym__html_block_7_start] = ACTIONS(1193), - [sym__no_indented_chunk] = ACTIONS(1276), - [sym__pipe_table_start] = ACTIONS(1193), + [sym_link_title] = STATE(697), + [ts_builtin_sym_end] = ACTIONS(1188), + [anon_sym_LBRACK] = ACTIONS(1186), + [anon_sym_RBRACK] = ACTIONS(1188), + [anon_sym_LT] = ACTIONS(1188), + [anon_sym_GT] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1190), + [anon_sym_POUND] = ACTIONS(1188), + [anon_sym_DOLLAR] = ACTIONS(1188), + [anon_sym_PERCENT] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1193), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_PLUS] = ACTIONS(1188), + [anon_sym_COMMA] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1188), + [anon_sym_DOT] = ACTIONS(1188), + [anon_sym_SLASH] = ACTIONS(1188), + [anon_sym_COLON] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym_EQ] = ACTIONS(1188), + [anon_sym_QMARK] = ACTIONS(1188), + [anon_sym_AT] = ACTIONS(1188), + [anon_sym_BSLASH] = ACTIONS(1188), + [anon_sym_CARET] = ACTIONS(1188), + [anon_sym__] = ACTIONS(1188), + [anon_sym_BQUOTE] = ACTIONS(1188), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_PIPE] = ACTIONS(1188), + [anon_sym_RBRACE] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_LPAREN] = ACTIONS(1196), + [anon_sym_RPAREN] = ACTIONS(1188), + [aux_sym__word_token1] = ACTIONS(1188), + [aux_sym__word_token2] = ACTIONS(1188), + [aux_sym__word_token3] = ACTIONS(1188), + [sym__whitespace] = ACTIONS(1274), + [sym__soft_line_ending] = ACTIONS(1188), + [sym__block_quote_start] = ACTIONS(1188), + [sym__indented_chunk_start] = ACTIONS(1188), + [sym_atx_h1_marker] = ACTIONS(1188), + [sym_atx_h2_marker] = ACTIONS(1188), + [sym_atx_h3_marker] = ACTIONS(1188), + [sym_atx_h4_marker] = ACTIONS(1188), + [sym_atx_h5_marker] = ACTIONS(1188), + [sym_atx_h6_marker] = ACTIONS(1188), + [sym__thematic_break] = ACTIONS(1188), + [sym__list_marker_minus] = ACTIONS(1188), + [sym__list_marker_plus] = ACTIONS(1188), + [sym__list_marker_star] = ACTIONS(1188), + [sym__list_marker_parenthesis] = ACTIONS(1188), + [sym__list_marker_dot] = ACTIONS(1188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1188), + [sym__fenced_code_block_start_backtick] = ACTIONS(1188), + [sym__fenced_code_block_start_tilde] = ACTIONS(1188), + [sym__blank_line_start] = ACTIONS(1188), + [sym__html_block_1_start] = ACTIONS(1188), + [sym__html_block_2_start] = ACTIONS(1188), + [sym__html_block_3_start] = ACTIONS(1188), + [sym__html_block_4_start] = ACTIONS(1188), + [sym__html_block_5_start] = ACTIONS(1188), + [sym__html_block_6_start] = ACTIONS(1188), + [sym__html_block_7_start] = ACTIONS(1188), + [sym__no_indented_chunk] = ACTIONS(1277), + [sym__pipe_table_start] = ACTIONS(1188), }, [117] = { - [sym_link_title] = STATE(715), - [anon_sym_LBRACK] = ACTIONS(1171), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_LT] = ACTIONS(1169), - [anon_sym_GT] = ACTIONS(1169), - [anon_sym_BANG] = ACTIONS(1169), - [anon_sym_DQUOTE] = ACTIONS(1173), - [anon_sym_POUND] = ACTIONS(1169), - [anon_sym_DOLLAR] = ACTIONS(1169), - [anon_sym_PERCENT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_PLUS] = ACTIONS(1169), - [anon_sym_COMMA] = ACTIONS(1169), - [anon_sym_DASH] = ACTIONS(1169), - [anon_sym_DOT] = ACTIONS(1169), - [anon_sym_SLASH] = ACTIONS(1169), - [anon_sym_COLON] = ACTIONS(1169), - [anon_sym_SEMI] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1169), - [anon_sym_QMARK] = ACTIONS(1169), - [anon_sym_AT] = ACTIONS(1169), - [anon_sym_BSLASH] = ACTIONS(1169), - [anon_sym_CARET] = ACTIONS(1169), - [anon_sym__] = ACTIONS(1169), - [anon_sym_BQUOTE] = ACTIONS(1169), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_PIPE] = ACTIONS(1169), - [anon_sym_RBRACE] = ACTIONS(1169), - [anon_sym_TILDE] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1179), - [anon_sym_RPAREN] = ACTIONS(1169), - [aux_sym__word_token1] = ACTIONS(1169), - [aux_sym__word_token2] = ACTIONS(1169), - [aux_sym__word_token3] = ACTIONS(1169), - [sym__whitespace] = ACTIONS(1278), - [sym__soft_line_ending] = ACTIONS(1169), - [sym__block_close] = ACTIONS(1169), - [sym__block_quote_start] = ACTIONS(1169), - [sym__indented_chunk_start] = ACTIONS(1169), - [sym_atx_h1_marker] = ACTIONS(1169), - [sym_atx_h2_marker] = ACTIONS(1169), - [sym_atx_h3_marker] = ACTIONS(1169), - [sym_atx_h4_marker] = ACTIONS(1169), - [sym_atx_h5_marker] = ACTIONS(1169), - [sym_atx_h6_marker] = ACTIONS(1169), - [sym__thematic_break] = ACTIONS(1169), - [sym__list_marker_minus] = ACTIONS(1169), - [sym__list_marker_plus] = ACTIONS(1169), - [sym__list_marker_star] = ACTIONS(1169), - [sym__list_marker_parenthesis] = ACTIONS(1169), - [sym__list_marker_dot] = ACTIONS(1169), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1169), - [sym__fenced_code_block_start_backtick] = ACTIONS(1169), - [sym__fenced_code_block_start_tilde] = ACTIONS(1169), - [sym__blank_line_start] = ACTIONS(1169), - [sym__html_block_1_start] = ACTIONS(1169), - [sym__html_block_2_start] = ACTIONS(1169), - [sym__html_block_3_start] = ACTIONS(1169), - [sym__html_block_4_start] = ACTIONS(1169), - [sym__html_block_5_start] = ACTIONS(1169), - [sym__html_block_6_start] = ACTIONS(1169), - [sym__html_block_7_start] = ACTIONS(1169), - [sym__no_indented_chunk] = ACTIONS(1281), - [sym__pipe_table_start] = ACTIONS(1169), + [sym_link_title] = STATE(706), + [ts_builtin_sym_end] = ACTIONS(1206), + [anon_sym_LBRACK] = ACTIONS(1204), + [anon_sym_RBRACK] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1208), + [anon_sym_POUND] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1211), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_COMMA] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_DOT] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_COLON] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_AT] = ACTIONS(1206), + [anon_sym_BSLASH] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym__] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1214), + [anon_sym_RPAREN] = ACTIONS(1206), + [aux_sym__word_token1] = ACTIONS(1206), + [aux_sym__word_token2] = ACTIONS(1206), + [aux_sym__word_token3] = ACTIONS(1206), + [sym__whitespace] = ACTIONS(1279), + [sym__soft_line_ending] = ACTIONS(1206), + [sym__block_quote_start] = ACTIONS(1206), + [sym__indented_chunk_start] = ACTIONS(1206), + [sym_atx_h1_marker] = ACTIONS(1206), + [sym_atx_h2_marker] = ACTIONS(1206), + [sym_atx_h3_marker] = ACTIONS(1206), + [sym_atx_h4_marker] = ACTIONS(1206), + [sym_atx_h5_marker] = ACTIONS(1206), + [sym_atx_h6_marker] = ACTIONS(1206), + [sym__thematic_break] = ACTIONS(1206), + [sym__list_marker_minus] = ACTIONS(1206), + [sym__list_marker_plus] = ACTIONS(1206), + [sym__list_marker_star] = ACTIONS(1206), + [sym__list_marker_parenthesis] = ACTIONS(1206), + [sym__list_marker_dot] = ACTIONS(1206), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1206), + [sym__fenced_code_block_start_backtick] = ACTIONS(1206), + [sym__fenced_code_block_start_tilde] = ACTIONS(1206), + [sym__blank_line_start] = ACTIONS(1206), + [sym__html_block_1_start] = ACTIONS(1206), + [sym__html_block_2_start] = ACTIONS(1206), + [sym__html_block_3_start] = ACTIONS(1206), + [sym__html_block_4_start] = ACTIONS(1206), + [sym__html_block_5_start] = ACTIONS(1206), + [sym__html_block_6_start] = ACTIONS(1206), + [sym__html_block_7_start] = ACTIONS(1206), + [sym__no_indented_chunk] = ACTIONS(1282), + [sym__pipe_table_start] = ACTIONS(1206), }, [118] = { - [sym_link_title] = STATE(708), - [anon_sym_LBRACK] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1243), - [anon_sym_POUND] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1246), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_DOT] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_AT] = ACTIONS(1239), - [anon_sym_BSLASH] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym__] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_LPAREN] = ACTIONS(1249), - [anon_sym_RPAREN] = ACTIONS(1239), - [aux_sym__word_token1] = ACTIONS(1239), - [aux_sym__word_token2] = ACTIONS(1239), - [aux_sym__word_token3] = ACTIONS(1239), - [sym__whitespace] = ACTIONS(1283), - [sym__soft_line_ending] = ACTIONS(1239), - [sym__block_close] = ACTIONS(1239), - [sym__block_quote_start] = ACTIONS(1239), - [sym__indented_chunk_start] = ACTIONS(1239), - [sym_atx_h1_marker] = ACTIONS(1239), - [sym_atx_h2_marker] = ACTIONS(1239), - [sym_atx_h3_marker] = ACTIONS(1239), - [sym_atx_h4_marker] = ACTIONS(1239), - [sym_atx_h5_marker] = ACTIONS(1239), - [sym_atx_h6_marker] = ACTIONS(1239), - [sym__thematic_break] = ACTIONS(1239), - [sym__list_marker_minus] = ACTIONS(1239), - [sym__list_marker_plus] = ACTIONS(1239), - [sym__list_marker_star] = ACTIONS(1239), - [sym__list_marker_parenthesis] = ACTIONS(1239), - [sym__list_marker_dot] = ACTIONS(1239), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1239), - [sym__fenced_code_block_start_backtick] = ACTIONS(1239), - [sym__fenced_code_block_start_tilde] = ACTIONS(1239), - [sym__blank_line_start] = ACTIONS(1239), - [sym__html_block_1_start] = ACTIONS(1239), - [sym__html_block_2_start] = ACTIONS(1239), - [sym__html_block_3_start] = ACTIONS(1239), - [sym__html_block_4_start] = ACTIONS(1239), - [sym__html_block_5_start] = ACTIONS(1239), - [sym__html_block_6_start] = ACTIONS(1239), - [sym__html_block_7_start] = ACTIONS(1239), - [sym__no_indented_chunk] = ACTIONS(1286), - [sym__pipe_table_start] = ACTIONS(1239), + [anon_sym_LBRACK] = ACTIONS(1263), + [anon_sym_RBRACK] = ACTIONS(1261), + [anon_sym_LT] = ACTIONS(1261), + [anon_sym_GT] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [anon_sym_POUND] = ACTIONS(1261), + [anon_sym_DOLLAR] = ACTIONS(1261), + [anon_sym_PERCENT] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1261), + [anon_sym_COMMA] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1261), + [anon_sym_DOT] = ACTIONS(1261), + [anon_sym_SLASH] = ACTIONS(1261), + [anon_sym_COLON] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_EQ] = ACTIONS(1261), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_AT] = ACTIONS(1261), + [anon_sym_BSLASH] = ACTIONS(1261), + [anon_sym_CARET] = ACTIONS(1261), + [anon_sym__] = ACTIONS(1261), + [anon_sym_BQUOTE] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_PIPE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_LPAREN] = ACTIONS(1261), + [anon_sym_RPAREN] = ACTIONS(1261), + [aux_sym__word_token1] = ACTIONS(1261), + [aux_sym__word_token2] = ACTIONS(1261), + [aux_sym__word_token3] = ACTIONS(1261), + [sym__whitespace] = ACTIONS(1261), + [sym__soft_line_ending] = ACTIONS(1261), + [sym__block_close] = ACTIONS(1261), + [sym__block_quote_start] = ACTIONS(1261), + [sym__indented_chunk_start] = ACTIONS(1261), + [sym_atx_h1_marker] = ACTIONS(1261), + [sym_atx_h2_marker] = ACTIONS(1261), + [sym_atx_h3_marker] = ACTIONS(1261), + [sym_atx_h4_marker] = ACTIONS(1261), + [sym_atx_h5_marker] = ACTIONS(1261), + [sym_atx_h6_marker] = ACTIONS(1261), + [sym_setext_h1_underline] = ACTIONS(1284), + [sym_setext_h2_underline] = ACTIONS(1286), + [sym__thematic_break] = ACTIONS(1261), + [sym__list_marker_minus] = ACTIONS(1261), + [sym__list_marker_plus] = ACTIONS(1261), + [sym__list_marker_star] = ACTIONS(1261), + [sym__list_marker_parenthesis] = ACTIONS(1261), + [sym__list_marker_dot] = ACTIONS(1261), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1261), + [sym__fenced_code_block_start_backtick] = ACTIONS(1261), + [sym__fenced_code_block_start_tilde] = ACTIONS(1261), + [sym__blank_line_start] = ACTIONS(1261), + [sym__html_block_1_start] = ACTIONS(1261), + [sym__html_block_2_start] = ACTIONS(1261), + [sym__html_block_3_start] = ACTIONS(1261), + [sym__html_block_4_start] = ACTIONS(1261), + [sym__html_block_5_start] = ACTIONS(1261), + [sym__html_block_6_start] = ACTIONS(1261), + [sym__html_block_7_start] = ACTIONS(1261), + [sym__pipe_table_start] = ACTIONS(1261), }, [119] = { - [ts_builtin_sym_end] = ACTIONS(1288), - [anon_sym_LBRACK] = ACTIONS(1290), - [anon_sym_RBRACK] = ACTIONS(1288), - [anon_sym_LT] = ACTIONS(1288), - [anon_sym_GT] = ACTIONS(1288), - [anon_sym_BANG] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [anon_sym_POUND] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [anon_sym_PERCENT] = ACTIONS(1288), - [anon_sym_AMP] = ACTIONS(1288), - [anon_sym_SQUOTE] = ACTIONS(1288), - [anon_sym_STAR] = ACTIONS(1288), - [anon_sym_PLUS] = ACTIONS(1288), - [anon_sym_COMMA] = ACTIONS(1288), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_DOT] = ACTIONS(1288), - [anon_sym_SLASH] = ACTIONS(1288), - [anon_sym_COLON] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [anon_sym_EQ] = ACTIONS(1288), - [anon_sym_QMARK] = ACTIONS(1288), - [anon_sym_AT] = ACTIONS(1288), - [anon_sym_BSLASH] = ACTIONS(1288), - [anon_sym_CARET] = ACTIONS(1288), - [anon_sym__] = ACTIONS(1288), - [anon_sym_BQUOTE] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_PIPE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [anon_sym_TILDE] = ACTIONS(1288), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_RPAREN] = ACTIONS(1288), - [aux_sym__word_token1] = ACTIONS(1288), - [aux_sym__word_token2] = ACTIONS(1288), - [aux_sym__word_token3] = ACTIONS(1288), - [sym__whitespace] = ACTIONS(1288), - [sym__soft_line_ending] = ACTIONS(1288), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_RBRACK] = ACTIONS(1290), + [anon_sym_LT] = ACTIONS(1290), + [anon_sym_GT] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [anon_sym_POUND] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1290), + [anon_sym_PERCENT] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_COMMA] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_DOT] = ACTIONS(1290), + [anon_sym_SLASH] = ACTIONS(1290), + [anon_sym_COLON] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym_EQ] = ACTIONS(1290), + [anon_sym_QMARK] = ACTIONS(1290), + [anon_sym_AT] = ACTIONS(1290), + [anon_sym_BSLASH] = ACTIONS(1290), + [anon_sym_CARET] = ACTIONS(1290), + [anon_sym__] = ACTIONS(1290), + [anon_sym_BQUOTE] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_PIPE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_LPAREN] = ACTIONS(1290), + [anon_sym_RPAREN] = ACTIONS(1290), + [aux_sym__word_token1] = ACTIONS(1290), + [aux_sym__word_token2] = ACTIONS(1290), + [aux_sym__word_token3] = ACTIONS(1290), + [sym__whitespace] = ACTIONS(1290), + [sym__soft_line_ending] = ACTIONS(1290), + [sym__block_close] = ACTIONS(1290), [sym_block_continuation] = ACTIONS(1292), - [sym__block_quote_start] = ACTIONS(1288), - [sym__indented_chunk_start] = ACTIONS(1288), - [sym_atx_h1_marker] = ACTIONS(1288), - [sym_atx_h2_marker] = ACTIONS(1288), - [sym_atx_h3_marker] = ACTIONS(1288), - [sym_atx_h4_marker] = ACTIONS(1288), - [sym_atx_h5_marker] = ACTIONS(1288), - [sym_atx_h6_marker] = ACTIONS(1288), - [sym__thematic_break] = ACTIONS(1288), - [sym__list_marker_minus] = ACTIONS(1288), - [sym__list_marker_plus] = ACTIONS(1288), - [sym__list_marker_star] = ACTIONS(1288), - [sym__list_marker_parenthesis] = ACTIONS(1288), - [sym__list_marker_dot] = ACTIONS(1288), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1288), - [sym__fenced_code_block_start_backtick] = ACTIONS(1288), - [sym__fenced_code_block_start_tilde] = ACTIONS(1288), - [sym__blank_line_start] = ACTIONS(1288), - [sym__html_block_1_start] = ACTIONS(1288), - [sym__html_block_2_start] = ACTIONS(1288), - [sym__html_block_3_start] = ACTIONS(1288), - [sym__html_block_4_start] = ACTIONS(1288), - [sym__html_block_5_start] = ACTIONS(1288), - [sym__html_block_6_start] = ACTIONS(1288), - [sym__html_block_7_start] = ACTIONS(1288), - [sym__pipe_table_start] = ACTIONS(1288), + [sym__block_quote_start] = ACTIONS(1290), + [sym__indented_chunk_start] = ACTIONS(1290), + [sym_atx_h1_marker] = ACTIONS(1290), + [sym_atx_h2_marker] = ACTIONS(1290), + [sym_atx_h3_marker] = ACTIONS(1290), + [sym_atx_h4_marker] = ACTIONS(1290), + [sym_atx_h5_marker] = ACTIONS(1290), + [sym_atx_h6_marker] = ACTIONS(1290), + [sym__thematic_break] = ACTIONS(1290), + [sym__list_marker_minus] = ACTIONS(1290), + [sym__list_marker_plus] = ACTIONS(1290), + [sym__list_marker_star] = ACTIONS(1290), + [sym__list_marker_parenthesis] = ACTIONS(1290), + [sym__list_marker_dot] = ACTIONS(1290), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1290), + [sym__fenced_code_block_start_backtick] = ACTIONS(1290), + [sym__fenced_code_block_start_tilde] = ACTIONS(1290), + [sym__blank_line_start] = ACTIONS(1290), + [sym__html_block_1_start] = ACTIONS(1290), + [sym__html_block_2_start] = ACTIONS(1290), + [sym__html_block_3_start] = ACTIONS(1290), + [sym__html_block_4_start] = ACTIONS(1290), + [sym__html_block_5_start] = ACTIONS(1290), + [sym__html_block_6_start] = ACTIONS(1290), + [sym__html_block_7_start] = ACTIONS(1290), + [sym__pipe_table_start] = ACTIONS(1290), }, [120] = { - [anon_sym_LBRACK] = ACTIONS(1294), - [anon_sym_RBRACK] = ACTIONS(1296), - [anon_sym_LT] = ACTIONS(1296), - [anon_sym_GT] = ACTIONS(1296), - [anon_sym_BANG] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [anon_sym_POUND] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_PERCENT] = ACTIONS(1296), - [anon_sym_AMP] = ACTIONS(1296), - [anon_sym_SQUOTE] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_COMMA] = ACTIONS(1296), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_DOT] = ACTIONS(1296), - [anon_sym_SLASH] = ACTIONS(1296), - [anon_sym_COLON] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_EQ] = ACTIONS(1296), - [anon_sym_QMARK] = ACTIONS(1296), - [anon_sym_AT] = ACTIONS(1296), - [anon_sym_BSLASH] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [anon_sym__] = ACTIONS(1296), - [anon_sym_BQUOTE] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_TILDE] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [aux_sym__word_token1] = ACTIONS(1296), - [aux_sym__word_token2] = ACTIONS(1296), - [aux_sym__word_token3] = ACTIONS(1296), - [sym__whitespace] = ACTIONS(1296), - [sym__soft_line_ending] = ACTIONS(1296), - [sym__block_close] = ACTIONS(1296), + [ts_builtin_sym_end] = ACTIONS(1294), + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_RBRACK] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [anon_sym_POUND] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_PERCENT] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_COMMA] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_DOT] = ACTIONS(1294), + [anon_sym_SLASH] = ACTIONS(1294), + [anon_sym_COLON] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_EQ] = ACTIONS(1294), + [anon_sym_QMARK] = ACTIONS(1294), + [anon_sym_AT] = ACTIONS(1294), + [anon_sym_BSLASH] = ACTIONS(1294), + [anon_sym_CARET] = ACTIONS(1294), + [anon_sym__] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_LPAREN] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [aux_sym__word_token1] = ACTIONS(1294), + [aux_sym__word_token2] = ACTIONS(1294), + [aux_sym__word_token3] = ACTIONS(1294), + [sym__whitespace] = ACTIONS(1294), + [sym__soft_line_ending] = ACTIONS(1294), [sym_block_continuation] = ACTIONS(1298), - [sym__block_quote_start] = ACTIONS(1296), - [sym__indented_chunk_start] = ACTIONS(1296), - [sym_atx_h1_marker] = ACTIONS(1296), - [sym_atx_h2_marker] = ACTIONS(1296), - [sym_atx_h3_marker] = ACTIONS(1296), - [sym_atx_h4_marker] = ACTIONS(1296), - [sym_atx_h5_marker] = ACTIONS(1296), - [sym_atx_h6_marker] = ACTIONS(1296), - [sym__thematic_break] = ACTIONS(1296), - [sym__list_marker_minus] = ACTIONS(1296), - [sym__list_marker_plus] = ACTIONS(1296), - [sym__list_marker_star] = ACTIONS(1296), - [sym__list_marker_parenthesis] = ACTIONS(1296), - [sym__list_marker_dot] = ACTIONS(1296), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1296), - [sym__fenced_code_block_start_backtick] = ACTIONS(1296), - [sym__fenced_code_block_start_tilde] = ACTIONS(1296), - [sym__blank_line_start] = ACTIONS(1296), - [sym__html_block_1_start] = ACTIONS(1296), - [sym__html_block_2_start] = ACTIONS(1296), - [sym__html_block_3_start] = ACTIONS(1296), - [sym__html_block_4_start] = ACTIONS(1296), - [sym__html_block_5_start] = ACTIONS(1296), - [sym__html_block_6_start] = ACTIONS(1296), - [sym__html_block_7_start] = ACTIONS(1296), - [sym__pipe_table_start] = ACTIONS(1296), + [sym__block_quote_start] = ACTIONS(1294), + [sym__indented_chunk_start] = ACTIONS(1294), + [sym_atx_h1_marker] = ACTIONS(1294), + [sym_atx_h2_marker] = ACTIONS(1294), + [sym_atx_h3_marker] = ACTIONS(1294), + [sym_atx_h4_marker] = ACTIONS(1294), + [sym_atx_h5_marker] = ACTIONS(1294), + [sym_atx_h6_marker] = ACTIONS(1294), + [sym__thematic_break] = ACTIONS(1294), + [sym__list_marker_minus] = ACTIONS(1294), + [sym__list_marker_plus] = ACTIONS(1294), + [sym__list_marker_star] = ACTIONS(1294), + [sym__list_marker_parenthesis] = ACTIONS(1294), + [sym__list_marker_dot] = ACTIONS(1294), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1294), + [sym__fenced_code_block_start_backtick] = ACTIONS(1294), + [sym__fenced_code_block_start_tilde] = ACTIONS(1294), + [sym__blank_line_start] = ACTIONS(1294), + [sym__html_block_1_start] = ACTIONS(1294), + [sym__html_block_2_start] = ACTIONS(1294), + [sym__html_block_3_start] = ACTIONS(1294), + [sym__html_block_4_start] = ACTIONS(1294), + [sym__html_block_5_start] = ACTIONS(1294), + [sym__html_block_6_start] = ACTIONS(1294), + [sym__html_block_7_start] = ACTIONS(1294), + [sym__pipe_table_start] = ACTIONS(1294), }, [121] = { - [anon_sym_LBRACK] = ACTIONS(1300), - [anon_sym_RBRACK] = ACTIONS(1302), - [anon_sym_LT] = ACTIONS(1302), - [anon_sym_GT] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [anon_sym_POUND] = ACTIONS(1302), - [anon_sym_DOLLAR] = ACTIONS(1302), - [anon_sym_PERCENT] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_COMMA] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DOT] = ACTIONS(1302), - [anon_sym_SLASH] = ACTIONS(1302), - [anon_sym_COLON] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym_EQ] = ACTIONS(1302), - [anon_sym_QMARK] = ACTIONS(1302), - [anon_sym_AT] = ACTIONS(1302), - [anon_sym_BSLASH] = ACTIONS(1302), - [anon_sym_CARET] = ACTIONS(1302), - [anon_sym__] = ACTIONS(1302), - [anon_sym_BQUOTE] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_PIPE] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1302), - [anon_sym_RPAREN] = ACTIONS(1302), - [aux_sym__word_token1] = ACTIONS(1302), - [aux_sym__word_token2] = ACTIONS(1302), - [aux_sym__word_token3] = ACTIONS(1302), - [sym__whitespace] = ACTIONS(1302), - [sym__soft_line_ending] = ACTIONS(1302), - [sym__block_close] = ACTIONS(1302), + [ts_builtin_sym_end] = ACTIONS(1300), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_RBRACK] = ACTIONS(1300), + [anon_sym_LT] = ACTIONS(1300), + [anon_sym_GT] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [anon_sym_POUND] = ACTIONS(1300), + [anon_sym_DOLLAR] = ACTIONS(1300), + [anon_sym_PERCENT] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_DOT] = ACTIONS(1300), + [anon_sym_SLASH] = ACTIONS(1300), + [anon_sym_COLON] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym_EQ] = ACTIONS(1300), + [anon_sym_QMARK] = ACTIONS(1300), + [anon_sym_AT] = ACTIONS(1300), + [anon_sym_BSLASH] = ACTIONS(1300), + [anon_sym_CARET] = ACTIONS(1300), + [anon_sym__] = ACTIONS(1300), + [anon_sym_BQUOTE] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_PIPE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1300), + [anon_sym_RPAREN] = ACTIONS(1300), + [aux_sym__word_token1] = ACTIONS(1300), + [aux_sym__word_token2] = ACTIONS(1300), + [aux_sym__word_token3] = ACTIONS(1300), + [sym__whitespace] = ACTIONS(1300), + [sym__soft_line_ending] = ACTIONS(1300), [sym_block_continuation] = ACTIONS(1304), - [sym__block_quote_start] = ACTIONS(1302), - [sym__indented_chunk_start] = ACTIONS(1302), - [sym_atx_h1_marker] = ACTIONS(1302), - [sym_atx_h2_marker] = ACTIONS(1302), - [sym_atx_h3_marker] = ACTIONS(1302), - [sym_atx_h4_marker] = ACTIONS(1302), - [sym_atx_h5_marker] = ACTIONS(1302), - [sym_atx_h6_marker] = ACTIONS(1302), - [sym__thematic_break] = ACTIONS(1302), - [sym__list_marker_minus] = ACTIONS(1302), - [sym__list_marker_plus] = ACTIONS(1302), - [sym__list_marker_star] = ACTIONS(1302), - [sym__list_marker_parenthesis] = ACTIONS(1302), - [sym__list_marker_dot] = ACTIONS(1302), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1302), - [sym__fenced_code_block_start_backtick] = ACTIONS(1302), - [sym__fenced_code_block_start_tilde] = ACTIONS(1302), - [sym__blank_line_start] = ACTIONS(1302), - [sym__html_block_1_start] = ACTIONS(1302), - [sym__html_block_2_start] = ACTIONS(1302), - [sym__html_block_3_start] = ACTIONS(1302), - [sym__html_block_4_start] = ACTIONS(1302), - [sym__html_block_5_start] = ACTIONS(1302), - [sym__html_block_6_start] = ACTIONS(1302), - [sym__html_block_7_start] = ACTIONS(1302), - [sym__pipe_table_start] = ACTIONS(1302), + [sym__block_quote_start] = ACTIONS(1300), + [sym__indented_chunk_start] = ACTIONS(1300), + [sym_atx_h1_marker] = ACTIONS(1300), + [sym_atx_h2_marker] = ACTIONS(1300), + [sym_atx_h3_marker] = ACTIONS(1300), + [sym_atx_h4_marker] = ACTIONS(1300), + [sym_atx_h5_marker] = ACTIONS(1300), + [sym_atx_h6_marker] = ACTIONS(1300), + [sym__thematic_break] = ACTIONS(1300), + [sym__list_marker_minus] = ACTIONS(1300), + [sym__list_marker_plus] = ACTIONS(1300), + [sym__list_marker_star] = ACTIONS(1300), + [sym__list_marker_parenthesis] = ACTIONS(1300), + [sym__list_marker_dot] = ACTIONS(1300), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1300), + [sym__fenced_code_block_start_backtick] = ACTIONS(1300), + [sym__fenced_code_block_start_tilde] = ACTIONS(1300), + [sym__blank_line_start] = ACTIONS(1300), + [sym__html_block_1_start] = ACTIONS(1300), + [sym__html_block_2_start] = ACTIONS(1300), + [sym__html_block_3_start] = ACTIONS(1300), + [sym__html_block_4_start] = ACTIONS(1300), + [sym__html_block_5_start] = ACTIONS(1300), + [sym__html_block_6_start] = ACTIONS(1300), + [sym__html_block_7_start] = ACTIONS(1300), + [sym__pipe_table_start] = ACTIONS(1300), }, [122] = { [ts_builtin_sym_end] = ACTIONS(1306), @@ -24952,363 +24952,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(1306), }, [123] = { - [ts_builtin_sym_end] = ACTIONS(1302), - [anon_sym_LBRACK] = ACTIONS(1300), - [anon_sym_RBRACK] = ACTIONS(1302), - [anon_sym_LT] = ACTIONS(1302), - [anon_sym_GT] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [anon_sym_POUND] = ACTIONS(1302), - [anon_sym_DOLLAR] = ACTIONS(1302), - [anon_sym_PERCENT] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_COMMA] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DOT] = ACTIONS(1302), - [anon_sym_SLASH] = ACTIONS(1302), - [anon_sym_COLON] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym_EQ] = ACTIONS(1302), - [anon_sym_QMARK] = ACTIONS(1302), - [anon_sym_AT] = ACTIONS(1302), - [anon_sym_BSLASH] = ACTIONS(1302), - [anon_sym_CARET] = ACTIONS(1302), - [anon_sym__] = ACTIONS(1302), - [anon_sym_BQUOTE] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_PIPE] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1302), - [anon_sym_RPAREN] = ACTIONS(1302), - [aux_sym__word_token1] = ACTIONS(1302), - [aux_sym__word_token2] = ACTIONS(1302), - [aux_sym__word_token3] = ACTIONS(1302), - [sym__whitespace] = ACTIONS(1302), - [sym__soft_line_ending] = ACTIONS(1302), - [sym_block_continuation] = ACTIONS(1312), - [sym__block_quote_start] = ACTIONS(1302), - [sym__indented_chunk_start] = ACTIONS(1302), - [sym_atx_h1_marker] = ACTIONS(1302), - [sym_atx_h2_marker] = ACTIONS(1302), - [sym_atx_h3_marker] = ACTIONS(1302), - [sym_atx_h4_marker] = ACTIONS(1302), - [sym_atx_h5_marker] = ACTIONS(1302), - [sym_atx_h6_marker] = ACTIONS(1302), - [sym__thematic_break] = ACTIONS(1302), - [sym__list_marker_minus] = ACTIONS(1302), - [sym__list_marker_plus] = ACTIONS(1302), - [sym__list_marker_star] = ACTIONS(1302), - [sym__list_marker_parenthesis] = ACTIONS(1302), - [sym__list_marker_dot] = ACTIONS(1302), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1302), - [sym__fenced_code_block_start_backtick] = ACTIONS(1302), - [sym__fenced_code_block_start_tilde] = ACTIONS(1302), - [sym__blank_line_start] = ACTIONS(1302), - [sym__html_block_1_start] = ACTIONS(1302), - [sym__html_block_2_start] = ACTIONS(1302), - [sym__html_block_3_start] = ACTIONS(1302), - [sym__html_block_4_start] = ACTIONS(1302), - [sym__html_block_5_start] = ACTIONS(1302), - [sym__html_block_6_start] = ACTIONS(1302), - [sym__html_block_7_start] = ACTIONS(1302), - [sym__pipe_table_start] = ACTIONS(1302), + [ts_builtin_sym_end] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1314), + [anon_sym_RBRACK] = ACTIONS(1312), + [anon_sym_LT] = ACTIONS(1312), + [anon_sym_GT] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [anon_sym_POUND] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_PERCENT] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1312), + [anon_sym_COMMA] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_DOT] = ACTIONS(1312), + [anon_sym_SLASH] = ACTIONS(1312), + [anon_sym_COLON] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_EQ] = ACTIONS(1312), + [anon_sym_QMARK] = ACTIONS(1312), + [anon_sym_AT] = ACTIONS(1312), + [anon_sym_BSLASH] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [anon_sym__] = ACTIONS(1312), + [anon_sym_BQUOTE] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_RPAREN] = ACTIONS(1312), + [aux_sym__word_token1] = ACTIONS(1312), + [aux_sym__word_token2] = ACTIONS(1312), + [aux_sym__word_token3] = ACTIONS(1312), + [sym__whitespace] = ACTIONS(1312), + [sym__soft_line_ending] = ACTIONS(1312), + [sym_block_continuation] = ACTIONS(1316), + [sym__block_quote_start] = ACTIONS(1312), + [sym__indented_chunk_start] = ACTIONS(1312), + [sym_atx_h1_marker] = ACTIONS(1312), + [sym_atx_h2_marker] = ACTIONS(1312), + [sym_atx_h3_marker] = ACTIONS(1312), + [sym_atx_h4_marker] = ACTIONS(1312), + [sym_atx_h5_marker] = ACTIONS(1312), + [sym_atx_h6_marker] = ACTIONS(1312), + [sym__thematic_break] = ACTIONS(1312), + [sym__list_marker_minus] = ACTIONS(1312), + [sym__list_marker_plus] = ACTIONS(1312), + [sym__list_marker_star] = ACTIONS(1312), + [sym__list_marker_parenthesis] = ACTIONS(1312), + [sym__list_marker_dot] = ACTIONS(1312), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1312), + [sym__fenced_code_block_start_backtick] = ACTIONS(1312), + [sym__fenced_code_block_start_tilde] = ACTIONS(1312), + [sym__blank_line_start] = ACTIONS(1312), + [sym__html_block_1_start] = ACTIONS(1312), + [sym__html_block_2_start] = ACTIONS(1312), + [sym__html_block_3_start] = ACTIONS(1312), + [sym__html_block_4_start] = ACTIONS(1312), + [sym__html_block_5_start] = ACTIONS(1312), + [sym__html_block_6_start] = ACTIONS(1312), + [sym__html_block_7_start] = ACTIONS(1312), + [sym__pipe_table_start] = ACTIONS(1312), }, [124] = { - [ts_builtin_sym_end] = ACTIONS(1314), - [anon_sym_LBRACK] = ACTIONS(1316), - [anon_sym_RBRACK] = ACTIONS(1314), - [anon_sym_LT] = ACTIONS(1314), - [anon_sym_GT] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [anon_sym_POUND] = ACTIONS(1314), - [anon_sym_DOLLAR] = ACTIONS(1314), - [anon_sym_PERCENT] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_COMMA] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_DOT] = ACTIONS(1314), - [anon_sym_SLASH] = ACTIONS(1314), - [anon_sym_COLON] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym_EQ] = ACTIONS(1314), - [anon_sym_QMARK] = ACTIONS(1314), - [anon_sym_AT] = ACTIONS(1314), - [anon_sym_BSLASH] = ACTIONS(1314), - [anon_sym_CARET] = ACTIONS(1314), - [anon_sym__] = ACTIONS(1314), - [anon_sym_BQUOTE] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_PIPE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1314), - [anon_sym_RPAREN] = ACTIONS(1314), - [aux_sym__word_token1] = ACTIONS(1314), - [aux_sym__word_token2] = ACTIONS(1314), - [aux_sym__word_token3] = ACTIONS(1314), - [sym__whitespace] = ACTIONS(1314), - [sym__soft_line_ending] = ACTIONS(1314), - [sym_block_continuation] = ACTIONS(1318), - [sym__block_quote_start] = ACTIONS(1314), - [sym__indented_chunk_start] = ACTIONS(1314), - [sym_atx_h1_marker] = ACTIONS(1314), - [sym_atx_h2_marker] = ACTIONS(1314), - [sym_atx_h3_marker] = ACTIONS(1314), - [sym_atx_h4_marker] = ACTIONS(1314), - [sym_atx_h5_marker] = ACTIONS(1314), - [sym_atx_h6_marker] = ACTIONS(1314), - [sym__thematic_break] = ACTIONS(1314), - [sym__list_marker_minus] = ACTIONS(1314), - [sym__list_marker_plus] = ACTIONS(1314), - [sym__list_marker_star] = ACTIONS(1314), - [sym__list_marker_parenthesis] = ACTIONS(1314), - [sym__list_marker_dot] = ACTIONS(1314), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1314), - [sym__fenced_code_block_start_backtick] = ACTIONS(1314), - [sym__fenced_code_block_start_tilde] = ACTIONS(1314), - [sym__blank_line_start] = ACTIONS(1314), - [sym__html_block_1_start] = ACTIONS(1314), - [sym__html_block_2_start] = ACTIONS(1314), - [sym__html_block_3_start] = ACTIONS(1314), - [sym__html_block_4_start] = ACTIONS(1314), - [sym__html_block_5_start] = ACTIONS(1314), - [sym__html_block_6_start] = ACTIONS(1314), - [sym__html_block_7_start] = ACTIONS(1314), - [sym__pipe_table_start] = ACTIONS(1314), + [ts_builtin_sym_end] = ACTIONS(1318), + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_RBRACK] = ACTIONS(1318), + [anon_sym_LT] = ACTIONS(1318), + [anon_sym_GT] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [anon_sym_POUND] = ACTIONS(1318), + [anon_sym_DOLLAR] = ACTIONS(1318), + [anon_sym_PERCENT] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_COMMA] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_DOT] = ACTIONS(1318), + [anon_sym_SLASH] = ACTIONS(1318), + [anon_sym_COLON] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym_EQ] = ACTIONS(1318), + [anon_sym_QMARK] = ACTIONS(1318), + [anon_sym_AT] = ACTIONS(1318), + [anon_sym_BSLASH] = ACTIONS(1318), + [anon_sym_CARET] = ACTIONS(1318), + [anon_sym__] = ACTIONS(1318), + [anon_sym_BQUOTE] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_PIPE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_RPAREN] = ACTIONS(1318), + [aux_sym__word_token1] = ACTIONS(1318), + [aux_sym__word_token2] = ACTIONS(1318), + [aux_sym__word_token3] = ACTIONS(1318), + [sym__whitespace] = ACTIONS(1318), + [sym__soft_line_ending] = ACTIONS(1318), + [sym_block_continuation] = ACTIONS(1322), + [sym__block_quote_start] = ACTIONS(1318), + [sym__indented_chunk_start] = ACTIONS(1318), + [sym_atx_h1_marker] = ACTIONS(1318), + [sym_atx_h2_marker] = ACTIONS(1318), + [sym_atx_h3_marker] = ACTIONS(1318), + [sym_atx_h4_marker] = ACTIONS(1318), + [sym_atx_h5_marker] = ACTIONS(1318), + [sym_atx_h6_marker] = ACTIONS(1318), + [sym__thematic_break] = ACTIONS(1318), + [sym__list_marker_minus] = ACTIONS(1318), + [sym__list_marker_plus] = ACTIONS(1318), + [sym__list_marker_star] = ACTIONS(1318), + [sym__list_marker_parenthesis] = ACTIONS(1318), + [sym__list_marker_dot] = ACTIONS(1318), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1318), + [sym__fenced_code_block_start_backtick] = ACTIONS(1318), + [sym__fenced_code_block_start_tilde] = ACTIONS(1318), + [sym__blank_line_start] = ACTIONS(1318), + [sym__html_block_1_start] = ACTIONS(1318), + [sym__html_block_2_start] = ACTIONS(1318), + [sym__html_block_3_start] = ACTIONS(1318), + [sym__html_block_4_start] = ACTIONS(1318), + [sym__html_block_5_start] = ACTIONS(1318), + [sym__html_block_6_start] = ACTIONS(1318), + [sym__html_block_7_start] = ACTIONS(1318), + [sym__pipe_table_start] = ACTIONS(1318), }, [125] = { - [ts_builtin_sym_end] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1322), - [anon_sym_RBRACK] = ACTIONS(1320), - [anon_sym_LT] = ACTIONS(1320), - [anon_sym_GT] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_PERCENT] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_COMMA] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_SLASH] = ACTIONS(1320), - [anon_sym_COLON] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_EQ] = ACTIONS(1320), - [anon_sym_QMARK] = ACTIONS(1320), - [anon_sym_AT] = ACTIONS(1320), - [anon_sym_BSLASH] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [anon_sym__] = ACTIONS(1320), - [anon_sym_BQUOTE] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [aux_sym__word_token1] = ACTIONS(1320), - [aux_sym__word_token2] = ACTIONS(1320), - [aux_sym__word_token3] = ACTIONS(1320), - [sym__whitespace] = ACTIONS(1320), - [sym__soft_line_ending] = ACTIONS(1320), - [sym_block_continuation] = ACTIONS(1324), - [sym__block_quote_start] = ACTIONS(1320), - [sym__indented_chunk_start] = ACTIONS(1320), - [sym_atx_h1_marker] = ACTIONS(1320), - [sym_atx_h2_marker] = ACTIONS(1320), - [sym_atx_h3_marker] = ACTIONS(1320), - [sym_atx_h4_marker] = ACTIONS(1320), - [sym_atx_h5_marker] = ACTIONS(1320), - [sym_atx_h6_marker] = ACTIONS(1320), - [sym__thematic_break] = ACTIONS(1320), - [sym__list_marker_minus] = ACTIONS(1320), - [sym__list_marker_plus] = ACTIONS(1320), - [sym__list_marker_star] = ACTIONS(1320), - [sym__list_marker_parenthesis] = ACTIONS(1320), - [sym__list_marker_dot] = ACTIONS(1320), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1320), - [sym__fenced_code_block_start_backtick] = ACTIONS(1320), - [sym__fenced_code_block_start_tilde] = ACTIONS(1320), - [sym__blank_line_start] = ACTIONS(1320), - [sym__html_block_1_start] = ACTIONS(1320), - [sym__html_block_2_start] = ACTIONS(1320), - [sym__html_block_3_start] = ACTIONS(1320), - [sym__html_block_4_start] = ACTIONS(1320), - [sym__html_block_5_start] = ACTIONS(1320), - [sym__html_block_6_start] = ACTIONS(1320), - [sym__html_block_7_start] = ACTIONS(1320), - [sym__pipe_table_start] = ACTIONS(1320), + [ts_builtin_sym_end] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1326), + [anon_sym_RBRACK] = ACTIONS(1324), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_BANG] = ACTIONS(1324), + [anon_sym_DQUOTE] = ACTIONS(1324), + [anon_sym_POUND] = ACTIONS(1324), + [anon_sym_DOLLAR] = ACTIONS(1324), + [anon_sym_PERCENT] = ACTIONS(1324), + [anon_sym_AMP] = ACTIONS(1324), + [anon_sym_SQUOTE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_COMMA] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_DOT] = ACTIONS(1324), + [anon_sym_SLASH] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SEMI] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [anon_sym_QMARK] = ACTIONS(1324), + [anon_sym_AT] = ACTIONS(1324), + [anon_sym_BSLASH] = ACTIONS(1324), + [anon_sym_CARET] = ACTIONS(1324), + [anon_sym__] = ACTIONS(1324), + [anon_sym_BQUOTE] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_PIPE] = ACTIONS(1324), + [anon_sym_RBRACE] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_RPAREN] = ACTIONS(1324), + [aux_sym__word_token1] = ACTIONS(1324), + [aux_sym__word_token2] = ACTIONS(1324), + [aux_sym__word_token3] = ACTIONS(1324), + [sym__whitespace] = ACTIONS(1324), + [sym__soft_line_ending] = ACTIONS(1324), + [sym_block_continuation] = ACTIONS(1328), + [sym__block_quote_start] = ACTIONS(1324), + [sym__indented_chunk_start] = ACTIONS(1324), + [sym_atx_h1_marker] = ACTIONS(1324), + [sym_atx_h2_marker] = ACTIONS(1324), + [sym_atx_h3_marker] = ACTIONS(1324), + [sym_atx_h4_marker] = ACTIONS(1324), + [sym_atx_h5_marker] = ACTIONS(1324), + [sym_atx_h6_marker] = ACTIONS(1324), + [sym__thematic_break] = ACTIONS(1324), + [sym__list_marker_minus] = ACTIONS(1324), + [sym__list_marker_plus] = ACTIONS(1324), + [sym__list_marker_star] = ACTIONS(1324), + [sym__list_marker_parenthesis] = ACTIONS(1324), + [sym__list_marker_dot] = ACTIONS(1324), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1324), + [sym__fenced_code_block_start_backtick] = ACTIONS(1324), + [sym__fenced_code_block_start_tilde] = ACTIONS(1324), + [sym__blank_line_start] = ACTIONS(1324), + [sym__html_block_1_start] = ACTIONS(1324), + [sym__html_block_2_start] = ACTIONS(1324), + [sym__html_block_3_start] = ACTIONS(1324), + [sym__html_block_4_start] = ACTIONS(1324), + [sym__html_block_5_start] = ACTIONS(1324), + [sym__html_block_6_start] = ACTIONS(1324), + [sym__html_block_7_start] = ACTIONS(1324), + [sym__pipe_table_start] = ACTIONS(1324), }, [126] = { - [ts_builtin_sym_end] = ACTIONS(1326), - [anon_sym_LBRACK] = ACTIONS(1328), - [anon_sym_RBRACK] = ACTIONS(1326), - [anon_sym_LT] = ACTIONS(1326), - [anon_sym_GT] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [anon_sym_POUND] = ACTIONS(1326), - [anon_sym_DOLLAR] = ACTIONS(1326), - [anon_sym_PERCENT] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_COMMA] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_DOT] = ACTIONS(1326), - [anon_sym_SLASH] = ACTIONS(1326), - [anon_sym_COLON] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym_EQ] = ACTIONS(1326), - [anon_sym_QMARK] = ACTIONS(1326), - [anon_sym_AT] = ACTIONS(1326), - [anon_sym_BSLASH] = ACTIONS(1326), - [anon_sym_CARET] = ACTIONS(1326), - [anon_sym__] = ACTIONS(1326), - [anon_sym_BQUOTE] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_PIPE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_LPAREN] = ACTIONS(1326), - [anon_sym_RPAREN] = ACTIONS(1326), - [aux_sym__word_token1] = ACTIONS(1326), - [aux_sym__word_token2] = ACTIONS(1326), - [aux_sym__word_token3] = ACTIONS(1326), - [sym__whitespace] = ACTIONS(1326), - [sym__soft_line_ending] = ACTIONS(1326), - [sym_block_continuation] = ACTIONS(1330), - [sym__block_quote_start] = ACTIONS(1326), - [sym__indented_chunk_start] = ACTIONS(1326), - [sym_atx_h1_marker] = ACTIONS(1326), - [sym_atx_h2_marker] = ACTIONS(1326), - [sym_atx_h3_marker] = ACTIONS(1326), - [sym_atx_h4_marker] = ACTIONS(1326), - [sym_atx_h5_marker] = ACTIONS(1326), - [sym_atx_h6_marker] = ACTIONS(1326), - [sym__thematic_break] = ACTIONS(1326), - [sym__list_marker_minus] = ACTIONS(1326), - [sym__list_marker_plus] = ACTIONS(1326), - [sym__list_marker_star] = ACTIONS(1326), - [sym__list_marker_parenthesis] = ACTIONS(1326), - [sym__list_marker_dot] = ACTIONS(1326), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1326), - [sym__fenced_code_block_start_backtick] = ACTIONS(1326), - [sym__fenced_code_block_start_tilde] = ACTIONS(1326), - [sym__blank_line_start] = ACTIONS(1326), - [sym__html_block_1_start] = ACTIONS(1326), - [sym__html_block_2_start] = ACTIONS(1326), - [sym__html_block_3_start] = ACTIONS(1326), - [sym__html_block_4_start] = ACTIONS(1326), - [sym__html_block_5_start] = ACTIONS(1326), - [sym__html_block_6_start] = ACTIONS(1326), - [sym__html_block_7_start] = ACTIONS(1326), - [sym__pipe_table_start] = ACTIONS(1326), + [anon_sym_LBRACK] = ACTIONS(1330), + [anon_sym_RBRACK] = ACTIONS(1332), + [anon_sym_LT] = ACTIONS(1332), + [anon_sym_GT] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [anon_sym_POUND] = ACTIONS(1332), + [anon_sym_DOLLAR] = ACTIONS(1332), + [anon_sym_PERCENT] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_COMMA] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_DOT] = ACTIONS(1332), + [anon_sym_SLASH] = ACTIONS(1332), + [anon_sym_COLON] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym_EQ] = ACTIONS(1332), + [anon_sym_QMARK] = ACTIONS(1332), + [anon_sym_AT] = ACTIONS(1332), + [anon_sym_BSLASH] = ACTIONS(1332), + [anon_sym_CARET] = ACTIONS(1332), + [anon_sym__] = ACTIONS(1332), + [anon_sym_BQUOTE] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_PIPE] = ACTIONS(1332), + [anon_sym_RBRACE] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_LPAREN] = ACTIONS(1332), + [anon_sym_RPAREN] = ACTIONS(1332), + [aux_sym__word_token1] = ACTIONS(1332), + [aux_sym__word_token2] = ACTIONS(1332), + [aux_sym__word_token3] = ACTIONS(1332), + [sym__whitespace] = ACTIONS(1332), + [sym__soft_line_ending] = ACTIONS(1332), + [sym__block_close] = ACTIONS(1332), + [sym_block_continuation] = ACTIONS(1334), + [sym__block_quote_start] = ACTIONS(1332), + [sym__indented_chunk_start] = ACTIONS(1332), + [sym_atx_h1_marker] = ACTIONS(1332), + [sym_atx_h2_marker] = ACTIONS(1332), + [sym_atx_h3_marker] = ACTIONS(1332), + [sym_atx_h4_marker] = ACTIONS(1332), + [sym_atx_h5_marker] = ACTIONS(1332), + [sym_atx_h6_marker] = ACTIONS(1332), + [sym__thematic_break] = ACTIONS(1332), + [sym__list_marker_minus] = ACTIONS(1332), + [sym__list_marker_plus] = ACTIONS(1332), + [sym__list_marker_star] = ACTIONS(1332), + [sym__list_marker_parenthesis] = ACTIONS(1332), + [sym__list_marker_dot] = ACTIONS(1332), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1332), + [sym__fenced_code_block_start_backtick] = ACTIONS(1332), + [sym__fenced_code_block_start_tilde] = ACTIONS(1332), + [sym__blank_line_start] = ACTIONS(1332), + [sym__html_block_1_start] = ACTIONS(1332), + [sym__html_block_2_start] = ACTIONS(1332), + [sym__html_block_3_start] = ACTIONS(1332), + [sym__html_block_4_start] = ACTIONS(1332), + [sym__html_block_5_start] = ACTIONS(1332), + [sym__html_block_6_start] = ACTIONS(1332), + [sym__html_block_7_start] = ACTIONS(1332), + [sym__pipe_table_start] = ACTIONS(1332), }, [127] = { - [anon_sym_LBRACK] = ACTIONS(1332), - [anon_sym_RBRACK] = ACTIONS(1334), - [anon_sym_LT] = ACTIONS(1334), - [anon_sym_GT] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [anon_sym_POUND] = ACTIONS(1334), - [anon_sym_DOLLAR] = ACTIONS(1334), - [anon_sym_PERCENT] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_COMMA] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_DOT] = ACTIONS(1334), - [anon_sym_SLASH] = ACTIONS(1334), - [anon_sym_COLON] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym_EQ] = ACTIONS(1334), - [anon_sym_QMARK] = ACTIONS(1334), - [anon_sym_AT] = ACTIONS(1334), - [anon_sym_BSLASH] = ACTIONS(1334), - [anon_sym_CARET] = ACTIONS(1334), - [anon_sym__] = ACTIONS(1334), - [anon_sym_BQUOTE] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_PIPE] = ACTIONS(1334), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1334), - [anon_sym_RPAREN] = ACTIONS(1334), - [aux_sym__word_token1] = ACTIONS(1334), - [aux_sym__word_token2] = ACTIONS(1334), - [aux_sym__word_token3] = ACTIONS(1334), - [sym__whitespace] = ACTIONS(1334), - [sym__soft_line_ending] = ACTIONS(1334), - [sym__block_close] = ACTIONS(1334), - [sym_block_continuation] = ACTIONS(1336), - [sym__block_quote_start] = ACTIONS(1334), - [sym__indented_chunk_start] = ACTIONS(1334), - [sym_atx_h1_marker] = ACTIONS(1334), - [sym_atx_h2_marker] = ACTIONS(1334), - [sym_atx_h3_marker] = ACTIONS(1334), - [sym_atx_h4_marker] = ACTIONS(1334), - [sym_atx_h5_marker] = ACTIONS(1334), - [sym_atx_h6_marker] = ACTIONS(1334), - [sym__thematic_break] = ACTIONS(1334), - [sym__list_marker_minus] = ACTIONS(1334), - [sym__list_marker_plus] = ACTIONS(1334), - [sym__list_marker_star] = ACTIONS(1334), - [sym__list_marker_parenthesis] = ACTIONS(1334), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__fenced_code_block_start_backtick] = ACTIONS(1334), - [sym__fenced_code_block_start_tilde] = ACTIONS(1334), - [sym__blank_line_start] = ACTIONS(1334), - [sym__html_block_1_start] = ACTIONS(1334), - [sym__html_block_2_start] = ACTIONS(1334), - [sym__html_block_3_start] = ACTIONS(1334), - [sym__html_block_4_start] = ACTIONS(1334), - [sym__html_block_5_start] = ACTIONS(1334), - [sym__html_block_6_start] = ACTIONS(1334), - [sym__html_block_7_start] = ACTIONS(1334), - [sym__pipe_table_start] = ACTIONS(1334), - }, - [128] = { - [ts_builtin_sym_end] = ACTIONS(1338), - [anon_sym_LBRACK] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1336), [anon_sym_RBRACK] = ACTIONS(1338), [anon_sym_LT] = ACTIONS(1338), [anon_sym_GT] = ACTIONS(1338), @@ -25345,7 +25273,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1338), [sym__whitespace] = ACTIONS(1338), [sym__soft_line_ending] = ACTIONS(1338), - [sym_block_continuation] = ACTIONS(1342), + [sym__block_close] = ACTIONS(1338), + [sym_block_continuation] = ACTIONS(1340), [sym__block_quote_start] = ACTIONS(1338), [sym__indented_chunk_start] = ACTIONS(1338), [sym_atx_h1_marker] = ACTIONS(1338), @@ -25377,9 +25306,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1338), [sym__pipe_table_start] = ACTIONS(1338), }, - [129] = { - [ts_builtin_sym_end] = ACTIONS(1344), - [anon_sym_LBRACK] = ACTIONS(1346), + [128] = { + [anon_sym_LBRACK] = ACTIONS(1342), [anon_sym_RBRACK] = ACTIONS(1344), [anon_sym_LT] = ACTIONS(1344), [anon_sym_GT] = ACTIONS(1344), @@ -25416,6 +25344,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1344), [sym__whitespace] = ACTIONS(1344), [sym__soft_line_ending] = ACTIONS(1344), + [sym__block_close] = ACTIONS(1344), + [sym_block_continuation] = ACTIONS(1346), [sym__block_quote_start] = ACTIONS(1344), [sym__indented_chunk_start] = ACTIONS(1344), [sym_atx_h1_marker] = ACTIONS(1344), @@ -25445,152 +25375,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_5_start] = ACTIONS(1344), [sym__html_block_6_start] = ACTIONS(1344), [sym__html_block_7_start] = ACTIONS(1344), - [sym__no_indented_chunk] = ACTIONS(1344), [sym__pipe_table_start] = ACTIONS(1344), }, - [130] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [anon_sym_LBRACK] = ACTIONS(1350), - [anon_sym_RBRACK] = ACTIONS(1348), - [anon_sym_LT] = ACTIONS(1348), - [anon_sym_GT] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [anon_sym_POUND] = ACTIONS(1348), - [anon_sym_DOLLAR] = ACTIONS(1348), - [anon_sym_PERCENT] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_COMMA] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_DOT] = ACTIONS(1348), - [anon_sym_SLASH] = ACTIONS(1348), - [anon_sym_COLON] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym_EQ] = ACTIONS(1348), - [anon_sym_QMARK] = ACTIONS(1348), - [anon_sym_AT] = ACTIONS(1348), - [anon_sym_BSLASH] = ACTIONS(1348), - [anon_sym_CARET] = ACTIONS(1348), - [anon_sym__] = ACTIONS(1348), - [anon_sym_BQUOTE] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_PIPE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_LPAREN] = ACTIONS(1348), - [anon_sym_RPAREN] = ACTIONS(1348), - [aux_sym__word_token1] = ACTIONS(1348), - [aux_sym__word_token2] = ACTIONS(1348), - [aux_sym__word_token3] = ACTIONS(1348), - [sym__whitespace] = ACTIONS(1348), - [sym__soft_line_ending] = ACTIONS(1348), + [129] = { + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_RBRACK] = ACTIONS(1350), + [anon_sym_LT] = ACTIONS(1350), + [anon_sym_GT] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [anon_sym_POUND] = ACTIONS(1350), + [anon_sym_DOLLAR] = ACTIONS(1350), + [anon_sym_PERCENT] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_COMMA] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_DOT] = ACTIONS(1350), + [anon_sym_SLASH] = ACTIONS(1350), + [anon_sym_COLON] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym_EQ] = ACTIONS(1350), + [anon_sym_QMARK] = ACTIONS(1350), + [anon_sym_AT] = ACTIONS(1350), + [anon_sym_BSLASH] = ACTIONS(1350), + [anon_sym_CARET] = ACTIONS(1350), + [anon_sym__] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_PIPE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_LPAREN] = ACTIONS(1350), + [anon_sym_RPAREN] = ACTIONS(1350), + [aux_sym__word_token1] = ACTIONS(1350), + [aux_sym__word_token2] = ACTIONS(1350), + [aux_sym__word_token3] = ACTIONS(1350), + [sym__whitespace] = ACTIONS(1350), + [sym__soft_line_ending] = ACTIONS(1350), + [sym__block_close] = ACTIONS(1350), [sym_block_continuation] = ACTIONS(1352), - [sym__block_quote_start] = ACTIONS(1348), - [sym__indented_chunk_start] = ACTIONS(1348), - [sym_atx_h1_marker] = ACTIONS(1348), - [sym_atx_h2_marker] = ACTIONS(1348), - [sym_atx_h3_marker] = ACTIONS(1348), - [sym_atx_h4_marker] = ACTIONS(1348), - [sym_atx_h5_marker] = ACTIONS(1348), - [sym_atx_h6_marker] = ACTIONS(1348), - [sym__thematic_break] = ACTIONS(1348), - [sym__list_marker_minus] = ACTIONS(1348), - [sym__list_marker_plus] = ACTIONS(1348), - [sym__list_marker_star] = ACTIONS(1348), - [sym__list_marker_parenthesis] = ACTIONS(1348), - [sym__list_marker_dot] = ACTIONS(1348), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1348), - [sym__fenced_code_block_start_backtick] = ACTIONS(1348), - [sym__fenced_code_block_start_tilde] = ACTIONS(1348), - [sym__blank_line_start] = ACTIONS(1348), - [sym__html_block_1_start] = ACTIONS(1348), - [sym__html_block_2_start] = ACTIONS(1348), - [sym__html_block_3_start] = ACTIONS(1348), - [sym__html_block_4_start] = ACTIONS(1348), - [sym__html_block_5_start] = ACTIONS(1348), - [sym__html_block_6_start] = ACTIONS(1348), - [sym__html_block_7_start] = ACTIONS(1348), - [sym__pipe_table_start] = ACTIONS(1348), + [sym__block_quote_start] = ACTIONS(1350), + [sym__indented_chunk_start] = ACTIONS(1350), + [sym_atx_h1_marker] = ACTIONS(1350), + [sym_atx_h2_marker] = ACTIONS(1350), + [sym_atx_h3_marker] = ACTIONS(1350), + [sym_atx_h4_marker] = ACTIONS(1350), + [sym_atx_h5_marker] = ACTIONS(1350), + [sym_atx_h6_marker] = ACTIONS(1350), + [sym__thematic_break] = ACTIONS(1350), + [sym__list_marker_minus] = ACTIONS(1350), + [sym__list_marker_plus] = ACTIONS(1350), + [sym__list_marker_star] = ACTIONS(1350), + [sym__list_marker_parenthesis] = ACTIONS(1350), + [sym__list_marker_dot] = ACTIONS(1350), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1350), + [sym__fenced_code_block_start_backtick] = ACTIONS(1350), + [sym__fenced_code_block_start_tilde] = ACTIONS(1350), + [sym__blank_line_start] = ACTIONS(1350), + [sym__html_block_1_start] = ACTIONS(1350), + [sym__html_block_2_start] = ACTIONS(1350), + [sym__html_block_3_start] = ACTIONS(1350), + [sym__html_block_4_start] = ACTIONS(1350), + [sym__html_block_5_start] = ACTIONS(1350), + [sym__html_block_6_start] = ACTIONS(1350), + [sym__html_block_7_start] = ACTIONS(1350), + [sym__pipe_table_start] = ACTIONS(1350), }, - [131] = { - [ts_builtin_sym_end] = ACTIONS(1354), - [anon_sym_LBRACK] = ACTIONS(1356), - [anon_sym_RBRACK] = ACTIONS(1354), - [anon_sym_LT] = ACTIONS(1354), - [anon_sym_GT] = ACTIONS(1354), - [anon_sym_BANG] = ACTIONS(1354), - [anon_sym_DQUOTE] = ACTIONS(1354), - [anon_sym_POUND] = ACTIONS(1354), - [anon_sym_DOLLAR] = ACTIONS(1354), - [anon_sym_PERCENT] = ACTIONS(1354), - [anon_sym_AMP] = ACTIONS(1354), - [anon_sym_SQUOTE] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_COMMA] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_DOT] = ACTIONS(1354), - [anon_sym_SLASH] = ACTIONS(1354), - [anon_sym_COLON] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1354), - [anon_sym_EQ] = ACTIONS(1354), - [anon_sym_QMARK] = ACTIONS(1354), - [anon_sym_AT] = ACTIONS(1354), - [anon_sym_BSLASH] = ACTIONS(1354), - [anon_sym_CARET] = ACTIONS(1354), - [anon_sym__] = ACTIONS(1354), - [anon_sym_BQUOTE] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1354), - [anon_sym_PIPE] = ACTIONS(1354), - [anon_sym_RBRACE] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1354), - [anon_sym_LPAREN] = ACTIONS(1354), - [anon_sym_RPAREN] = ACTIONS(1354), - [aux_sym__word_token1] = ACTIONS(1354), - [aux_sym__word_token2] = ACTIONS(1354), - [aux_sym__word_token3] = ACTIONS(1354), - [sym__whitespace] = ACTIONS(1354), - [sym__soft_line_ending] = ACTIONS(1354), + [130] = { + [anon_sym_LBRACK] = ACTIONS(1354), + [anon_sym_RBRACK] = ACTIONS(1356), + [anon_sym_LT] = ACTIONS(1356), + [anon_sym_GT] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [anon_sym_POUND] = ACTIONS(1356), + [anon_sym_DOLLAR] = ACTIONS(1356), + [anon_sym_PERCENT] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_COMMA] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_DOT] = ACTIONS(1356), + [anon_sym_SLASH] = ACTIONS(1356), + [anon_sym_COLON] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym_EQ] = ACTIONS(1356), + [anon_sym_QMARK] = ACTIONS(1356), + [anon_sym_AT] = ACTIONS(1356), + [anon_sym_BSLASH] = ACTIONS(1356), + [anon_sym_CARET] = ACTIONS(1356), + [anon_sym__] = ACTIONS(1356), + [anon_sym_BQUOTE] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_PIPE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_LPAREN] = ACTIONS(1356), + [anon_sym_RPAREN] = ACTIONS(1356), + [aux_sym__word_token1] = ACTIONS(1356), + [aux_sym__word_token2] = ACTIONS(1356), + [aux_sym__word_token3] = ACTIONS(1356), + [sym__whitespace] = ACTIONS(1356), + [sym__soft_line_ending] = ACTIONS(1356), + [sym__block_close] = ACTIONS(1356), [sym_block_continuation] = ACTIONS(1358), - [sym__block_quote_start] = ACTIONS(1354), - [sym__indented_chunk_start] = ACTIONS(1354), - [sym_atx_h1_marker] = ACTIONS(1354), - [sym_atx_h2_marker] = ACTIONS(1354), - [sym_atx_h3_marker] = ACTIONS(1354), - [sym_atx_h4_marker] = ACTIONS(1354), - [sym_atx_h5_marker] = ACTIONS(1354), - [sym_atx_h6_marker] = ACTIONS(1354), - [sym__thematic_break] = ACTIONS(1354), - [sym__list_marker_minus] = ACTIONS(1354), - [sym__list_marker_plus] = ACTIONS(1354), - [sym__list_marker_star] = ACTIONS(1354), - [sym__list_marker_parenthesis] = ACTIONS(1354), - [sym__list_marker_dot] = ACTIONS(1354), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1354), - [sym__fenced_code_block_start_backtick] = ACTIONS(1354), - [sym__fenced_code_block_start_tilde] = ACTIONS(1354), - [sym__blank_line_start] = ACTIONS(1354), - [sym__html_block_1_start] = ACTIONS(1354), - [sym__html_block_2_start] = ACTIONS(1354), - [sym__html_block_3_start] = ACTIONS(1354), - [sym__html_block_4_start] = ACTIONS(1354), - [sym__html_block_5_start] = ACTIONS(1354), - [sym__html_block_6_start] = ACTIONS(1354), - [sym__html_block_7_start] = ACTIONS(1354), - [sym__pipe_table_start] = ACTIONS(1354), + [sym__block_quote_start] = ACTIONS(1356), + [sym__indented_chunk_start] = ACTIONS(1356), + [sym_atx_h1_marker] = ACTIONS(1356), + [sym_atx_h2_marker] = ACTIONS(1356), + [sym_atx_h3_marker] = ACTIONS(1356), + [sym_atx_h4_marker] = ACTIONS(1356), + [sym_atx_h5_marker] = ACTIONS(1356), + [sym_atx_h6_marker] = ACTIONS(1356), + [sym__thematic_break] = ACTIONS(1356), + [sym__list_marker_minus] = ACTIONS(1356), + [sym__list_marker_plus] = ACTIONS(1356), + [sym__list_marker_star] = ACTIONS(1356), + [sym__list_marker_parenthesis] = ACTIONS(1356), + [sym__list_marker_dot] = ACTIONS(1356), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1356), + [sym__fenced_code_block_start_backtick] = ACTIONS(1356), + [sym__fenced_code_block_start_tilde] = ACTIONS(1356), + [sym__blank_line_start] = ACTIONS(1356), + [sym__html_block_1_start] = ACTIONS(1356), + [sym__html_block_2_start] = ACTIONS(1356), + [sym__html_block_3_start] = ACTIONS(1356), + [sym__html_block_4_start] = ACTIONS(1356), + [sym__html_block_5_start] = ACTIONS(1356), + [sym__html_block_6_start] = ACTIONS(1356), + [sym__html_block_7_start] = ACTIONS(1356), + [sym__pipe_table_start] = ACTIONS(1356), }, - [132] = { + [131] = { [anon_sym_LBRACK] = ACTIONS(1360), [anon_sym_RBRACK] = ACTIONS(1362), [anon_sym_LT] = ACTIONS(1362), @@ -25661,78 +25590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1362), [sym__pipe_table_start] = ACTIONS(1362), }, - [133] = { - [anon_sym_LBRACK] = ACTIONS(1346), - [anon_sym_RBRACK] = ACTIONS(1344), - [anon_sym_LT] = ACTIONS(1344), - [anon_sym_GT] = ACTIONS(1344), - [anon_sym_BANG] = ACTIONS(1344), - [anon_sym_DQUOTE] = ACTIONS(1344), - [anon_sym_POUND] = ACTIONS(1344), - [anon_sym_DOLLAR] = ACTIONS(1344), - [anon_sym_PERCENT] = ACTIONS(1344), - [anon_sym_AMP] = ACTIONS(1344), - [anon_sym_SQUOTE] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_COMMA] = ACTIONS(1344), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_DOT] = ACTIONS(1344), - [anon_sym_SLASH] = ACTIONS(1344), - [anon_sym_COLON] = ACTIONS(1344), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_EQ] = ACTIONS(1344), - [anon_sym_QMARK] = ACTIONS(1344), - [anon_sym_AT] = ACTIONS(1344), - [anon_sym_BSLASH] = ACTIONS(1344), - [anon_sym_CARET] = ACTIONS(1344), - [anon_sym__] = ACTIONS(1344), - [anon_sym_BQUOTE] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1344), - [anon_sym_PIPE] = ACTIONS(1344), - [anon_sym_RBRACE] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1344), - [anon_sym_LPAREN] = ACTIONS(1344), - [anon_sym_RPAREN] = ACTIONS(1344), - [aux_sym__word_token1] = ACTIONS(1344), - [aux_sym__word_token2] = ACTIONS(1344), - [aux_sym__word_token3] = ACTIONS(1344), - [sym__whitespace] = ACTIONS(1344), - [sym__soft_line_ending] = ACTIONS(1344), - [sym__block_close] = ACTIONS(1344), - [sym__block_quote_start] = ACTIONS(1344), - [sym__indented_chunk_start] = ACTIONS(1344), - [sym_atx_h1_marker] = ACTIONS(1344), - [sym_atx_h2_marker] = ACTIONS(1344), - [sym_atx_h3_marker] = ACTIONS(1344), - [sym_atx_h4_marker] = ACTIONS(1344), - [sym_atx_h5_marker] = ACTIONS(1344), - [sym_atx_h6_marker] = ACTIONS(1344), - [sym__thematic_break] = ACTIONS(1344), - [sym__list_marker_minus] = ACTIONS(1344), - [sym__list_marker_plus] = ACTIONS(1344), - [sym__list_marker_star] = ACTIONS(1344), - [sym__list_marker_parenthesis] = ACTIONS(1344), - [sym__list_marker_dot] = ACTIONS(1344), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1344), - [sym__fenced_code_block_start_backtick] = ACTIONS(1344), - [sym__fenced_code_block_start_tilde] = ACTIONS(1344), - [sym__blank_line_start] = ACTIONS(1344), - [sym__html_block_1_start] = ACTIONS(1344), - [sym__html_block_2_start] = ACTIONS(1344), - [sym__html_block_3_start] = ACTIONS(1344), - [sym__html_block_4_start] = ACTIONS(1344), - [sym__html_block_5_start] = ACTIONS(1344), - [sym__html_block_6_start] = ACTIONS(1344), - [sym__html_block_7_start] = ACTIONS(1344), - [sym__no_indented_chunk] = ACTIONS(1344), - [sym__pipe_table_start] = ACTIONS(1344), - }, - [134] = { + [132] = { [ts_builtin_sym_end] = ACTIONS(1366), [anon_sym_LBRACK] = ACTIONS(1368), [anon_sym_RBRACK] = ACTIONS(1366), @@ -25803,7 +25661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1366), [sym__pipe_table_start] = ACTIONS(1366), }, - [135] = { + [133] = { [anon_sym_LBRACK] = ACTIONS(1372), [anon_sym_RBRACK] = ACTIONS(1374), [anon_sym_LT] = ACTIONS(1374), @@ -25874,1072 +25732,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1374), [sym__pipe_table_start] = ACTIONS(1374), }, - [136] = { - [ts_builtin_sym_end] = ACTIONS(1378), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_RBRACK] = ACTIONS(1378), - [anon_sym_LT] = ACTIONS(1378), - [anon_sym_GT] = ACTIONS(1378), - [anon_sym_BANG] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [anon_sym_POUND] = ACTIONS(1378), - [anon_sym_DOLLAR] = ACTIONS(1378), - [anon_sym_PERCENT] = ACTIONS(1378), - [anon_sym_AMP] = ACTIONS(1378), - [anon_sym_SQUOTE] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_COMMA] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_DOT] = ACTIONS(1378), - [anon_sym_SLASH] = ACTIONS(1378), - [anon_sym_COLON] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym_EQ] = ACTIONS(1378), - [anon_sym_QMARK] = ACTIONS(1378), - [anon_sym_AT] = ACTIONS(1378), - [anon_sym_BSLASH] = ACTIONS(1378), - [anon_sym_CARET] = ACTIONS(1378), - [anon_sym__] = ACTIONS(1378), - [anon_sym_BQUOTE] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_PIPE] = ACTIONS(1378), - [anon_sym_RBRACE] = ACTIONS(1378), - [anon_sym_TILDE] = ACTIONS(1378), - [anon_sym_LPAREN] = ACTIONS(1378), - [anon_sym_RPAREN] = ACTIONS(1378), - [aux_sym__word_token1] = ACTIONS(1378), - [aux_sym__word_token2] = ACTIONS(1378), - [aux_sym__word_token3] = ACTIONS(1378), - [sym__whitespace] = ACTIONS(1378), - [sym__soft_line_ending] = ACTIONS(1378), + [134] = { + [anon_sym_LBRACK] = ACTIONS(1378), + [anon_sym_RBRACK] = ACTIONS(1380), + [anon_sym_LT] = ACTIONS(1380), + [anon_sym_GT] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [anon_sym_POUND] = ACTIONS(1380), + [anon_sym_DOLLAR] = ACTIONS(1380), + [anon_sym_PERCENT] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_PLUS] = ACTIONS(1380), + [anon_sym_COMMA] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1380), + [anon_sym_DOT] = ACTIONS(1380), + [anon_sym_SLASH] = ACTIONS(1380), + [anon_sym_COLON] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1380), + [anon_sym_QMARK] = ACTIONS(1380), + [anon_sym_AT] = ACTIONS(1380), + [anon_sym_BSLASH] = ACTIONS(1380), + [anon_sym_CARET] = ACTIONS(1380), + [anon_sym__] = ACTIONS(1380), + [anon_sym_BQUOTE] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_LPAREN] = ACTIONS(1380), + [anon_sym_RPAREN] = ACTIONS(1380), + [aux_sym__word_token1] = ACTIONS(1380), + [aux_sym__word_token2] = ACTIONS(1380), + [aux_sym__word_token3] = ACTIONS(1380), + [sym__whitespace] = ACTIONS(1380), + [sym__soft_line_ending] = ACTIONS(1380), + [sym__block_close] = ACTIONS(1380), [sym_block_continuation] = ACTIONS(1382), - [sym__block_quote_start] = ACTIONS(1378), - [sym__indented_chunk_start] = ACTIONS(1378), - [sym_atx_h1_marker] = ACTIONS(1378), - [sym_atx_h2_marker] = ACTIONS(1378), - [sym_atx_h3_marker] = ACTIONS(1378), - [sym_atx_h4_marker] = ACTIONS(1378), - [sym_atx_h5_marker] = ACTIONS(1378), - [sym_atx_h6_marker] = ACTIONS(1378), - [sym__thematic_break] = ACTIONS(1378), - [sym__list_marker_minus] = ACTIONS(1378), - [sym__list_marker_plus] = ACTIONS(1378), - [sym__list_marker_star] = ACTIONS(1378), - [sym__list_marker_parenthesis] = ACTIONS(1378), - [sym__list_marker_dot] = ACTIONS(1378), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1378), - [sym__fenced_code_block_start_backtick] = ACTIONS(1378), - [sym__fenced_code_block_start_tilde] = ACTIONS(1378), - [sym__blank_line_start] = ACTIONS(1378), - [sym__html_block_1_start] = ACTIONS(1378), - [sym__html_block_2_start] = ACTIONS(1378), - [sym__html_block_3_start] = ACTIONS(1378), - [sym__html_block_4_start] = ACTIONS(1378), - [sym__html_block_5_start] = ACTIONS(1378), - [sym__html_block_6_start] = ACTIONS(1378), - [sym__html_block_7_start] = ACTIONS(1378), - [sym__pipe_table_start] = ACTIONS(1378), + [sym__block_quote_start] = ACTIONS(1380), + [sym__indented_chunk_start] = ACTIONS(1380), + [sym_atx_h1_marker] = ACTIONS(1380), + [sym_atx_h2_marker] = ACTIONS(1380), + [sym_atx_h3_marker] = ACTIONS(1380), + [sym_atx_h4_marker] = ACTIONS(1380), + [sym_atx_h5_marker] = ACTIONS(1380), + [sym_atx_h6_marker] = ACTIONS(1380), + [sym__thematic_break] = ACTIONS(1380), + [sym__list_marker_minus] = ACTIONS(1380), + [sym__list_marker_plus] = ACTIONS(1380), + [sym__list_marker_star] = ACTIONS(1380), + [sym__list_marker_parenthesis] = ACTIONS(1380), + [sym__list_marker_dot] = ACTIONS(1380), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1380), + [sym__fenced_code_block_start_backtick] = ACTIONS(1380), + [sym__fenced_code_block_start_tilde] = ACTIONS(1380), + [sym__blank_line_start] = ACTIONS(1380), + [sym__html_block_1_start] = ACTIONS(1380), + [sym__html_block_2_start] = ACTIONS(1380), + [sym__html_block_3_start] = ACTIONS(1380), + [sym__html_block_4_start] = ACTIONS(1380), + [sym__html_block_5_start] = ACTIONS(1380), + [sym__html_block_6_start] = ACTIONS(1380), + [sym__html_block_7_start] = ACTIONS(1380), + [sym__pipe_table_start] = ACTIONS(1380), + }, + [135] = { + [ts_builtin_sym_end] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1354), + [anon_sym_RBRACK] = ACTIONS(1356), + [anon_sym_LT] = ACTIONS(1356), + [anon_sym_GT] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [anon_sym_POUND] = ACTIONS(1356), + [anon_sym_DOLLAR] = ACTIONS(1356), + [anon_sym_PERCENT] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_COMMA] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_DOT] = ACTIONS(1356), + [anon_sym_SLASH] = ACTIONS(1356), + [anon_sym_COLON] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym_EQ] = ACTIONS(1356), + [anon_sym_QMARK] = ACTIONS(1356), + [anon_sym_AT] = ACTIONS(1356), + [anon_sym_BSLASH] = ACTIONS(1356), + [anon_sym_CARET] = ACTIONS(1356), + [anon_sym__] = ACTIONS(1356), + [anon_sym_BQUOTE] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_PIPE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_LPAREN] = ACTIONS(1356), + [anon_sym_RPAREN] = ACTIONS(1356), + [aux_sym__word_token1] = ACTIONS(1356), + [aux_sym__word_token2] = ACTIONS(1356), + [aux_sym__word_token3] = ACTIONS(1356), + [sym__whitespace] = ACTIONS(1356), + [sym__soft_line_ending] = ACTIONS(1356), + [sym_block_continuation] = ACTIONS(1384), + [sym__block_quote_start] = ACTIONS(1356), + [sym__indented_chunk_start] = ACTIONS(1356), + [sym_atx_h1_marker] = ACTIONS(1356), + [sym_atx_h2_marker] = ACTIONS(1356), + [sym_atx_h3_marker] = ACTIONS(1356), + [sym_atx_h4_marker] = ACTIONS(1356), + [sym_atx_h5_marker] = ACTIONS(1356), + [sym_atx_h6_marker] = ACTIONS(1356), + [sym__thematic_break] = ACTIONS(1356), + [sym__list_marker_minus] = ACTIONS(1356), + [sym__list_marker_plus] = ACTIONS(1356), + [sym__list_marker_star] = ACTIONS(1356), + [sym__list_marker_parenthesis] = ACTIONS(1356), + [sym__list_marker_dot] = ACTIONS(1356), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1356), + [sym__fenced_code_block_start_backtick] = ACTIONS(1356), + [sym__fenced_code_block_start_tilde] = ACTIONS(1356), + [sym__blank_line_start] = ACTIONS(1356), + [sym__html_block_1_start] = ACTIONS(1356), + [sym__html_block_2_start] = ACTIONS(1356), + [sym__html_block_3_start] = ACTIONS(1356), + [sym__html_block_4_start] = ACTIONS(1356), + [sym__html_block_5_start] = ACTIONS(1356), + [sym__html_block_6_start] = ACTIONS(1356), + [sym__html_block_7_start] = ACTIONS(1356), + [sym__pipe_table_start] = ACTIONS(1356), + }, + [136] = { + [ts_builtin_sym_end] = ACTIONS(1362), + [anon_sym_LBRACK] = ACTIONS(1360), + [anon_sym_RBRACK] = ACTIONS(1362), + [anon_sym_LT] = ACTIONS(1362), + [anon_sym_GT] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [anon_sym_POUND] = ACTIONS(1362), + [anon_sym_DOLLAR] = ACTIONS(1362), + [anon_sym_PERCENT] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_COMMA] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_SLASH] = ACTIONS(1362), + [anon_sym_COLON] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_EQ] = ACTIONS(1362), + [anon_sym_QMARK] = ACTIONS(1362), + [anon_sym_AT] = ACTIONS(1362), + [anon_sym_BSLASH] = ACTIONS(1362), + [anon_sym_CARET] = ACTIONS(1362), + [anon_sym__] = ACTIONS(1362), + [anon_sym_BQUOTE] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_PIPE] = ACTIONS(1362), + [anon_sym_RBRACE] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_LPAREN] = ACTIONS(1362), + [anon_sym_RPAREN] = ACTIONS(1362), + [aux_sym__word_token1] = ACTIONS(1362), + [aux_sym__word_token2] = ACTIONS(1362), + [aux_sym__word_token3] = ACTIONS(1362), + [sym__whitespace] = ACTIONS(1362), + [sym__soft_line_ending] = ACTIONS(1362), + [sym_block_continuation] = ACTIONS(1386), + [sym__block_quote_start] = ACTIONS(1362), + [sym__indented_chunk_start] = ACTIONS(1362), + [sym_atx_h1_marker] = ACTIONS(1362), + [sym_atx_h2_marker] = ACTIONS(1362), + [sym_atx_h3_marker] = ACTIONS(1362), + [sym_atx_h4_marker] = ACTIONS(1362), + [sym_atx_h5_marker] = ACTIONS(1362), + [sym_atx_h6_marker] = ACTIONS(1362), + [sym__thematic_break] = ACTIONS(1362), + [sym__list_marker_minus] = ACTIONS(1362), + [sym__list_marker_plus] = ACTIONS(1362), + [sym__list_marker_star] = ACTIONS(1362), + [sym__list_marker_parenthesis] = ACTIONS(1362), + [sym__list_marker_dot] = ACTIONS(1362), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1362), + [sym__fenced_code_block_start_backtick] = ACTIONS(1362), + [sym__fenced_code_block_start_tilde] = ACTIONS(1362), + [sym__blank_line_start] = ACTIONS(1362), + [sym__html_block_1_start] = ACTIONS(1362), + [sym__html_block_2_start] = ACTIONS(1362), + [sym__html_block_3_start] = ACTIONS(1362), + [sym__html_block_4_start] = ACTIONS(1362), + [sym__html_block_5_start] = ACTIONS(1362), + [sym__html_block_6_start] = ACTIONS(1362), + [sym__html_block_7_start] = ACTIONS(1362), + [sym__pipe_table_start] = ACTIONS(1362), }, [137] = { - [ts_builtin_sym_end] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_RBRACK] = ACTIONS(1384), - [anon_sym_LT] = ACTIONS(1384), - [anon_sym_GT] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [anon_sym_POUND] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_PERCENT] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_PLUS] = ACTIONS(1384), - [anon_sym_COMMA] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_DOT] = ACTIONS(1384), - [anon_sym_SLASH] = ACTIONS(1384), - [anon_sym_COLON] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_EQ] = ACTIONS(1384), - [anon_sym_QMARK] = ACTIONS(1384), - [anon_sym_AT] = ACTIONS(1384), - [anon_sym_BSLASH] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), - [anon_sym__] = ACTIONS(1384), - [anon_sym_BQUOTE] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_RPAREN] = ACTIONS(1384), - [aux_sym__word_token1] = ACTIONS(1384), - [aux_sym__word_token2] = ACTIONS(1384), - [aux_sym__word_token3] = ACTIONS(1384), - [sym__whitespace] = ACTIONS(1384), - [sym__soft_line_ending] = ACTIONS(1384), + [ts_builtin_sym_end] = ACTIONS(1290), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_RBRACK] = ACTIONS(1290), + [anon_sym_LT] = ACTIONS(1290), + [anon_sym_GT] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [anon_sym_POUND] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1290), + [anon_sym_PERCENT] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_COMMA] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_DOT] = ACTIONS(1290), + [anon_sym_SLASH] = ACTIONS(1290), + [anon_sym_COLON] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym_EQ] = ACTIONS(1290), + [anon_sym_QMARK] = ACTIONS(1290), + [anon_sym_AT] = ACTIONS(1290), + [anon_sym_BSLASH] = ACTIONS(1290), + [anon_sym_CARET] = ACTIONS(1290), + [anon_sym__] = ACTIONS(1290), + [anon_sym_BQUOTE] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_PIPE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_LPAREN] = ACTIONS(1290), + [anon_sym_RPAREN] = ACTIONS(1290), + [aux_sym__word_token1] = ACTIONS(1290), + [aux_sym__word_token2] = ACTIONS(1290), + [aux_sym__word_token3] = ACTIONS(1290), + [sym__whitespace] = ACTIONS(1290), + [sym__soft_line_ending] = ACTIONS(1290), [sym_block_continuation] = ACTIONS(1388), - [sym__block_quote_start] = ACTIONS(1384), - [sym__indented_chunk_start] = ACTIONS(1384), - [sym_atx_h1_marker] = ACTIONS(1384), - [sym_atx_h2_marker] = ACTIONS(1384), - [sym_atx_h3_marker] = ACTIONS(1384), - [sym_atx_h4_marker] = ACTIONS(1384), - [sym_atx_h5_marker] = ACTIONS(1384), - [sym_atx_h6_marker] = ACTIONS(1384), - [sym__thematic_break] = ACTIONS(1384), - [sym__list_marker_minus] = ACTIONS(1384), - [sym__list_marker_plus] = ACTIONS(1384), - [sym__list_marker_star] = ACTIONS(1384), - [sym__list_marker_parenthesis] = ACTIONS(1384), - [sym__list_marker_dot] = ACTIONS(1384), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1384), - [sym__fenced_code_block_start_backtick] = ACTIONS(1384), - [sym__fenced_code_block_start_tilde] = ACTIONS(1384), - [sym__blank_line_start] = ACTIONS(1384), - [sym__html_block_1_start] = ACTIONS(1384), - [sym__html_block_2_start] = ACTIONS(1384), - [sym__html_block_3_start] = ACTIONS(1384), - [sym__html_block_4_start] = ACTIONS(1384), - [sym__html_block_5_start] = ACTIONS(1384), - [sym__html_block_6_start] = ACTIONS(1384), - [sym__html_block_7_start] = ACTIONS(1384), - [sym__pipe_table_start] = ACTIONS(1384), + [sym__block_quote_start] = ACTIONS(1290), + [sym__indented_chunk_start] = ACTIONS(1290), + [sym_atx_h1_marker] = ACTIONS(1290), + [sym_atx_h2_marker] = ACTIONS(1290), + [sym_atx_h3_marker] = ACTIONS(1290), + [sym_atx_h4_marker] = ACTIONS(1290), + [sym_atx_h5_marker] = ACTIONS(1290), + [sym_atx_h6_marker] = ACTIONS(1290), + [sym__thematic_break] = ACTIONS(1290), + [sym__list_marker_minus] = ACTIONS(1290), + [sym__list_marker_plus] = ACTIONS(1290), + [sym__list_marker_star] = ACTIONS(1290), + [sym__list_marker_parenthesis] = ACTIONS(1290), + [sym__list_marker_dot] = ACTIONS(1290), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1290), + [sym__fenced_code_block_start_backtick] = ACTIONS(1290), + [sym__fenced_code_block_start_tilde] = ACTIONS(1290), + [sym__blank_line_start] = ACTIONS(1290), + [sym__html_block_1_start] = ACTIONS(1290), + [sym__html_block_2_start] = ACTIONS(1290), + [sym__html_block_3_start] = ACTIONS(1290), + [sym__html_block_4_start] = ACTIONS(1290), + [sym__html_block_5_start] = ACTIONS(1290), + [sym__html_block_6_start] = ACTIONS(1290), + [sym__html_block_7_start] = ACTIONS(1290), + [sym__pipe_table_start] = ACTIONS(1290), }, [138] = { - [ts_builtin_sym_end] = ACTIONS(1390), - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_RBRACK] = ACTIONS(1390), - [anon_sym_LT] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_BANG] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [anon_sym_POUND] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_PERCENT] = ACTIONS(1390), - [anon_sym_AMP] = ACTIONS(1390), - [anon_sym_SQUOTE] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_COMMA] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_COLON] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1390), - [anon_sym_EQ] = ACTIONS(1390), - [anon_sym_QMARK] = ACTIONS(1390), - [anon_sym_AT] = ACTIONS(1390), - [anon_sym_BSLASH] = ACTIONS(1390), - [anon_sym_CARET] = ACTIONS(1390), - [anon_sym__] = ACTIONS(1390), - [anon_sym_BQUOTE] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_PIPE] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1390), - [anon_sym_TILDE] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_RPAREN] = ACTIONS(1390), - [aux_sym__word_token1] = ACTIONS(1390), - [aux_sym__word_token2] = ACTIONS(1390), - [aux_sym__word_token3] = ACTIONS(1390), - [sym__whitespace] = ACTIONS(1390), - [sym__soft_line_ending] = ACTIONS(1390), - [sym_block_continuation] = ACTIONS(1394), - [sym__block_quote_start] = ACTIONS(1390), - [sym__indented_chunk_start] = ACTIONS(1390), - [sym_atx_h1_marker] = ACTIONS(1390), - [sym_atx_h2_marker] = ACTIONS(1390), - [sym_atx_h3_marker] = ACTIONS(1390), - [sym_atx_h4_marker] = ACTIONS(1390), - [sym_atx_h5_marker] = ACTIONS(1390), - [sym_atx_h6_marker] = ACTIONS(1390), - [sym__thematic_break] = ACTIONS(1390), - [sym__list_marker_minus] = ACTIONS(1390), - [sym__list_marker_plus] = ACTIONS(1390), - [sym__list_marker_star] = ACTIONS(1390), - [sym__list_marker_parenthesis] = ACTIONS(1390), - [sym__list_marker_dot] = ACTIONS(1390), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1390), - [sym__fenced_code_block_start_backtick] = ACTIONS(1390), - [sym__fenced_code_block_start_tilde] = ACTIONS(1390), - [sym__blank_line_start] = ACTIONS(1390), - [sym__html_block_1_start] = ACTIONS(1390), - [sym__html_block_2_start] = ACTIONS(1390), - [sym__html_block_3_start] = ACTIONS(1390), - [sym__html_block_4_start] = ACTIONS(1390), - [sym__html_block_5_start] = ACTIONS(1390), - [sym__html_block_6_start] = ACTIONS(1390), - [sym__html_block_7_start] = ACTIONS(1390), - [sym__pipe_table_start] = ACTIONS(1390), - }, - [139] = { - [anon_sym_LBRACK] = ACTIONS(1350), - [anon_sym_RBRACK] = ACTIONS(1348), - [anon_sym_LT] = ACTIONS(1348), - [anon_sym_GT] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [anon_sym_POUND] = ACTIONS(1348), - [anon_sym_DOLLAR] = ACTIONS(1348), - [anon_sym_PERCENT] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_COMMA] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_DOT] = ACTIONS(1348), - [anon_sym_SLASH] = ACTIONS(1348), - [anon_sym_COLON] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym_EQ] = ACTIONS(1348), - [anon_sym_QMARK] = ACTIONS(1348), - [anon_sym_AT] = ACTIONS(1348), - [anon_sym_BSLASH] = ACTIONS(1348), - [anon_sym_CARET] = ACTIONS(1348), - [anon_sym__] = ACTIONS(1348), - [anon_sym_BQUOTE] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_PIPE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_LPAREN] = ACTIONS(1348), - [anon_sym_RPAREN] = ACTIONS(1348), - [aux_sym__word_token1] = ACTIONS(1348), - [aux_sym__word_token2] = ACTIONS(1348), - [aux_sym__word_token3] = ACTIONS(1348), - [sym__whitespace] = ACTIONS(1348), - [sym__soft_line_ending] = ACTIONS(1348), - [sym__block_close] = ACTIONS(1348), - [sym_block_continuation] = ACTIONS(1396), - [sym__block_quote_start] = ACTIONS(1348), - [sym__indented_chunk_start] = ACTIONS(1348), - [sym_atx_h1_marker] = ACTIONS(1348), - [sym_atx_h2_marker] = ACTIONS(1348), - [sym_atx_h3_marker] = ACTIONS(1348), - [sym_atx_h4_marker] = ACTIONS(1348), - [sym_atx_h5_marker] = ACTIONS(1348), - [sym_atx_h6_marker] = ACTIONS(1348), - [sym__thematic_break] = ACTIONS(1348), - [sym__list_marker_minus] = ACTIONS(1348), - [sym__list_marker_plus] = ACTIONS(1348), - [sym__list_marker_star] = ACTIONS(1348), - [sym__list_marker_parenthesis] = ACTIONS(1348), - [sym__list_marker_dot] = ACTIONS(1348), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1348), - [sym__fenced_code_block_start_backtick] = ACTIONS(1348), - [sym__fenced_code_block_start_tilde] = ACTIONS(1348), - [sym__blank_line_start] = ACTIONS(1348), - [sym__html_block_1_start] = ACTIONS(1348), - [sym__html_block_2_start] = ACTIONS(1348), - [sym__html_block_3_start] = ACTIONS(1348), - [sym__html_block_4_start] = ACTIONS(1348), - [sym__html_block_5_start] = ACTIONS(1348), - [sym__html_block_6_start] = ACTIONS(1348), - [sym__html_block_7_start] = ACTIONS(1348), - [sym__pipe_table_start] = ACTIONS(1348), - }, - [140] = { - [ts_builtin_sym_end] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_RBRACK] = ACTIONS(1398), - [anon_sym_LT] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_BANG] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [anon_sym_POUND] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_PERCENT] = ACTIONS(1398), - [anon_sym_AMP] = ACTIONS(1398), - [anon_sym_SQUOTE] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_COMMA] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_COLON] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_EQ] = ACTIONS(1398), - [anon_sym_QMARK] = ACTIONS(1398), - [anon_sym_AT] = ACTIONS(1398), - [anon_sym_BSLASH] = ACTIONS(1398), - [anon_sym_CARET] = ACTIONS(1398), - [anon_sym__] = ACTIONS(1398), - [anon_sym_BQUOTE] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_PIPE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1398), - [anon_sym_TILDE] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_RPAREN] = ACTIONS(1398), - [aux_sym__word_token1] = ACTIONS(1398), - [aux_sym__word_token2] = ACTIONS(1398), - [aux_sym__word_token3] = ACTIONS(1398), - [sym__whitespace] = ACTIONS(1398), - [sym__soft_line_ending] = ACTIONS(1398), - [sym_block_continuation] = ACTIONS(1402), - [sym__block_quote_start] = ACTIONS(1398), - [sym__indented_chunk_start] = ACTIONS(1398), - [sym_atx_h1_marker] = ACTIONS(1398), - [sym_atx_h2_marker] = ACTIONS(1398), - [sym_atx_h3_marker] = ACTIONS(1398), - [sym_atx_h4_marker] = ACTIONS(1398), - [sym_atx_h5_marker] = ACTIONS(1398), - [sym_atx_h6_marker] = ACTIONS(1398), - [sym__thematic_break] = ACTIONS(1398), - [sym__list_marker_minus] = ACTIONS(1398), - [sym__list_marker_plus] = ACTIONS(1398), - [sym__list_marker_star] = ACTIONS(1398), - [sym__list_marker_parenthesis] = ACTIONS(1398), - [sym__list_marker_dot] = ACTIONS(1398), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1398), - [sym__fenced_code_block_start_backtick] = ACTIONS(1398), - [sym__fenced_code_block_start_tilde] = ACTIONS(1398), - [sym__blank_line_start] = ACTIONS(1398), - [sym__html_block_1_start] = ACTIONS(1398), - [sym__html_block_2_start] = ACTIONS(1398), - [sym__html_block_3_start] = ACTIONS(1398), - [sym__html_block_4_start] = ACTIONS(1398), - [sym__html_block_5_start] = ACTIONS(1398), - [sym__html_block_6_start] = ACTIONS(1398), - [sym__html_block_7_start] = ACTIONS(1398), - [sym__pipe_table_start] = ACTIONS(1398), - }, - [141] = { - [anon_sym_LBRACK] = ACTIONS(1356), - [anon_sym_RBRACK] = ACTIONS(1354), - [anon_sym_LT] = ACTIONS(1354), - [anon_sym_GT] = ACTIONS(1354), - [anon_sym_BANG] = ACTIONS(1354), - [anon_sym_DQUOTE] = ACTIONS(1354), - [anon_sym_POUND] = ACTIONS(1354), - [anon_sym_DOLLAR] = ACTIONS(1354), - [anon_sym_PERCENT] = ACTIONS(1354), - [anon_sym_AMP] = ACTIONS(1354), - [anon_sym_SQUOTE] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_COMMA] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_DOT] = ACTIONS(1354), - [anon_sym_SLASH] = ACTIONS(1354), - [anon_sym_COLON] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1354), - [anon_sym_EQ] = ACTIONS(1354), - [anon_sym_QMARK] = ACTIONS(1354), - [anon_sym_AT] = ACTIONS(1354), - [anon_sym_BSLASH] = ACTIONS(1354), - [anon_sym_CARET] = ACTIONS(1354), - [anon_sym__] = ACTIONS(1354), - [anon_sym_BQUOTE] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1354), - [anon_sym_PIPE] = ACTIONS(1354), - [anon_sym_RBRACE] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1354), - [anon_sym_LPAREN] = ACTIONS(1354), - [anon_sym_RPAREN] = ACTIONS(1354), - [aux_sym__word_token1] = ACTIONS(1354), - [aux_sym__word_token2] = ACTIONS(1354), - [aux_sym__word_token3] = ACTIONS(1354), - [sym__whitespace] = ACTIONS(1354), - [sym__soft_line_ending] = ACTIONS(1354), - [sym__block_close] = ACTIONS(1354), - [sym_block_continuation] = ACTIONS(1404), - [sym__block_quote_start] = ACTIONS(1354), - [sym__indented_chunk_start] = ACTIONS(1354), - [sym_atx_h1_marker] = ACTIONS(1354), - [sym_atx_h2_marker] = ACTIONS(1354), - [sym_atx_h3_marker] = ACTIONS(1354), - [sym_atx_h4_marker] = ACTIONS(1354), - [sym_atx_h5_marker] = ACTIONS(1354), - [sym_atx_h6_marker] = ACTIONS(1354), - [sym__thematic_break] = ACTIONS(1354), - [sym__list_marker_minus] = ACTIONS(1354), - [sym__list_marker_plus] = ACTIONS(1354), - [sym__list_marker_star] = ACTIONS(1354), - [sym__list_marker_parenthesis] = ACTIONS(1354), - [sym__list_marker_dot] = ACTIONS(1354), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1354), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1354), - [sym__fenced_code_block_start_backtick] = ACTIONS(1354), - [sym__fenced_code_block_start_tilde] = ACTIONS(1354), - [sym__blank_line_start] = ACTIONS(1354), - [sym__html_block_1_start] = ACTIONS(1354), - [sym__html_block_2_start] = ACTIONS(1354), - [sym__html_block_3_start] = ACTIONS(1354), - [sym__html_block_4_start] = ACTIONS(1354), - [sym__html_block_5_start] = ACTIONS(1354), - [sym__html_block_6_start] = ACTIONS(1354), - [sym__html_block_7_start] = ACTIONS(1354), - [sym__pipe_table_start] = ACTIONS(1354), - }, - [142] = { - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_RBRACK] = ACTIONS(1408), - [anon_sym_LT] = ACTIONS(1408), - [anon_sym_GT] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [anon_sym_POUND] = ACTIONS(1408), - [anon_sym_DOLLAR] = ACTIONS(1408), - [anon_sym_PERCENT] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_COMMA] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DOT] = ACTIONS(1408), - [anon_sym_SLASH] = ACTIONS(1408), - [anon_sym_COLON] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_EQ] = ACTIONS(1408), - [anon_sym_QMARK] = ACTIONS(1408), - [anon_sym_AT] = ACTIONS(1408), - [anon_sym_BSLASH] = ACTIONS(1408), - [anon_sym_CARET] = ACTIONS(1408), - [anon_sym__] = ACTIONS(1408), - [anon_sym_BQUOTE] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_PIPE] = ACTIONS(1408), - [anon_sym_RBRACE] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1408), - [anon_sym_RPAREN] = ACTIONS(1408), - [aux_sym__word_token1] = ACTIONS(1408), - [aux_sym__word_token2] = ACTIONS(1408), - [aux_sym__word_token3] = ACTIONS(1408), - [sym__whitespace] = ACTIONS(1408), - [sym__soft_line_ending] = ACTIONS(1408), - [sym__block_close] = ACTIONS(1408), - [sym_block_continuation] = ACTIONS(1410), - [sym__block_quote_start] = ACTIONS(1408), - [sym__indented_chunk_start] = ACTIONS(1408), - [sym_atx_h1_marker] = ACTIONS(1408), - [sym_atx_h2_marker] = ACTIONS(1408), - [sym_atx_h3_marker] = ACTIONS(1408), - [sym_atx_h4_marker] = ACTIONS(1408), - [sym_atx_h5_marker] = ACTIONS(1408), - [sym_atx_h6_marker] = ACTIONS(1408), - [sym__thematic_break] = ACTIONS(1408), - [sym__list_marker_minus] = ACTIONS(1408), - [sym__list_marker_plus] = ACTIONS(1408), - [sym__list_marker_star] = ACTIONS(1408), - [sym__list_marker_parenthesis] = ACTIONS(1408), - [sym__list_marker_dot] = ACTIONS(1408), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1408), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1408), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1408), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1408), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1408), - [sym__fenced_code_block_start_backtick] = ACTIONS(1408), - [sym__fenced_code_block_start_tilde] = ACTIONS(1408), - [sym__blank_line_start] = ACTIONS(1408), - [sym__html_block_1_start] = ACTIONS(1408), - [sym__html_block_2_start] = ACTIONS(1408), - [sym__html_block_3_start] = ACTIONS(1408), - [sym__html_block_4_start] = ACTIONS(1408), - [sym__html_block_5_start] = ACTIONS(1408), - [sym__html_block_6_start] = ACTIONS(1408), - [sym__html_block_7_start] = ACTIONS(1408), - [sym__pipe_table_start] = ACTIONS(1408), - }, - [143] = { - [ts_builtin_sym_end] = ACTIONS(1163), - [anon_sym_LBRACK] = ACTIONS(1165), - [anon_sym_RBRACK] = ACTIONS(1163), - [anon_sym_LT] = ACTIONS(1163), - [anon_sym_GT] = ACTIONS(1163), - [anon_sym_BANG] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [anon_sym_POUND] = ACTIONS(1163), - [anon_sym_DOLLAR] = ACTIONS(1163), - [anon_sym_PERCENT] = ACTIONS(1163), - [anon_sym_AMP] = ACTIONS(1163), - [anon_sym_SQUOTE] = ACTIONS(1163), - [anon_sym_STAR] = ACTIONS(1163), - [anon_sym_PLUS] = ACTIONS(1163), - [anon_sym_COMMA] = ACTIONS(1163), - [anon_sym_DASH] = ACTIONS(1163), - [anon_sym_DOT] = ACTIONS(1163), - [anon_sym_SLASH] = ACTIONS(1163), - [anon_sym_COLON] = ACTIONS(1163), - [anon_sym_SEMI] = ACTIONS(1163), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1163), - [anon_sym_AT] = ACTIONS(1163), - [anon_sym_BSLASH] = ACTIONS(1163), - [anon_sym_CARET] = ACTIONS(1163), - [anon_sym__] = ACTIONS(1163), - [anon_sym_BQUOTE] = ACTIONS(1163), - [anon_sym_LBRACE] = ACTIONS(1163), - [anon_sym_PIPE] = ACTIONS(1163), - [anon_sym_RBRACE] = ACTIONS(1163), - [anon_sym_TILDE] = ACTIONS(1163), - [anon_sym_LPAREN] = ACTIONS(1163), - [anon_sym_RPAREN] = ACTIONS(1163), - [aux_sym__word_token1] = ACTIONS(1163), - [aux_sym__word_token2] = ACTIONS(1163), - [aux_sym__word_token3] = ACTIONS(1163), - [sym__whitespace] = ACTIONS(1163), - [sym__soft_line_ending] = ACTIONS(1163), - [sym_block_continuation] = ACTIONS(1412), - [sym__block_quote_start] = ACTIONS(1163), - [sym__indented_chunk_start] = ACTIONS(1163), - [sym_atx_h1_marker] = ACTIONS(1163), - [sym_atx_h2_marker] = ACTIONS(1163), - [sym_atx_h3_marker] = ACTIONS(1163), - [sym_atx_h4_marker] = ACTIONS(1163), - [sym_atx_h5_marker] = ACTIONS(1163), - [sym_atx_h6_marker] = ACTIONS(1163), - [sym__thematic_break] = ACTIONS(1163), - [sym__list_marker_minus] = ACTIONS(1163), - [sym__list_marker_plus] = ACTIONS(1163), - [sym__list_marker_star] = ACTIONS(1163), - [sym__list_marker_parenthesis] = ACTIONS(1163), - [sym__list_marker_dot] = ACTIONS(1163), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1163), - [sym__fenced_code_block_start_backtick] = ACTIONS(1163), - [sym__fenced_code_block_start_tilde] = ACTIONS(1163), - [sym__blank_line_start] = ACTIONS(1163), - [sym__html_block_1_start] = ACTIONS(1163), - [sym__html_block_2_start] = ACTIONS(1163), - [sym__html_block_3_start] = ACTIONS(1163), - [sym__html_block_4_start] = ACTIONS(1163), - [sym__html_block_5_start] = ACTIONS(1163), - [sym__html_block_6_start] = ACTIONS(1163), - [sym__html_block_7_start] = ACTIONS(1163), - [sym__pipe_table_start] = ACTIONS(1163), - }, - [144] = { - [anon_sym_LBRACK] = ACTIONS(1316), - [anon_sym_RBRACK] = ACTIONS(1314), - [anon_sym_LT] = ACTIONS(1314), - [anon_sym_GT] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [anon_sym_POUND] = ACTIONS(1314), - [anon_sym_DOLLAR] = ACTIONS(1314), - [anon_sym_PERCENT] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_COMMA] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_DOT] = ACTIONS(1314), - [anon_sym_SLASH] = ACTIONS(1314), - [anon_sym_COLON] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym_EQ] = ACTIONS(1314), - [anon_sym_QMARK] = ACTIONS(1314), - [anon_sym_AT] = ACTIONS(1314), - [anon_sym_BSLASH] = ACTIONS(1314), - [anon_sym_CARET] = ACTIONS(1314), - [anon_sym__] = ACTIONS(1314), - [anon_sym_BQUOTE] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_PIPE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1314), - [anon_sym_RPAREN] = ACTIONS(1314), - [aux_sym__word_token1] = ACTIONS(1314), - [aux_sym__word_token2] = ACTIONS(1314), - [aux_sym__word_token3] = ACTIONS(1314), - [sym__whitespace] = ACTIONS(1314), - [sym__soft_line_ending] = ACTIONS(1314), - [sym__block_close] = ACTIONS(1314), - [sym_block_continuation] = ACTIONS(1414), - [sym__block_quote_start] = ACTIONS(1314), - [sym__indented_chunk_start] = ACTIONS(1314), - [sym_atx_h1_marker] = ACTIONS(1314), - [sym_atx_h2_marker] = ACTIONS(1314), - [sym_atx_h3_marker] = ACTIONS(1314), - [sym_atx_h4_marker] = ACTIONS(1314), - [sym_atx_h5_marker] = ACTIONS(1314), - [sym_atx_h6_marker] = ACTIONS(1314), - [sym__thematic_break] = ACTIONS(1314), - [sym__list_marker_minus] = ACTIONS(1314), - [sym__list_marker_plus] = ACTIONS(1314), - [sym__list_marker_star] = ACTIONS(1314), - [sym__list_marker_parenthesis] = ACTIONS(1314), - [sym__list_marker_dot] = ACTIONS(1314), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1314), - [sym__fenced_code_block_start_backtick] = ACTIONS(1314), - [sym__fenced_code_block_start_tilde] = ACTIONS(1314), - [sym__blank_line_start] = ACTIONS(1314), - [sym__html_block_1_start] = ACTIONS(1314), - [sym__html_block_2_start] = ACTIONS(1314), - [sym__html_block_3_start] = ACTIONS(1314), - [sym__html_block_4_start] = ACTIONS(1314), - [sym__html_block_5_start] = ACTIONS(1314), - [sym__html_block_6_start] = ACTIONS(1314), - [sym__html_block_7_start] = ACTIONS(1314), - [sym__pipe_table_start] = ACTIONS(1314), - }, - [145] = { - [anon_sym_LBRACK] = ACTIONS(1368), - [anon_sym_RBRACK] = ACTIONS(1366), - [anon_sym_LT] = ACTIONS(1366), - [anon_sym_GT] = ACTIONS(1366), - [anon_sym_BANG] = ACTIONS(1366), - [anon_sym_DQUOTE] = ACTIONS(1366), - [anon_sym_POUND] = ACTIONS(1366), - [anon_sym_DOLLAR] = ACTIONS(1366), - [anon_sym_PERCENT] = ACTIONS(1366), - [anon_sym_AMP] = ACTIONS(1366), - [anon_sym_SQUOTE] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_COMMA] = ACTIONS(1366), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_DOT] = ACTIONS(1366), - [anon_sym_SLASH] = ACTIONS(1366), - [anon_sym_COLON] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1366), - [anon_sym_EQ] = ACTIONS(1366), - [anon_sym_QMARK] = ACTIONS(1366), - [anon_sym_AT] = ACTIONS(1366), - [anon_sym_BSLASH] = ACTIONS(1366), - [anon_sym_CARET] = ACTIONS(1366), - [anon_sym__] = ACTIONS(1366), - [anon_sym_BQUOTE] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1366), - [anon_sym_PIPE] = ACTIONS(1366), - [anon_sym_RBRACE] = ACTIONS(1366), - [anon_sym_TILDE] = ACTIONS(1366), - [anon_sym_LPAREN] = ACTIONS(1366), - [anon_sym_RPAREN] = ACTIONS(1366), - [aux_sym__word_token1] = ACTIONS(1366), - [aux_sym__word_token2] = ACTIONS(1366), - [aux_sym__word_token3] = ACTIONS(1366), - [sym__whitespace] = ACTIONS(1366), - [sym__soft_line_ending] = ACTIONS(1366), - [sym__block_close] = ACTIONS(1366), - [sym_block_continuation] = ACTIONS(1416), - [sym__block_quote_start] = ACTIONS(1366), - [sym__indented_chunk_start] = ACTIONS(1366), - [sym_atx_h1_marker] = ACTIONS(1366), - [sym_atx_h2_marker] = ACTIONS(1366), - [sym_atx_h3_marker] = ACTIONS(1366), - [sym_atx_h4_marker] = ACTIONS(1366), - [sym_atx_h5_marker] = ACTIONS(1366), - [sym_atx_h6_marker] = ACTIONS(1366), - [sym__thematic_break] = ACTIONS(1366), - [sym__list_marker_minus] = ACTIONS(1366), - [sym__list_marker_plus] = ACTIONS(1366), - [sym__list_marker_star] = ACTIONS(1366), - [sym__list_marker_parenthesis] = ACTIONS(1366), - [sym__list_marker_dot] = ACTIONS(1366), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1366), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1366), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1366), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1366), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1366), - [sym__fenced_code_block_start_backtick] = ACTIONS(1366), - [sym__fenced_code_block_start_tilde] = ACTIONS(1366), - [sym__blank_line_start] = ACTIONS(1366), - [sym__html_block_1_start] = ACTIONS(1366), - [sym__html_block_2_start] = ACTIONS(1366), - [sym__html_block_3_start] = ACTIONS(1366), - [sym__html_block_4_start] = ACTIONS(1366), - [sym__html_block_5_start] = ACTIONS(1366), - [sym__html_block_6_start] = ACTIONS(1366), - [sym__html_block_7_start] = ACTIONS(1366), - [sym__pipe_table_start] = ACTIONS(1366), - }, - [146] = { - [sym__blank_line] = STATE(888), - [anon_sym_LBRACK] = ACTIONS(1231), - [anon_sym_RBRACK] = ACTIONS(1233), - [anon_sym_LT] = ACTIONS(1233), - [anon_sym_GT] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [anon_sym_POUND] = ACTIONS(1233), - [anon_sym_DOLLAR] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_PLUS] = ACTIONS(1233), - [anon_sym_COMMA] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1233), - [anon_sym_DOT] = ACTIONS(1233), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_COLON] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym_EQ] = ACTIONS(1233), - [anon_sym_QMARK] = ACTIONS(1233), - [anon_sym_AT] = ACTIONS(1233), - [anon_sym_BSLASH] = ACTIONS(1233), - [anon_sym_CARET] = ACTIONS(1233), - [anon_sym__] = ACTIONS(1233), - [anon_sym_BQUOTE] = ACTIONS(1233), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_PIPE] = ACTIONS(1233), - [anon_sym_RBRACE] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_LPAREN] = ACTIONS(1233), - [anon_sym_RPAREN] = ACTIONS(1233), - [aux_sym__word_token1] = ACTIONS(1233), - [aux_sym__word_token2] = ACTIONS(1233), - [aux_sym__word_token3] = ACTIONS(1233), - [sym__whitespace] = ACTIONS(1233), - [sym__soft_line_ending] = ACTIONS(1233), - [sym__block_close] = ACTIONS(1233), - [sym__block_quote_start] = ACTIONS(1233), - [sym__indented_chunk_start] = ACTIONS(1233), - [sym_atx_h1_marker] = ACTIONS(1233), - [sym_atx_h2_marker] = ACTIONS(1233), - [sym_atx_h3_marker] = ACTIONS(1233), - [sym_atx_h4_marker] = ACTIONS(1233), - [sym_atx_h5_marker] = ACTIONS(1233), - [sym_atx_h6_marker] = ACTIONS(1233), - [sym__thematic_break] = ACTIONS(1233), - [sym__list_marker_minus] = ACTIONS(1233), - [sym__list_marker_plus] = ACTIONS(1233), - [sym__list_marker_star] = ACTIONS(1233), - [sym__list_marker_parenthesis] = ACTIONS(1233), - [sym__list_marker_dot] = ACTIONS(1233), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1233), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1233), - [sym__fenced_code_block_start_backtick] = ACTIONS(1233), - [sym__fenced_code_block_start_tilde] = ACTIONS(1233), - [sym__blank_line_start] = ACTIONS(1418), - [sym__html_block_1_start] = ACTIONS(1233), - [sym__html_block_2_start] = ACTIONS(1233), - [sym__html_block_3_start] = ACTIONS(1233), - [sym__html_block_4_start] = ACTIONS(1233), - [sym__html_block_5_start] = ACTIONS(1233), - [sym__html_block_6_start] = ACTIONS(1233), - [sym__html_block_7_start] = ACTIONS(1233), - [sym__pipe_table_start] = ACTIONS(1233), - }, - [147] = { - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_RBRACK] = ACTIONS(1378), - [anon_sym_LT] = ACTIONS(1378), - [anon_sym_GT] = ACTIONS(1378), - [anon_sym_BANG] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [anon_sym_POUND] = ACTIONS(1378), - [anon_sym_DOLLAR] = ACTIONS(1378), - [anon_sym_PERCENT] = ACTIONS(1378), - [anon_sym_AMP] = ACTIONS(1378), - [anon_sym_SQUOTE] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_COMMA] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_DOT] = ACTIONS(1378), - [anon_sym_SLASH] = ACTIONS(1378), - [anon_sym_COLON] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym_EQ] = ACTIONS(1378), - [anon_sym_QMARK] = ACTIONS(1378), - [anon_sym_AT] = ACTIONS(1378), - [anon_sym_BSLASH] = ACTIONS(1378), - [anon_sym_CARET] = ACTIONS(1378), - [anon_sym__] = ACTIONS(1378), - [anon_sym_BQUOTE] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_PIPE] = ACTIONS(1378), - [anon_sym_RBRACE] = ACTIONS(1378), - [anon_sym_TILDE] = ACTIONS(1378), - [anon_sym_LPAREN] = ACTIONS(1378), - [anon_sym_RPAREN] = ACTIONS(1378), - [aux_sym__word_token1] = ACTIONS(1378), - [aux_sym__word_token2] = ACTIONS(1378), - [aux_sym__word_token3] = ACTIONS(1378), - [sym__whitespace] = ACTIONS(1378), - [sym__soft_line_ending] = ACTIONS(1378), - [sym__block_close] = ACTIONS(1378), - [sym_block_continuation] = ACTIONS(1420), - [sym__block_quote_start] = ACTIONS(1378), - [sym__indented_chunk_start] = ACTIONS(1378), - [sym_atx_h1_marker] = ACTIONS(1378), - [sym_atx_h2_marker] = ACTIONS(1378), - [sym_atx_h3_marker] = ACTIONS(1378), - [sym_atx_h4_marker] = ACTIONS(1378), - [sym_atx_h5_marker] = ACTIONS(1378), - [sym_atx_h6_marker] = ACTIONS(1378), - [sym__thematic_break] = ACTIONS(1378), - [sym__list_marker_minus] = ACTIONS(1378), - [sym__list_marker_plus] = ACTIONS(1378), - [sym__list_marker_star] = ACTIONS(1378), - [sym__list_marker_parenthesis] = ACTIONS(1378), - [sym__list_marker_dot] = ACTIONS(1378), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1378), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1378), - [sym__fenced_code_block_start_backtick] = ACTIONS(1378), - [sym__fenced_code_block_start_tilde] = ACTIONS(1378), - [sym__blank_line_start] = ACTIONS(1378), - [sym__html_block_1_start] = ACTIONS(1378), - [sym__html_block_2_start] = ACTIONS(1378), - [sym__html_block_3_start] = ACTIONS(1378), - [sym__html_block_4_start] = ACTIONS(1378), - [sym__html_block_5_start] = ACTIONS(1378), - [sym__html_block_6_start] = ACTIONS(1378), - [sym__html_block_7_start] = ACTIONS(1378), - [sym__pipe_table_start] = ACTIONS(1378), - }, - [148] = { - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_RBRACK] = ACTIONS(1390), - [anon_sym_LT] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_BANG] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [anon_sym_POUND] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_PERCENT] = ACTIONS(1390), - [anon_sym_AMP] = ACTIONS(1390), - [anon_sym_SQUOTE] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_COMMA] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_COLON] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1390), - [anon_sym_EQ] = ACTIONS(1390), - [anon_sym_QMARK] = ACTIONS(1390), - [anon_sym_AT] = ACTIONS(1390), - [anon_sym_BSLASH] = ACTIONS(1390), - [anon_sym_CARET] = ACTIONS(1390), - [anon_sym__] = ACTIONS(1390), - [anon_sym_BQUOTE] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_PIPE] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1390), - [anon_sym_TILDE] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_RPAREN] = ACTIONS(1390), - [aux_sym__word_token1] = ACTIONS(1390), - [aux_sym__word_token2] = ACTIONS(1390), - [aux_sym__word_token3] = ACTIONS(1390), - [sym__whitespace] = ACTIONS(1390), - [sym__soft_line_ending] = ACTIONS(1390), - [sym__block_close] = ACTIONS(1390), - [sym_block_continuation] = ACTIONS(1422), - [sym__block_quote_start] = ACTIONS(1390), - [sym__indented_chunk_start] = ACTIONS(1390), - [sym_atx_h1_marker] = ACTIONS(1390), - [sym_atx_h2_marker] = ACTIONS(1390), - [sym_atx_h3_marker] = ACTIONS(1390), - [sym_atx_h4_marker] = ACTIONS(1390), - [sym_atx_h5_marker] = ACTIONS(1390), - [sym_atx_h6_marker] = ACTIONS(1390), - [sym__thematic_break] = ACTIONS(1390), - [sym__list_marker_minus] = ACTIONS(1390), - [sym__list_marker_plus] = ACTIONS(1390), - [sym__list_marker_star] = ACTIONS(1390), - [sym__list_marker_parenthesis] = ACTIONS(1390), - [sym__list_marker_dot] = ACTIONS(1390), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1390), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1390), - [sym__fenced_code_block_start_backtick] = ACTIONS(1390), - [sym__fenced_code_block_start_tilde] = ACTIONS(1390), - [sym__blank_line_start] = ACTIONS(1390), - [sym__html_block_1_start] = ACTIONS(1390), - [sym__html_block_2_start] = ACTIONS(1390), - [sym__html_block_3_start] = ACTIONS(1390), - [sym__html_block_4_start] = ACTIONS(1390), - [sym__html_block_5_start] = ACTIONS(1390), - [sym__html_block_6_start] = ACTIONS(1390), - [sym__html_block_7_start] = ACTIONS(1390), - [sym__pipe_table_start] = ACTIONS(1390), - }, - [149] = { - [anon_sym_LBRACK] = ACTIONS(1322), - [anon_sym_RBRACK] = ACTIONS(1320), - [anon_sym_LT] = ACTIONS(1320), - [anon_sym_GT] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_PERCENT] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_COMMA] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_SLASH] = ACTIONS(1320), - [anon_sym_COLON] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_EQ] = ACTIONS(1320), - [anon_sym_QMARK] = ACTIONS(1320), - [anon_sym_AT] = ACTIONS(1320), - [anon_sym_BSLASH] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [anon_sym__] = ACTIONS(1320), - [anon_sym_BQUOTE] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [aux_sym__word_token1] = ACTIONS(1320), - [aux_sym__word_token2] = ACTIONS(1320), - [aux_sym__word_token3] = ACTIONS(1320), - [sym__whitespace] = ACTIONS(1320), - [sym__soft_line_ending] = ACTIONS(1320), - [sym__block_close] = ACTIONS(1320), - [sym_block_continuation] = ACTIONS(1424), - [sym__block_quote_start] = ACTIONS(1320), - [sym__indented_chunk_start] = ACTIONS(1320), - [sym_atx_h1_marker] = ACTIONS(1320), - [sym_atx_h2_marker] = ACTIONS(1320), - [sym_atx_h3_marker] = ACTIONS(1320), - [sym_atx_h4_marker] = ACTIONS(1320), - [sym_atx_h5_marker] = ACTIONS(1320), - [sym_atx_h6_marker] = ACTIONS(1320), - [sym__thematic_break] = ACTIONS(1320), - [sym__list_marker_minus] = ACTIONS(1320), - [sym__list_marker_plus] = ACTIONS(1320), - [sym__list_marker_star] = ACTIONS(1320), - [sym__list_marker_parenthesis] = ACTIONS(1320), - [sym__list_marker_dot] = ACTIONS(1320), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1320), - [sym__fenced_code_block_start_backtick] = ACTIONS(1320), - [sym__fenced_code_block_start_tilde] = ACTIONS(1320), - [sym__blank_line_start] = ACTIONS(1320), - [sym__html_block_1_start] = ACTIONS(1320), - [sym__html_block_2_start] = ACTIONS(1320), - [sym__html_block_3_start] = ACTIONS(1320), - [sym__html_block_4_start] = ACTIONS(1320), - [sym__html_block_5_start] = ACTIONS(1320), - [sym__html_block_6_start] = ACTIONS(1320), - [sym__html_block_7_start] = ACTIONS(1320), - [sym__pipe_table_start] = ACTIONS(1320), - }, - [150] = { - [anon_sym_LBRACK] = ACTIONS(1290), - [anon_sym_RBRACK] = ACTIONS(1288), - [anon_sym_LT] = ACTIONS(1288), - [anon_sym_GT] = ACTIONS(1288), - [anon_sym_BANG] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [anon_sym_POUND] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [anon_sym_PERCENT] = ACTIONS(1288), - [anon_sym_AMP] = ACTIONS(1288), - [anon_sym_SQUOTE] = ACTIONS(1288), - [anon_sym_STAR] = ACTIONS(1288), - [anon_sym_PLUS] = ACTIONS(1288), - [anon_sym_COMMA] = ACTIONS(1288), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_DOT] = ACTIONS(1288), - [anon_sym_SLASH] = ACTIONS(1288), - [anon_sym_COLON] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [anon_sym_EQ] = ACTIONS(1288), - [anon_sym_QMARK] = ACTIONS(1288), - [anon_sym_AT] = ACTIONS(1288), - [anon_sym_BSLASH] = ACTIONS(1288), - [anon_sym_CARET] = ACTIONS(1288), - [anon_sym__] = ACTIONS(1288), - [anon_sym_BQUOTE] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_PIPE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [anon_sym_TILDE] = ACTIONS(1288), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_RPAREN] = ACTIONS(1288), - [aux_sym__word_token1] = ACTIONS(1288), - [aux_sym__word_token2] = ACTIONS(1288), - [aux_sym__word_token3] = ACTIONS(1288), - [sym__whitespace] = ACTIONS(1288), - [sym__soft_line_ending] = ACTIONS(1288), - [sym__block_close] = ACTIONS(1288), - [sym_block_continuation] = ACTIONS(1426), - [sym__block_quote_start] = ACTIONS(1288), - [sym__indented_chunk_start] = ACTIONS(1288), - [sym_atx_h1_marker] = ACTIONS(1288), - [sym_atx_h2_marker] = ACTIONS(1288), - [sym_atx_h3_marker] = ACTIONS(1288), - [sym_atx_h4_marker] = ACTIONS(1288), - [sym_atx_h5_marker] = ACTIONS(1288), - [sym_atx_h6_marker] = ACTIONS(1288), - [sym__thematic_break] = ACTIONS(1288), - [sym__list_marker_minus] = ACTIONS(1288), - [sym__list_marker_plus] = ACTIONS(1288), - [sym__list_marker_star] = ACTIONS(1288), - [sym__list_marker_parenthesis] = ACTIONS(1288), - [sym__list_marker_dot] = ACTIONS(1288), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1288), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1288), - [sym__fenced_code_block_start_backtick] = ACTIONS(1288), - [sym__fenced_code_block_start_tilde] = ACTIONS(1288), - [sym__blank_line_start] = ACTIONS(1288), - [sym__html_block_1_start] = ACTIONS(1288), - [sym__html_block_2_start] = ACTIONS(1288), - [sym__html_block_3_start] = ACTIONS(1288), - [sym__html_block_4_start] = ACTIONS(1288), - [sym__html_block_5_start] = ACTIONS(1288), - [sym__html_block_6_start] = ACTIONS(1288), - [sym__html_block_7_start] = ACTIONS(1288), - [sym__pipe_table_start] = ACTIONS(1288), - }, - [151] = { [ts_builtin_sym_end] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(1372), [anon_sym_RBRACK] = ACTIONS(1374), @@ -26978,7 +26055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1374), [sym__whitespace] = ACTIONS(1374), [sym__soft_line_ending] = ACTIONS(1374), - [sym_block_continuation] = ACTIONS(1428), + [sym_block_continuation] = ACTIONS(1390), [sym__block_quote_start] = ACTIONS(1374), [sym__indented_chunk_start] = ACTIONS(1374), [sym_atx_h1_marker] = ACTIONS(1374), @@ -27010,8 +26087,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1374), [sym__pipe_table_start] = ACTIONS(1374), }, - [152] = { - [ts_builtin_sym_end] = ACTIONS(1408), + [139] = { + [ts_builtin_sym_end] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1378), + [anon_sym_RBRACK] = ACTIONS(1380), + [anon_sym_LT] = ACTIONS(1380), + [anon_sym_GT] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [anon_sym_POUND] = ACTIONS(1380), + [anon_sym_DOLLAR] = ACTIONS(1380), + [anon_sym_PERCENT] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_PLUS] = ACTIONS(1380), + [anon_sym_COMMA] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1380), + [anon_sym_DOT] = ACTIONS(1380), + [anon_sym_SLASH] = ACTIONS(1380), + [anon_sym_COLON] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1380), + [anon_sym_QMARK] = ACTIONS(1380), + [anon_sym_AT] = ACTIONS(1380), + [anon_sym_BSLASH] = ACTIONS(1380), + [anon_sym_CARET] = ACTIONS(1380), + [anon_sym__] = ACTIONS(1380), + [anon_sym_BQUOTE] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_LPAREN] = ACTIONS(1380), + [anon_sym_RPAREN] = ACTIONS(1380), + [aux_sym__word_token1] = ACTIONS(1380), + [aux_sym__word_token2] = ACTIONS(1380), + [aux_sym__word_token3] = ACTIONS(1380), + [sym__whitespace] = ACTIONS(1380), + [sym__soft_line_ending] = ACTIONS(1380), + [sym_block_continuation] = ACTIONS(1392), + [sym__block_quote_start] = ACTIONS(1380), + [sym__indented_chunk_start] = ACTIONS(1380), + [sym_atx_h1_marker] = ACTIONS(1380), + [sym_atx_h2_marker] = ACTIONS(1380), + [sym_atx_h3_marker] = ACTIONS(1380), + [sym_atx_h4_marker] = ACTIONS(1380), + [sym_atx_h5_marker] = ACTIONS(1380), + [sym_atx_h6_marker] = ACTIONS(1380), + [sym__thematic_break] = ACTIONS(1380), + [sym__list_marker_minus] = ACTIONS(1380), + [sym__list_marker_plus] = ACTIONS(1380), + [sym__list_marker_star] = ACTIONS(1380), + [sym__list_marker_parenthesis] = ACTIONS(1380), + [sym__list_marker_dot] = ACTIONS(1380), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1380), + [sym__fenced_code_block_start_backtick] = ACTIONS(1380), + [sym__fenced_code_block_start_tilde] = ACTIONS(1380), + [sym__blank_line_start] = ACTIONS(1380), + [sym__html_block_1_start] = ACTIONS(1380), + [sym__html_block_2_start] = ACTIONS(1380), + [sym__html_block_3_start] = ACTIONS(1380), + [sym__html_block_4_start] = ACTIONS(1380), + [sym__html_block_5_start] = ACTIONS(1380), + [sym__html_block_6_start] = ACTIONS(1380), + [sym__html_block_7_start] = ACTIONS(1380), + [sym__pipe_table_start] = ACTIONS(1380), + }, + [140] = { + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_RBRACK] = ACTIONS(1396), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_GT] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [anon_sym_POUND] = ACTIONS(1396), + [anon_sym_DOLLAR] = ACTIONS(1396), + [anon_sym_PERCENT] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_DOT] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_COLON] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_EQ] = ACTIONS(1396), + [anon_sym_QMARK] = ACTIONS(1396), + [anon_sym_AT] = ACTIONS(1396), + [anon_sym_BSLASH] = ACTIONS(1396), + [anon_sym_CARET] = ACTIONS(1396), + [anon_sym__] = ACTIONS(1396), + [anon_sym_BQUOTE] = ACTIONS(1396), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_PIPE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_RPAREN] = ACTIONS(1396), + [aux_sym__word_token1] = ACTIONS(1396), + [aux_sym__word_token2] = ACTIONS(1396), + [aux_sym__word_token3] = ACTIONS(1396), + [sym__whitespace] = ACTIONS(1396), + [sym__soft_line_ending] = ACTIONS(1396), + [sym__block_close] = ACTIONS(1396), + [sym_block_continuation] = ACTIONS(1398), + [sym__block_quote_start] = ACTIONS(1396), + [sym__indented_chunk_start] = ACTIONS(1396), + [sym_atx_h1_marker] = ACTIONS(1396), + [sym_atx_h2_marker] = ACTIONS(1396), + [sym_atx_h3_marker] = ACTIONS(1396), + [sym_atx_h4_marker] = ACTIONS(1396), + [sym_atx_h5_marker] = ACTIONS(1396), + [sym_atx_h6_marker] = ACTIONS(1396), + [sym__thematic_break] = ACTIONS(1396), + [sym__list_marker_minus] = ACTIONS(1396), + [sym__list_marker_plus] = ACTIONS(1396), + [sym__list_marker_star] = ACTIONS(1396), + [sym__list_marker_parenthesis] = ACTIONS(1396), + [sym__list_marker_dot] = ACTIONS(1396), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1396), + [sym__fenced_code_block_start_backtick] = ACTIONS(1396), + [sym__fenced_code_block_start_tilde] = ACTIONS(1396), + [sym__blank_line_start] = ACTIONS(1396), + [sym__html_block_1_start] = ACTIONS(1396), + [sym__html_block_2_start] = ACTIONS(1396), + [sym__html_block_3_start] = ACTIONS(1396), + [sym__html_block_4_start] = ACTIONS(1396), + [sym__html_block_5_start] = ACTIONS(1396), + [sym__html_block_6_start] = ACTIONS(1396), + [sym__html_block_7_start] = ACTIONS(1396), + [sym__pipe_table_start] = ACTIONS(1396), + }, + [141] = { + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_RBRACK] = ACTIONS(1402), + [anon_sym_LT] = ACTIONS(1402), + [anon_sym_GT] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [anon_sym_POUND] = ACTIONS(1402), + [anon_sym_DOLLAR] = ACTIONS(1402), + [anon_sym_PERCENT] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_COMMA] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_DOT] = ACTIONS(1402), + [anon_sym_SLASH] = ACTIONS(1402), + [anon_sym_COLON] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1402), + [anon_sym_AT] = ACTIONS(1402), + [anon_sym_BSLASH] = ACTIONS(1402), + [anon_sym_CARET] = ACTIONS(1402), + [anon_sym__] = ACTIONS(1402), + [anon_sym_BQUOTE] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_PIPE] = ACTIONS(1402), + [anon_sym_RBRACE] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_LPAREN] = ACTIONS(1402), + [anon_sym_RPAREN] = ACTIONS(1402), + [aux_sym__word_token1] = ACTIONS(1402), + [aux_sym__word_token2] = ACTIONS(1402), + [aux_sym__word_token3] = ACTIONS(1402), + [sym__whitespace] = ACTIONS(1402), + [sym__soft_line_ending] = ACTIONS(1402), + [sym__block_close] = ACTIONS(1402), + [sym_block_continuation] = ACTIONS(1404), + [sym__block_quote_start] = ACTIONS(1402), + [sym__indented_chunk_start] = ACTIONS(1402), + [sym_atx_h1_marker] = ACTIONS(1402), + [sym_atx_h2_marker] = ACTIONS(1402), + [sym_atx_h3_marker] = ACTIONS(1402), + [sym_atx_h4_marker] = ACTIONS(1402), + [sym_atx_h5_marker] = ACTIONS(1402), + [sym_atx_h6_marker] = ACTIONS(1402), + [sym__thematic_break] = ACTIONS(1402), + [sym__list_marker_minus] = ACTIONS(1402), + [sym__list_marker_plus] = ACTIONS(1402), + [sym__list_marker_star] = ACTIONS(1402), + [sym__list_marker_parenthesis] = ACTIONS(1402), + [sym__list_marker_dot] = ACTIONS(1402), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1402), + [sym__fenced_code_block_start_backtick] = ACTIONS(1402), + [sym__fenced_code_block_start_tilde] = ACTIONS(1402), + [sym__blank_line_start] = ACTIONS(1402), + [sym__html_block_1_start] = ACTIONS(1402), + [sym__html_block_2_start] = ACTIONS(1402), + [sym__html_block_3_start] = ACTIONS(1402), + [sym__html_block_4_start] = ACTIONS(1402), + [sym__html_block_5_start] = ACTIONS(1402), + [sym__html_block_6_start] = ACTIONS(1402), + [sym__html_block_7_start] = ACTIONS(1402), + [sym__pipe_table_start] = ACTIONS(1402), + }, + [142] = { [anon_sym_LBRACK] = ACTIONS(1406), [anon_sym_RBRACK] = ACTIONS(1408), [anon_sym_LT] = ACTIONS(1408), @@ -27049,7 +26338,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1408), [sym__whitespace] = ACTIONS(1408), [sym__soft_line_ending] = ACTIONS(1408), - [sym_block_continuation] = ACTIONS(1430), + [sym__block_close] = ACTIONS(1408), + [sym_block_continuation] = ACTIONS(1410), [sym__block_quote_start] = ACTIONS(1408), [sym__indented_chunk_start] = ACTIONS(1408), [sym_atx_h1_marker] = ACTIONS(1408), @@ -27081,78 +26371,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1408), [sym__pipe_table_start] = ACTIONS(1408), }, - [153] = { - [anon_sym_LBRACK] = ACTIONS(1432), - [anon_sym_RBRACK] = ACTIONS(1434), - [anon_sym_LT] = ACTIONS(1434), - [anon_sym_GT] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [anon_sym_POUND] = ACTIONS(1434), - [anon_sym_DOLLAR] = ACTIONS(1434), - [anon_sym_PERCENT] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_COMMA] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_DOT] = ACTIONS(1434), - [anon_sym_SLASH] = ACTIONS(1434), - [anon_sym_COLON] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym_EQ] = ACTIONS(1434), - [anon_sym_QMARK] = ACTIONS(1434), - [anon_sym_AT] = ACTIONS(1434), - [anon_sym_BSLASH] = ACTIONS(1434), - [anon_sym_CARET] = ACTIONS(1434), - [anon_sym__] = ACTIONS(1434), - [anon_sym_BQUOTE] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_PIPE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_LPAREN] = ACTIONS(1434), - [anon_sym_RPAREN] = ACTIONS(1434), - [aux_sym__word_token1] = ACTIONS(1434), - [aux_sym__word_token2] = ACTIONS(1434), - [aux_sym__word_token3] = ACTIONS(1434), - [sym__whitespace] = ACTIONS(1434), - [sym__soft_line_ending] = ACTIONS(1434), - [sym__block_close] = ACTIONS(1434), + [143] = { + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_RBRACK] = ACTIONS(1414), + [anon_sym_LT] = ACTIONS(1414), + [anon_sym_GT] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [anon_sym_POUND] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_PERCENT] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_COMMA] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_DOT] = ACTIONS(1414), + [anon_sym_SLASH] = ACTIONS(1414), + [anon_sym_COLON] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_EQ] = ACTIONS(1414), + [anon_sym_QMARK] = ACTIONS(1414), + [anon_sym_AT] = ACTIONS(1414), + [anon_sym_BSLASH] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [anon_sym__] = ACTIONS(1414), + [anon_sym_BQUOTE] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1414), + [aux_sym__word_token1] = ACTIONS(1414), + [aux_sym__word_token2] = ACTIONS(1414), + [aux_sym__word_token3] = ACTIONS(1414), + [sym__whitespace] = ACTIONS(1414), + [sym__soft_line_ending] = ACTIONS(1414), + [sym__block_close] = ACTIONS(1414), + [sym_block_continuation] = ACTIONS(1416), + [sym__block_quote_start] = ACTIONS(1414), + [sym__indented_chunk_start] = ACTIONS(1414), + [sym_atx_h1_marker] = ACTIONS(1414), + [sym_atx_h2_marker] = ACTIONS(1414), + [sym_atx_h3_marker] = ACTIONS(1414), + [sym_atx_h4_marker] = ACTIONS(1414), + [sym_atx_h5_marker] = ACTIONS(1414), + [sym_atx_h6_marker] = ACTIONS(1414), + [sym__thematic_break] = ACTIONS(1414), + [sym__list_marker_minus] = ACTIONS(1414), + [sym__list_marker_plus] = ACTIONS(1414), + [sym__list_marker_star] = ACTIONS(1414), + [sym__list_marker_parenthesis] = ACTIONS(1414), + [sym__list_marker_dot] = ACTIONS(1414), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1414), + [sym__fenced_code_block_start_backtick] = ACTIONS(1414), + [sym__fenced_code_block_start_tilde] = ACTIONS(1414), + [sym__blank_line_start] = ACTIONS(1414), + [sym__html_block_1_start] = ACTIONS(1414), + [sym__html_block_2_start] = ACTIONS(1414), + [sym__html_block_3_start] = ACTIONS(1414), + [sym__html_block_4_start] = ACTIONS(1414), + [sym__html_block_5_start] = ACTIONS(1414), + [sym__html_block_6_start] = ACTIONS(1414), + [sym__html_block_7_start] = ACTIONS(1414), + [sym__pipe_table_start] = ACTIONS(1414), + }, + [144] = { + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_RBRACK] = ACTIONS(1420), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [anon_sym_POUND] = ACTIONS(1420), + [anon_sym_DOLLAR] = ACTIONS(1420), + [anon_sym_PERCENT] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_PLUS] = ACTIONS(1420), + [anon_sym_COMMA] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1420), + [anon_sym_DOT] = ACTIONS(1420), + [anon_sym_SLASH] = ACTIONS(1420), + [anon_sym_COLON] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_EQ] = ACTIONS(1420), + [anon_sym_QMARK] = ACTIONS(1420), + [anon_sym_AT] = ACTIONS(1420), + [anon_sym_BSLASH] = ACTIONS(1420), + [anon_sym_CARET] = ACTIONS(1420), + [anon_sym__] = ACTIONS(1420), + [anon_sym_BQUOTE] = ACTIONS(1420), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_PIPE] = ACTIONS(1420), + [anon_sym_RBRACE] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_LPAREN] = ACTIONS(1420), + [anon_sym_RPAREN] = ACTIONS(1420), + [aux_sym__word_token1] = ACTIONS(1420), + [aux_sym__word_token2] = ACTIONS(1420), + [aux_sym__word_token3] = ACTIONS(1420), + [sym__whitespace] = ACTIONS(1420), + [sym__soft_line_ending] = ACTIONS(1420), + [sym__block_close] = ACTIONS(1420), + [sym_block_continuation] = ACTIONS(1422), + [sym__block_quote_start] = ACTIONS(1420), + [sym__indented_chunk_start] = ACTIONS(1420), + [sym_atx_h1_marker] = ACTIONS(1420), + [sym_atx_h2_marker] = ACTIONS(1420), + [sym_atx_h3_marker] = ACTIONS(1420), + [sym_atx_h4_marker] = ACTIONS(1420), + [sym_atx_h5_marker] = ACTIONS(1420), + [sym_atx_h6_marker] = ACTIONS(1420), + [sym__thematic_break] = ACTIONS(1420), + [sym__list_marker_minus] = ACTIONS(1420), + [sym__list_marker_plus] = ACTIONS(1420), + [sym__list_marker_star] = ACTIONS(1420), + [sym__list_marker_parenthesis] = ACTIONS(1420), + [sym__list_marker_dot] = ACTIONS(1420), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1420), + [sym__fenced_code_block_start_backtick] = ACTIONS(1420), + [sym__fenced_code_block_start_tilde] = ACTIONS(1420), + [sym__blank_line_start] = ACTIONS(1420), + [sym__html_block_1_start] = ACTIONS(1420), + [sym__html_block_2_start] = ACTIONS(1420), + [sym__html_block_3_start] = ACTIONS(1420), + [sym__html_block_4_start] = ACTIONS(1420), + [sym__html_block_5_start] = ACTIONS(1420), + [sym__html_block_6_start] = ACTIONS(1420), + [sym__html_block_7_start] = ACTIONS(1420), + [sym__pipe_table_start] = ACTIONS(1420), + }, + [145] = { + [anon_sym_LBRACK] = ACTIONS(1424), + [anon_sym_RBRACK] = ACTIONS(1426), + [anon_sym_LT] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [anon_sym_POUND] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_PERCENT] = ACTIONS(1426), + [anon_sym_AMP] = ACTIONS(1426), + [anon_sym_SQUOTE] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_COMMA] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_COLON] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_EQ] = ACTIONS(1426), + [anon_sym_QMARK] = ACTIONS(1426), + [anon_sym_AT] = ACTIONS(1426), + [anon_sym_BSLASH] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [anon_sym__] = ACTIONS(1426), + [anon_sym_BQUOTE] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [aux_sym__word_token1] = ACTIONS(1426), + [aux_sym__word_token2] = ACTIONS(1426), + [aux_sym__word_token3] = ACTIONS(1426), + [sym__whitespace] = ACTIONS(1426), + [sym__soft_line_ending] = ACTIONS(1426), + [sym__block_close] = ACTIONS(1426), + [sym_block_continuation] = ACTIONS(1428), + [sym__block_quote_start] = ACTIONS(1426), + [sym__indented_chunk_start] = ACTIONS(1426), + [sym_atx_h1_marker] = ACTIONS(1426), + [sym_atx_h2_marker] = ACTIONS(1426), + [sym_atx_h3_marker] = ACTIONS(1426), + [sym_atx_h4_marker] = ACTIONS(1426), + [sym_atx_h5_marker] = ACTIONS(1426), + [sym_atx_h6_marker] = ACTIONS(1426), + [sym__thematic_break] = ACTIONS(1426), + [sym__list_marker_minus] = ACTIONS(1426), + [sym__list_marker_plus] = ACTIONS(1426), + [sym__list_marker_star] = ACTIONS(1426), + [sym__list_marker_parenthesis] = ACTIONS(1426), + [sym__list_marker_dot] = ACTIONS(1426), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1426), + [sym__fenced_code_block_start_backtick] = ACTIONS(1426), + [sym__fenced_code_block_start_tilde] = ACTIONS(1426), + [sym__blank_line_start] = ACTIONS(1426), + [sym__html_block_1_start] = ACTIONS(1426), + [sym__html_block_2_start] = ACTIONS(1426), + [sym__html_block_3_start] = ACTIONS(1426), + [sym__html_block_4_start] = ACTIONS(1426), + [sym__html_block_5_start] = ACTIONS(1426), + [sym__html_block_6_start] = ACTIONS(1426), + [sym__html_block_7_start] = ACTIONS(1426), + [sym__pipe_table_start] = ACTIONS(1426), + }, + [146] = { + [anon_sym_LBRACK] = ACTIONS(1430), + [anon_sym_RBRACK] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_DOLLAR] = ACTIONS(1432), + [anon_sym_PERCENT] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_SLASH] = ACTIONS(1432), + [anon_sym_COLON] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1432), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_AT] = ACTIONS(1432), + [anon_sym_BSLASH] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), + [anon_sym__] = ACTIONS(1432), + [anon_sym_BQUOTE] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_PIPE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_RPAREN] = ACTIONS(1432), + [aux_sym__word_token1] = ACTIONS(1432), + [aux_sym__word_token2] = ACTIONS(1432), + [aux_sym__word_token3] = ACTIONS(1432), + [sym__whitespace] = ACTIONS(1432), + [sym__soft_line_ending] = ACTIONS(1432), + [sym__block_close] = ACTIONS(1432), + [sym_block_continuation] = ACTIONS(1434), + [sym__block_quote_start] = ACTIONS(1432), + [sym__indented_chunk_start] = ACTIONS(1432), + [sym_atx_h1_marker] = ACTIONS(1432), + [sym_atx_h2_marker] = ACTIONS(1432), + [sym_atx_h3_marker] = ACTIONS(1432), + [sym_atx_h4_marker] = ACTIONS(1432), + [sym_atx_h5_marker] = ACTIONS(1432), + [sym_atx_h6_marker] = ACTIONS(1432), + [sym__thematic_break] = ACTIONS(1432), + [sym__list_marker_minus] = ACTIONS(1432), + [sym__list_marker_plus] = ACTIONS(1432), + [sym__list_marker_star] = ACTIONS(1432), + [sym__list_marker_parenthesis] = ACTIONS(1432), + [sym__list_marker_dot] = ACTIONS(1432), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1432), + [sym__fenced_code_block_start_backtick] = ACTIONS(1432), + [sym__fenced_code_block_start_tilde] = ACTIONS(1432), + [sym__blank_line_start] = ACTIONS(1432), + [sym__html_block_1_start] = ACTIONS(1432), + [sym__html_block_2_start] = ACTIONS(1432), + [sym__html_block_3_start] = ACTIONS(1432), + [sym__html_block_4_start] = ACTIONS(1432), + [sym__html_block_5_start] = ACTIONS(1432), + [sym__html_block_6_start] = ACTIONS(1432), + [sym__html_block_7_start] = ACTIONS(1432), + [sym__pipe_table_start] = ACTIONS(1432), + }, + [147] = { + [ts_builtin_sym_end] = ACTIONS(1127), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_LT] = ACTIONS(1127), + [anon_sym_GT] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [anon_sym_POUND] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SQUOTE] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1127), + [anon_sym_COMMA] = ACTIONS(1127), + [anon_sym_DASH] = ACTIONS(1127), + [anon_sym_DOT] = ACTIONS(1127), + [anon_sym_SLASH] = ACTIONS(1127), + [anon_sym_COLON] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1127), + [anon_sym_QMARK] = ACTIONS(1127), + [anon_sym_AT] = ACTIONS(1127), + [anon_sym_BSLASH] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1127), + [anon_sym__] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_LBRACE] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_RBRACE] = ACTIONS(1127), + [anon_sym_TILDE] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1127), + [aux_sym__word_token1] = ACTIONS(1127), + [aux_sym__word_token2] = ACTIONS(1127), + [aux_sym__word_token3] = ACTIONS(1127), + [sym__whitespace] = ACTIONS(1127), + [sym__soft_line_ending] = ACTIONS(1127), [sym_block_continuation] = ACTIONS(1436), - [sym__block_quote_start] = ACTIONS(1434), - [sym__indented_chunk_start] = ACTIONS(1434), - [sym_atx_h1_marker] = ACTIONS(1434), - [sym_atx_h2_marker] = ACTIONS(1434), - [sym_atx_h3_marker] = ACTIONS(1434), - [sym_atx_h4_marker] = ACTIONS(1434), - [sym_atx_h5_marker] = ACTIONS(1434), - [sym_atx_h6_marker] = ACTIONS(1434), - [sym__thematic_break] = ACTIONS(1434), - [sym__list_marker_minus] = ACTIONS(1434), - [sym__list_marker_plus] = ACTIONS(1434), - [sym__list_marker_star] = ACTIONS(1434), - [sym__list_marker_parenthesis] = ACTIONS(1434), - [sym__list_marker_dot] = ACTIONS(1434), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1434), - [sym__fenced_code_block_start_backtick] = ACTIONS(1434), - [sym__fenced_code_block_start_tilde] = ACTIONS(1434), - [sym__blank_line_start] = ACTIONS(1434), - [sym__html_block_1_start] = ACTIONS(1434), - [sym__html_block_2_start] = ACTIONS(1434), - [sym__html_block_3_start] = ACTIONS(1434), - [sym__html_block_4_start] = ACTIONS(1434), - [sym__html_block_5_start] = ACTIONS(1434), - [sym__html_block_6_start] = ACTIONS(1434), - [sym__html_block_7_start] = ACTIONS(1434), - [sym__pipe_table_start] = ACTIONS(1434), + [sym__block_quote_start] = ACTIONS(1127), + [sym__indented_chunk_start] = ACTIONS(1127), + [sym_atx_h1_marker] = ACTIONS(1127), + [sym_atx_h2_marker] = ACTIONS(1127), + [sym_atx_h3_marker] = ACTIONS(1127), + [sym_atx_h4_marker] = ACTIONS(1127), + [sym_atx_h5_marker] = ACTIONS(1127), + [sym_atx_h6_marker] = ACTIONS(1127), + [sym__thematic_break] = ACTIONS(1127), + [sym__list_marker_minus] = ACTIONS(1127), + [sym__list_marker_plus] = ACTIONS(1127), + [sym__list_marker_star] = ACTIONS(1127), + [sym__list_marker_parenthesis] = ACTIONS(1127), + [sym__list_marker_dot] = ACTIONS(1127), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1127), + [sym__fenced_code_block_start_backtick] = ACTIONS(1127), + [sym__fenced_code_block_start_tilde] = ACTIONS(1127), + [sym__blank_line_start] = ACTIONS(1127), + [sym__html_block_1_start] = ACTIONS(1127), + [sym__html_block_2_start] = ACTIONS(1127), + [sym__html_block_3_start] = ACTIONS(1127), + [sym__html_block_4_start] = ACTIONS(1127), + [sym__html_block_5_start] = ACTIONS(1127), + [sym__html_block_6_start] = ACTIONS(1127), + [sym__html_block_7_start] = ACTIONS(1127), + [sym__pipe_table_start] = ACTIONS(1127), }, - [154] = { + [148] = { [anon_sym_LBRACK] = ACTIONS(1438), [anon_sym_RBRACK] = ACTIONS(1440), [anon_sym_LT] = ACTIONS(1440), @@ -27223,293 +26797,505 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1440), [sym__pipe_table_start] = ACTIONS(1440), }, - [155] = { - [anon_sym_LBRACK] = ACTIONS(1328), - [anon_sym_RBRACK] = ACTIONS(1326), - [anon_sym_LT] = ACTIONS(1326), - [anon_sym_GT] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [anon_sym_POUND] = ACTIONS(1326), - [anon_sym_DOLLAR] = ACTIONS(1326), - [anon_sym_PERCENT] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_COMMA] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_DOT] = ACTIONS(1326), - [anon_sym_SLASH] = ACTIONS(1326), - [anon_sym_COLON] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym_EQ] = ACTIONS(1326), - [anon_sym_QMARK] = ACTIONS(1326), - [anon_sym_AT] = ACTIONS(1326), - [anon_sym_BSLASH] = ACTIONS(1326), - [anon_sym_CARET] = ACTIONS(1326), - [anon_sym__] = ACTIONS(1326), - [anon_sym_BQUOTE] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_PIPE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_LPAREN] = ACTIONS(1326), - [anon_sym_RPAREN] = ACTIONS(1326), - [aux_sym__word_token1] = ACTIONS(1326), - [aux_sym__word_token2] = ACTIONS(1326), - [aux_sym__word_token3] = ACTIONS(1326), - [sym__whitespace] = ACTIONS(1326), - [sym__soft_line_ending] = ACTIONS(1326), - [sym__block_close] = ACTIONS(1326), + [149] = { + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_RBRACK] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [anon_sym_POUND] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_PERCENT] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_COMMA] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_DOT] = ACTIONS(1294), + [anon_sym_SLASH] = ACTIONS(1294), + [anon_sym_COLON] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_EQ] = ACTIONS(1294), + [anon_sym_QMARK] = ACTIONS(1294), + [anon_sym_AT] = ACTIONS(1294), + [anon_sym_BSLASH] = ACTIONS(1294), + [anon_sym_CARET] = ACTIONS(1294), + [anon_sym__] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_LPAREN] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [aux_sym__word_token1] = ACTIONS(1294), + [aux_sym__word_token2] = ACTIONS(1294), + [aux_sym__word_token3] = ACTIONS(1294), + [sym__whitespace] = ACTIONS(1294), + [sym__soft_line_ending] = ACTIONS(1294), + [sym__block_close] = ACTIONS(1294), [sym_block_continuation] = ACTIONS(1444), - [sym__block_quote_start] = ACTIONS(1326), - [sym__indented_chunk_start] = ACTIONS(1326), - [sym_atx_h1_marker] = ACTIONS(1326), - [sym_atx_h2_marker] = ACTIONS(1326), - [sym_atx_h3_marker] = ACTIONS(1326), - [sym_atx_h4_marker] = ACTIONS(1326), - [sym_atx_h5_marker] = ACTIONS(1326), - [sym_atx_h6_marker] = ACTIONS(1326), - [sym__thematic_break] = ACTIONS(1326), - [sym__list_marker_minus] = ACTIONS(1326), - [sym__list_marker_plus] = ACTIONS(1326), - [sym__list_marker_star] = ACTIONS(1326), - [sym__list_marker_parenthesis] = ACTIONS(1326), - [sym__list_marker_dot] = ACTIONS(1326), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1326), - [sym__fenced_code_block_start_backtick] = ACTIONS(1326), - [sym__fenced_code_block_start_tilde] = ACTIONS(1326), - [sym__blank_line_start] = ACTIONS(1326), - [sym__html_block_1_start] = ACTIONS(1326), - [sym__html_block_2_start] = ACTIONS(1326), - [sym__html_block_3_start] = ACTIONS(1326), - [sym__html_block_4_start] = ACTIONS(1326), - [sym__html_block_5_start] = ACTIONS(1326), - [sym__html_block_6_start] = ACTIONS(1326), - [sym__html_block_7_start] = ACTIONS(1326), - [sym__pipe_table_start] = ACTIONS(1326), + [sym__block_quote_start] = ACTIONS(1294), + [sym__indented_chunk_start] = ACTIONS(1294), + [sym_atx_h1_marker] = ACTIONS(1294), + [sym_atx_h2_marker] = ACTIONS(1294), + [sym_atx_h3_marker] = ACTIONS(1294), + [sym_atx_h4_marker] = ACTIONS(1294), + [sym_atx_h5_marker] = ACTIONS(1294), + [sym_atx_h6_marker] = ACTIONS(1294), + [sym__thematic_break] = ACTIONS(1294), + [sym__list_marker_minus] = ACTIONS(1294), + [sym__list_marker_plus] = ACTIONS(1294), + [sym__list_marker_star] = ACTIONS(1294), + [sym__list_marker_parenthesis] = ACTIONS(1294), + [sym__list_marker_dot] = ACTIONS(1294), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1294), + [sym__fenced_code_block_start_backtick] = ACTIONS(1294), + [sym__fenced_code_block_start_tilde] = ACTIONS(1294), + [sym__blank_line_start] = ACTIONS(1294), + [sym__html_block_1_start] = ACTIONS(1294), + [sym__html_block_2_start] = ACTIONS(1294), + [sym__html_block_3_start] = ACTIONS(1294), + [sym__html_block_4_start] = ACTIONS(1294), + [sym__html_block_5_start] = ACTIONS(1294), + [sym__html_block_6_start] = ACTIONS(1294), + [sym__html_block_7_start] = ACTIONS(1294), + [sym__pipe_table_start] = ACTIONS(1294), }, - [156] = { - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_RBRACK] = ACTIONS(1448), - [anon_sym_LT] = ACTIONS(1448), - [anon_sym_GT] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [anon_sym_POUND] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_PERCENT] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1448), - [anon_sym_COLON] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_EQ] = ACTIONS(1448), - [anon_sym_QMARK] = ACTIONS(1448), - [anon_sym_AT] = ACTIONS(1448), - [anon_sym_BSLASH] = ACTIONS(1448), - [anon_sym_CARET] = ACTIONS(1448), - [anon_sym__] = ACTIONS(1448), - [anon_sym_BQUOTE] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_PIPE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_RPAREN] = ACTIONS(1448), - [aux_sym__word_token1] = ACTIONS(1448), - [aux_sym__word_token2] = ACTIONS(1448), - [aux_sym__word_token3] = ACTIONS(1448), - [sym__whitespace] = ACTIONS(1448), - [sym__soft_line_ending] = ACTIONS(1448), - [sym__block_close] = ACTIONS(1448), + [150] = { + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_RBRACK] = ACTIONS(1300), + [anon_sym_LT] = ACTIONS(1300), + [anon_sym_GT] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [anon_sym_POUND] = ACTIONS(1300), + [anon_sym_DOLLAR] = ACTIONS(1300), + [anon_sym_PERCENT] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_DOT] = ACTIONS(1300), + [anon_sym_SLASH] = ACTIONS(1300), + [anon_sym_COLON] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym_EQ] = ACTIONS(1300), + [anon_sym_QMARK] = ACTIONS(1300), + [anon_sym_AT] = ACTIONS(1300), + [anon_sym_BSLASH] = ACTIONS(1300), + [anon_sym_CARET] = ACTIONS(1300), + [anon_sym__] = ACTIONS(1300), + [anon_sym_BQUOTE] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_PIPE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1300), + [anon_sym_RPAREN] = ACTIONS(1300), + [aux_sym__word_token1] = ACTIONS(1300), + [aux_sym__word_token2] = ACTIONS(1300), + [aux_sym__word_token3] = ACTIONS(1300), + [sym__whitespace] = ACTIONS(1300), + [sym__soft_line_ending] = ACTIONS(1300), + [sym__block_close] = ACTIONS(1300), + [sym_block_continuation] = ACTIONS(1446), + [sym__block_quote_start] = ACTIONS(1300), + [sym__indented_chunk_start] = ACTIONS(1300), + [sym_atx_h1_marker] = ACTIONS(1300), + [sym_atx_h2_marker] = ACTIONS(1300), + [sym_atx_h3_marker] = ACTIONS(1300), + [sym_atx_h4_marker] = ACTIONS(1300), + [sym_atx_h5_marker] = ACTIONS(1300), + [sym_atx_h6_marker] = ACTIONS(1300), + [sym__thematic_break] = ACTIONS(1300), + [sym__list_marker_minus] = ACTIONS(1300), + [sym__list_marker_plus] = ACTIONS(1300), + [sym__list_marker_star] = ACTIONS(1300), + [sym__list_marker_parenthesis] = ACTIONS(1300), + [sym__list_marker_dot] = ACTIONS(1300), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1300), + [sym__fenced_code_block_start_backtick] = ACTIONS(1300), + [sym__fenced_code_block_start_tilde] = ACTIONS(1300), + [sym__blank_line_start] = ACTIONS(1300), + [sym__html_block_1_start] = ACTIONS(1300), + [sym__html_block_2_start] = ACTIONS(1300), + [sym__html_block_3_start] = ACTIONS(1300), + [sym__html_block_4_start] = ACTIONS(1300), + [sym__html_block_5_start] = ACTIONS(1300), + [sym__html_block_6_start] = ACTIONS(1300), + [sym__html_block_7_start] = ACTIONS(1300), + [sym__pipe_table_start] = ACTIONS(1300), + }, + [151] = { + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_RBRACK] = ACTIONS(1318), + [anon_sym_LT] = ACTIONS(1318), + [anon_sym_GT] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [anon_sym_POUND] = ACTIONS(1318), + [anon_sym_DOLLAR] = ACTIONS(1318), + [anon_sym_PERCENT] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_COMMA] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_DOT] = ACTIONS(1318), + [anon_sym_SLASH] = ACTIONS(1318), + [anon_sym_COLON] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym_EQ] = ACTIONS(1318), + [anon_sym_QMARK] = ACTIONS(1318), + [anon_sym_AT] = ACTIONS(1318), + [anon_sym_BSLASH] = ACTIONS(1318), + [anon_sym_CARET] = ACTIONS(1318), + [anon_sym__] = ACTIONS(1318), + [anon_sym_BQUOTE] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_PIPE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_RPAREN] = ACTIONS(1318), + [aux_sym__word_token1] = ACTIONS(1318), + [aux_sym__word_token2] = ACTIONS(1318), + [aux_sym__word_token3] = ACTIONS(1318), + [sym__whitespace] = ACTIONS(1318), + [sym__soft_line_ending] = ACTIONS(1318), + [sym__block_close] = ACTIONS(1318), + [sym_block_continuation] = ACTIONS(1448), + [sym__block_quote_start] = ACTIONS(1318), + [sym__indented_chunk_start] = ACTIONS(1318), + [sym_atx_h1_marker] = ACTIONS(1318), + [sym_atx_h2_marker] = ACTIONS(1318), + [sym_atx_h3_marker] = ACTIONS(1318), + [sym_atx_h4_marker] = ACTIONS(1318), + [sym_atx_h5_marker] = ACTIONS(1318), + [sym_atx_h6_marker] = ACTIONS(1318), + [sym__thematic_break] = ACTIONS(1318), + [sym__list_marker_minus] = ACTIONS(1318), + [sym__list_marker_plus] = ACTIONS(1318), + [sym__list_marker_star] = ACTIONS(1318), + [sym__list_marker_parenthesis] = ACTIONS(1318), + [sym__list_marker_dot] = ACTIONS(1318), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1318), + [sym__fenced_code_block_start_backtick] = ACTIONS(1318), + [sym__fenced_code_block_start_tilde] = ACTIONS(1318), + [sym__blank_line_start] = ACTIONS(1318), + [sym__html_block_1_start] = ACTIONS(1318), + [sym__html_block_2_start] = ACTIONS(1318), + [sym__html_block_3_start] = ACTIONS(1318), + [sym__html_block_4_start] = ACTIONS(1318), + [sym__html_block_5_start] = ACTIONS(1318), + [sym__html_block_6_start] = ACTIONS(1318), + [sym__html_block_7_start] = ACTIONS(1318), + [sym__pipe_table_start] = ACTIONS(1318), + }, + [152] = { + [anon_sym_LBRACK] = ACTIONS(1326), + [anon_sym_RBRACK] = ACTIONS(1324), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_BANG] = ACTIONS(1324), + [anon_sym_DQUOTE] = ACTIONS(1324), + [anon_sym_POUND] = ACTIONS(1324), + [anon_sym_DOLLAR] = ACTIONS(1324), + [anon_sym_PERCENT] = ACTIONS(1324), + [anon_sym_AMP] = ACTIONS(1324), + [anon_sym_SQUOTE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_COMMA] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_DOT] = ACTIONS(1324), + [anon_sym_SLASH] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SEMI] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [anon_sym_QMARK] = ACTIONS(1324), + [anon_sym_AT] = ACTIONS(1324), + [anon_sym_BSLASH] = ACTIONS(1324), + [anon_sym_CARET] = ACTIONS(1324), + [anon_sym__] = ACTIONS(1324), + [anon_sym_BQUOTE] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_PIPE] = ACTIONS(1324), + [anon_sym_RBRACE] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_RPAREN] = ACTIONS(1324), + [aux_sym__word_token1] = ACTIONS(1324), + [aux_sym__word_token2] = ACTIONS(1324), + [aux_sym__word_token3] = ACTIONS(1324), + [sym__whitespace] = ACTIONS(1324), + [sym__soft_line_ending] = ACTIONS(1324), + [sym__block_close] = ACTIONS(1324), [sym_block_continuation] = ACTIONS(1450), - [sym__block_quote_start] = ACTIONS(1448), - [sym__indented_chunk_start] = ACTIONS(1448), - [sym_atx_h1_marker] = ACTIONS(1448), - [sym_atx_h2_marker] = ACTIONS(1448), - [sym_atx_h3_marker] = ACTIONS(1448), - [sym_atx_h4_marker] = ACTIONS(1448), - [sym_atx_h5_marker] = ACTIONS(1448), - [sym_atx_h6_marker] = ACTIONS(1448), - [sym__thematic_break] = ACTIONS(1448), - [sym__list_marker_minus] = ACTIONS(1448), - [sym__list_marker_plus] = ACTIONS(1448), - [sym__list_marker_star] = ACTIONS(1448), - [sym__list_marker_parenthesis] = ACTIONS(1448), - [sym__list_marker_dot] = ACTIONS(1448), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1448), - [sym__fenced_code_block_start_backtick] = ACTIONS(1448), - [sym__fenced_code_block_start_tilde] = ACTIONS(1448), - [sym__blank_line_start] = ACTIONS(1448), - [sym__html_block_1_start] = ACTIONS(1448), - [sym__html_block_2_start] = ACTIONS(1448), - [sym__html_block_3_start] = ACTIONS(1448), - [sym__html_block_4_start] = ACTIONS(1448), - [sym__html_block_5_start] = ACTIONS(1448), - [sym__html_block_6_start] = ACTIONS(1448), - [sym__html_block_7_start] = ACTIONS(1448), - [sym__pipe_table_start] = ACTIONS(1448), + [sym__block_quote_start] = ACTIONS(1324), + [sym__indented_chunk_start] = ACTIONS(1324), + [sym_atx_h1_marker] = ACTIONS(1324), + [sym_atx_h2_marker] = ACTIONS(1324), + [sym_atx_h3_marker] = ACTIONS(1324), + [sym_atx_h4_marker] = ACTIONS(1324), + [sym_atx_h5_marker] = ACTIONS(1324), + [sym_atx_h6_marker] = ACTIONS(1324), + [sym__thematic_break] = ACTIONS(1324), + [sym__list_marker_minus] = ACTIONS(1324), + [sym__list_marker_plus] = ACTIONS(1324), + [sym__list_marker_star] = ACTIONS(1324), + [sym__list_marker_parenthesis] = ACTIONS(1324), + [sym__list_marker_dot] = ACTIONS(1324), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1324), + [sym__fenced_code_block_start_backtick] = ACTIONS(1324), + [sym__fenced_code_block_start_tilde] = ACTIONS(1324), + [sym__blank_line_start] = ACTIONS(1324), + [sym__html_block_1_start] = ACTIONS(1324), + [sym__html_block_2_start] = ACTIONS(1324), + [sym__html_block_3_start] = ACTIONS(1324), + [sym__html_block_4_start] = ACTIONS(1324), + [sym__html_block_5_start] = ACTIONS(1324), + [sym__html_block_6_start] = ACTIONS(1324), + [sym__html_block_7_start] = ACTIONS(1324), + [sym__pipe_table_start] = ACTIONS(1324), }, - [157] = { - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1454), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [anon_sym_PERCENT] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_COMMA] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_DOT] = ACTIONS(1454), - [anon_sym_SLASH] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1454), - [anon_sym__] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_RPAREN] = ACTIONS(1454), - [aux_sym__word_token1] = ACTIONS(1454), - [aux_sym__word_token2] = ACTIONS(1454), - [aux_sym__word_token3] = ACTIONS(1454), - [sym__whitespace] = ACTIONS(1454), - [sym__soft_line_ending] = ACTIONS(1454), - [sym__block_close] = ACTIONS(1454), - [sym_block_continuation] = ACTIONS(1456), - [sym__block_quote_start] = ACTIONS(1454), - [sym__indented_chunk_start] = ACTIONS(1454), - [sym_atx_h1_marker] = ACTIONS(1454), - [sym_atx_h2_marker] = ACTIONS(1454), - [sym_atx_h3_marker] = ACTIONS(1454), - [sym_atx_h4_marker] = ACTIONS(1454), - [sym_atx_h5_marker] = ACTIONS(1454), - [sym_atx_h6_marker] = ACTIONS(1454), - [sym__thematic_break] = ACTIONS(1454), - [sym__list_marker_minus] = ACTIONS(1454), - [sym__list_marker_plus] = ACTIONS(1454), - [sym__list_marker_star] = ACTIONS(1454), - [sym__list_marker_parenthesis] = ACTIONS(1454), - [sym__list_marker_dot] = ACTIONS(1454), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1454), - [sym__fenced_code_block_start_backtick] = ACTIONS(1454), - [sym__fenced_code_block_start_tilde] = ACTIONS(1454), - [sym__blank_line_start] = ACTIONS(1454), - [sym__html_block_1_start] = ACTIONS(1454), - [sym__html_block_2_start] = ACTIONS(1454), - [sym__html_block_3_start] = ACTIONS(1454), - [sym__html_block_4_start] = ACTIONS(1454), - [sym__html_block_5_start] = ACTIONS(1454), - [sym__html_block_6_start] = ACTIONS(1454), - [sym__html_block_7_start] = ACTIONS(1454), - [sym__pipe_table_start] = ACTIONS(1454), + [153] = { + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_RBRACK] = ACTIONS(1366), + [anon_sym_LT] = ACTIONS(1366), + [anon_sym_GT] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [anon_sym_POUND] = ACTIONS(1366), + [anon_sym_DOLLAR] = ACTIONS(1366), + [anon_sym_PERCENT] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_COMMA] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_DOT] = ACTIONS(1366), + [anon_sym_SLASH] = ACTIONS(1366), + [anon_sym_COLON] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym_EQ] = ACTIONS(1366), + [anon_sym_QMARK] = ACTIONS(1366), + [anon_sym_AT] = ACTIONS(1366), + [anon_sym_BSLASH] = ACTIONS(1366), + [anon_sym_CARET] = ACTIONS(1366), + [anon_sym__] = ACTIONS(1366), + [anon_sym_BQUOTE] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_PIPE] = ACTIONS(1366), + [anon_sym_RBRACE] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1366), + [aux_sym__word_token1] = ACTIONS(1366), + [aux_sym__word_token2] = ACTIONS(1366), + [aux_sym__word_token3] = ACTIONS(1366), + [sym__whitespace] = ACTIONS(1366), + [sym__soft_line_ending] = ACTIONS(1366), + [sym__block_close] = ACTIONS(1366), + [sym_block_continuation] = ACTIONS(1452), + [sym__block_quote_start] = ACTIONS(1366), + [sym__indented_chunk_start] = ACTIONS(1366), + [sym_atx_h1_marker] = ACTIONS(1366), + [sym_atx_h2_marker] = ACTIONS(1366), + [sym_atx_h3_marker] = ACTIONS(1366), + [sym_atx_h4_marker] = ACTIONS(1366), + [sym_atx_h5_marker] = ACTIONS(1366), + [sym_atx_h6_marker] = ACTIONS(1366), + [sym__thematic_break] = ACTIONS(1366), + [sym__list_marker_minus] = ACTIONS(1366), + [sym__list_marker_plus] = ACTIONS(1366), + [sym__list_marker_star] = ACTIONS(1366), + [sym__list_marker_parenthesis] = ACTIONS(1366), + [sym__list_marker_dot] = ACTIONS(1366), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1366), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1366), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1366), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1366), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1366), + [sym__fenced_code_block_start_backtick] = ACTIONS(1366), + [sym__fenced_code_block_start_tilde] = ACTIONS(1366), + [sym__blank_line_start] = ACTIONS(1366), + [sym__html_block_1_start] = ACTIONS(1366), + [sym__html_block_2_start] = ACTIONS(1366), + [sym__html_block_3_start] = ACTIONS(1366), + [sym__html_block_4_start] = ACTIONS(1366), + [sym__html_block_5_start] = ACTIONS(1366), + [sym__html_block_6_start] = ACTIONS(1366), + [sym__html_block_7_start] = ACTIONS(1366), + [sym__pipe_table_start] = ACTIONS(1366), }, - [158] = { - [anon_sym_LBRACK] = ACTIONS(1458), - [anon_sym_RBRACK] = ACTIONS(1460), - [anon_sym_LT] = ACTIONS(1460), - [anon_sym_GT] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [anon_sym_POUND] = ACTIONS(1460), - [anon_sym_DOLLAR] = ACTIONS(1460), - [anon_sym_PERCENT] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_COMMA] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_DOT] = ACTIONS(1460), - [anon_sym_SLASH] = ACTIONS(1460), - [anon_sym_COLON] = ACTIONS(1460), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_EQ] = ACTIONS(1460), - [anon_sym_QMARK] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1460), - [anon_sym_BSLASH] = ACTIONS(1460), - [anon_sym_CARET] = ACTIONS(1460), - [anon_sym__] = ACTIONS(1460), - [anon_sym_BQUOTE] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_PIPE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1460), - [anon_sym_RPAREN] = ACTIONS(1460), - [aux_sym__word_token1] = ACTIONS(1460), - [aux_sym__word_token2] = ACTIONS(1460), - [aux_sym__word_token3] = ACTIONS(1460), - [sym__whitespace] = ACTIONS(1460), - [sym__soft_line_ending] = ACTIONS(1460), - [sym__block_close] = ACTIONS(1460), - [sym_block_continuation] = ACTIONS(1462), - [sym__block_quote_start] = ACTIONS(1460), - [sym__indented_chunk_start] = ACTIONS(1460), - [sym_atx_h1_marker] = ACTIONS(1460), - [sym_atx_h2_marker] = ACTIONS(1460), - [sym_atx_h3_marker] = ACTIONS(1460), - [sym_atx_h4_marker] = ACTIONS(1460), - [sym_atx_h5_marker] = ACTIONS(1460), - [sym_atx_h6_marker] = ACTIONS(1460), - [sym__thematic_break] = ACTIONS(1460), - [sym__list_marker_minus] = ACTIONS(1460), - [sym__list_marker_plus] = ACTIONS(1460), - [sym__list_marker_star] = ACTIONS(1460), - [sym__list_marker_parenthesis] = ACTIONS(1460), - [sym__list_marker_dot] = ACTIONS(1460), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1460), - [sym__fenced_code_block_start_backtick] = ACTIONS(1460), - [sym__fenced_code_block_start_tilde] = ACTIONS(1460), - [sym__blank_line_start] = ACTIONS(1460), - [sym__html_block_1_start] = ACTIONS(1460), - [sym__html_block_2_start] = ACTIONS(1460), - [sym__html_block_3_start] = ACTIONS(1460), - [sym__html_block_4_start] = ACTIONS(1460), - [sym__html_block_5_start] = ACTIONS(1460), - [sym__html_block_6_start] = ACTIONS(1460), - [sym__html_block_7_start] = ACTIONS(1460), - [sym__pipe_table_start] = ACTIONS(1460), + [154] = { + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_RBRACK] = ACTIONS(1456), + [anon_sym_LT] = ACTIONS(1456), + [anon_sym_GT] = ACTIONS(1456), + [anon_sym_BANG] = ACTIONS(1456), + [anon_sym_DQUOTE] = ACTIONS(1456), + [anon_sym_POUND] = ACTIONS(1456), + [anon_sym_DOLLAR] = ACTIONS(1456), + [anon_sym_PERCENT] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SQUOTE] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_COMMA] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_DOT] = ACTIONS(1456), + [anon_sym_SLASH] = ACTIONS(1456), + [anon_sym_COLON] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1456), + [anon_sym_EQ] = ACTIONS(1456), + [anon_sym_QMARK] = ACTIONS(1456), + [anon_sym_AT] = ACTIONS(1456), + [anon_sym_BSLASH] = ACTIONS(1456), + [anon_sym_CARET] = ACTIONS(1456), + [anon_sym__] = ACTIONS(1456), + [anon_sym_BQUOTE] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1456), + [anon_sym_RBRACE] = ACTIONS(1456), + [anon_sym_TILDE] = ACTIONS(1456), + [anon_sym_LPAREN] = ACTIONS(1456), + [anon_sym_RPAREN] = ACTIONS(1456), + [aux_sym__word_token1] = ACTIONS(1456), + [aux_sym__word_token2] = ACTIONS(1456), + [aux_sym__word_token3] = ACTIONS(1456), + [sym__whitespace] = ACTIONS(1456), + [sym__soft_line_ending] = ACTIONS(1456), + [sym__block_close] = ACTIONS(1456), + [sym_block_continuation] = ACTIONS(1458), + [sym__block_quote_start] = ACTIONS(1456), + [sym__indented_chunk_start] = ACTIONS(1456), + [sym_atx_h1_marker] = ACTIONS(1456), + [sym_atx_h2_marker] = ACTIONS(1456), + [sym_atx_h3_marker] = ACTIONS(1456), + [sym_atx_h4_marker] = ACTIONS(1456), + [sym_atx_h5_marker] = ACTIONS(1456), + [sym_atx_h6_marker] = ACTIONS(1456), + [sym__thematic_break] = ACTIONS(1456), + [sym__list_marker_minus] = ACTIONS(1456), + [sym__list_marker_plus] = ACTIONS(1456), + [sym__list_marker_star] = ACTIONS(1456), + [sym__list_marker_parenthesis] = ACTIONS(1456), + [sym__list_marker_dot] = ACTIONS(1456), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1456), + [sym__fenced_code_block_start_backtick] = ACTIONS(1456), + [sym__fenced_code_block_start_tilde] = ACTIONS(1456), + [sym__blank_line_start] = ACTIONS(1456), + [sym__html_block_1_start] = ACTIONS(1456), + [sym__html_block_2_start] = ACTIONS(1456), + [sym__html_block_3_start] = ACTIONS(1456), + [sym__html_block_4_start] = ACTIONS(1456), + [sym__html_block_5_start] = ACTIONS(1456), + [sym__html_block_6_start] = ACTIONS(1456), + [sym__html_block_7_start] = ACTIONS(1456), + [sym__pipe_table_start] = ACTIONS(1456), }, - [159] = { - [ts_builtin_sym_end] = ACTIONS(1464), - [anon_sym_LBRACK] = ACTIONS(1466), + [155] = { + [ts_builtin_sym_end] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1424), + [anon_sym_RBRACK] = ACTIONS(1426), + [anon_sym_LT] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [anon_sym_POUND] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_PERCENT] = ACTIONS(1426), + [anon_sym_AMP] = ACTIONS(1426), + [anon_sym_SQUOTE] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_COMMA] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_COLON] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_EQ] = ACTIONS(1426), + [anon_sym_QMARK] = ACTIONS(1426), + [anon_sym_AT] = ACTIONS(1426), + [anon_sym_BSLASH] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [anon_sym__] = ACTIONS(1426), + [anon_sym_BQUOTE] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [aux_sym__word_token1] = ACTIONS(1426), + [aux_sym__word_token2] = ACTIONS(1426), + [aux_sym__word_token3] = ACTIONS(1426), + [sym__whitespace] = ACTIONS(1426), + [sym__soft_line_ending] = ACTIONS(1426), + [sym_block_continuation] = ACTIONS(1460), + [sym__block_quote_start] = ACTIONS(1426), + [sym__indented_chunk_start] = ACTIONS(1426), + [sym_atx_h1_marker] = ACTIONS(1426), + [sym_atx_h2_marker] = ACTIONS(1426), + [sym_atx_h3_marker] = ACTIONS(1426), + [sym_atx_h4_marker] = ACTIONS(1426), + [sym_atx_h5_marker] = ACTIONS(1426), + [sym_atx_h6_marker] = ACTIONS(1426), + [sym__thematic_break] = ACTIONS(1426), + [sym__list_marker_minus] = ACTIONS(1426), + [sym__list_marker_plus] = ACTIONS(1426), + [sym__list_marker_star] = ACTIONS(1426), + [sym__list_marker_parenthesis] = ACTIONS(1426), + [sym__list_marker_dot] = ACTIONS(1426), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1426), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1426), + [sym__fenced_code_block_start_backtick] = ACTIONS(1426), + [sym__fenced_code_block_start_tilde] = ACTIONS(1426), + [sym__blank_line_start] = ACTIONS(1426), + [sym__html_block_1_start] = ACTIONS(1426), + [sym__html_block_2_start] = ACTIONS(1426), + [sym__html_block_3_start] = ACTIONS(1426), + [sym__html_block_4_start] = ACTIONS(1426), + [sym__html_block_5_start] = ACTIONS(1426), + [sym__html_block_6_start] = ACTIONS(1426), + [sym__html_block_7_start] = ACTIONS(1426), + [sym__pipe_table_start] = ACTIONS(1426), + }, + [156] = { + [anon_sym_LBRACK] = ACTIONS(1462), [anon_sym_RBRACK] = ACTIONS(1464), [anon_sym_LT] = ACTIONS(1464), [anon_sym_GT] = ACTIONS(1464), @@ -27546,7 +27332,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1464), [sym__whitespace] = ACTIONS(1464), [sym__soft_line_ending] = ACTIONS(1464), - [sym_block_continuation] = ACTIONS(1468), + [sym__block_close] = ACTIONS(1464), + [sym_block_continuation] = ACTIONS(1466), [sym__block_quote_start] = ACTIONS(1464), [sym__indented_chunk_start] = ACTIONS(1464), [sym_atx_h1_marker] = ACTIONS(1464), @@ -27578,149 +27365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1464), [sym__pipe_table_start] = ACTIONS(1464), }, - [160] = { - [anon_sym_LBRACK] = ACTIONS(1470), - [anon_sym_RBRACK] = ACTIONS(1472), - [anon_sym_LT] = ACTIONS(1472), - [anon_sym_GT] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [anon_sym_POUND] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [anon_sym_PERCENT] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_COMMA] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_DOT] = ACTIONS(1472), - [anon_sym_SLASH] = ACTIONS(1472), - [anon_sym_COLON] = ACTIONS(1472), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_EQ] = ACTIONS(1472), - [anon_sym_QMARK] = ACTIONS(1472), - [anon_sym_AT] = ACTIONS(1472), - [anon_sym_BSLASH] = ACTIONS(1472), - [anon_sym_CARET] = ACTIONS(1472), - [anon_sym__] = ACTIONS(1472), - [anon_sym_BQUOTE] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PIPE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1472), - [aux_sym__word_token1] = ACTIONS(1472), - [aux_sym__word_token2] = ACTIONS(1472), - [aux_sym__word_token3] = ACTIONS(1472), - [sym__whitespace] = ACTIONS(1472), - [sym__soft_line_ending] = ACTIONS(1472), - [sym__block_close] = ACTIONS(1472), - [sym_block_continuation] = ACTIONS(1474), - [sym__block_quote_start] = ACTIONS(1472), - [sym__indented_chunk_start] = ACTIONS(1472), - [sym_atx_h1_marker] = ACTIONS(1472), - [sym_atx_h2_marker] = ACTIONS(1472), - [sym_atx_h3_marker] = ACTIONS(1472), - [sym_atx_h4_marker] = ACTIONS(1472), - [sym_atx_h5_marker] = ACTIONS(1472), - [sym_atx_h6_marker] = ACTIONS(1472), - [sym__thematic_break] = ACTIONS(1472), - [sym__list_marker_minus] = ACTIONS(1472), - [sym__list_marker_plus] = ACTIONS(1472), - [sym__list_marker_star] = ACTIONS(1472), - [sym__list_marker_parenthesis] = ACTIONS(1472), - [sym__list_marker_dot] = ACTIONS(1472), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1472), - [sym__fenced_code_block_start_backtick] = ACTIONS(1472), - [sym__fenced_code_block_start_tilde] = ACTIONS(1472), - [sym__blank_line_start] = ACTIONS(1472), - [sym__html_block_1_start] = ACTIONS(1472), - [sym__html_block_2_start] = ACTIONS(1472), - [sym__html_block_3_start] = ACTIONS(1472), - [sym__html_block_4_start] = ACTIONS(1472), - [sym__html_block_5_start] = ACTIONS(1472), - [sym__html_block_6_start] = ACTIONS(1472), - [sym__html_block_7_start] = ACTIONS(1472), - [sym__pipe_table_start] = ACTIONS(1472), - }, - [161] = { - [ts_builtin_sym_end] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1332), - [anon_sym_RBRACK] = ACTIONS(1334), - [anon_sym_LT] = ACTIONS(1334), - [anon_sym_GT] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [anon_sym_POUND] = ACTIONS(1334), - [anon_sym_DOLLAR] = ACTIONS(1334), - [anon_sym_PERCENT] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_COMMA] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_DOT] = ACTIONS(1334), - [anon_sym_SLASH] = ACTIONS(1334), - [anon_sym_COLON] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym_EQ] = ACTIONS(1334), - [anon_sym_QMARK] = ACTIONS(1334), - [anon_sym_AT] = ACTIONS(1334), - [anon_sym_BSLASH] = ACTIONS(1334), - [anon_sym_CARET] = ACTIONS(1334), - [anon_sym__] = ACTIONS(1334), - [anon_sym_BQUOTE] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_PIPE] = ACTIONS(1334), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1334), - [anon_sym_RPAREN] = ACTIONS(1334), - [aux_sym__word_token1] = ACTIONS(1334), - [aux_sym__word_token2] = ACTIONS(1334), - [aux_sym__word_token3] = ACTIONS(1334), - [sym__whitespace] = ACTIONS(1334), - [sym__soft_line_ending] = ACTIONS(1334), - [sym_block_continuation] = ACTIONS(1476), - [sym__block_quote_start] = ACTIONS(1334), - [sym__indented_chunk_start] = ACTIONS(1334), - [sym_atx_h1_marker] = ACTIONS(1334), - [sym_atx_h2_marker] = ACTIONS(1334), - [sym_atx_h3_marker] = ACTIONS(1334), - [sym_atx_h4_marker] = ACTIONS(1334), - [sym_atx_h5_marker] = ACTIONS(1334), - [sym_atx_h6_marker] = ACTIONS(1334), - [sym__thematic_break] = ACTIONS(1334), - [sym__list_marker_minus] = ACTIONS(1334), - [sym__list_marker_plus] = ACTIONS(1334), - [sym__list_marker_star] = ACTIONS(1334), - [sym__list_marker_parenthesis] = ACTIONS(1334), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__fenced_code_block_start_backtick] = ACTIONS(1334), - [sym__fenced_code_block_start_tilde] = ACTIONS(1334), - [sym__blank_line_start] = ACTIONS(1334), - [sym__html_block_1_start] = ACTIONS(1334), - [sym__html_block_2_start] = ACTIONS(1334), - [sym__html_block_3_start] = ACTIONS(1334), - [sym__html_block_4_start] = ACTIONS(1334), - [sym__html_block_5_start] = ACTIONS(1334), - [sym__html_block_6_start] = ACTIONS(1334), - [sym__html_block_7_start] = ACTIONS(1334), - [sym__pipe_table_start] = ACTIONS(1334), - }, - [162] = { + [157] = { [anon_sym_LBRACK] = ACTIONS(1308), [anon_sym_RBRACK] = ACTIONS(1306), [anon_sym_LT] = ACTIONS(1306), @@ -27759,7 +27404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(1306), [sym__soft_line_ending] = ACTIONS(1306), [sym__block_close] = ACTIONS(1306), - [sym_block_continuation] = ACTIONS(1478), + [sym_block_continuation] = ACTIONS(1468), [sym__block_quote_start] = ACTIONS(1306), [sym__indented_chunk_start] = ACTIONS(1306), [sym_atx_h1_marker] = ACTIONS(1306), @@ -27791,6 +27436,361 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1306), [sym__pipe_table_start] = ACTIONS(1306), }, + [158] = { + [ts_builtin_sym_end] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_LT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_POUND] = ACTIONS(1470), + [anon_sym_DOLLAR] = ACTIONS(1470), + [anon_sym_PERCENT] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_DOT] = ACTIONS(1470), + [anon_sym_SLASH] = ACTIONS(1470), + [anon_sym_COLON] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_EQ] = ACTIONS(1470), + [anon_sym_QMARK] = ACTIONS(1470), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_BSLASH] = ACTIONS(1470), + [anon_sym_CARET] = ACTIONS(1470), + [anon_sym__] = ACTIONS(1470), + [anon_sym_BQUOTE] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_RPAREN] = ACTIONS(1470), + [aux_sym__word_token1] = ACTIONS(1470), + [aux_sym__word_token2] = ACTIONS(1470), + [aux_sym__word_token3] = ACTIONS(1470), + [sym__whitespace] = ACTIONS(1470), + [sym__soft_line_ending] = ACTIONS(1470), + [sym__block_quote_start] = ACTIONS(1470), + [sym__indented_chunk_start] = ACTIONS(1470), + [sym_atx_h1_marker] = ACTIONS(1470), + [sym_atx_h2_marker] = ACTIONS(1470), + [sym_atx_h3_marker] = ACTIONS(1470), + [sym_atx_h4_marker] = ACTIONS(1470), + [sym_atx_h5_marker] = ACTIONS(1470), + [sym_atx_h6_marker] = ACTIONS(1470), + [sym__thematic_break] = ACTIONS(1470), + [sym__list_marker_minus] = ACTIONS(1470), + [sym__list_marker_plus] = ACTIONS(1470), + [sym__list_marker_star] = ACTIONS(1470), + [sym__list_marker_parenthesis] = ACTIONS(1470), + [sym__list_marker_dot] = ACTIONS(1470), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1470), + [sym__fenced_code_block_start_backtick] = ACTIONS(1470), + [sym__fenced_code_block_start_tilde] = ACTIONS(1470), + [sym__blank_line_start] = ACTIONS(1470), + [sym__html_block_1_start] = ACTIONS(1470), + [sym__html_block_2_start] = ACTIONS(1470), + [sym__html_block_3_start] = ACTIONS(1470), + [sym__html_block_4_start] = ACTIONS(1470), + [sym__html_block_5_start] = ACTIONS(1470), + [sym__html_block_6_start] = ACTIONS(1470), + [sym__html_block_7_start] = ACTIONS(1470), + [sym__no_indented_chunk] = ACTIONS(1470), + [sym__pipe_table_start] = ACTIONS(1470), + }, + [159] = { + [anon_sym_LBRACK] = ACTIONS(1314), + [anon_sym_RBRACK] = ACTIONS(1312), + [anon_sym_LT] = ACTIONS(1312), + [anon_sym_GT] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [anon_sym_POUND] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_PERCENT] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1312), + [anon_sym_COMMA] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_DOT] = ACTIONS(1312), + [anon_sym_SLASH] = ACTIONS(1312), + [anon_sym_COLON] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_EQ] = ACTIONS(1312), + [anon_sym_QMARK] = ACTIONS(1312), + [anon_sym_AT] = ACTIONS(1312), + [anon_sym_BSLASH] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [anon_sym__] = ACTIONS(1312), + [anon_sym_BQUOTE] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_RPAREN] = ACTIONS(1312), + [aux_sym__word_token1] = ACTIONS(1312), + [aux_sym__word_token2] = ACTIONS(1312), + [aux_sym__word_token3] = ACTIONS(1312), + [sym__whitespace] = ACTIONS(1312), + [sym__soft_line_ending] = ACTIONS(1312), + [sym__block_close] = ACTIONS(1312), + [sym_block_continuation] = ACTIONS(1474), + [sym__block_quote_start] = ACTIONS(1312), + [sym__indented_chunk_start] = ACTIONS(1312), + [sym_atx_h1_marker] = ACTIONS(1312), + [sym_atx_h2_marker] = ACTIONS(1312), + [sym_atx_h3_marker] = ACTIONS(1312), + [sym_atx_h4_marker] = ACTIONS(1312), + [sym_atx_h5_marker] = ACTIONS(1312), + [sym_atx_h6_marker] = ACTIONS(1312), + [sym__thematic_break] = ACTIONS(1312), + [sym__list_marker_minus] = ACTIONS(1312), + [sym__list_marker_plus] = ACTIONS(1312), + [sym__list_marker_star] = ACTIONS(1312), + [sym__list_marker_parenthesis] = ACTIONS(1312), + [sym__list_marker_dot] = ACTIONS(1312), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1312), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1312), + [sym__fenced_code_block_start_backtick] = ACTIONS(1312), + [sym__fenced_code_block_start_tilde] = ACTIONS(1312), + [sym__blank_line_start] = ACTIONS(1312), + [sym__html_block_1_start] = ACTIONS(1312), + [sym__html_block_2_start] = ACTIONS(1312), + [sym__html_block_3_start] = ACTIONS(1312), + [sym__html_block_4_start] = ACTIONS(1312), + [sym__html_block_5_start] = ACTIONS(1312), + [sym__html_block_6_start] = ACTIONS(1312), + [sym__html_block_7_start] = ACTIONS(1312), + [sym__pipe_table_start] = ACTIONS(1312), + }, + [160] = { + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_LT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_POUND] = ACTIONS(1470), + [anon_sym_DOLLAR] = ACTIONS(1470), + [anon_sym_PERCENT] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_DOT] = ACTIONS(1470), + [anon_sym_SLASH] = ACTIONS(1470), + [anon_sym_COLON] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_EQ] = ACTIONS(1470), + [anon_sym_QMARK] = ACTIONS(1470), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_BSLASH] = ACTIONS(1470), + [anon_sym_CARET] = ACTIONS(1470), + [anon_sym__] = ACTIONS(1470), + [anon_sym_BQUOTE] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_RPAREN] = ACTIONS(1470), + [aux_sym__word_token1] = ACTIONS(1470), + [aux_sym__word_token2] = ACTIONS(1470), + [aux_sym__word_token3] = ACTIONS(1470), + [sym__whitespace] = ACTIONS(1470), + [sym__soft_line_ending] = ACTIONS(1470), + [sym__block_close] = ACTIONS(1470), + [sym__block_quote_start] = ACTIONS(1470), + [sym__indented_chunk_start] = ACTIONS(1470), + [sym_atx_h1_marker] = ACTIONS(1470), + [sym_atx_h2_marker] = ACTIONS(1470), + [sym_atx_h3_marker] = ACTIONS(1470), + [sym_atx_h4_marker] = ACTIONS(1470), + [sym_atx_h5_marker] = ACTIONS(1470), + [sym_atx_h6_marker] = ACTIONS(1470), + [sym__thematic_break] = ACTIONS(1470), + [sym__list_marker_minus] = ACTIONS(1470), + [sym__list_marker_plus] = ACTIONS(1470), + [sym__list_marker_star] = ACTIONS(1470), + [sym__list_marker_parenthesis] = ACTIONS(1470), + [sym__list_marker_dot] = ACTIONS(1470), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1470), + [sym__fenced_code_block_start_backtick] = ACTIONS(1470), + [sym__fenced_code_block_start_tilde] = ACTIONS(1470), + [sym__blank_line_start] = ACTIONS(1470), + [sym__html_block_1_start] = ACTIONS(1470), + [sym__html_block_2_start] = ACTIONS(1470), + [sym__html_block_3_start] = ACTIONS(1470), + [sym__html_block_4_start] = ACTIONS(1470), + [sym__html_block_5_start] = ACTIONS(1470), + [sym__html_block_6_start] = ACTIONS(1470), + [sym__html_block_7_start] = ACTIONS(1470), + [sym__no_indented_chunk] = ACTIONS(1470), + [sym__pipe_table_start] = ACTIONS(1470), + }, + [161] = { + [ts_builtin_sym_end] = ACTIONS(1240), + [anon_sym_LBRACK] = ACTIONS(1242), + [anon_sym_RBRACK] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_POUND] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_COMMA] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_DOT] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_COLON] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_AT] = ACTIONS(1240), + [anon_sym_BSLASH] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym__] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_RBRACE] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [aux_sym__word_token1] = ACTIONS(1240), + [aux_sym__word_token2] = ACTIONS(1240), + [aux_sym__word_token3] = ACTIONS(1240), + [sym__whitespace] = ACTIONS(1240), + [sym__soft_line_ending] = ACTIONS(1240), + [sym_block_continuation] = ACTIONS(1476), + [sym__block_quote_start] = ACTIONS(1240), + [sym__indented_chunk_start] = ACTIONS(1240), + [sym_atx_h1_marker] = ACTIONS(1240), + [sym_atx_h2_marker] = ACTIONS(1240), + [sym_atx_h3_marker] = ACTIONS(1240), + [sym_atx_h4_marker] = ACTIONS(1240), + [sym_atx_h5_marker] = ACTIONS(1240), + [sym_atx_h6_marker] = ACTIONS(1240), + [sym__thematic_break] = ACTIONS(1240), + [sym__list_marker_minus] = ACTIONS(1240), + [sym__list_marker_plus] = ACTIONS(1240), + [sym__list_marker_star] = ACTIONS(1240), + [sym__list_marker_parenthesis] = ACTIONS(1240), + [sym__list_marker_dot] = ACTIONS(1240), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1240), + [sym__fenced_code_block_start_backtick] = ACTIONS(1240), + [sym__fenced_code_block_start_tilde] = ACTIONS(1240), + [sym__blank_line_start] = ACTIONS(1240), + [sym__html_block_1_start] = ACTIONS(1240), + [sym__html_block_2_start] = ACTIONS(1240), + [sym__html_block_3_start] = ACTIONS(1240), + [sym__html_block_4_start] = ACTIONS(1240), + [sym__html_block_5_start] = ACTIONS(1240), + [sym__html_block_6_start] = ACTIONS(1240), + [sym__html_block_7_start] = ACTIONS(1240), + [sym__pipe_table_start] = ACTIONS(1240), + }, + [162] = { + [anon_sym_LBRACK] = ACTIONS(1242), + [anon_sym_RBRACK] = ACTIONS(1240), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_POUND] = ACTIONS(1240), + [anon_sym_DOLLAR] = ACTIONS(1240), + [anon_sym_PERCENT] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_COMMA] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_DOT] = ACTIONS(1240), + [anon_sym_SLASH] = ACTIONS(1240), + [anon_sym_COLON] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym_EQ] = ACTIONS(1240), + [anon_sym_QMARK] = ACTIONS(1240), + [anon_sym_AT] = ACTIONS(1240), + [anon_sym_BSLASH] = ACTIONS(1240), + [anon_sym_CARET] = ACTIONS(1240), + [anon_sym__] = ACTIONS(1240), + [anon_sym_BQUOTE] = ACTIONS(1240), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_PIPE] = ACTIONS(1240), + [anon_sym_RBRACE] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1240), + [anon_sym_RPAREN] = ACTIONS(1240), + [aux_sym__word_token1] = ACTIONS(1240), + [aux_sym__word_token2] = ACTIONS(1240), + [aux_sym__word_token3] = ACTIONS(1240), + [sym__whitespace] = ACTIONS(1240), + [sym__soft_line_ending] = ACTIONS(1240), + [sym__block_close] = ACTIONS(1240), + [sym_block_continuation] = ACTIONS(1478), + [sym__block_quote_start] = ACTIONS(1240), + [sym__indented_chunk_start] = ACTIONS(1240), + [sym_atx_h1_marker] = ACTIONS(1240), + [sym_atx_h2_marker] = ACTIONS(1240), + [sym_atx_h3_marker] = ACTIONS(1240), + [sym_atx_h4_marker] = ACTIONS(1240), + [sym_atx_h5_marker] = ACTIONS(1240), + [sym_atx_h6_marker] = ACTIONS(1240), + [sym__thematic_break] = ACTIONS(1240), + [sym__list_marker_minus] = ACTIONS(1240), + [sym__list_marker_plus] = ACTIONS(1240), + [sym__list_marker_star] = ACTIONS(1240), + [sym__list_marker_parenthesis] = ACTIONS(1240), + [sym__list_marker_dot] = ACTIONS(1240), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1240), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1240), + [sym__fenced_code_block_start_backtick] = ACTIONS(1240), + [sym__fenced_code_block_start_tilde] = ACTIONS(1240), + [sym__blank_line_start] = ACTIONS(1240), + [sym__html_block_1_start] = ACTIONS(1240), + [sym__html_block_2_start] = ACTIONS(1240), + [sym__html_block_3_start] = ACTIONS(1240), + [sym__html_block_4_start] = ACTIONS(1240), + [sym__html_block_5_start] = ACTIONS(1240), + [sym__html_block_6_start] = ACTIONS(1240), + [sym__html_block_7_start] = ACTIONS(1240), + [sym__pipe_table_start] = ACTIONS(1240), + }, [163] = { [anon_sym_LBRACK] = ACTIONS(1480), [anon_sym_RBRACK] = ACTIONS(1482), @@ -27863,432 +27863,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(1482), }, [164] = { - [ts_builtin_sym_end] = ACTIONS(1362), - [anon_sym_LBRACK] = ACTIONS(1360), - [anon_sym_RBRACK] = ACTIONS(1362), - [anon_sym_LT] = ACTIONS(1362), - [anon_sym_GT] = ACTIONS(1362), - [anon_sym_BANG] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1362), - [anon_sym_POUND] = ACTIONS(1362), - [anon_sym_DOLLAR] = ACTIONS(1362), - [anon_sym_PERCENT] = ACTIONS(1362), - [anon_sym_AMP] = ACTIONS(1362), - [anon_sym_SQUOTE] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_COMMA] = ACTIONS(1362), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_DOT] = ACTIONS(1362), - [anon_sym_SLASH] = ACTIONS(1362), - [anon_sym_COLON] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1362), - [anon_sym_EQ] = ACTIONS(1362), - [anon_sym_QMARK] = ACTIONS(1362), - [anon_sym_AT] = ACTIONS(1362), - [anon_sym_BSLASH] = ACTIONS(1362), - [anon_sym_CARET] = ACTIONS(1362), - [anon_sym__] = ACTIONS(1362), - [anon_sym_BQUOTE] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1362), - [anon_sym_PIPE] = ACTIONS(1362), - [anon_sym_RBRACE] = ACTIONS(1362), - [anon_sym_TILDE] = ACTIONS(1362), - [anon_sym_LPAREN] = ACTIONS(1362), - [anon_sym_RPAREN] = ACTIONS(1362), - [aux_sym__word_token1] = ACTIONS(1362), - [aux_sym__word_token2] = ACTIONS(1362), - [aux_sym__word_token3] = ACTIONS(1362), - [sym__whitespace] = ACTIONS(1362), - [sym__soft_line_ending] = ACTIONS(1362), - [sym_block_continuation] = ACTIONS(1486), - [sym__block_quote_start] = ACTIONS(1362), - [sym__indented_chunk_start] = ACTIONS(1362), - [sym_atx_h1_marker] = ACTIONS(1362), - [sym_atx_h2_marker] = ACTIONS(1362), - [sym_atx_h3_marker] = ACTIONS(1362), - [sym_atx_h4_marker] = ACTIONS(1362), - [sym_atx_h5_marker] = ACTIONS(1362), - [sym_atx_h6_marker] = ACTIONS(1362), - [sym__thematic_break] = ACTIONS(1362), - [sym__list_marker_minus] = ACTIONS(1362), - [sym__list_marker_plus] = ACTIONS(1362), - [sym__list_marker_star] = ACTIONS(1362), - [sym__list_marker_parenthesis] = ACTIONS(1362), - [sym__list_marker_dot] = ACTIONS(1362), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1362), - [sym__fenced_code_block_start_backtick] = ACTIONS(1362), - [sym__fenced_code_block_start_tilde] = ACTIONS(1362), - [sym__blank_line_start] = ACTIONS(1362), - [sym__html_block_1_start] = ACTIONS(1362), - [sym__html_block_2_start] = ACTIONS(1362), - [sym__html_block_3_start] = ACTIONS(1362), - [sym__html_block_4_start] = ACTIONS(1362), - [sym__html_block_5_start] = ACTIONS(1362), - [sym__html_block_6_start] = ACTIONS(1362), - [sym__html_block_7_start] = ACTIONS(1362), - [sym__pipe_table_start] = ACTIONS(1362), - }, - [165] = { - [ts_builtin_sym_end] = ACTIONS(1472), - [anon_sym_LBRACK] = ACTIONS(1470), - [anon_sym_RBRACK] = ACTIONS(1472), - [anon_sym_LT] = ACTIONS(1472), - [anon_sym_GT] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [anon_sym_POUND] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [anon_sym_PERCENT] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_COMMA] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_DOT] = ACTIONS(1472), - [anon_sym_SLASH] = ACTIONS(1472), - [anon_sym_COLON] = ACTIONS(1472), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_EQ] = ACTIONS(1472), - [anon_sym_QMARK] = ACTIONS(1472), - [anon_sym_AT] = ACTIONS(1472), - [anon_sym_BSLASH] = ACTIONS(1472), - [anon_sym_CARET] = ACTIONS(1472), - [anon_sym__] = ACTIONS(1472), - [anon_sym_BQUOTE] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PIPE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1472), - [aux_sym__word_token1] = ACTIONS(1472), - [aux_sym__word_token2] = ACTIONS(1472), - [aux_sym__word_token3] = ACTIONS(1472), - [sym__whitespace] = ACTIONS(1472), - [sym__soft_line_ending] = ACTIONS(1472), - [sym_block_continuation] = ACTIONS(1488), - [sym__block_quote_start] = ACTIONS(1472), - [sym__indented_chunk_start] = ACTIONS(1472), - [sym_atx_h1_marker] = ACTIONS(1472), - [sym_atx_h2_marker] = ACTIONS(1472), - [sym_atx_h3_marker] = ACTIONS(1472), - [sym_atx_h4_marker] = ACTIONS(1472), - [sym_atx_h5_marker] = ACTIONS(1472), - [sym_atx_h6_marker] = ACTIONS(1472), - [sym__thematic_break] = ACTIONS(1472), - [sym__list_marker_minus] = ACTIONS(1472), - [sym__list_marker_plus] = ACTIONS(1472), - [sym__list_marker_star] = ACTIONS(1472), - [sym__list_marker_parenthesis] = ACTIONS(1472), - [sym__list_marker_dot] = ACTIONS(1472), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1472), - [sym__fenced_code_block_start_backtick] = ACTIONS(1472), - [sym__fenced_code_block_start_tilde] = ACTIONS(1472), - [sym__blank_line_start] = ACTIONS(1472), - [sym__html_block_1_start] = ACTIONS(1472), - [sym__html_block_2_start] = ACTIONS(1472), - [sym__html_block_3_start] = ACTIONS(1472), - [sym__html_block_4_start] = ACTIONS(1472), - [sym__html_block_5_start] = ACTIONS(1472), - [sym__html_block_6_start] = ACTIONS(1472), - [sym__html_block_7_start] = ACTIONS(1472), - [sym__pipe_table_start] = ACTIONS(1472), - }, - [166] = { - [ts_builtin_sym_end] = ACTIONS(1460), - [anon_sym_LBRACK] = ACTIONS(1458), - [anon_sym_RBRACK] = ACTIONS(1460), - [anon_sym_LT] = ACTIONS(1460), - [anon_sym_GT] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [anon_sym_POUND] = ACTIONS(1460), - [anon_sym_DOLLAR] = ACTIONS(1460), - [anon_sym_PERCENT] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_COMMA] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_DOT] = ACTIONS(1460), - [anon_sym_SLASH] = ACTIONS(1460), - [anon_sym_COLON] = ACTIONS(1460), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_EQ] = ACTIONS(1460), - [anon_sym_QMARK] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1460), - [anon_sym_BSLASH] = ACTIONS(1460), - [anon_sym_CARET] = ACTIONS(1460), - [anon_sym__] = ACTIONS(1460), - [anon_sym_BQUOTE] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_PIPE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1460), - [anon_sym_RPAREN] = ACTIONS(1460), - [aux_sym__word_token1] = ACTIONS(1460), - [aux_sym__word_token2] = ACTIONS(1460), - [aux_sym__word_token3] = ACTIONS(1460), - [sym__whitespace] = ACTIONS(1460), - [sym__soft_line_ending] = ACTIONS(1460), + [anon_sym_LBRACK] = ACTIONS(1486), + [anon_sym_RBRACK] = ACTIONS(1488), + [anon_sym_LT] = ACTIONS(1488), + [anon_sym_GT] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [anon_sym_POUND] = ACTIONS(1488), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_PERCENT] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_COMMA] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_DOT] = ACTIONS(1488), + [anon_sym_SLASH] = ACTIONS(1488), + [anon_sym_COLON] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_EQ] = ACTIONS(1488), + [anon_sym_QMARK] = ACTIONS(1488), + [anon_sym_AT] = ACTIONS(1488), + [anon_sym_BSLASH] = ACTIONS(1488), + [anon_sym_CARET] = ACTIONS(1488), + [anon_sym__] = ACTIONS(1488), + [anon_sym_BQUOTE] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_PIPE] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_LPAREN] = ACTIONS(1488), + [anon_sym_RPAREN] = ACTIONS(1488), + [aux_sym__word_token1] = ACTIONS(1488), + [aux_sym__word_token2] = ACTIONS(1488), + [aux_sym__word_token3] = ACTIONS(1488), + [sym__whitespace] = ACTIONS(1488), + [sym__soft_line_ending] = ACTIONS(1488), + [sym__block_close] = ACTIONS(1488), [sym_block_continuation] = ACTIONS(1490), - [sym__block_quote_start] = ACTIONS(1460), - [sym__indented_chunk_start] = ACTIONS(1460), - [sym_atx_h1_marker] = ACTIONS(1460), - [sym_atx_h2_marker] = ACTIONS(1460), - [sym_atx_h3_marker] = ACTIONS(1460), - [sym_atx_h4_marker] = ACTIONS(1460), - [sym_atx_h5_marker] = ACTIONS(1460), - [sym_atx_h6_marker] = ACTIONS(1460), - [sym__thematic_break] = ACTIONS(1460), - [sym__list_marker_minus] = ACTIONS(1460), - [sym__list_marker_plus] = ACTIONS(1460), - [sym__list_marker_star] = ACTIONS(1460), - [sym__list_marker_parenthesis] = ACTIONS(1460), - [sym__list_marker_dot] = ACTIONS(1460), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1460), - [sym__fenced_code_block_start_backtick] = ACTIONS(1460), - [sym__fenced_code_block_start_tilde] = ACTIONS(1460), - [sym__blank_line_start] = ACTIONS(1460), - [sym__html_block_1_start] = ACTIONS(1460), - [sym__html_block_2_start] = ACTIONS(1460), - [sym__html_block_3_start] = ACTIONS(1460), - [sym__html_block_4_start] = ACTIONS(1460), - [sym__html_block_5_start] = ACTIONS(1460), - [sym__html_block_6_start] = ACTIONS(1460), - [sym__html_block_7_start] = ACTIONS(1460), - [sym__pipe_table_start] = ACTIONS(1460), + [sym__block_quote_start] = ACTIONS(1488), + [sym__indented_chunk_start] = ACTIONS(1488), + [sym_atx_h1_marker] = ACTIONS(1488), + [sym_atx_h2_marker] = ACTIONS(1488), + [sym_atx_h3_marker] = ACTIONS(1488), + [sym_atx_h4_marker] = ACTIONS(1488), + [sym_atx_h5_marker] = ACTIONS(1488), + [sym_atx_h6_marker] = ACTIONS(1488), + [sym__thematic_break] = ACTIONS(1488), + [sym__list_marker_minus] = ACTIONS(1488), + [sym__list_marker_plus] = ACTIONS(1488), + [sym__list_marker_star] = ACTIONS(1488), + [sym__list_marker_parenthesis] = ACTIONS(1488), + [sym__list_marker_dot] = ACTIONS(1488), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1488), + [sym__fenced_code_block_start_backtick] = ACTIONS(1488), + [sym__fenced_code_block_start_tilde] = ACTIONS(1488), + [sym__blank_line_start] = ACTIONS(1488), + [sym__html_block_1_start] = ACTIONS(1488), + [sym__html_block_2_start] = ACTIONS(1488), + [sym__html_block_3_start] = ACTIONS(1488), + [sym__html_block_4_start] = ACTIONS(1488), + [sym__html_block_5_start] = ACTIONS(1488), + [sym__html_block_6_start] = ACTIONS(1488), + [sym__html_block_7_start] = ACTIONS(1488), + [sym__pipe_table_start] = ACTIONS(1488), }, - [167] = { - [ts_builtin_sym_end] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1454), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [anon_sym_PERCENT] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_COMMA] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_DOT] = ACTIONS(1454), - [anon_sym_SLASH] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1454), - [anon_sym__] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_RPAREN] = ACTIONS(1454), - [aux_sym__word_token1] = ACTIONS(1454), - [aux_sym__word_token2] = ACTIONS(1454), - [aux_sym__word_token3] = ACTIONS(1454), - [sym__whitespace] = ACTIONS(1454), - [sym__soft_line_ending] = ACTIONS(1454), + [165] = { + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_LT] = ACTIONS(1127), + [anon_sym_GT] = ACTIONS(1127), + [anon_sym_BANG] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [anon_sym_POUND] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SQUOTE] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(1127), + [anon_sym_PLUS] = ACTIONS(1127), + [anon_sym_COMMA] = ACTIONS(1127), + [anon_sym_DASH] = ACTIONS(1127), + [anon_sym_DOT] = ACTIONS(1127), + [anon_sym_SLASH] = ACTIONS(1127), + [anon_sym_COLON] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1127), + [anon_sym_QMARK] = ACTIONS(1127), + [anon_sym_AT] = ACTIONS(1127), + [anon_sym_BSLASH] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1127), + [anon_sym__] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_LBRACE] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_RBRACE] = ACTIONS(1127), + [anon_sym_TILDE] = ACTIONS(1127), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1127), + [aux_sym__word_token1] = ACTIONS(1127), + [aux_sym__word_token2] = ACTIONS(1127), + [aux_sym__word_token3] = ACTIONS(1127), + [sym__whitespace] = ACTIONS(1127), + [sym__soft_line_ending] = ACTIONS(1127), + [sym__block_close] = ACTIONS(1127), [sym_block_continuation] = ACTIONS(1492), - [sym__block_quote_start] = ACTIONS(1454), - [sym__indented_chunk_start] = ACTIONS(1454), - [sym_atx_h1_marker] = ACTIONS(1454), - [sym_atx_h2_marker] = ACTIONS(1454), - [sym_atx_h3_marker] = ACTIONS(1454), - [sym_atx_h4_marker] = ACTIONS(1454), - [sym_atx_h5_marker] = ACTIONS(1454), - [sym_atx_h6_marker] = ACTIONS(1454), - [sym__thematic_break] = ACTIONS(1454), - [sym__list_marker_minus] = ACTIONS(1454), - [sym__list_marker_plus] = ACTIONS(1454), - [sym__list_marker_star] = ACTIONS(1454), - [sym__list_marker_parenthesis] = ACTIONS(1454), - [sym__list_marker_dot] = ACTIONS(1454), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1454), - [sym__fenced_code_block_start_backtick] = ACTIONS(1454), - [sym__fenced_code_block_start_tilde] = ACTIONS(1454), - [sym__blank_line_start] = ACTIONS(1454), - [sym__html_block_1_start] = ACTIONS(1454), - [sym__html_block_2_start] = ACTIONS(1454), - [sym__html_block_3_start] = ACTIONS(1454), - [sym__html_block_4_start] = ACTIONS(1454), - [sym__html_block_5_start] = ACTIONS(1454), - [sym__html_block_6_start] = ACTIONS(1454), - [sym__html_block_7_start] = ACTIONS(1454), - [sym__pipe_table_start] = ACTIONS(1454), - }, - [168] = { - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_RBRACK] = ACTIONS(1448), - [anon_sym_LT] = ACTIONS(1448), - [anon_sym_GT] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [anon_sym_POUND] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_PERCENT] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1448), - [anon_sym_COLON] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_EQ] = ACTIONS(1448), - [anon_sym_QMARK] = ACTIONS(1448), - [anon_sym_AT] = ACTIONS(1448), - [anon_sym_BSLASH] = ACTIONS(1448), - [anon_sym_CARET] = ACTIONS(1448), - [anon_sym__] = ACTIONS(1448), - [anon_sym_BQUOTE] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_PIPE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_RPAREN] = ACTIONS(1448), - [aux_sym__word_token1] = ACTIONS(1448), - [aux_sym__word_token2] = ACTIONS(1448), - [aux_sym__word_token3] = ACTIONS(1448), - [sym__whitespace] = ACTIONS(1448), - [sym__soft_line_ending] = ACTIONS(1448), - [sym_block_continuation] = ACTIONS(1494), - [sym__block_quote_start] = ACTIONS(1448), - [sym__indented_chunk_start] = ACTIONS(1448), - [sym_atx_h1_marker] = ACTIONS(1448), - [sym_atx_h2_marker] = ACTIONS(1448), - [sym_atx_h3_marker] = ACTIONS(1448), - [sym_atx_h4_marker] = ACTIONS(1448), - [sym_atx_h5_marker] = ACTIONS(1448), - [sym_atx_h6_marker] = ACTIONS(1448), - [sym__thematic_break] = ACTIONS(1448), - [sym__list_marker_minus] = ACTIONS(1448), - [sym__list_marker_plus] = ACTIONS(1448), - [sym__list_marker_star] = ACTIONS(1448), - [sym__list_marker_parenthesis] = ACTIONS(1448), - [sym__list_marker_dot] = ACTIONS(1448), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1448), - [sym__fenced_code_block_start_backtick] = ACTIONS(1448), - [sym__fenced_code_block_start_tilde] = ACTIONS(1448), - [sym__blank_line_start] = ACTIONS(1448), - [sym__html_block_1_start] = ACTIONS(1448), - [sym__html_block_2_start] = ACTIONS(1448), - [sym__html_block_3_start] = ACTIONS(1448), - [sym__html_block_4_start] = ACTIONS(1448), - [sym__html_block_5_start] = ACTIONS(1448), - [sym__html_block_6_start] = ACTIONS(1448), - [sym__html_block_7_start] = ACTIONS(1448), - [sym__pipe_table_start] = ACTIONS(1448), - }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_RBRACK] = ACTIONS(1076), - [anon_sym_LT] = ACTIONS(1076), - [anon_sym_GT] = ACTIONS(1076), - [anon_sym_BANG] = ACTIONS(1076), - [anon_sym_DQUOTE] = ACTIONS(1076), - [anon_sym_POUND] = ACTIONS(1076), - [anon_sym_DOLLAR] = ACTIONS(1076), - [anon_sym_PERCENT] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_SQUOTE] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_COMMA] = ACTIONS(1076), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_DOT] = ACTIONS(1076), - [anon_sym_SLASH] = ACTIONS(1076), - [anon_sym_COLON] = ACTIONS(1076), - [anon_sym_SEMI] = ACTIONS(1076), - [anon_sym_EQ] = ACTIONS(1076), - [anon_sym_QMARK] = ACTIONS(1076), - [anon_sym_AT] = ACTIONS(1076), - [anon_sym_BSLASH] = ACTIONS(1076), - [anon_sym_CARET] = ACTIONS(1076), - [anon_sym__] = ACTIONS(1076), - [anon_sym_BQUOTE] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1076), - [anon_sym_RBRACE] = ACTIONS(1076), - [anon_sym_TILDE] = ACTIONS(1076), - [anon_sym_LPAREN] = ACTIONS(1076), - [anon_sym_RPAREN] = ACTIONS(1076), - [aux_sym__word_token1] = ACTIONS(1076), - [aux_sym__word_token2] = ACTIONS(1076), - [aux_sym__word_token3] = ACTIONS(1076), - [sym__whitespace] = ACTIONS(1076), - [sym__soft_line_ending] = ACTIONS(1076), - [sym_block_continuation] = ACTIONS(1496), - [sym__block_quote_start] = ACTIONS(1076), - [sym__indented_chunk_start] = ACTIONS(1076), - [sym_atx_h1_marker] = ACTIONS(1076), - [sym_atx_h2_marker] = ACTIONS(1076), - [sym_atx_h3_marker] = ACTIONS(1076), - [sym_atx_h4_marker] = ACTIONS(1076), - [sym_atx_h5_marker] = ACTIONS(1076), - [sym_atx_h6_marker] = ACTIONS(1076), - [sym__thematic_break] = ACTIONS(1076), - [sym__list_marker_minus] = ACTIONS(1076), - [sym__list_marker_plus] = ACTIONS(1076), - [sym__list_marker_star] = ACTIONS(1076), - [sym__list_marker_parenthesis] = ACTIONS(1076), - [sym__list_marker_dot] = ACTIONS(1076), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1076), - [sym__fenced_code_block_start_backtick] = ACTIONS(1076), - [sym__fenced_code_block_start_tilde] = ACTIONS(1076), - [sym__blank_line_start] = ACTIONS(1076), - [sym__html_block_1_start] = ACTIONS(1076), - [sym__html_block_2_start] = ACTIONS(1076), - [sym__html_block_3_start] = ACTIONS(1076), - [sym__html_block_4_start] = ACTIONS(1076), - [sym__html_block_5_start] = ACTIONS(1076), - [sym__html_block_6_start] = ACTIONS(1076), - [sym__html_block_7_start] = ACTIONS(1076), - [sym__pipe_table_start] = ACTIONS(1076), + [sym__block_quote_start] = ACTIONS(1127), + [sym__indented_chunk_start] = ACTIONS(1127), + [sym_atx_h1_marker] = ACTIONS(1127), + [sym_atx_h2_marker] = ACTIONS(1127), + [sym_atx_h3_marker] = ACTIONS(1127), + [sym_atx_h4_marker] = ACTIONS(1127), + [sym_atx_h5_marker] = ACTIONS(1127), + [sym_atx_h6_marker] = ACTIONS(1127), + [sym__thematic_break] = ACTIONS(1127), + [sym__list_marker_minus] = ACTIONS(1127), + [sym__list_marker_plus] = ACTIONS(1127), + [sym__list_marker_star] = ACTIONS(1127), + [sym__list_marker_parenthesis] = ACTIONS(1127), + [sym__list_marker_dot] = ACTIONS(1127), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1127), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1127), + [sym__fenced_code_block_start_backtick] = ACTIONS(1127), + [sym__fenced_code_block_start_tilde] = ACTIONS(1127), + [sym__blank_line_start] = ACTIONS(1127), + [sym__html_block_1_start] = ACTIONS(1127), + [sym__html_block_2_start] = ACTIONS(1127), + [sym__html_block_3_start] = ACTIONS(1127), + [sym__html_block_4_start] = ACTIONS(1127), + [sym__html_block_5_start] = ACTIONS(1127), + [sym__html_block_6_start] = ACTIONS(1127), + [sym__html_block_7_start] = ACTIONS(1127), + [sym__pipe_table_start] = ACTIONS(1127), }, - [170] = { + [166] = { [ts_builtin_sym_end] = ACTIONS(1440), [anon_sym_LBRACK] = ACTIONS(1438), [anon_sym_RBRACK] = ACTIONS(1440), @@ -28327,7 +28043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1440), [sym__whitespace] = ACTIONS(1440), [sym__soft_line_ending] = ACTIONS(1440), - [sym_block_continuation] = ACTIONS(1498), + [sym_block_continuation] = ACTIONS(1494), [sym__block_quote_start] = ACTIONS(1440), [sym__indented_chunk_start] = ACTIONS(1440), [sym_atx_h1_marker] = ACTIONS(1440), @@ -28359,220 +28075,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1440), [sym__pipe_table_start] = ACTIONS(1440), }, - [171] = { - [anon_sym_LBRACK] = ACTIONS(1340), - [anon_sym_RBRACK] = ACTIONS(1338), - [anon_sym_LT] = ACTIONS(1338), - [anon_sym_GT] = ACTIONS(1338), - [anon_sym_BANG] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1338), - [anon_sym_POUND] = ACTIONS(1338), - [anon_sym_DOLLAR] = ACTIONS(1338), - [anon_sym_PERCENT] = ACTIONS(1338), - [anon_sym_AMP] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_COMMA] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_DOT] = ACTIONS(1338), - [anon_sym_SLASH] = ACTIONS(1338), - [anon_sym_COLON] = ACTIONS(1338), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym_EQ] = ACTIONS(1338), - [anon_sym_QMARK] = ACTIONS(1338), - [anon_sym_AT] = ACTIONS(1338), - [anon_sym_BSLASH] = ACTIONS(1338), - [anon_sym_CARET] = ACTIONS(1338), - [anon_sym__] = ACTIONS(1338), - [anon_sym_BQUOTE] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1338), - [anon_sym_PIPE] = ACTIONS(1338), - [anon_sym_RBRACE] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1338), - [anon_sym_LPAREN] = ACTIONS(1338), - [anon_sym_RPAREN] = ACTIONS(1338), - [aux_sym__word_token1] = ACTIONS(1338), - [aux_sym__word_token2] = ACTIONS(1338), - [aux_sym__word_token3] = ACTIONS(1338), - [sym__whitespace] = ACTIONS(1338), - [sym__soft_line_ending] = ACTIONS(1338), - [sym__block_close] = ACTIONS(1338), + [167] = { + [ts_builtin_sym_end] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1462), + [anon_sym_RBRACK] = ACTIONS(1464), + [anon_sym_LT] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_BANG] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [anon_sym_POUND] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_PERCENT] = ACTIONS(1464), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_COMMA] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_COLON] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_EQ] = ACTIONS(1464), + [anon_sym_QMARK] = ACTIONS(1464), + [anon_sym_AT] = ACTIONS(1464), + [anon_sym_BSLASH] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), + [anon_sym__] = ACTIONS(1464), + [anon_sym_BQUOTE] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_TILDE] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [aux_sym__word_token1] = ACTIONS(1464), + [aux_sym__word_token2] = ACTIONS(1464), + [aux_sym__word_token3] = ACTIONS(1464), + [sym__whitespace] = ACTIONS(1464), + [sym__soft_line_ending] = ACTIONS(1464), + [sym_block_continuation] = ACTIONS(1496), + [sym__block_quote_start] = ACTIONS(1464), + [sym__indented_chunk_start] = ACTIONS(1464), + [sym_atx_h1_marker] = ACTIONS(1464), + [sym_atx_h2_marker] = ACTIONS(1464), + [sym_atx_h3_marker] = ACTIONS(1464), + [sym_atx_h4_marker] = ACTIONS(1464), + [sym_atx_h5_marker] = ACTIONS(1464), + [sym_atx_h6_marker] = ACTIONS(1464), + [sym__thematic_break] = ACTIONS(1464), + [sym__list_marker_minus] = ACTIONS(1464), + [sym__list_marker_plus] = ACTIONS(1464), + [sym__list_marker_star] = ACTIONS(1464), + [sym__list_marker_parenthesis] = ACTIONS(1464), + [sym__list_marker_dot] = ACTIONS(1464), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1464), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1464), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1464), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1464), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1464), + [sym__fenced_code_block_start_backtick] = ACTIONS(1464), + [sym__fenced_code_block_start_tilde] = ACTIONS(1464), + [sym__blank_line_start] = ACTIONS(1464), + [sym__html_block_1_start] = ACTIONS(1464), + [sym__html_block_2_start] = ACTIONS(1464), + [sym__html_block_3_start] = ACTIONS(1464), + [sym__html_block_4_start] = ACTIONS(1464), + [sym__html_block_5_start] = ACTIONS(1464), + [sym__html_block_6_start] = ACTIONS(1464), + [sym__html_block_7_start] = ACTIONS(1464), + [sym__pipe_table_start] = ACTIONS(1464), + }, + [168] = { + [ts_builtin_sym_end] = ACTIONS(1332), + [anon_sym_LBRACK] = ACTIONS(1330), + [anon_sym_RBRACK] = ACTIONS(1332), + [anon_sym_LT] = ACTIONS(1332), + [anon_sym_GT] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [anon_sym_POUND] = ACTIONS(1332), + [anon_sym_DOLLAR] = ACTIONS(1332), + [anon_sym_PERCENT] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_COMMA] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_DOT] = ACTIONS(1332), + [anon_sym_SLASH] = ACTIONS(1332), + [anon_sym_COLON] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym_EQ] = ACTIONS(1332), + [anon_sym_QMARK] = ACTIONS(1332), + [anon_sym_AT] = ACTIONS(1332), + [anon_sym_BSLASH] = ACTIONS(1332), + [anon_sym_CARET] = ACTIONS(1332), + [anon_sym__] = ACTIONS(1332), + [anon_sym_BQUOTE] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_PIPE] = ACTIONS(1332), + [anon_sym_RBRACE] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_LPAREN] = ACTIONS(1332), + [anon_sym_RPAREN] = ACTIONS(1332), + [aux_sym__word_token1] = ACTIONS(1332), + [aux_sym__word_token2] = ACTIONS(1332), + [aux_sym__word_token3] = ACTIONS(1332), + [sym__whitespace] = ACTIONS(1332), + [sym__soft_line_ending] = ACTIONS(1332), + [sym_block_continuation] = ACTIONS(1498), + [sym__block_quote_start] = ACTIONS(1332), + [sym__indented_chunk_start] = ACTIONS(1332), + [sym_atx_h1_marker] = ACTIONS(1332), + [sym_atx_h2_marker] = ACTIONS(1332), + [sym_atx_h3_marker] = ACTIONS(1332), + [sym_atx_h4_marker] = ACTIONS(1332), + [sym_atx_h5_marker] = ACTIONS(1332), + [sym_atx_h6_marker] = ACTIONS(1332), + [sym__thematic_break] = ACTIONS(1332), + [sym__list_marker_minus] = ACTIONS(1332), + [sym__list_marker_plus] = ACTIONS(1332), + [sym__list_marker_star] = ACTIONS(1332), + [sym__list_marker_parenthesis] = ACTIONS(1332), + [sym__list_marker_dot] = ACTIONS(1332), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1332), + [sym__fenced_code_block_start_backtick] = ACTIONS(1332), + [sym__fenced_code_block_start_tilde] = ACTIONS(1332), + [sym__blank_line_start] = ACTIONS(1332), + [sym__html_block_1_start] = ACTIONS(1332), + [sym__html_block_2_start] = ACTIONS(1332), + [sym__html_block_3_start] = ACTIONS(1332), + [sym__html_block_4_start] = ACTIONS(1332), + [sym__html_block_5_start] = ACTIONS(1332), + [sym__html_block_6_start] = ACTIONS(1332), + [sym__html_block_7_start] = ACTIONS(1332), + [sym__pipe_table_start] = ACTIONS(1332), + }, + [169] = { + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_RBRACK] = ACTIONS(1456), + [anon_sym_LT] = ACTIONS(1456), + [anon_sym_GT] = ACTIONS(1456), + [anon_sym_BANG] = ACTIONS(1456), + [anon_sym_DQUOTE] = ACTIONS(1456), + [anon_sym_POUND] = ACTIONS(1456), + [anon_sym_DOLLAR] = ACTIONS(1456), + [anon_sym_PERCENT] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SQUOTE] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_COMMA] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_DOT] = ACTIONS(1456), + [anon_sym_SLASH] = ACTIONS(1456), + [anon_sym_COLON] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1456), + [anon_sym_EQ] = ACTIONS(1456), + [anon_sym_QMARK] = ACTIONS(1456), + [anon_sym_AT] = ACTIONS(1456), + [anon_sym_BSLASH] = ACTIONS(1456), + [anon_sym_CARET] = ACTIONS(1456), + [anon_sym__] = ACTIONS(1456), + [anon_sym_BQUOTE] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1456), + [anon_sym_RBRACE] = ACTIONS(1456), + [anon_sym_TILDE] = ACTIONS(1456), + [anon_sym_LPAREN] = ACTIONS(1456), + [anon_sym_RPAREN] = ACTIONS(1456), + [aux_sym__word_token1] = ACTIONS(1456), + [aux_sym__word_token2] = ACTIONS(1456), + [aux_sym__word_token3] = ACTIONS(1456), + [sym__whitespace] = ACTIONS(1456), + [sym__soft_line_ending] = ACTIONS(1456), [sym_block_continuation] = ACTIONS(1500), - [sym__block_quote_start] = ACTIONS(1338), - [sym__indented_chunk_start] = ACTIONS(1338), - [sym_atx_h1_marker] = ACTIONS(1338), - [sym_atx_h2_marker] = ACTIONS(1338), - [sym_atx_h3_marker] = ACTIONS(1338), - [sym_atx_h4_marker] = ACTIONS(1338), - [sym_atx_h5_marker] = ACTIONS(1338), - [sym_atx_h6_marker] = ACTIONS(1338), - [sym__thematic_break] = ACTIONS(1338), - [sym__list_marker_minus] = ACTIONS(1338), - [sym__list_marker_plus] = ACTIONS(1338), - [sym__list_marker_star] = ACTIONS(1338), - [sym__list_marker_parenthesis] = ACTIONS(1338), - [sym__list_marker_dot] = ACTIONS(1338), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), - [sym__fenced_code_block_start_backtick] = ACTIONS(1338), - [sym__fenced_code_block_start_tilde] = ACTIONS(1338), - [sym__blank_line_start] = ACTIONS(1338), - [sym__html_block_1_start] = ACTIONS(1338), - [sym__html_block_2_start] = ACTIONS(1338), - [sym__html_block_3_start] = ACTIONS(1338), - [sym__html_block_4_start] = ACTIONS(1338), - [sym__html_block_5_start] = ACTIONS(1338), - [sym__html_block_6_start] = ACTIONS(1338), - [sym__html_block_7_start] = ACTIONS(1338), - [sym__pipe_table_start] = ACTIONS(1338), + [sym__block_quote_start] = ACTIONS(1456), + [sym__indented_chunk_start] = ACTIONS(1456), + [sym_atx_h1_marker] = ACTIONS(1456), + [sym_atx_h2_marker] = ACTIONS(1456), + [sym_atx_h3_marker] = ACTIONS(1456), + [sym_atx_h4_marker] = ACTIONS(1456), + [sym_atx_h5_marker] = ACTIONS(1456), + [sym_atx_h6_marker] = ACTIONS(1456), + [sym__thematic_break] = ACTIONS(1456), + [sym__list_marker_minus] = ACTIONS(1456), + [sym__list_marker_plus] = ACTIONS(1456), + [sym__list_marker_star] = ACTIONS(1456), + [sym__list_marker_parenthesis] = ACTIONS(1456), + [sym__list_marker_dot] = ACTIONS(1456), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1456), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1456), + [sym__fenced_code_block_start_backtick] = ACTIONS(1456), + [sym__fenced_code_block_start_tilde] = ACTIONS(1456), + [sym__blank_line_start] = ACTIONS(1456), + [sym__html_block_1_start] = ACTIONS(1456), + [sym__html_block_2_start] = ACTIONS(1456), + [sym__html_block_3_start] = ACTIONS(1456), + [sym__html_block_4_start] = ACTIONS(1456), + [sym__html_block_5_start] = ACTIONS(1456), + [sym__html_block_6_start] = ACTIONS(1456), + [sym__html_block_7_start] = ACTIONS(1456), + [sym__pipe_table_start] = ACTIONS(1456), }, - [172] = { - [ts_builtin_sym_end] = ACTIONS(1434), - [anon_sym_LBRACK] = ACTIONS(1432), - [anon_sym_RBRACK] = ACTIONS(1434), - [anon_sym_LT] = ACTIONS(1434), - [anon_sym_GT] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [anon_sym_POUND] = ACTIONS(1434), - [anon_sym_DOLLAR] = ACTIONS(1434), - [anon_sym_PERCENT] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_COMMA] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_DOT] = ACTIONS(1434), - [anon_sym_SLASH] = ACTIONS(1434), - [anon_sym_COLON] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym_EQ] = ACTIONS(1434), - [anon_sym_QMARK] = ACTIONS(1434), - [anon_sym_AT] = ACTIONS(1434), - [anon_sym_BSLASH] = ACTIONS(1434), - [anon_sym_CARET] = ACTIONS(1434), - [anon_sym__] = ACTIONS(1434), - [anon_sym_BQUOTE] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_PIPE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_LPAREN] = ACTIONS(1434), - [anon_sym_RPAREN] = ACTIONS(1434), - [aux_sym__word_token1] = ACTIONS(1434), - [aux_sym__word_token2] = ACTIONS(1434), - [aux_sym__word_token3] = ACTIONS(1434), - [sym__whitespace] = ACTIONS(1434), - [sym__soft_line_ending] = ACTIONS(1434), - [sym_block_continuation] = ACTIONS(1502), - [sym__block_quote_start] = ACTIONS(1434), - [sym__indented_chunk_start] = ACTIONS(1434), - [sym_atx_h1_marker] = ACTIONS(1434), - [sym_atx_h2_marker] = ACTIONS(1434), - [sym_atx_h3_marker] = ACTIONS(1434), - [sym_atx_h4_marker] = ACTIONS(1434), - [sym_atx_h5_marker] = ACTIONS(1434), - [sym_atx_h6_marker] = ACTIONS(1434), - [sym__thematic_break] = ACTIONS(1434), - [sym__list_marker_minus] = ACTIONS(1434), - [sym__list_marker_plus] = ACTIONS(1434), - [sym__list_marker_star] = ACTIONS(1434), - [sym__list_marker_parenthesis] = ACTIONS(1434), - [sym__list_marker_dot] = ACTIONS(1434), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1434), - [sym__fenced_code_block_start_backtick] = ACTIONS(1434), - [sym__fenced_code_block_start_tilde] = ACTIONS(1434), - [sym__blank_line_start] = ACTIONS(1434), - [sym__html_block_1_start] = ACTIONS(1434), - [sym__html_block_2_start] = ACTIONS(1434), - [sym__html_block_3_start] = ACTIONS(1434), - [sym__html_block_4_start] = ACTIONS(1434), - [sym__html_block_5_start] = ACTIONS(1434), - [sym__html_block_6_start] = ACTIONS(1434), - [sym__html_block_7_start] = ACTIONS(1434), - [sym__pipe_table_start] = ACTIONS(1434), + [170] = { + [sym__blank_line] = STATE(902), + [anon_sym_LBRACK] = ACTIONS(1263), + [anon_sym_RBRACK] = ACTIONS(1261), + [anon_sym_LT] = ACTIONS(1261), + [anon_sym_GT] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [anon_sym_POUND] = ACTIONS(1261), + [anon_sym_DOLLAR] = ACTIONS(1261), + [anon_sym_PERCENT] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1261), + [anon_sym_COMMA] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1261), + [anon_sym_DOT] = ACTIONS(1261), + [anon_sym_SLASH] = ACTIONS(1261), + [anon_sym_COLON] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_EQ] = ACTIONS(1261), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_AT] = ACTIONS(1261), + [anon_sym_BSLASH] = ACTIONS(1261), + [anon_sym_CARET] = ACTIONS(1261), + [anon_sym__] = ACTIONS(1261), + [anon_sym_BQUOTE] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_PIPE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_LPAREN] = ACTIONS(1261), + [anon_sym_RPAREN] = ACTIONS(1261), + [aux_sym__word_token1] = ACTIONS(1261), + [aux_sym__word_token2] = ACTIONS(1261), + [aux_sym__word_token3] = ACTIONS(1261), + [sym__whitespace] = ACTIONS(1261), + [sym__soft_line_ending] = ACTIONS(1261), + [sym__block_close] = ACTIONS(1261), + [sym__block_quote_start] = ACTIONS(1261), + [sym__indented_chunk_start] = ACTIONS(1261), + [sym_atx_h1_marker] = ACTIONS(1261), + [sym_atx_h2_marker] = ACTIONS(1261), + [sym_atx_h3_marker] = ACTIONS(1261), + [sym_atx_h4_marker] = ACTIONS(1261), + [sym_atx_h5_marker] = ACTIONS(1261), + [sym_atx_h6_marker] = ACTIONS(1261), + [sym__thematic_break] = ACTIONS(1261), + [sym__list_marker_minus] = ACTIONS(1261), + [sym__list_marker_plus] = ACTIONS(1261), + [sym__list_marker_star] = ACTIONS(1261), + [sym__list_marker_parenthesis] = ACTIONS(1261), + [sym__list_marker_dot] = ACTIONS(1261), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1261), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1261), + [sym__fenced_code_block_start_backtick] = ACTIONS(1261), + [sym__fenced_code_block_start_tilde] = ACTIONS(1261), + [sym__blank_line_start] = ACTIONS(1502), + [sym__html_block_1_start] = ACTIONS(1261), + [sym__html_block_2_start] = ACTIONS(1261), + [sym__html_block_3_start] = ACTIONS(1261), + [sym__html_block_4_start] = ACTIONS(1261), + [sym__html_block_5_start] = ACTIONS(1261), + [sym__html_block_6_start] = ACTIONS(1261), + [sym__html_block_7_start] = ACTIONS(1261), + [sym__pipe_table_start] = ACTIONS(1261), }, - [173] = { - [ts_builtin_sym_end] = ACTIONS(1296), - [anon_sym_LBRACK] = ACTIONS(1294), - [anon_sym_RBRACK] = ACTIONS(1296), - [anon_sym_LT] = ACTIONS(1296), - [anon_sym_GT] = ACTIONS(1296), - [anon_sym_BANG] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [anon_sym_POUND] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_PERCENT] = ACTIONS(1296), - [anon_sym_AMP] = ACTIONS(1296), - [anon_sym_SQUOTE] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_COMMA] = ACTIONS(1296), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_DOT] = ACTIONS(1296), - [anon_sym_SLASH] = ACTIONS(1296), - [anon_sym_COLON] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_EQ] = ACTIONS(1296), - [anon_sym_QMARK] = ACTIONS(1296), - [anon_sym_AT] = ACTIONS(1296), - [anon_sym_BSLASH] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [anon_sym__] = ACTIONS(1296), - [anon_sym_BQUOTE] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_TILDE] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [aux_sym__word_token1] = ACTIONS(1296), - [aux_sym__word_token2] = ACTIONS(1296), - [aux_sym__word_token3] = ACTIONS(1296), - [sym__whitespace] = ACTIONS(1296), - [sym__soft_line_ending] = ACTIONS(1296), - [sym_block_continuation] = ACTIONS(1504), - [sym__block_quote_start] = ACTIONS(1296), - [sym__indented_chunk_start] = ACTIONS(1296), - [sym_atx_h1_marker] = ACTIONS(1296), - [sym_atx_h2_marker] = ACTIONS(1296), - [sym_atx_h3_marker] = ACTIONS(1296), - [sym_atx_h4_marker] = ACTIONS(1296), - [sym_atx_h5_marker] = ACTIONS(1296), - [sym_atx_h6_marker] = ACTIONS(1296), - [sym__thematic_break] = ACTIONS(1296), - [sym__list_marker_minus] = ACTIONS(1296), - [sym__list_marker_plus] = ACTIONS(1296), - [sym__list_marker_star] = ACTIONS(1296), - [sym__list_marker_parenthesis] = ACTIONS(1296), - [sym__list_marker_dot] = ACTIONS(1296), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1296), - [sym__fenced_code_block_start_backtick] = ACTIONS(1296), - [sym__fenced_code_block_start_tilde] = ACTIONS(1296), - [sym__blank_line_start] = ACTIONS(1296), - [sym__html_block_1_start] = ACTIONS(1296), - [sym__html_block_2_start] = ACTIONS(1296), - [sym__html_block_3_start] = ACTIONS(1296), - [sym__html_block_4_start] = ACTIONS(1296), - [sym__html_block_5_start] = ACTIONS(1296), - [sym__html_block_6_start] = ACTIONS(1296), - [sym__html_block_7_start] = ACTIONS(1296), - [sym__pipe_table_start] = ACTIONS(1296), + [171] = { + [ts_builtin_sym_end] = ACTIONS(1504), + [anon_sym_LBRACK] = ACTIONS(1506), + [anon_sym_RBRACK] = ACTIONS(1504), + [anon_sym_LT] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1504), + [anon_sym_BANG] = ACTIONS(1504), + [anon_sym_DQUOTE] = ACTIONS(1504), + [anon_sym_POUND] = ACTIONS(1504), + [anon_sym_DOLLAR] = ACTIONS(1504), + [anon_sym_PERCENT] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_COMMA] = ACTIONS(1504), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_DOT] = ACTIONS(1504), + [anon_sym_SLASH] = ACTIONS(1504), + [anon_sym_COLON] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_EQ] = ACTIONS(1504), + [anon_sym_QMARK] = ACTIONS(1504), + [anon_sym_AT] = ACTIONS(1504), + [anon_sym_BSLASH] = ACTIONS(1504), + [anon_sym_CARET] = ACTIONS(1504), + [anon_sym__] = ACTIONS(1504), + [anon_sym_BQUOTE] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_RPAREN] = ACTIONS(1504), + [aux_sym__word_token1] = ACTIONS(1504), + [aux_sym__word_token2] = ACTIONS(1504), + [aux_sym__word_token3] = ACTIONS(1504), + [sym__whitespace] = ACTIONS(1504), + [sym__soft_line_ending] = ACTIONS(1504), + [sym_block_continuation] = ACTIONS(1508), + [sym__block_quote_start] = ACTIONS(1504), + [sym__indented_chunk_start] = ACTIONS(1504), + [sym_atx_h1_marker] = ACTIONS(1504), + [sym_atx_h2_marker] = ACTIONS(1504), + [sym_atx_h3_marker] = ACTIONS(1504), + [sym_atx_h4_marker] = ACTIONS(1504), + [sym_atx_h5_marker] = ACTIONS(1504), + [sym_atx_h6_marker] = ACTIONS(1504), + [sym__thematic_break] = ACTIONS(1504), + [sym__list_marker_minus] = ACTIONS(1504), + [sym__list_marker_plus] = ACTIONS(1504), + [sym__list_marker_star] = ACTIONS(1504), + [sym__list_marker_parenthesis] = ACTIONS(1504), + [sym__list_marker_dot] = ACTIONS(1504), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1504), + [sym__fenced_code_block_start_backtick] = ACTIONS(1504), + [sym__fenced_code_block_start_tilde] = ACTIONS(1504), + [sym__blank_line_start] = ACTIONS(1504), + [sym__html_block_1_start] = ACTIONS(1504), + [sym__html_block_2_start] = ACTIONS(1504), + [sym__html_block_3_start] = ACTIONS(1504), + [sym__html_block_4_start] = ACTIONS(1504), + [sym__html_block_5_start] = ACTIONS(1504), + [sym__html_block_6_start] = ACTIONS(1504), + [sym__html_block_7_start] = ACTIONS(1504), + [sym__pipe_table_start] = ACTIONS(1504), }, - [174] = { + [172] = { [ts_builtin_sym_end] = ACTIONS(1482), [anon_sym_LBRACK] = ACTIONS(1480), [anon_sym_RBRACK] = ACTIONS(1482), @@ -28611,7 +28469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1482), [sym__whitespace] = ACTIONS(1482), [sym__soft_line_ending] = ACTIONS(1482), - [sym_block_continuation] = ACTIONS(1506), + [sym_block_continuation] = ACTIONS(1510), [sym__block_quote_start] = ACTIONS(1482), [sym__indented_chunk_start] = ACTIONS(1482), [sym_atx_h1_marker] = ACTIONS(1482), @@ -28643,644 +28501,786 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1482), [sym__pipe_table_start] = ACTIONS(1482), }, + [173] = { + [ts_builtin_sym_end] = ACTIONS(1488), + [anon_sym_LBRACK] = ACTIONS(1486), + [anon_sym_RBRACK] = ACTIONS(1488), + [anon_sym_LT] = ACTIONS(1488), + [anon_sym_GT] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [anon_sym_POUND] = ACTIONS(1488), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_PERCENT] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_COMMA] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_DOT] = ACTIONS(1488), + [anon_sym_SLASH] = ACTIONS(1488), + [anon_sym_COLON] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_EQ] = ACTIONS(1488), + [anon_sym_QMARK] = ACTIONS(1488), + [anon_sym_AT] = ACTIONS(1488), + [anon_sym_BSLASH] = ACTIONS(1488), + [anon_sym_CARET] = ACTIONS(1488), + [anon_sym__] = ACTIONS(1488), + [anon_sym_BQUOTE] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_PIPE] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_LPAREN] = ACTIONS(1488), + [anon_sym_RPAREN] = ACTIONS(1488), + [aux_sym__word_token1] = ACTIONS(1488), + [aux_sym__word_token2] = ACTIONS(1488), + [aux_sym__word_token3] = ACTIONS(1488), + [sym__whitespace] = ACTIONS(1488), + [sym__soft_line_ending] = ACTIONS(1488), + [sym_block_continuation] = ACTIONS(1512), + [sym__block_quote_start] = ACTIONS(1488), + [sym__indented_chunk_start] = ACTIONS(1488), + [sym_atx_h1_marker] = ACTIONS(1488), + [sym_atx_h2_marker] = ACTIONS(1488), + [sym_atx_h3_marker] = ACTIONS(1488), + [sym_atx_h4_marker] = ACTIONS(1488), + [sym_atx_h5_marker] = ACTIONS(1488), + [sym_atx_h6_marker] = ACTIONS(1488), + [sym__thematic_break] = ACTIONS(1488), + [sym__list_marker_minus] = ACTIONS(1488), + [sym__list_marker_plus] = ACTIONS(1488), + [sym__list_marker_star] = ACTIONS(1488), + [sym__list_marker_parenthesis] = ACTIONS(1488), + [sym__list_marker_dot] = ACTIONS(1488), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1488), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1488), + [sym__fenced_code_block_start_backtick] = ACTIONS(1488), + [sym__fenced_code_block_start_tilde] = ACTIONS(1488), + [sym__blank_line_start] = ACTIONS(1488), + [sym__html_block_1_start] = ACTIONS(1488), + [sym__html_block_2_start] = ACTIONS(1488), + [sym__html_block_3_start] = ACTIONS(1488), + [sym__html_block_4_start] = ACTIONS(1488), + [sym__html_block_5_start] = ACTIONS(1488), + [sym__html_block_6_start] = ACTIONS(1488), + [sym__html_block_7_start] = ACTIONS(1488), + [sym__pipe_table_start] = ACTIONS(1488), + }, + [174] = { + [ts_builtin_sym_end] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_RBRACK] = ACTIONS(1402), + [anon_sym_LT] = ACTIONS(1402), + [anon_sym_GT] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [anon_sym_POUND] = ACTIONS(1402), + [anon_sym_DOLLAR] = ACTIONS(1402), + [anon_sym_PERCENT] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_COMMA] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_DOT] = ACTIONS(1402), + [anon_sym_SLASH] = ACTIONS(1402), + [anon_sym_COLON] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1402), + [anon_sym_AT] = ACTIONS(1402), + [anon_sym_BSLASH] = ACTIONS(1402), + [anon_sym_CARET] = ACTIONS(1402), + [anon_sym__] = ACTIONS(1402), + [anon_sym_BQUOTE] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_PIPE] = ACTIONS(1402), + [anon_sym_RBRACE] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_LPAREN] = ACTIONS(1402), + [anon_sym_RPAREN] = ACTIONS(1402), + [aux_sym__word_token1] = ACTIONS(1402), + [aux_sym__word_token2] = ACTIONS(1402), + [aux_sym__word_token3] = ACTIONS(1402), + [sym__whitespace] = ACTIONS(1402), + [sym__soft_line_ending] = ACTIONS(1402), + [sym_block_continuation] = ACTIONS(1514), + [sym__block_quote_start] = ACTIONS(1402), + [sym__indented_chunk_start] = ACTIONS(1402), + [sym_atx_h1_marker] = ACTIONS(1402), + [sym_atx_h2_marker] = ACTIONS(1402), + [sym_atx_h3_marker] = ACTIONS(1402), + [sym_atx_h4_marker] = ACTIONS(1402), + [sym_atx_h5_marker] = ACTIONS(1402), + [sym_atx_h6_marker] = ACTIONS(1402), + [sym__thematic_break] = ACTIONS(1402), + [sym__list_marker_minus] = ACTIONS(1402), + [sym__list_marker_plus] = ACTIONS(1402), + [sym__list_marker_star] = ACTIONS(1402), + [sym__list_marker_parenthesis] = ACTIONS(1402), + [sym__list_marker_dot] = ACTIONS(1402), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1402), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1402), + [sym__fenced_code_block_start_backtick] = ACTIONS(1402), + [sym__fenced_code_block_start_tilde] = ACTIONS(1402), + [sym__blank_line_start] = ACTIONS(1402), + [sym__html_block_1_start] = ACTIONS(1402), + [sym__html_block_2_start] = ACTIONS(1402), + [sym__html_block_3_start] = ACTIONS(1402), + [sym__html_block_4_start] = ACTIONS(1402), + [sym__html_block_5_start] = ACTIONS(1402), + [sym__html_block_6_start] = ACTIONS(1402), + [sym__html_block_7_start] = ACTIONS(1402), + [sym__pipe_table_start] = ACTIONS(1402), + }, [175] = { - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_RBRACK] = ACTIONS(1076), - [anon_sym_LT] = ACTIONS(1076), - [anon_sym_GT] = ACTIONS(1076), - [anon_sym_BANG] = ACTIONS(1076), - [anon_sym_DQUOTE] = ACTIONS(1076), - [anon_sym_POUND] = ACTIONS(1076), - [anon_sym_DOLLAR] = ACTIONS(1076), - [anon_sym_PERCENT] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_SQUOTE] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_COMMA] = ACTIONS(1076), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_DOT] = ACTIONS(1076), - [anon_sym_SLASH] = ACTIONS(1076), - [anon_sym_COLON] = ACTIONS(1076), - [anon_sym_SEMI] = ACTIONS(1076), - [anon_sym_EQ] = ACTIONS(1076), - [anon_sym_QMARK] = ACTIONS(1076), - [anon_sym_AT] = ACTIONS(1076), - [anon_sym_BSLASH] = ACTIONS(1076), - [anon_sym_CARET] = ACTIONS(1076), - [anon_sym__] = ACTIONS(1076), - [anon_sym_BQUOTE] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1076), - [anon_sym_RBRACE] = ACTIONS(1076), - [anon_sym_TILDE] = ACTIONS(1076), - [anon_sym_LPAREN] = ACTIONS(1076), - [anon_sym_RPAREN] = ACTIONS(1076), - [aux_sym__word_token1] = ACTIONS(1076), - [aux_sym__word_token2] = ACTIONS(1076), - [aux_sym__word_token3] = ACTIONS(1076), - [sym__whitespace] = ACTIONS(1076), - [sym__soft_line_ending] = ACTIONS(1076), - [sym__block_close] = ACTIONS(1076), - [sym_block_continuation] = ACTIONS(1508), - [sym__block_quote_start] = ACTIONS(1076), - [sym__indented_chunk_start] = ACTIONS(1076), - [sym_atx_h1_marker] = ACTIONS(1076), - [sym_atx_h2_marker] = ACTIONS(1076), - [sym_atx_h3_marker] = ACTIONS(1076), - [sym_atx_h4_marker] = ACTIONS(1076), - [sym_atx_h5_marker] = ACTIONS(1076), - [sym_atx_h6_marker] = ACTIONS(1076), - [sym__thematic_break] = ACTIONS(1076), - [sym__list_marker_minus] = ACTIONS(1076), - [sym__list_marker_plus] = ACTIONS(1076), - [sym__list_marker_star] = ACTIONS(1076), - [sym__list_marker_parenthesis] = ACTIONS(1076), - [sym__list_marker_dot] = ACTIONS(1076), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1076), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1076), - [sym__fenced_code_block_start_backtick] = ACTIONS(1076), - [sym__fenced_code_block_start_tilde] = ACTIONS(1076), - [sym__blank_line_start] = ACTIONS(1076), - [sym__html_block_1_start] = ACTIONS(1076), - [sym__html_block_2_start] = ACTIONS(1076), - [sym__html_block_3_start] = ACTIONS(1076), - [sym__html_block_4_start] = ACTIONS(1076), - [sym__html_block_5_start] = ACTIONS(1076), - [sym__html_block_6_start] = ACTIONS(1076), - [sym__html_block_7_start] = ACTIONS(1076), - [sym__pipe_table_start] = ACTIONS(1076), + [ts_builtin_sym_end] = ACTIONS(1338), + [anon_sym_LBRACK] = ACTIONS(1336), + [anon_sym_RBRACK] = ACTIONS(1338), + [anon_sym_LT] = ACTIONS(1338), + [anon_sym_GT] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [anon_sym_POUND] = ACTIONS(1338), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_PERCENT] = ACTIONS(1338), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_COMMA] = ACTIONS(1338), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_DOT] = ACTIONS(1338), + [anon_sym_SLASH] = ACTIONS(1338), + [anon_sym_COLON] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [anon_sym_EQ] = ACTIONS(1338), + [anon_sym_QMARK] = ACTIONS(1338), + [anon_sym_AT] = ACTIONS(1338), + [anon_sym_BSLASH] = ACTIONS(1338), + [anon_sym_CARET] = ACTIONS(1338), + [anon_sym__] = ACTIONS(1338), + [anon_sym_BQUOTE] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_PIPE] = ACTIONS(1338), + [anon_sym_RBRACE] = ACTIONS(1338), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_LPAREN] = ACTIONS(1338), + [anon_sym_RPAREN] = ACTIONS(1338), + [aux_sym__word_token1] = ACTIONS(1338), + [aux_sym__word_token2] = ACTIONS(1338), + [aux_sym__word_token3] = ACTIONS(1338), + [sym__whitespace] = ACTIONS(1338), + [sym__soft_line_ending] = ACTIONS(1338), + [sym_block_continuation] = ACTIONS(1516), + [sym__block_quote_start] = ACTIONS(1338), + [sym__indented_chunk_start] = ACTIONS(1338), + [sym_atx_h1_marker] = ACTIONS(1338), + [sym_atx_h2_marker] = ACTIONS(1338), + [sym_atx_h3_marker] = ACTIONS(1338), + [sym_atx_h4_marker] = ACTIONS(1338), + [sym_atx_h5_marker] = ACTIONS(1338), + [sym_atx_h6_marker] = ACTIONS(1338), + [sym__thematic_break] = ACTIONS(1338), + [sym__list_marker_minus] = ACTIONS(1338), + [sym__list_marker_plus] = ACTIONS(1338), + [sym__list_marker_star] = ACTIONS(1338), + [sym__list_marker_parenthesis] = ACTIONS(1338), + [sym__list_marker_dot] = ACTIONS(1338), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), + [sym__fenced_code_block_start_backtick] = ACTIONS(1338), + [sym__fenced_code_block_start_tilde] = ACTIONS(1338), + [sym__blank_line_start] = ACTIONS(1338), + [sym__html_block_1_start] = ACTIONS(1338), + [sym__html_block_2_start] = ACTIONS(1338), + [sym__html_block_3_start] = ACTIONS(1338), + [sym__html_block_4_start] = ACTIONS(1338), + [sym__html_block_5_start] = ACTIONS(1338), + [sym__html_block_6_start] = ACTIONS(1338), + [sym__html_block_7_start] = ACTIONS(1338), + [sym__pipe_table_start] = ACTIONS(1338), }, [176] = { - [ts_builtin_sym_end] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1512), - [anon_sym_RBRACK] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_EQ] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1510), - [anon_sym_AT] = ACTIONS(1510), - [anon_sym_BSLASH] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym__] = ACTIONS(1510), - [anon_sym_BQUOTE] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [aux_sym__word_token1] = ACTIONS(1510), - [aux_sym__word_token2] = ACTIONS(1510), - [aux_sym__word_token3] = ACTIONS(1510), - [sym__whitespace] = ACTIONS(1510), - [sym__soft_line_ending] = ACTIONS(1510), - [sym_block_continuation] = ACTIONS(1514), - [sym__block_quote_start] = ACTIONS(1510), - [sym__indented_chunk_start] = ACTIONS(1510), - [sym_atx_h1_marker] = ACTIONS(1510), - [sym_atx_h2_marker] = ACTIONS(1510), - [sym_atx_h3_marker] = ACTIONS(1510), - [sym_atx_h4_marker] = ACTIONS(1510), - [sym_atx_h5_marker] = ACTIONS(1510), - [sym_atx_h6_marker] = ACTIONS(1510), - [sym__thematic_break] = ACTIONS(1510), - [sym__list_marker_minus] = ACTIONS(1510), - [sym__list_marker_plus] = ACTIONS(1510), - [sym__list_marker_star] = ACTIONS(1510), - [sym__list_marker_parenthesis] = ACTIONS(1510), - [sym__list_marker_dot] = ACTIONS(1510), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1510), - [sym__fenced_code_block_start_backtick] = ACTIONS(1510), - [sym__fenced_code_block_start_tilde] = ACTIONS(1510), - [sym__blank_line_start] = ACTIONS(1510), - [sym__html_block_1_start] = ACTIONS(1510), - [sym__html_block_2_start] = ACTIONS(1510), - [sym__html_block_3_start] = ACTIONS(1510), - [sym__html_block_4_start] = ACTIONS(1510), - [sym__html_block_5_start] = ACTIONS(1510), - [sym__html_block_6_start] = ACTIONS(1510), - [sym__html_block_7_start] = ACTIONS(1510), - [sym__pipe_table_start] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1408), + [anon_sym_LBRACK] = ACTIONS(1406), + [anon_sym_RBRACK] = ACTIONS(1408), + [anon_sym_LT] = ACTIONS(1408), + [anon_sym_GT] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [anon_sym_POUND] = ACTIONS(1408), + [anon_sym_DOLLAR] = ACTIONS(1408), + [anon_sym_PERCENT] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_PLUS] = ACTIONS(1408), + [anon_sym_COMMA] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1408), + [anon_sym_DOT] = ACTIONS(1408), + [anon_sym_SLASH] = ACTIONS(1408), + [anon_sym_COLON] = ACTIONS(1408), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym_EQ] = ACTIONS(1408), + [anon_sym_QMARK] = ACTIONS(1408), + [anon_sym_AT] = ACTIONS(1408), + [anon_sym_BSLASH] = ACTIONS(1408), + [anon_sym_CARET] = ACTIONS(1408), + [anon_sym__] = ACTIONS(1408), + [anon_sym_BQUOTE] = ACTIONS(1408), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_PIPE] = ACTIONS(1408), + [anon_sym_RBRACE] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_LPAREN] = ACTIONS(1408), + [anon_sym_RPAREN] = ACTIONS(1408), + [aux_sym__word_token1] = ACTIONS(1408), + [aux_sym__word_token2] = ACTIONS(1408), + [aux_sym__word_token3] = ACTIONS(1408), + [sym__whitespace] = ACTIONS(1408), + [sym__soft_line_ending] = ACTIONS(1408), + [sym_block_continuation] = ACTIONS(1518), + [sym__block_quote_start] = ACTIONS(1408), + [sym__indented_chunk_start] = ACTIONS(1408), + [sym_atx_h1_marker] = ACTIONS(1408), + [sym_atx_h2_marker] = ACTIONS(1408), + [sym_atx_h3_marker] = ACTIONS(1408), + [sym_atx_h4_marker] = ACTIONS(1408), + [sym_atx_h5_marker] = ACTIONS(1408), + [sym_atx_h6_marker] = ACTIONS(1408), + [sym__thematic_break] = ACTIONS(1408), + [sym__list_marker_minus] = ACTIONS(1408), + [sym__list_marker_plus] = ACTIONS(1408), + [sym__list_marker_star] = ACTIONS(1408), + [sym__list_marker_parenthesis] = ACTIONS(1408), + [sym__list_marker_dot] = ACTIONS(1408), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1408), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1408), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1408), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1408), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1408), + [sym__fenced_code_block_start_backtick] = ACTIONS(1408), + [sym__fenced_code_block_start_tilde] = ACTIONS(1408), + [sym__blank_line_start] = ACTIONS(1408), + [sym__html_block_1_start] = ACTIONS(1408), + [sym__html_block_2_start] = ACTIONS(1408), + [sym__html_block_3_start] = ACTIONS(1408), + [sym__html_block_4_start] = ACTIONS(1408), + [sym__html_block_5_start] = ACTIONS(1408), + [sym__html_block_6_start] = ACTIONS(1408), + [sym__html_block_7_start] = ACTIONS(1408), + [sym__pipe_table_start] = ACTIONS(1408), }, [177] = { - [ts_builtin_sym_end] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1518), - [anon_sym_RBRACK] = ACTIONS(1516), - [anon_sym_LT] = ACTIONS(1516), - [anon_sym_GT] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(1516), - [anon_sym_DOLLAR] = ACTIONS(1516), - [anon_sym_PERCENT] = ACTIONS(1516), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1516), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_DOT] = ACTIONS(1516), - [anon_sym_SLASH] = ACTIONS(1516), - [anon_sym_COLON] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1516), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_AT] = ACTIONS(1516), - [anon_sym_BSLASH] = ACTIONS(1516), - [anon_sym_CARET] = ACTIONS(1516), - [anon_sym__] = ACTIONS(1516), - [anon_sym_BQUOTE] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_PIPE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_RPAREN] = ACTIONS(1516), - [aux_sym__word_token1] = ACTIONS(1516), - [aux_sym__word_token2] = ACTIONS(1516), - [aux_sym__word_token3] = ACTIONS(1516), - [sym__whitespace] = ACTIONS(1516), - [sym__soft_line_ending] = ACTIONS(1516), + [ts_builtin_sym_end] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1342), + [anon_sym_RBRACK] = ACTIONS(1344), + [anon_sym_LT] = ACTIONS(1344), + [anon_sym_GT] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [anon_sym_POUND] = ACTIONS(1344), + [anon_sym_DOLLAR] = ACTIONS(1344), + [anon_sym_PERCENT] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_COMMA] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_DOT] = ACTIONS(1344), + [anon_sym_SLASH] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1344), + [anon_sym_QMARK] = ACTIONS(1344), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_BSLASH] = ACTIONS(1344), + [anon_sym_CARET] = ACTIONS(1344), + [anon_sym__] = ACTIONS(1344), + [anon_sym_BQUOTE] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_PIPE] = ACTIONS(1344), + [anon_sym_RBRACE] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1344), + [anon_sym_RPAREN] = ACTIONS(1344), + [aux_sym__word_token1] = ACTIONS(1344), + [aux_sym__word_token2] = ACTIONS(1344), + [aux_sym__word_token3] = ACTIONS(1344), + [sym__whitespace] = ACTIONS(1344), + [sym__soft_line_ending] = ACTIONS(1344), [sym_block_continuation] = ACTIONS(1520), - [sym__block_quote_start] = ACTIONS(1516), - [sym__indented_chunk_start] = ACTIONS(1516), - [sym_atx_h1_marker] = ACTIONS(1516), - [sym_atx_h2_marker] = ACTIONS(1516), - [sym_atx_h3_marker] = ACTIONS(1516), - [sym_atx_h4_marker] = ACTIONS(1516), - [sym_atx_h5_marker] = ACTIONS(1516), - [sym_atx_h6_marker] = ACTIONS(1516), - [sym__thematic_break] = ACTIONS(1516), - [sym__list_marker_minus] = ACTIONS(1516), - [sym__list_marker_plus] = ACTIONS(1516), - [sym__list_marker_star] = ACTIONS(1516), - [sym__list_marker_parenthesis] = ACTIONS(1516), - [sym__list_marker_dot] = ACTIONS(1516), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1516), - [sym__fenced_code_block_start_backtick] = ACTIONS(1516), - [sym__fenced_code_block_start_tilde] = ACTIONS(1516), - [sym__blank_line_start] = ACTIONS(1516), - [sym__html_block_1_start] = ACTIONS(1516), - [sym__html_block_2_start] = ACTIONS(1516), - [sym__html_block_3_start] = ACTIONS(1516), - [sym__html_block_4_start] = ACTIONS(1516), - [sym__html_block_5_start] = ACTIONS(1516), - [sym__html_block_6_start] = ACTIONS(1516), - [sym__html_block_7_start] = ACTIONS(1516), - [sym__pipe_table_start] = ACTIONS(1516), + [sym__block_quote_start] = ACTIONS(1344), + [sym__indented_chunk_start] = ACTIONS(1344), + [sym_atx_h1_marker] = ACTIONS(1344), + [sym_atx_h2_marker] = ACTIONS(1344), + [sym_atx_h3_marker] = ACTIONS(1344), + [sym_atx_h4_marker] = ACTIONS(1344), + [sym_atx_h5_marker] = ACTIONS(1344), + [sym_atx_h6_marker] = ACTIONS(1344), + [sym__thematic_break] = ACTIONS(1344), + [sym__list_marker_minus] = ACTIONS(1344), + [sym__list_marker_plus] = ACTIONS(1344), + [sym__list_marker_star] = ACTIONS(1344), + [sym__list_marker_parenthesis] = ACTIONS(1344), + [sym__list_marker_dot] = ACTIONS(1344), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1344), + [sym__fenced_code_block_start_backtick] = ACTIONS(1344), + [sym__fenced_code_block_start_tilde] = ACTIONS(1344), + [sym__blank_line_start] = ACTIONS(1344), + [sym__html_block_1_start] = ACTIONS(1344), + [sym__html_block_2_start] = ACTIONS(1344), + [sym__html_block_3_start] = ACTIONS(1344), + [sym__html_block_4_start] = ACTIONS(1344), + [sym__html_block_5_start] = ACTIONS(1344), + [sym__html_block_6_start] = ACTIONS(1344), + [sym__html_block_7_start] = ACTIONS(1344), + [sym__pipe_table_start] = ACTIONS(1344), }, [178] = { - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_RBRACK] = ACTIONS(1464), - [anon_sym_LT] = ACTIONS(1464), - [anon_sym_GT] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [anon_sym_POUND] = ACTIONS(1464), - [anon_sym_DOLLAR] = ACTIONS(1464), - [anon_sym_PERCENT] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_COMMA] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_DOT] = ACTIONS(1464), - [anon_sym_SLASH] = ACTIONS(1464), - [anon_sym_COLON] = ACTIONS(1464), - [anon_sym_SEMI] = ACTIONS(1464), - [anon_sym_EQ] = ACTIONS(1464), - [anon_sym_QMARK] = ACTIONS(1464), - [anon_sym_AT] = ACTIONS(1464), - [anon_sym_BSLASH] = ACTIONS(1464), - [anon_sym_CARET] = ACTIONS(1464), - [anon_sym__] = ACTIONS(1464), - [anon_sym_BQUOTE] = ACTIONS(1464), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_PIPE] = ACTIONS(1464), - [anon_sym_RBRACE] = ACTIONS(1464), - [anon_sym_TILDE] = ACTIONS(1464), - [anon_sym_LPAREN] = ACTIONS(1464), - [anon_sym_RPAREN] = ACTIONS(1464), - [aux_sym__word_token1] = ACTIONS(1464), - [aux_sym__word_token2] = ACTIONS(1464), - [aux_sym__word_token3] = ACTIONS(1464), - [sym__whitespace] = ACTIONS(1464), - [sym__soft_line_ending] = ACTIONS(1464), - [sym__block_close] = ACTIONS(1464), + [ts_builtin_sym_end] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1430), + [anon_sym_RBRACK] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_DOLLAR] = ACTIONS(1432), + [anon_sym_PERCENT] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_SLASH] = ACTIONS(1432), + [anon_sym_COLON] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1432), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_AT] = ACTIONS(1432), + [anon_sym_BSLASH] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), + [anon_sym__] = ACTIONS(1432), + [anon_sym_BQUOTE] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_PIPE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_RPAREN] = ACTIONS(1432), + [aux_sym__word_token1] = ACTIONS(1432), + [aux_sym__word_token2] = ACTIONS(1432), + [aux_sym__word_token3] = ACTIONS(1432), + [sym__whitespace] = ACTIONS(1432), + [sym__soft_line_ending] = ACTIONS(1432), [sym_block_continuation] = ACTIONS(1522), - [sym__block_quote_start] = ACTIONS(1464), - [sym__indented_chunk_start] = ACTIONS(1464), - [sym_atx_h1_marker] = ACTIONS(1464), - [sym_atx_h2_marker] = ACTIONS(1464), - [sym_atx_h3_marker] = ACTIONS(1464), - [sym_atx_h4_marker] = ACTIONS(1464), - [sym_atx_h5_marker] = ACTIONS(1464), - [sym_atx_h6_marker] = ACTIONS(1464), - [sym__thematic_break] = ACTIONS(1464), - [sym__list_marker_minus] = ACTIONS(1464), - [sym__list_marker_plus] = ACTIONS(1464), - [sym__list_marker_star] = ACTIONS(1464), - [sym__list_marker_parenthesis] = ACTIONS(1464), - [sym__list_marker_dot] = ACTIONS(1464), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1464), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1464), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1464), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1464), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1464), - [sym__fenced_code_block_start_backtick] = ACTIONS(1464), - [sym__fenced_code_block_start_tilde] = ACTIONS(1464), - [sym__blank_line_start] = ACTIONS(1464), - [sym__html_block_1_start] = ACTIONS(1464), - [sym__html_block_2_start] = ACTIONS(1464), - [sym__html_block_3_start] = ACTIONS(1464), - [sym__html_block_4_start] = ACTIONS(1464), - [sym__html_block_5_start] = ACTIONS(1464), - [sym__html_block_6_start] = ACTIONS(1464), - [sym__html_block_7_start] = ACTIONS(1464), - [sym__pipe_table_start] = ACTIONS(1464), + [sym__block_quote_start] = ACTIONS(1432), + [sym__indented_chunk_start] = ACTIONS(1432), + [sym_atx_h1_marker] = ACTIONS(1432), + [sym_atx_h2_marker] = ACTIONS(1432), + [sym_atx_h3_marker] = ACTIONS(1432), + [sym_atx_h4_marker] = ACTIONS(1432), + [sym_atx_h5_marker] = ACTIONS(1432), + [sym_atx_h6_marker] = ACTIONS(1432), + [sym__thematic_break] = ACTIONS(1432), + [sym__list_marker_minus] = ACTIONS(1432), + [sym__list_marker_plus] = ACTIONS(1432), + [sym__list_marker_star] = ACTIONS(1432), + [sym__list_marker_parenthesis] = ACTIONS(1432), + [sym__list_marker_dot] = ACTIONS(1432), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1432), + [sym__fenced_code_block_start_backtick] = ACTIONS(1432), + [sym__fenced_code_block_start_tilde] = ACTIONS(1432), + [sym__blank_line_start] = ACTIONS(1432), + [sym__html_block_1_start] = ACTIONS(1432), + [sym__html_block_2_start] = ACTIONS(1432), + [sym__html_block_3_start] = ACTIONS(1432), + [sym__html_block_4_start] = ACTIONS(1432), + [sym__html_block_5_start] = ACTIONS(1432), + [sym__html_block_6_start] = ACTIONS(1432), + [sym__html_block_7_start] = ACTIONS(1432), + [sym__pipe_table_start] = ACTIONS(1432), }, [179] = { - [anon_sym_LBRACK] = ACTIONS(1165), - [anon_sym_RBRACK] = ACTIONS(1163), - [anon_sym_LT] = ACTIONS(1163), - [anon_sym_GT] = ACTIONS(1163), - [anon_sym_BANG] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [anon_sym_POUND] = ACTIONS(1163), - [anon_sym_DOLLAR] = ACTIONS(1163), - [anon_sym_PERCENT] = ACTIONS(1163), - [anon_sym_AMP] = ACTIONS(1163), - [anon_sym_SQUOTE] = ACTIONS(1163), - [anon_sym_STAR] = ACTIONS(1163), - [anon_sym_PLUS] = ACTIONS(1163), - [anon_sym_COMMA] = ACTIONS(1163), - [anon_sym_DASH] = ACTIONS(1163), - [anon_sym_DOT] = ACTIONS(1163), - [anon_sym_SLASH] = ACTIONS(1163), - [anon_sym_COLON] = ACTIONS(1163), - [anon_sym_SEMI] = ACTIONS(1163), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1163), - [anon_sym_AT] = ACTIONS(1163), - [anon_sym_BSLASH] = ACTIONS(1163), - [anon_sym_CARET] = ACTIONS(1163), - [anon_sym__] = ACTIONS(1163), - [anon_sym_BQUOTE] = ACTIONS(1163), - [anon_sym_LBRACE] = ACTIONS(1163), - [anon_sym_PIPE] = ACTIONS(1163), - [anon_sym_RBRACE] = ACTIONS(1163), - [anon_sym_TILDE] = ACTIONS(1163), - [anon_sym_LPAREN] = ACTIONS(1163), - [anon_sym_RPAREN] = ACTIONS(1163), - [aux_sym__word_token1] = ACTIONS(1163), - [aux_sym__word_token2] = ACTIONS(1163), - [aux_sym__word_token3] = ACTIONS(1163), - [sym__whitespace] = ACTIONS(1163), - [sym__soft_line_ending] = ACTIONS(1163), - [sym__block_close] = ACTIONS(1163), + [ts_builtin_sym_end] = ACTIONS(1350), + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_RBRACK] = ACTIONS(1350), + [anon_sym_LT] = ACTIONS(1350), + [anon_sym_GT] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [anon_sym_POUND] = ACTIONS(1350), + [anon_sym_DOLLAR] = ACTIONS(1350), + [anon_sym_PERCENT] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_COMMA] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_DOT] = ACTIONS(1350), + [anon_sym_SLASH] = ACTIONS(1350), + [anon_sym_COLON] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym_EQ] = ACTIONS(1350), + [anon_sym_QMARK] = ACTIONS(1350), + [anon_sym_AT] = ACTIONS(1350), + [anon_sym_BSLASH] = ACTIONS(1350), + [anon_sym_CARET] = ACTIONS(1350), + [anon_sym__] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_PIPE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_LPAREN] = ACTIONS(1350), + [anon_sym_RPAREN] = ACTIONS(1350), + [aux_sym__word_token1] = ACTIONS(1350), + [aux_sym__word_token2] = ACTIONS(1350), + [aux_sym__word_token3] = ACTIONS(1350), + [sym__whitespace] = ACTIONS(1350), + [sym__soft_line_ending] = ACTIONS(1350), [sym_block_continuation] = ACTIONS(1524), - [sym__block_quote_start] = ACTIONS(1163), - [sym__indented_chunk_start] = ACTIONS(1163), - [sym_atx_h1_marker] = ACTIONS(1163), - [sym_atx_h2_marker] = ACTIONS(1163), - [sym_atx_h3_marker] = ACTIONS(1163), - [sym_atx_h4_marker] = ACTIONS(1163), - [sym_atx_h5_marker] = ACTIONS(1163), - [sym_atx_h6_marker] = ACTIONS(1163), - [sym__thematic_break] = ACTIONS(1163), - [sym__list_marker_minus] = ACTIONS(1163), - [sym__list_marker_plus] = ACTIONS(1163), - [sym__list_marker_star] = ACTIONS(1163), - [sym__list_marker_parenthesis] = ACTIONS(1163), - [sym__list_marker_dot] = ACTIONS(1163), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1163), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1163), - [sym__fenced_code_block_start_backtick] = ACTIONS(1163), - [sym__fenced_code_block_start_tilde] = ACTIONS(1163), - [sym__blank_line_start] = ACTIONS(1163), - [sym__html_block_1_start] = ACTIONS(1163), - [sym__html_block_2_start] = ACTIONS(1163), - [sym__html_block_3_start] = ACTIONS(1163), - [sym__html_block_4_start] = ACTIONS(1163), - [sym__html_block_5_start] = ACTIONS(1163), - [sym__html_block_6_start] = ACTIONS(1163), - [sym__html_block_7_start] = ACTIONS(1163), - [sym__pipe_table_start] = ACTIONS(1163), + [sym__block_quote_start] = ACTIONS(1350), + [sym__indented_chunk_start] = ACTIONS(1350), + [sym_atx_h1_marker] = ACTIONS(1350), + [sym_atx_h2_marker] = ACTIONS(1350), + [sym_atx_h3_marker] = ACTIONS(1350), + [sym_atx_h4_marker] = ACTIONS(1350), + [sym_atx_h5_marker] = ACTIONS(1350), + [sym_atx_h6_marker] = ACTIONS(1350), + [sym__thematic_break] = ACTIONS(1350), + [sym__list_marker_minus] = ACTIONS(1350), + [sym__list_marker_plus] = ACTIONS(1350), + [sym__list_marker_star] = ACTIONS(1350), + [sym__list_marker_parenthesis] = ACTIONS(1350), + [sym__list_marker_dot] = ACTIONS(1350), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1350), + [sym__fenced_code_block_start_backtick] = ACTIONS(1350), + [sym__fenced_code_block_start_tilde] = ACTIONS(1350), + [sym__blank_line_start] = ACTIONS(1350), + [sym__html_block_1_start] = ACTIONS(1350), + [sym__html_block_2_start] = ACTIONS(1350), + [sym__html_block_3_start] = ACTIONS(1350), + [sym__html_block_4_start] = ACTIONS(1350), + [sym__html_block_5_start] = ACTIONS(1350), + [sym__html_block_6_start] = ACTIONS(1350), + [sym__html_block_7_start] = ACTIONS(1350), + [sym__pipe_table_start] = ACTIONS(1350), }, [180] = { - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_RBRACK] = ACTIONS(1384), - [anon_sym_LT] = ACTIONS(1384), - [anon_sym_GT] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [anon_sym_POUND] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_PERCENT] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_PLUS] = ACTIONS(1384), - [anon_sym_COMMA] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_DOT] = ACTIONS(1384), - [anon_sym_SLASH] = ACTIONS(1384), - [anon_sym_COLON] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_EQ] = ACTIONS(1384), - [anon_sym_QMARK] = ACTIONS(1384), - [anon_sym_AT] = ACTIONS(1384), - [anon_sym_BSLASH] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), - [anon_sym__] = ACTIONS(1384), - [anon_sym_BQUOTE] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_RPAREN] = ACTIONS(1384), - [aux_sym__word_token1] = ACTIONS(1384), - [aux_sym__word_token2] = ACTIONS(1384), - [aux_sym__word_token3] = ACTIONS(1384), - [sym__whitespace] = ACTIONS(1384), - [sym__soft_line_ending] = ACTIONS(1384), - [sym__block_close] = ACTIONS(1384), + [ts_builtin_sym_end] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_RBRACK] = ACTIONS(1396), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_GT] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [anon_sym_POUND] = ACTIONS(1396), + [anon_sym_DOLLAR] = ACTIONS(1396), + [anon_sym_PERCENT] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_DOT] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_COLON] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_EQ] = ACTIONS(1396), + [anon_sym_QMARK] = ACTIONS(1396), + [anon_sym_AT] = ACTIONS(1396), + [anon_sym_BSLASH] = ACTIONS(1396), + [anon_sym_CARET] = ACTIONS(1396), + [anon_sym__] = ACTIONS(1396), + [anon_sym_BQUOTE] = ACTIONS(1396), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_PIPE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_LPAREN] = ACTIONS(1396), + [anon_sym_RPAREN] = ACTIONS(1396), + [aux_sym__word_token1] = ACTIONS(1396), + [aux_sym__word_token2] = ACTIONS(1396), + [aux_sym__word_token3] = ACTIONS(1396), + [sym__whitespace] = ACTIONS(1396), + [sym__soft_line_ending] = ACTIONS(1396), [sym_block_continuation] = ACTIONS(1526), - [sym__block_quote_start] = ACTIONS(1384), - [sym__indented_chunk_start] = ACTIONS(1384), - [sym_atx_h1_marker] = ACTIONS(1384), - [sym_atx_h2_marker] = ACTIONS(1384), - [sym_atx_h3_marker] = ACTIONS(1384), - [sym_atx_h4_marker] = ACTIONS(1384), - [sym_atx_h5_marker] = ACTIONS(1384), - [sym_atx_h6_marker] = ACTIONS(1384), - [sym__thematic_break] = ACTIONS(1384), - [sym__list_marker_minus] = ACTIONS(1384), - [sym__list_marker_plus] = ACTIONS(1384), - [sym__list_marker_star] = ACTIONS(1384), - [sym__list_marker_parenthesis] = ACTIONS(1384), - [sym__list_marker_dot] = ACTIONS(1384), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1384), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1384), - [sym__fenced_code_block_start_backtick] = ACTIONS(1384), - [sym__fenced_code_block_start_tilde] = ACTIONS(1384), - [sym__blank_line_start] = ACTIONS(1384), - [sym__html_block_1_start] = ACTIONS(1384), - [sym__html_block_2_start] = ACTIONS(1384), - [sym__html_block_3_start] = ACTIONS(1384), - [sym__html_block_4_start] = ACTIONS(1384), - [sym__html_block_5_start] = ACTIONS(1384), - [sym__html_block_6_start] = ACTIONS(1384), - [sym__html_block_7_start] = ACTIONS(1384), - [sym__pipe_table_start] = ACTIONS(1384), + [sym__block_quote_start] = ACTIONS(1396), + [sym__indented_chunk_start] = ACTIONS(1396), + [sym_atx_h1_marker] = ACTIONS(1396), + [sym_atx_h2_marker] = ACTIONS(1396), + [sym_atx_h3_marker] = ACTIONS(1396), + [sym_atx_h4_marker] = ACTIONS(1396), + [sym_atx_h5_marker] = ACTIONS(1396), + [sym_atx_h6_marker] = ACTIONS(1396), + [sym__thematic_break] = ACTIONS(1396), + [sym__list_marker_minus] = ACTIONS(1396), + [sym__list_marker_plus] = ACTIONS(1396), + [sym__list_marker_star] = ACTIONS(1396), + [sym__list_marker_parenthesis] = ACTIONS(1396), + [sym__list_marker_dot] = ACTIONS(1396), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1396), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1396), + [sym__fenced_code_block_start_backtick] = ACTIONS(1396), + [sym__fenced_code_block_start_tilde] = ACTIONS(1396), + [sym__blank_line_start] = ACTIONS(1396), + [sym__html_block_1_start] = ACTIONS(1396), + [sym__html_block_2_start] = ACTIONS(1396), + [sym__html_block_3_start] = ACTIONS(1396), + [sym__html_block_4_start] = ACTIONS(1396), + [sym__html_block_5_start] = ACTIONS(1396), + [sym__html_block_6_start] = ACTIONS(1396), + [sym__html_block_7_start] = ACTIONS(1396), + [sym__pipe_table_start] = ACTIONS(1396), }, [181] = { - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_RBRACK] = ACTIONS(1398), - [anon_sym_LT] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_BANG] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [anon_sym_POUND] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_PERCENT] = ACTIONS(1398), - [anon_sym_AMP] = ACTIONS(1398), - [anon_sym_SQUOTE] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_COMMA] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_COLON] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_EQ] = ACTIONS(1398), - [anon_sym_QMARK] = ACTIONS(1398), - [anon_sym_AT] = ACTIONS(1398), - [anon_sym_BSLASH] = ACTIONS(1398), - [anon_sym_CARET] = ACTIONS(1398), - [anon_sym__] = ACTIONS(1398), - [anon_sym_BQUOTE] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_PIPE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1398), - [anon_sym_TILDE] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_RPAREN] = ACTIONS(1398), - [aux_sym__word_token1] = ACTIONS(1398), - [aux_sym__word_token2] = ACTIONS(1398), - [aux_sym__word_token3] = ACTIONS(1398), - [sym__whitespace] = ACTIONS(1398), - [sym__soft_line_ending] = ACTIONS(1398), - [sym__block_close] = ACTIONS(1398), + [ts_builtin_sym_end] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_RBRACK] = ACTIONS(1414), + [anon_sym_LT] = ACTIONS(1414), + [anon_sym_GT] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [anon_sym_POUND] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_PERCENT] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_COMMA] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_DOT] = ACTIONS(1414), + [anon_sym_SLASH] = ACTIONS(1414), + [anon_sym_COLON] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_EQ] = ACTIONS(1414), + [anon_sym_QMARK] = ACTIONS(1414), + [anon_sym_AT] = ACTIONS(1414), + [anon_sym_BSLASH] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [anon_sym__] = ACTIONS(1414), + [anon_sym_BQUOTE] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1414), + [aux_sym__word_token1] = ACTIONS(1414), + [aux_sym__word_token2] = ACTIONS(1414), + [aux_sym__word_token3] = ACTIONS(1414), + [sym__whitespace] = ACTIONS(1414), + [sym__soft_line_ending] = ACTIONS(1414), [sym_block_continuation] = ACTIONS(1528), - [sym__block_quote_start] = ACTIONS(1398), - [sym__indented_chunk_start] = ACTIONS(1398), - [sym_atx_h1_marker] = ACTIONS(1398), - [sym_atx_h2_marker] = ACTIONS(1398), - [sym_atx_h3_marker] = ACTIONS(1398), - [sym_atx_h4_marker] = ACTIONS(1398), - [sym_atx_h5_marker] = ACTIONS(1398), - [sym_atx_h6_marker] = ACTIONS(1398), - [sym__thematic_break] = ACTIONS(1398), - [sym__list_marker_minus] = ACTIONS(1398), - [sym__list_marker_plus] = ACTIONS(1398), - [sym__list_marker_star] = ACTIONS(1398), - [sym__list_marker_parenthesis] = ACTIONS(1398), - [sym__list_marker_dot] = ACTIONS(1398), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1398), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1398), - [sym__fenced_code_block_start_backtick] = ACTIONS(1398), - [sym__fenced_code_block_start_tilde] = ACTIONS(1398), - [sym__blank_line_start] = ACTIONS(1398), - [sym__html_block_1_start] = ACTIONS(1398), - [sym__html_block_2_start] = ACTIONS(1398), - [sym__html_block_3_start] = ACTIONS(1398), - [sym__html_block_4_start] = ACTIONS(1398), - [sym__html_block_5_start] = ACTIONS(1398), - [sym__html_block_6_start] = ACTIONS(1398), - [sym__html_block_7_start] = ACTIONS(1398), - [sym__pipe_table_start] = ACTIONS(1398), + [sym__block_quote_start] = ACTIONS(1414), + [sym__indented_chunk_start] = ACTIONS(1414), + [sym_atx_h1_marker] = ACTIONS(1414), + [sym_atx_h2_marker] = ACTIONS(1414), + [sym_atx_h3_marker] = ACTIONS(1414), + [sym_atx_h4_marker] = ACTIONS(1414), + [sym_atx_h5_marker] = ACTIONS(1414), + [sym_atx_h6_marker] = ACTIONS(1414), + [sym__thematic_break] = ACTIONS(1414), + [sym__list_marker_minus] = ACTIONS(1414), + [sym__list_marker_plus] = ACTIONS(1414), + [sym__list_marker_star] = ACTIONS(1414), + [sym__list_marker_parenthesis] = ACTIONS(1414), + [sym__list_marker_dot] = ACTIONS(1414), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1414), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1414), + [sym__fenced_code_block_start_backtick] = ACTIONS(1414), + [sym__fenced_code_block_start_tilde] = ACTIONS(1414), + [sym__blank_line_start] = ACTIONS(1414), + [sym__html_block_1_start] = ACTIONS(1414), + [sym__html_block_2_start] = ACTIONS(1414), + [sym__html_block_3_start] = ACTIONS(1414), + [sym__html_block_4_start] = ACTIONS(1414), + [sym__html_block_5_start] = ACTIONS(1414), + [sym__html_block_6_start] = ACTIONS(1414), + [sym__html_block_7_start] = ACTIONS(1414), + [sym__pipe_table_start] = ACTIONS(1414), }, [182] = { - [anon_sym_LBRACK] = ACTIONS(1518), - [anon_sym_RBRACK] = ACTIONS(1516), - [anon_sym_LT] = ACTIONS(1516), - [anon_sym_GT] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(1516), - [anon_sym_DOLLAR] = ACTIONS(1516), - [anon_sym_PERCENT] = ACTIONS(1516), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1516), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_DOT] = ACTIONS(1516), - [anon_sym_SLASH] = ACTIONS(1516), - [anon_sym_COLON] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1516), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_AT] = ACTIONS(1516), - [anon_sym_BSLASH] = ACTIONS(1516), - [anon_sym_CARET] = ACTIONS(1516), - [anon_sym__] = ACTIONS(1516), - [anon_sym_BQUOTE] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_PIPE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_RPAREN] = ACTIONS(1516), - [aux_sym__word_token1] = ACTIONS(1516), - [aux_sym__word_token2] = ACTIONS(1516), - [aux_sym__word_token3] = ACTIONS(1516), - [sym__whitespace] = ACTIONS(1516), - [sym__soft_line_ending] = ACTIONS(1516), - [sym__block_close] = ACTIONS(1516), + [ts_builtin_sym_end] = ACTIONS(1420), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_RBRACK] = ACTIONS(1420), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [anon_sym_POUND] = ACTIONS(1420), + [anon_sym_DOLLAR] = ACTIONS(1420), + [anon_sym_PERCENT] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_PLUS] = ACTIONS(1420), + [anon_sym_COMMA] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1420), + [anon_sym_DOT] = ACTIONS(1420), + [anon_sym_SLASH] = ACTIONS(1420), + [anon_sym_COLON] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_EQ] = ACTIONS(1420), + [anon_sym_QMARK] = ACTIONS(1420), + [anon_sym_AT] = ACTIONS(1420), + [anon_sym_BSLASH] = ACTIONS(1420), + [anon_sym_CARET] = ACTIONS(1420), + [anon_sym__] = ACTIONS(1420), + [anon_sym_BQUOTE] = ACTIONS(1420), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_PIPE] = ACTIONS(1420), + [anon_sym_RBRACE] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_LPAREN] = ACTIONS(1420), + [anon_sym_RPAREN] = ACTIONS(1420), + [aux_sym__word_token1] = ACTIONS(1420), + [aux_sym__word_token2] = ACTIONS(1420), + [aux_sym__word_token3] = ACTIONS(1420), + [sym__whitespace] = ACTIONS(1420), + [sym__soft_line_ending] = ACTIONS(1420), [sym_block_continuation] = ACTIONS(1530), - [sym__block_quote_start] = ACTIONS(1516), - [sym__indented_chunk_start] = ACTIONS(1516), - [sym_atx_h1_marker] = ACTIONS(1516), - [sym_atx_h2_marker] = ACTIONS(1516), - [sym_atx_h3_marker] = ACTIONS(1516), - [sym_atx_h4_marker] = ACTIONS(1516), - [sym_atx_h5_marker] = ACTIONS(1516), - [sym_atx_h6_marker] = ACTIONS(1516), - [sym__thematic_break] = ACTIONS(1516), - [sym__list_marker_minus] = ACTIONS(1516), - [sym__list_marker_plus] = ACTIONS(1516), - [sym__list_marker_star] = ACTIONS(1516), - [sym__list_marker_parenthesis] = ACTIONS(1516), - [sym__list_marker_dot] = ACTIONS(1516), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1516), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1516), - [sym__fenced_code_block_start_backtick] = ACTIONS(1516), - [sym__fenced_code_block_start_tilde] = ACTIONS(1516), - [sym__blank_line_start] = ACTIONS(1516), - [sym__html_block_1_start] = ACTIONS(1516), - [sym__html_block_2_start] = ACTIONS(1516), - [sym__html_block_3_start] = ACTIONS(1516), - [sym__html_block_4_start] = ACTIONS(1516), - [sym__html_block_5_start] = ACTIONS(1516), - [sym__html_block_6_start] = ACTIONS(1516), - [sym__html_block_7_start] = ACTIONS(1516), - [sym__pipe_table_start] = ACTIONS(1516), + [sym__block_quote_start] = ACTIONS(1420), + [sym__indented_chunk_start] = ACTIONS(1420), + [sym_atx_h1_marker] = ACTIONS(1420), + [sym_atx_h2_marker] = ACTIONS(1420), + [sym_atx_h3_marker] = ACTIONS(1420), + [sym_atx_h4_marker] = ACTIONS(1420), + [sym_atx_h5_marker] = ACTIONS(1420), + [sym_atx_h6_marker] = ACTIONS(1420), + [sym__thematic_break] = ACTIONS(1420), + [sym__list_marker_minus] = ACTIONS(1420), + [sym__list_marker_plus] = ACTIONS(1420), + [sym__list_marker_star] = ACTIONS(1420), + [sym__list_marker_parenthesis] = ACTIONS(1420), + [sym__list_marker_dot] = ACTIONS(1420), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1420), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1420), + [sym__fenced_code_block_start_backtick] = ACTIONS(1420), + [sym__fenced_code_block_start_tilde] = ACTIONS(1420), + [sym__blank_line_start] = ACTIONS(1420), + [sym__html_block_1_start] = ACTIONS(1420), + [sym__html_block_2_start] = ACTIONS(1420), + [sym__html_block_3_start] = ACTIONS(1420), + [sym__html_block_4_start] = ACTIONS(1420), + [sym__html_block_5_start] = ACTIONS(1420), + [sym__html_block_6_start] = ACTIONS(1420), + [sym__html_block_7_start] = ACTIONS(1420), + [sym__pipe_table_start] = ACTIONS(1420), }, [183] = { - [anon_sym_LBRACK] = ACTIONS(1512), - [anon_sym_RBRACK] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_EQ] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1510), - [anon_sym_AT] = ACTIONS(1510), - [anon_sym_BSLASH] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym__] = ACTIONS(1510), - [anon_sym_BQUOTE] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [aux_sym__word_token1] = ACTIONS(1510), - [aux_sym__word_token2] = ACTIONS(1510), - [aux_sym__word_token3] = ACTIONS(1510), - [sym__whitespace] = ACTIONS(1510), - [sym__soft_line_ending] = ACTIONS(1510), - [sym__block_close] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1506), + [anon_sym_RBRACK] = ACTIONS(1504), + [anon_sym_LT] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1504), + [anon_sym_BANG] = ACTIONS(1504), + [anon_sym_DQUOTE] = ACTIONS(1504), + [anon_sym_POUND] = ACTIONS(1504), + [anon_sym_DOLLAR] = ACTIONS(1504), + [anon_sym_PERCENT] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_COMMA] = ACTIONS(1504), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_DOT] = ACTIONS(1504), + [anon_sym_SLASH] = ACTIONS(1504), + [anon_sym_COLON] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_EQ] = ACTIONS(1504), + [anon_sym_QMARK] = ACTIONS(1504), + [anon_sym_AT] = ACTIONS(1504), + [anon_sym_BSLASH] = ACTIONS(1504), + [anon_sym_CARET] = ACTIONS(1504), + [anon_sym__] = ACTIONS(1504), + [anon_sym_BQUOTE] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_RPAREN] = ACTIONS(1504), + [aux_sym__word_token1] = ACTIONS(1504), + [aux_sym__word_token2] = ACTIONS(1504), + [aux_sym__word_token3] = ACTIONS(1504), + [sym__whitespace] = ACTIONS(1504), + [sym__soft_line_ending] = ACTIONS(1504), + [sym__block_close] = ACTIONS(1504), [sym_block_continuation] = ACTIONS(1532), - [sym__block_quote_start] = ACTIONS(1510), - [sym__indented_chunk_start] = ACTIONS(1510), - [sym_atx_h1_marker] = ACTIONS(1510), - [sym_atx_h2_marker] = ACTIONS(1510), - [sym_atx_h3_marker] = ACTIONS(1510), - [sym_atx_h4_marker] = ACTIONS(1510), - [sym_atx_h5_marker] = ACTIONS(1510), - [sym_atx_h6_marker] = ACTIONS(1510), - [sym__thematic_break] = ACTIONS(1510), - [sym__list_marker_minus] = ACTIONS(1510), - [sym__list_marker_plus] = ACTIONS(1510), - [sym__list_marker_star] = ACTIONS(1510), - [sym__list_marker_parenthesis] = ACTIONS(1510), - [sym__list_marker_dot] = ACTIONS(1510), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1510), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1510), - [sym__fenced_code_block_start_backtick] = ACTIONS(1510), - [sym__fenced_code_block_start_tilde] = ACTIONS(1510), - [sym__blank_line_start] = ACTIONS(1510), - [sym__html_block_1_start] = ACTIONS(1510), - [sym__html_block_2_start] = ACTIONS(1510), - [sym__html_block_3_start] = ACTIONS(1510), - [sym__html_block_4_start] = ACTIONS(1510), - [sym__html_block_5_start] = ACTIONS(1510), - [sym__html_block_6_start] = ACTIONS(1510), - [sym__html_block_7_start] = ACTIONS(1510), - [sym__pipe_table_start] = ACTIONS(1510), + [sym__block_quote_start] = ACTIONS(1504), + [sym__indented_chunk_start] = ACTIONS(1504), + [sym_atx_h1_marker] = ACTIONS(1504), + [sym_atx_h2_marker] = ACTIONS(1504), + [sym_atx_h3_marker] = ACTIONS(1504), + [sym_atx_h4_marker] = ACTIONS(1504), + [sym_atx_h5_marker] = ACTIONS(1504), + [sym_atx_h6_marker] = ACTIONS(1504), + [sym__thematic_break] = ACTIONS(1504), + [sym__list_marker_minus] = ACTIONS(1504), + [sym__list_marker_plus] = ACTIONS(1504), + [sym__list_marker_star] = ACTIONS(1504), + [sym__list_marker_parenthesis] = ACTIONS(1504), + [sym__list_marker_dot] = ACTIONS(1504), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1504), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1504), + [sym__fenced_code_block_start_backtick] = ACTIONS(1504), + [sym__fenced_code_block_start_tilde] = ACTIONS(1504), + [sym__blank_line_start] = ACTIONS(1504), + [sym__html_block_1_start] = ACTIONS(1504), + [sym__html_block_2_start] = ACTIONS(1504), + [sym__html_block_3_start] = ACTIONS(1504), + [sym__html_block_4_start] = ACTIONS(1504), + [sym__html_block_5_start] = ACTIONS(1504), + [sym__html_block_6_start] = ACTIONS(1504), + [sym__html_block_7_start] = ACTIONS(1504), + [sym__pipe_table_start] = ACTIONS(1504), }, [184] = { [anon_sym_LBRACK] = ACTIONS(1534), @@ -29423,216 +29423,356 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pipe_table_start] = ACTIONS(1538), }, [186] = { - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_RBRACK] = ACTIONS(1544), - [anon_sym_LT] = ACTIONS(1544), - [anon_sym_GT] = ACTIONS(1544), - [anon_sym_BANG] = ACTIONS(1544), - [anon_sym_DQUOTE] = ACTIONS(1544), - [anon_sym_POUND] = ACTIONS(1544), - [anon_sym_DOLLAR] = ACTIONS(1544), - [anon_sym_PERCENT] = ACTIONS(1544), - [anon_sym_AMP] = ACTIONS(1544), - [anon_sym_SQUOTE] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_COMMA] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_DOT] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1544), - [anon_sym_COLON] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_EQ] = ACTIONS(1544), - [anon_sym_QMARK] = ACTIONS(1544), - [anon_sym_AT] = ACTIONS(1544), - [anon_sym_BSLASH] = ACTIONS(1544), - [anon_sym_CARET] = ACTIONS(1544), - [anon_sym__] = ACTIONS(1544), - [anon_sym_BQUOTE] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1544), - [anon_sym_PIPE] = ACTIONS(1544), - [anon_sym_RBRACE] = ACTIONS(1544), - [anon_sym_TILDE] = ACTIONS(1544), - [anon_sym_LPAREN] = ACTIONS(1544), - [anon_sym_RPAREN] = ACTIONS(1544), - [aux_sym__word_token1] = ACTIONS(1544), - [aux_sym__word_token2] = ACTIONS(1544), - [aux_sym__word_token3] = ACTIONS(1544), - [sym__whitespace] = ACTIONS(1544), - [sym__soft_line_ending] = ACTIONS(1544), - [sym__block_close] = ACTIONS(1544), - [sym__block_quote_start] = ACTIONS(1544), - [sym__indented_chunk_start] = ACTIONS(1544), - [sym_atx_h1_marker] = ACTIONS(1544), - [sym_atx_h2_marker] = ACTIONS(1544), - [sym_atx_h3_marker] = ACTIONS(1544), - [sym_atx_h4_marker] = ACTIONS(1544), - [sym_atx_h5_marker] = ACTIONS(1544), - [sym_atx_h6_marker] = ACTIONS(1544), - [sym__thematic_break] = ACTIONS(1544), - [sym__list_marker_minus] = ACTIONS(1544), - [sym__list_marker_plus] = ACTIONS(1544), - [sym__list_marker_star] = ACTIONS(1544), - [sym__list_marker_parenthesis] = ACTIONS(1544), - [sym__list_marker_dot] = ACTIONS(1544), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1544), - [sym__fenced_code_block_start_backtick] = ACTIONS(1544), - [sym__fenced_code_block_start_tilde] = ACTIONS(1544), - [sym__blank_line_start] = ACTIONS(1544), - [sym__html_block_1_start] = ACTIONS(1544), - [sym__html_block_2_start] = ACTIONS(1544), - [sym__html_block_3_start] = ACTIONS(1544), - [sym__html_block_4_start] = ACTIONS(1544), - [sym__html_block_5_start] = ACTIONS(1544), - [sym__html_block_6_start] = ACTIONS(1544), - [sym__html_block_7_start] = ACTIONS(1544), - [sym__pipe_table_start] = ACTIONS(1544), + [ts_builtin_sym_end] = ACTIONS(1542), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_RBRACK] = ACTIONS(1542), + [anon_sym_LT] = ACTIONS(1542), + [anon_sym_GT] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [anon_sym_POUND] = ACTIONS(1542), + [anon_sym_DOLLAR] = ACTIONS(1542), + [anon_sym_PERCENT] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_PLUS] = ACTIONS(1542), + [anon_sym_COMMA] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1542), + [anon_sym_DOT] = ACTIONS(1542), + [anon_sym_SLASH] = ACTIONS(1542), + [anon_sym_COLON] = ACTIONS(1542), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_EQ] = ACTIONS(1542), + [anon_sym_QMARK] = ACTIONS(1542), + [anon_sym_AT] = ACTIONS(1542), + [anon_sym_BSLASH] = ACTIONS(1542), + [anon_sym_CARET] = ACTIONS(1542), + [anon_sym__] = ACTIONS(1542), + [anon_sym_BQUOTE] = ACTIONS(1542), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_PIPE] = ACTIONS(1542), + [anon_sym_RBRACE] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_LPAREN] = ACTIONS(1542), + [anon_sym_RPAREN] = ACTIONS(1542), + [aux_sym__word_token1] = ACTIONS(1542), + [aux_sym__word_token2] = ACTIONS(1542), + [aux_sym__word_token3] = ACTIONS(1542), + [sym__whitespace] = ACTIONS(1542), + [sym__soft_line_ending] = ACTIONS(1542), + [sym__block_quote_start] = ACTIONS(1542), + [sym__indented_chunk_start] = ACTIONS(1542), + [sym_atx_h1_marker] = ACTIONS(1542), + [sym_atx_h2_marker] = ACTIONS(1542), + [sym_atx_h3_marker] = ACTIONS(1542), + [sym_atx_h4_marker] = ACTIONS(1542), + [sym_atx_h5_marker] = ACTIONS(1542), + [sym_atx_h6_marker] = ACTIONS(1542), + [sym__thematic_break] = ACTIONS(1542), + [sym__list_marker_minus] = ACTIONS(1542), + [sym__list_marker_plus] = ACTIONS(1542), + [sym__list_marker_star] = ACTIONS(1542), + [sym__list_marker_parenthesis] = ACTIONS(1542), + [sym__list_marker_dot] = ACTIONS(1542), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1542), + [sym__fenced_code_block_start_backtick] = ACTIONS(1542), + [sym__fenced_code_block_start_tilde] = ACTIONS(1542), + [sym__blank_line_start] = ACTIONS(1542), + [sym__html_block_1_start] = ACTIONS(1542), + [sym__html_block_2_start] = ACTIONS(1542), + [sym__html_block_3_start] = ACTIONS(1542), + [sym__html_block_4_start] = ACTIONS(1542), + [sym__html_block_5_start] = ACTIONS(1542), + [sym__html_block_6_start] = ACTIONS(1542), + [sym__html_block_7_start] = ACTIONS(1542), + [sym__pipe_table_start] = ACTIONS(1542), }, [187] = { - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_RBRACK] = ACTIONS(1548), - [anon_sym_LT] = ACTIONS(1548), - [anon_sym_GT] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [anon_sym_POUND] = ACTIONS(1548), - [anon_sym_DOLLAR] = ACTIONS(1548), - [anon_sym_PERCENT] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_COMMA] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_DOT] = ACTIONS(1548), - [anon_sym_SLASH] = ACTIONS(1548), - [anon_sym_COLON] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_EQ] = ACTIONS(1548), - [anon_sym_QMARK] = ACTIONS(1548), - [anon_sym_AT] = ACTIONS(1548), - [anon_sym_BSLASH] = ACTIONS(1548), - [anon_sym_CARET] = ACTIONS(1548), - [anon_sym__] = ACTIONS(1548), - [anon_sym_BQUOTE] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_PIPE] = ACTIONS(1548), - [anon_sym_RBRACE] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_LPAREN] = ACTIONS(1548), - [anon_sym_RPAREN] = ACTIONS(1548), - [aux_sym__word_token1] = ACTIONS(1548), - [aux_sym__word_token2] = ACTIONS(1548), - [aux_sym__word_token3] = ACTIONS(1548), - [sym__whitespace] = ACTIONS(1548), - [sym__soft_line_ending] = ACTIONS(1548), - [sym__block_close] = ACTIONS(1548), - [sym__block_quote_start] = ACTIONS(1548), - [sym__indented_chunk_start] = ACTIONS(1548), - [sym_atx_h1_marker] = ACTIONS(1548), - [sym_atx_h2_marker] = ACTIONS(1548), - [sym_atx_h3_marker] = ACTIONS(1548), - [sym_atx_h4_marker] = ACTIONS(1548), - [sym_atx_h5_marker] = ACTIONS(1548), - [sym_atx_h6_marker] = ACTIONS(1548), - [sym__thematic_break] = ACTIONS(1548), - [sym__list_marker_minus] = ACTIONS(1548), - [sym__list_marker_plus] = ACTIONS(1548), - [sym__list_marker_star] = ACTIONS(1548), - [sym__list_marker_parenthesis] = ACTIONS(1548), - [sym__list_marker_dot] = ACTIONS(1548), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1548), - [sym__fenced_code_block_start_backtick] = ACTIONS(1548), - [sym__fenced_code_block_start_tilde] = ACTIONS(1548), - [sym__blank_line_start] = ACTIONS(1548), - [sym__html_block_1_start] = ACTIONS(1548), - [sym__html_block_2_start] = ACTIONS(1548), - [sym__html_block_3_start] = ACTIONS(1548), - [sym__html_block_4_start] = ACTIONS(1548), - [sym__html_block_5_start] = ACTIONS(1548), - [sym__html_block_6_start] = ACTIONS(1548), - [sym__html_block_7_start] = ACTIONS(1548), - [sym__pipe_table_start] = ACTIONS(1548), + [ts_builtin_sym_end] = ACTIONS(1224), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [anon_sym_POUND] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_COMMA] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_DOT] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_AT] = ACTIONS(1224), + [anon_sym_BSLASH] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym__] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_RBRACE] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN] = ACTIONS(1224), + [aux_sym__word_token1] = ACTIONS(1224), + [aux_sym__word_token2] = ACTIONS(1224), + [aux_sym__word_token3] = ACTIONS(1224), + [sym__whitespace] = ACTIONS(1224), + [sym__soft_line_ending] = ACTIONS(1224), + [sym__block_quote_start] = ACTIONS(1224), + [sym__indented_chunk_start] = ACTIONS(1224), + [sym_atx_h1_marker] = ACTIONS(1224), + [sym_atx_h2_marker] = ACTIONS(1224), + [sym_atx_h3_marker] = ACTIONS(1224), + [sym_atx_h4_marker] = ACTIONS(1224), + [sym_atx_h5_marker] = ACTIONS(1224), + [sym_atx_h6_marker] = ACTIONS(1224), + [sym__thematic_break] = ACTIONS(1224), + [sym__list_marker_minus] = ACTIONS(1224), + [sym__list_marker_plus] = ACTIONS(1224), + [sym__list_marker_star] = ACTIONS(1224), + [sym__list_marker_parenthesis] = ACTIONS(1224), + [sym__list_marker_dot] = ACTIONS(1224), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1224), + [sym__fenced_code_block_start_backtick] = ACTIONS(1224), + [sym__fenced_code_block_start_tilde] = ACTIONS(1224), + [sym__blank_line_start] = ACTIONS(1224), + [sym__html_block_1_start] = ACTIONS(1224), + [sym__html_block_2_start] = ACTIONS(1224), + [sym__html_block_3_start] = ACTIONS(1224), + [sym__html_block_4_start] = ACTIONS(1224), + [sym__html_block_5_start] = ACTIONS(1224), + [sym__html_block_6_start] = ACTIONS(1224), + [sym__html_block_7_start] = ACTIONS(1224), + [sym__pipe_table_start] = ACTIONS(1224), }, [188] = { - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_RBRACK] = ACTIONS(1552), - [anon_sym_LT] = ACTIONS(1552), - [anon_sym_GT] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [anon_sym_POUND] = ACTIONS(1552), - [anon_sym_DOLLAR] = ACTIONS(1552), - [anon_sym_PERCENT] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_COMMA] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_DOT] = ACTIONS(1552), - [anon_sym_SLASH] = ACTIONS(1552), - [anon_sym_COLON] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_EQ] = ACTIONS(1552), - [anon_sym_QMARK] = ACTIONS(1552), - [anon_sym_AT] = ACTIONS(1552), - [anon_sym_BSLASH] = ACTIONS(1552), - [anon_sym_CARET] = ACTIONS(1552), - [anon_sym__] = ACTIONS(1552), - [anon_sym_BQUOTE] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_PIPE] = ACTIONS(1552), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_LPAREN] = ACTIONS(1552), - [anon_sym_RPAREN] = ACTIONS(1552), - [aux_sym__word_token1] = ACTIONS(1552), - [aux_sym__word_token2] = ACTIONS(1552), - [aux_sym__word_token3] = ACTIONS(1552), - [sym__whitespace] = ACTIONS(1552), - [sym__soft_line_ending] = ACTIONS(1552), - [sym__block_close] = ACTIONS(1552), - [sym__block_quote_start] = ACTIONS(1552), - [sym__indented_chunk_start] = ACTIONS(1552), - [sym_atx_h1_marker] = ACTIONS(1552), - [sym_atx_h2_marker] = ACTIONS(1552), - [sym_atx_h3_marker] = ACTIONS(1552), - [sym_atx_h4_marker] = ACTIONS(1552), - [sym_atx_h5_marker] = ACTIONS(1552), - [sym_atx_h6_marker] = ACTIONS(1552), - [sym__thematic_break] = ACTIONS(1552), - [sym__list_marker_minus] = ACTIONS(1552), - [sym__list_marker_plus] = ACTIONS(1552), - [sym__list_marker_star] = ACTIONS(1552), - [sym__list_marker_parenthesis] = ACTIONS(1552), - [sym__list_marker_dot] = ACTIONS(1552), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1552), - [sym__fenced_code_block_start_backtick] = ACTIONS(1552), - [sym__fenced_code_block_start_tilde] = ACTIONS(1552), - [sym__blank_line_start] = ACTIONS(1552), - [sym__html_block_1_start] = ACTIONS(1552), - [sym__html_block_2_start] = ACTIONS(1552), - [sym__html_block_3_start] = ACTIONS(1552), - [sym__html_block_4_start] = ACTIONS(1552), - [sym__html_block_5_start] = ACTIONS(1552), - [sym__html_block_6_start] = ACTIONS(1552), - [sym__html_block_7_start] = ACTIONS(1552), - [sym__pipe_table_start] = ACTIONS(1552), + [ts_builtin_sym_end] = ACTIONS(1332), + [anon_sym_LBRACK] = ACTIONS(1330), + [anon_sym_RBRACK] = ACTIONS(1332), + [anon_sym_LT] = ACTIONS(1332), + [anon_sym_GT] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [anon_sym_POUND] = ACTIONS(1332), + [anon_sym_DOLLAR] = ACTIONS(1332), + [anon_sym_PERCENT] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_COMMA] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_DOT] = ACTIONS(1332), + [anon_sym_SLASH] = ACTIONS(1332), + [anon_sym_COLON] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym_EQ] = ACTIONS(1332), + [anon_sym_QMARK] = ACTIONS(1332), + [anon_sym_AT] = ACTIONS(1332), + [anon_sym_BSLASH] = ACTIONS(1332), + [anon_sym_CARET] = ACTIONS(1332), + [anon_sym__] = ACTIONS(1332), + [anon_sym_BQUOTE] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_PIPE] = ACTIONS(1332), + [anon_sym_RBRACE] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_LPAREN] = ACTIONS(1332), + [anon_sym_RPAREN] = ACTIONS(1332), + [aux_sym__word_token1] = ACTIONS(1332), + [aux_sym__word_token2] = ACTIONS(1332), + [aux_sym__word_token3] = ACTIONS(1332), + [sym__whitespace] = ACTIONS(1332), + [sym__soft_line_ending] = ACTIONS(1332), + [sym__block_quote_start] = ACTIONS(1332), + [sym__indented_chunk_start] = ACTIONS(1332), + [sym_atx_h1_marker] = ACTIONS(1332), + [sym_atx_h2_marker] = ACTIONS(1332), + [sym_atx_h3_marker] = ACTIONS(1332), + [sym_atx_h4_marker] = ACTIONS(1332), + [sym_atx_h5_marker] = ACTIONS(1332), + [sym_atx_h6_marker] = ACTIONS(1332), + [sym__thematic_break] = ACTIONS(1332), + [sym__list_marker_minus] = ACTIONS(1332), + [sym__list_marker_plus] = ACTIONS(1332), + [sym__list_marker_star] = ACTIONS(1332), + [sym__list_marker_parenthesis] = ACTIONS(1332), + [sym__list_marker_dot] = ACTIONS(1332), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1332), + [sym__fenced_code_block_start_backtick] = ACTIONS(1332), + [sym__fenced_code_block_start_tilde] = ACTIONS(1332), + [sym__blank_line_start] = ACTIONS(1332), + [sym__html_block_1_start] = ACTIONS(1332), + [sym__html_block_2_start] = ACTIONS(1332), + [sym__html_block_3_start] = ACTIONS(1332), + [sym__html_block_4_start] = ACTIONS(1332), + [sym__html_block_5_start] = ACTIONS(1332), + [sym__html_block_6_start] = ACTIONS(1332), + [sym__html_block_7_start] = ACTIONS(1332), + [sym__pipe_table_start] = ACTIONS(1332), }, [189] = { + [ts_builtin_sym_end] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_RBRACK] = ACTIONS(1546), + [anon_sym_LT] = ACTIONS(1546), + [anon_sym_GT] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [anon_sym_POUND] = ACTIONS(1546), + [anon_sym_DOLLAR] = ACTIONS(1546), + [anon_sym_PERCENT] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_PLUS] = ACTIONS(1546), + [anon_sym_COMMA] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1546), + [anon_sym_DOT] = ACTIONS(1546), + [anon_sym_SLASH] = ACTIONS(1546), + [anon_sym_COLON] = ACTIONS(1546), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_EQ] = ACTIONS(1546), + [anon_sym_QMARK] = ACTIONS(1546), + [anon_sym_AT] = ACTIONS(1546), + [anon_sym_BSLASH] = ACTIONS(1546), + [anon_sym_CARET] = ACTIONS(1546), + [anon_sym__] = ACTIONS(1546), + [anon_sym_BQUOTE] = ACTIONS(1546), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_PIPE] = ACTIONS(1546), + [anon_sym_RBRACE] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_LPAREN] = ACTIONS(1546), + [anon_sym_RPAREN] = ACTIONS(1546), + [aux_sym__word_token1] = ACTIONS(1546), + [aux_sym__word_token2] = ACTIONS(1546), + [aux_sym__word_token3] = ACTIONS(1546), + [sym__whitespace] = ACTIONS(1546), + [sym__soft_line_ending] = ACTIONS(1546), + [sym__block_quote_start] = ACTIONS(1546), + [sym__indented_chunk_start] = ACTIONS(1546), + [sym_atx_h1_marker] = ACTIONS(1546), + [sym_atx_h2_marker] = ACTIONS(1546), + [sym_atx_h3_marker] = ACTIONS(1546), + [sym_atx_h4_marker] = ACTIONS(1546), + [sym_atx_h5_marker] = ACTIONS(1546), + [sym_atx_h6_marker] = ACTIONS(1546), + [sym__thematic_break] = ACTIONS(1546), + [sym__list_marker_minus] = ACTIONS(1546), + [sym__list_marker_plus] = ACTIONS(1546), + [sym__list_marker_star] = ACTIONS(1546), + [sym__list_marker_parenthesis] = ACTIONS(1546), + [sym__list_marker_dot] = ACTIONS(1546), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1546), + [sym__fenced_code_block_start_backtick] = ACTIONS(1546), + [sym__fenced_code_block_start_tilde] = ACTIONS(1546), + [sym__blank_line_start] = ACTIONS(1546), + [sym__html_block_1_start] = ACTIONS(1546), + [sym__html_block_2_start] = ACTIONS(1546), + [sym__html_block_3_start] = ACTIONS(1546), + [sym__html_block_4_start] = ACTIONS(1546), + [sym__html_block_5_start] = ACTIONS(1546), + [sym__html_block_6_start] = ACTIONS(1546), + [sym__html_block_7_start] = ACTIONS(1546), + [sym__pipe_table_start] = ACTIONS(1546), + }, + [190] = { + [ts_builtin_sym_end] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_RBRACK] = ACTIONS(1550), + [anon_sym_LT] = ACTIONS(1550), + [anon_sym_GT] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [anon_sym_POUND] = ACTIONS(1550), + [anon_sym_DOLLAR] = ACTIONS(1550), + [anon_sym_PERCENT] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_PLUS] = ACTIONS(1550), + [anon_sym_COMMA] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1550), + [anon_sym_DOT] = ACTIONS(1550), + [anon_sym_SLASH] = ACTIONS(1550), + [anon_sym_COLON] = ACTIONS(1550), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_EQ] = ACTIONS(1550), + [anon_sym_QMARK] = ACTIONS(1550), + [anon_sym_AT] = ACTIONS(1550), + [anon_sym_BSLASH] = ACTIONS(1550), + [anon_sym_CARET] = ACTIONS(1550), + [anon_sym__] = ACTIONS(1550), + [anon_sym_BQUOTE] = ACTIONS(1550), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_PIPE] = ACTIONS(1550), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_LPAREN] = ACTIONS(1550), + [anon_sym_RPAREN] = ACTIONS(1550), + [aux_sym__word_token1] = ACTIONS(1550), + [aux_sym__word_token2] = ACTIONS(1550), + [aux_sym__word_token3] = ACTIONS(1550), + [sym__whitespace] = ACTIONS(1550), + [sym__soft_line_ending] = ACTIONS(1550), + [sym__block_quote_start] = ACTIONS(1550), + [sym__indented_chunk_start] = ACTIONS(1550), + [sym_atx_h1_marker] = ACTIONS(1550), + [sym_atx_h2_marker] = ACTIONS(1550), + [sym_atx_h3_marker] = ACTIONS(1550), + [sym_atx_h4_marker] = ACTIONS(1550), + [sym_atx_h5_marker] = ACTIONS(1550), + [sym_atx_h6_marker] = ACTIONS(1550), + [sym__thematic_break] = ACTIONS(1550), + [sym__list_marker_minus] = ACTIONS(1550), + [sym__list_marker_plus] = ACTIONS(1550), + [sym__list_marker_star] = ACTIONS(1550), + [sym__list_marker_parenthesis] = ACTIONS(1550), + [sym__list_marker_dot] = ACTIONS(1550), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1550), + [sym__fenced_code_block_start_backtick] = ACTIONS(1550), + [sym__fenced_code_block_start_tilde] = ACTIONS(1550), + [sym__blank_line_start] = ACTIONS(1550), + [sym__html_block_1_start] = ACTIONS(1550), + [sym__html_block_2_start] = ACTIONS(1550), + [sym__html_block_3_start] = ACTIONS(1550), + [sym__html_block_4_start] = ACTIONS(1550), + [sym__html_block_5_start] = ACTIONS(1550), + [sym__html_block_6_start] = ACTIONS(1550), + [sym__html_block_7_start] = ACTIONS(1550), + [sym__pipe_table_start] = ACTIONS(1550), + }, + [191] = { [ts_builtin_sym_end] = ACTIONS(1554), [anon_sym_LBRACK] = ACTIONS(1556), [anon_sym_RBRACK] = ACTIONS(1554), @@ -29702,217 +29842,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1554), [sym__pipe_table_start] = ACTIONS(1554), }, - [190] = { - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_RBRACK] = ACTIONS(1560), - [anon_sym_LT] = ACTIONS(1560), - [anon_sym_GT] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [anon_sym_POUND] = ACTIONS(1560), - [anon_sym_DOLLAR] = ACTIONS(1560), - [anon_sym_PERCENT] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_PLUS] = ACTIONS(1560), - [anon_sym_COMMA] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1560), - [anon_sym_DOT] = ACTIONS(1560), - [anon_sym_SLASH] = ACTIONS(1560), - [anon_sym_COLON] = ACTIONS(1560), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_EQ] = ACTIONS(1560), - [anon_sym_QMARK] = ACTIONS(1560), - [anon_sym_AT] = ACTIONS(1560), - [anon_sym_BSLASH] = ACTIONS(1560), - [anon_sym_CARET] = ACTIONS(1560), - [anon_sym__] = ACTIONS(1560), - [anon_sym_BQUOTE] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_PIPE] = ACTIONS(1560), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_LPAREN] = ACTIONS(1560), - [anon_sym_RPAREN] = ACTIONS(1560), - [aux_sym__word_token1] = ACTIONS(1560), - [aux_sym__word_token2] = ACTIONS(1560), - [aux_sym__word_token3] = ACTIONS(1560), - [sym__whitespace] = ACTIONS(1560), - [sym__soft_line_ending] = ACTIONS(1560), - [sym__block_close] = ACTIONS(1560), - [sym__block_quote_start] = ACTIONS(1560), - [sym__indented_chunk_start] = ACTIONS(1560), - [sym_atx_h1_marker] = ACTIONS(1560), - [sym_atx_h2_marker] = ACTIONS(1560), - [sym_atx_h3_marker] = ACTIONS(1560), - [sym_atx_h4_marker] = ACTIONS(1560), - [sym_atx_h5_marker] = ACTIONS(1560), - [sym_atx_h6_marker] = ACTIONS(1560), - [sym__thematic_break] = ACTIONS(1560), - [sym__list_marker_minus] = ACTIONS(1560), - [sym__list_marker_plus] = ACTIONS(1560), - [sym__list_marker_star] = ACTIONS(1560), - [sym__list_marker_parenthesis] = ACTIONS(1560), - [sym__list_marker_dot] = ACTIONS(1560), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1560), - [sym__fenced_code_block_start_backtick] = ACTIONS(1560), - [sym__fenced_code_block_start_tilde] = ACTIONS(1560), - [sym__blank_line_start] = ACTIONS(1560), - [sym__html_block_1_start] = ACTIONS(1560), - [sym__html_block_2_start] = ACTIONS(1560), - [sym__html_block_3_start] = ACTIONS(1560), - [sym__html_block_4_start] = ACTIONS(1560), - [sym__html_block_5_start] = ACTIONS(1560), - [sym__html_block_6_start] = ACTIONS(1560), - [sym__html_block_7_start] = ACTIONS(1560), - [sym__pipe_table_start] = ACTIONS(1560), - }, - [191] = { - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_RBRACK] = ACTIONS(1564), - [anon_sym_LT] = ACTIONS(1564), - [anon_sym_GT] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [anon_sym_POUND] = ACTIONS(1564), - [anon_sym_DOLLAR] = ACTIONS(1564), - [anon_sym_PERCENT] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_PLUS] = ACTIONS(1564), - [anon_sym_COMMA] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1564), - [anon_sym_DOT] = ACTIONS(1564), - [anon_sym_SLASH] = ACTIONS(1564), - [anon_sym_COLON] = ACTIONS(1564), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_EQ] = ACTIONS(1564), - [anon_sym_QMARK] = ACTIONS(1564), - [anon_sym_AT] = ACTIONS(1564), - [anon_sym_BSLASH] = ACTIONS(1564), - [anon_sym_CARET] = ACTIONS(1564), - [anon_sym__] = ACTIONS(1564), - [anon_sym_BQUOTE] = ACTIONS(1564), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_PIPE] = ACTIONS(1564), - [anon_sym_RBRACE] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_RPAREN] = ACTIONS(1564), - [aux_sym__word_token1] = ACTIONS(1564), - [aux_sym__word_token2] = ACTIONS(1564), - [aux_sym__word_token3] = ACTIONS(1564), - [sym__whitespace] = ACTIONS(1564), - [sym__soft_line_ending] = ACTIONS(1564), - [sym__block_close] = ACTIONS(1564), - [sym__block_quote_start] = ACTIONS(1564), - [sym__indented_chunk_start] = ACTIONS(1564), - [sym_atx_h1_marker] = ACTIONS(1564), - [sym_atx_h2_marker] = ACTIONS(1564), - [sym_atx_h3_marker] = ACTIONS(1564), - [sym_atx_h4_marker] = ACTIONS(1564), - [sym_atx_h5_marker] = ACTIONS(1564), - [sym_atx_h6_marker] = ACTIONS(1564), - [sym__thematic_break] = ACTIONS(1564), - [sym__list_marker_minus] = ACTIONS(1564), - [sym__list_marker_plus] = ACTIONS(1564), - [sym__list_marker_star] = ACTIONS(1564), - [sym__list_marker_parenthesis] = ACTIONS(1564), - [sym__list_marker_dot] = ACTIONS(1564), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1564), - [sym__fenced_code_block_start_backtick] = ACTIONS(1564), - [sym__fenced_code_block_start_tilde] = ACTIONS(1564), - [sym__blank_line_start] = ACTIONS(1564), - [sym__html_block_1_start] = ACTIONS(1564), - [sym__html_block_2_start] = ACTIONS(1564), - [sym__html_block_3_start] = ACTIONS(1564), - [sym__html_block_4_start] = ACTIONS(1564), - [sym__html_block_5_start] = ACTIONS(1564), - [sym__html_block_6_start] = ACTIONS(1564), - [sym__html_block_7_start] = ACTIONS(1564), - [sym__pipe_table_start] = ACTIONS(1564), - }, [192] = { - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_RBRACK] = ACTIONS(1568), - [anon_sym_LT] = ACTIONS(1568), - [anon_sym_GT] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [anon_sym_POUND] = ACTIONS(1568), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PERCENT] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_PLUS] = ACTIONS(1568), - [anon_sym_COMMA] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1568), - [anon_sym_DOT] = ACTIONS(1568), - [anon_sym_SLASH] = ACTIONS(1568), - [anon_sym_COLON] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_EQ] = ACTIONS(1568), - [anon_sym_QMARK] = ACTIONS(1568), - [anon_sym_AT] = ACTIONS(1568), - [anon_sym_BSLASH] = ACTIONS(1568), - [anon_sym_CARET] = ACTIONS(1568), - [anon_sym__] = ACTIONS(1568), - [anon_sym_BQUOTE] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_RPAREN] = ACTIONS(1568), - [aux_sym__word_token1] = ACTIONS(1568), - [aux_sym__word_token2] = ACTIONS(1568), - [aux_sym__word_token3] = ACTIONS(1568), - [sym__whitespace] = ACTIONS(1568), - [sym__soft_line_ending] = ACTIONS(1568), - [sym__block_close] = ACTIONS(1568), - [sym__block_quote_start] = ACTIONS(1568), - [sym__indented_chunk_start] = ACTIONS(1568), - [sym_atx_h1_marker] = ACTIONS(1568), - [sym_atx_h2_marker] = ACTIONS(1568), - [sym_atx_h3_marker] = ACTIONS(1568), - [sym_atx_h4_marker] = ACTIONS(1568), - [sym_atx_h5_marker] = ACTIONS(1568), - [sym_atx_h6_marker] = ACTIONS(1568), - [sym__thematic_break] = ACTIONS(1568), - [sym__list_marker_minus] = ACTIONS(1568), - [sym__list_marker_plus] = ACTIONS(1568), - [sym__list_marker_star] = ACTIONS(1568), - [sym__list_marker_parenthesis] = ACTIONS(1568), - [sym__list_marker_dot] = ACTIONS(1568), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1568), - [sym__fenced_code_block_start_backtick] = ACTIONS(1568), - [sym__fenced_code_block_start_tilde] = ACTIONS(1568), - [sym__blank_line_start] = ACTIONS(1568), - [sym__html_block_1_start] = ACTIONS(1568), - [sym__html_block_2_start] = ACTIONS(1568), - [sym__html_block_3_start] = ACTIONS(1568), - [sym__html_block_4_start] = ACTIONS(1568), - [sym__html_block_5_start] = ACTIONS(1568), - [sym__html_block_6_start] = ACTIONS(1568), - [sym__html_block_7_start] = ACTIONS(1568), - [sym__pipe_table_start] = ACTIONS(1568), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_RBRACK] = ACTIONS(1558), + [anon_sym_LT] = ACTIONS(1558), + [anon_sym_GT] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [anon_sym_POUND] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_PERCENT] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1558), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1558), + [anon_sym_COLON] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_EQ] = ACTIONS(1558), + [anon_sym_QMARK] = ACTIONS(1558), + [anon_sym_AT] = ACTIONS(1558), + [anon_sym_BSLASH] = ACTIONS(1558), + [anon_sym_CARET] = ACTIONS(1558), + [anon_sym__] = ACTIONS(1558), + [anon_sym_BQUOTE] = ACTIONS(1558), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_PIPE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_RPAREN] = ACTIONS(1558), + [aux_sym__word_token1] = ACTIONS(1558), + [aux_sym__word_token2] = ACTIONS(1558), + [aux_sym__word_token3] = ACTIONS(1558), + [sym__whitespace] = ACTIONS(1558), + [sym__soft_line_ending] = ACTIONS(1558), + [sym__block_quote_start] = ACTIONS(1558), + [sym__indented_chunk_start] = ACTIONS(1558), + [sym_atx_h1_marker] = ACTIONS(1558), + [sym_atx_h2_marker] = ACTIONS(1558), + [sym_atx_h3_marker] = ACTIONS(1558), + [sym_atx_h4_marker] = ACTIONS(1558), + [sym_atx_h5_marker] = ACTIONS(1558), + [sym_atx_h6_marker] = ACTIONS(1558), + [sym__thematic_break] = ACTIONS(1558), + [sym__list_marker_minus] = ACTIONS(1558), + [sym__list_marker_plus] = ACTIONS(1558), + [sym__list_marker_star] = ACTIONS(1558), + [sym__list_marker_parenthesis] = ACTIONS(1558), + [sym__list_marker_dot] = ACTIONS(1558), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1558), + [sym__fenced_code_block_start_backtick] = ACTIONS(1558), + [sym__fenced_code_block_start_tilde] = ACTIONS(1558), + [sym__blank_line_start] = ACTIONS(1558), + [sym__html_block_1_start] = ACTIONS(1558), + [sym__html_block_2_start] = ACTIONS(1558), + [sym__html_block_3_start] = ACTIONS(1558), + [sym__html_block_4_start] = ACTIONS(1558), + [sym__html_block_5_start] = ACTIONS(1558), + [sym__html_block_6_start] = ACTIONS(1558), + [sym__html_block_7_start] = ACTIONS(1558), + [sym__pipe_table_start] = ACTIONS(1558), }, [193] = { + [ts_builtin_sym_end] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_RBRACK] = ACTIONS(1562), + [anon_sym_LT] = ACTIONS(1562), + [anon_sym_GT] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [anon_sym_POUND] = ACTIONS(1562), + [anon_sym_DOLLAR] = ACTIONS(1562), + [anon_sym_PERCENT] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_PLUS] = ACTIONS(1562), + [anon_sym_COMMA] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1562), + [anon_sym_DOT] = ACTIONS(1562), + [anon_sym_SLASH] = ACTIONS(1562), + [anon_sym_COLON] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_EQ] = ACTIONS(1562), + [anon_sym_QMARK] = ACTIONS(1562), + [anon_sym_AT] = ACTIONS(1562), + [anon_sym_BSLASH] = ACTIONS(1562), + [anon_sym_CARET] = ACTIONS(1562), + [anon_sym__] = ACTIONS(1562), + [anon_sym_BQUOTE] = ACTIONS(1562), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_PIPE] = ACTIONS(1562), + [anon_sym_RBRACE] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_LPAREN] = ACTIONS(1562), + [anon_sym_RPAREN] = ACTIONS(1562), + [aux_sym__word_token1] = ACTIONS(1562), + [aux_sym__word_token2] = ACTIONS(1562), + [aux_sym__word_token3] = ACTIONS(1562), + [sym__whitespace] = ACTIONS(1562), + [sym__soft_line_ending] = ACTIONS(1562), + [sym__block_quote_start] = ACTIONS(1562), + [sym__indented_chunk_start] = ACTIONS(1562), + [sym_atx_h1_marker] = ACTIONS(1562), + [sym_atx_h2_marker] = ACTIONS(1562), + [sym_atx_h3_marker] = ACTIONS(1562), + [sym_atx_h4_marker] = ACTIONS(1562), + [sym_atx_h5_marker] = ACTIONS(1562), + [sym_atx_h6_marker] = ACTIONS(1562), + [sym__thematic_break] = ACTIONS(1562), + [sym__list_marker_minus] = ACTIONS(1562), + [sym__list_marker_plus] = ACTIONS(1562), + [sym__list_marker_star] = ACTIONS(1562), + [sym__list_marker_parenthesis] = ACTIONS(1562), + [sym__list_marker_dot] = ACTIONS(1562), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1562), + [sym__fenced_code_block_start_backtick] = ACTIONS(1562), + [sym__fenced_code_block_start_tilde] = ACTIONS(1562), + [sym__blank_line_start] = ACTIONS(1562), + [sym__html_block_1_start] = ACTIONS(1562), + [sym__html_block_2_start] = ACTIONS(1562), + [sym__html_block_3_start] = ACTIONS(1562), + [sym__html_block_4_start] = ACTIONS(1562), + [sym__html_block_5_start] = ACTIONS(1562), + [sym__html_block_6_start] = ACTIONS(1562), + [sym__html_block_7_start] = ACTIONS(1562), + [sym__pipe_table_start] = ACTIONS(1562), + }, + [194] = { + [ts_builtin_sym_end] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_RBRACK] = ACTIONS(1566), + [anon_sym_LT] = ACTIONS(1566), + [anon_sym_GT] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [anon_sym_POUND] = ACTIONS(1566), + [anon_sym_DOLLAR] = ACTIONS(1566), + [anon_sym_PERCENT] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_COMMA] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_SLASH] = ACTIONS(1566), + [anon_sym_COLON] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_EQ] = ACTIONS(1566), + [anon_sym_QMARK] = ACTIONS(1566), + [anon_sym_AT] = ACTIONS(1566), + [anon_sym_BSLASH] = ACTIONS(1566), + [anon_sym_CARET] = ACTIONS(1566), + [anon_sym__] = ACTIONS(1566), + [anon_sym_BQUOTE] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_PIPE] = ACTIONS(1566), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1566), + [anon_sym_RPAREN] = ACTIONS(1566), + [aux_sym__word_token1] = ACTIONS(1566), + [aux_sym__word_token2] = ACTIONS(1566), + [aux_sym__word_token3] = ACTIONS(1566), + [sym__whitespace] = ACTIONS(1566), + [sym__soft_line_ending] = ACTIONS(1566), + [sym__block_quote_start] = ACTIONS(1566), + [sym__indented_chunk_start] = ACTIONS(1566), + [sym_atx_h1_marker] = ACTIONS(1566), + [sym_atx_h2_marker] = ACTIONS(1566), + [sym_atx_h3_marker] = ACTIONS(1566), + [sym_atx_h4_marker] = ACTIONS(1566), + [sym_atx_h5_marker] = ACTIONS(1566), + [sym_atx_h6_marker] = ACTIONS(1566), + [sym__thematic_break] = ACTIONS(1566), + [sym__list_marker_minus] = ACTIONS(1566), + [sym__list_marker_plus] = ACTIONS(1566), + [sym__list_marker_star] = ACTIONS(1566), + [sym__list_marker_parenthesis] = ACTIONS(1566), + [sym__list_marker_dot] = ACTIONS(1566), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1566), + [sym__fenced_code_block_start_backtick] = ACTIONS(1566), + [sym__fenced_code_block_start_tilde] = ACTIONS(1566), + [sym__blank_line_start] = ACTIONS(1566), + [sym__html_block_1_start] = ACTIONS(1566), + [sym__html_block_2_start] = ACTIONS(1566), + [sym__html_block_3_start] = ACTIONS(1566), + [sym__html_block_4_start] = ACTIONS(1566), + [sym__html_block_5_start] = ACTIONS(1566), + [sym__html_block_6_start] = ACTIONS(1566), + [sym__html_block_7_start] = ACTIONS(1566), + [sym__pipe_table_start] = ACTIONS(1566), + }, + [195] = { [anon_sym_LBRACK] = ACTIONS(1570), [anon_sym_RBRACK] = ACTIONS(1572), [anon_sym_LT] = ACTIONS(1572), @@ -29982,7 +30122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1572), [sym__pipe_table_start] = ACTIONS(1572), }, - [194] = { + [196] = { [anon_sym_LBRACK] = ACTIONS(1574), [anon_sym_RBRACK] = ACTIONS(1576), [anon_sym_LT] = ACTIONS(1576), @@ -30052,7 +30192,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1576), [sym__pipe_table_start] = ACTIONS(1576), }, - [195] = { + [197] = { [anon_sym_LBRACK] = ACTIONS(1578), [anon_sym_RBRACK] = ACTIONS(1580), [anon_sym_LT] = ACTIONS(1580), @@ -30122,7 +30262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1580), [sym__pipe_table_start] = ACTIONS(1580), }, - [196] = { + [198] = { [anon_sym_LBRACK] = ACTIONS(1582), [anon_sym_RBRACK] = ACTIONS(1584), [anon_sym_LT] = ACTIONS(1584), @@ -30192,7 +30332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1584), [sym__pipe_table_start] = ACTIONS(1584), }, - [197] = { + [199] = { [anon_sym_LBRACK] = ACTIONS(1586), [anon_sym_RBRACK] = ACTIONS(1588), [anon_sym_LT] = ACTIONS(1588), @@ -30262,36 +30402,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1588), [sym__pipe_table_start] = ACTIONS(1588), }, - [198] = { - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1592), - [anon_sym_GT] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [anon_sym_POUND] = ACTIONS(1592), - [anon_sym_DOLLAR] = ACTIONS(1592), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1592), - [anon_sym_DOT] = ACTIONS(1592), - [anon_sym_SLASH] = ACTIONS(1592), - [anon_sym_COLON] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(1592), - [anon_sym_AT] = ACTIONS(1592), - [anon_sym_BSLASH] = ACTIONS(1592), - [anon_sym_CARET] = ACTIONS(1592), - [anon_sym__] = ACTIONS(1592), - [anon_sym_BQUOTE] = ACTIONS(1592), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_PIPE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), + [200] = { + [ts_builtin_sym_end] = ACTIONS(1338), + [anon_sym_LBRACK] = ACTIONS(1336), + [anon_sym_RBRACK] = ACTIONS(1338), + [anon_sym_LT] = ACTIONS(1338), + [anon_sym_GT] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [anon_sym_POUND] = ACTIONS(1338), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_PERCENT] = ACTIONS(1338), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_COMMA] = ACTIONS(1338), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_DOT] = ACTIONS(1338), + [anon_sym_SLASH] = ACTIONS(1338), + [anon_sym_COLON] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [anon_sym_EQ] = ACTIONS(1338), + [anon_sym_QMARK] = ACTIONS(1338), + [anon_sym_AT] = ACTIONS(1338), + [anon_sym_BSLASH] = ACTIONS(1338), + [anon_sym_CARET] = ACTIONS(1338), + [anon_sym__] = ACTIONS(1338), + [anon_sym_BQUOTE] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_PIPE] = ACTIONS(1338), + [anon_sym_RBRACE] = ACTIONS(1338), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_LPAREN] = ACTIONS(1338), + [anon_sym_RPAREN] = ACTIONS(1338), + [aux_sym__word_token1] = ACTIONS(1338), + [aux_sym__word_token2] = ACTIONS(1338), + [aux_sym__word_token3] = ACTIONS(1338), + [sym__whitespace] = ACTIONS(1338), + [sym__soft_line_ending] = ACTIONS(1338), + [sym__block_quote_start] = ACTIONS(1338), + [sym__indented_chunk_start] = ACTIONS(1338), + [sym_atx_h1_marker] = ACTIONS(1338), + [sym_atx_h2_marker] = ACTIONS(1338), + [sym_atx_h3_marker] = ACTIONS(1338), + [sym_atx_h4_marker] = ACTIONS(1338), + [sym_atx_h5_marker] = ACTIONS(1338), + [sym_atx_h6_marker] = ACTIONS(1338), + [sym__thematic_break] = ACTIONS(1338), + [sym__list_marker_minus] = ACTIONS(1338), + [sym__list_marker_plus] = ACTIONS(1338), + [sym__list_marker_star] = ACTIONS(1338), + [sym__list_marker_parenthesis] = ACTIONS(1338), + [sym__list_marker_dot] = ACTIONS(1338), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), + [sym__fenced_code_block_start_backtick] = ACTIONS(1338), + [sym__fenced_code_block_start_tilde] = ACTIONS(1338), + [sym__blank_line_start] = ACTIONS(1338), + [sym__html_block_1_start] = ACTIONS(1338), + [sym__html_block_2_start] = ACTIONS(1338), + [sym__html_block_3_start] = ACTIONS(1338), + [sym__html_block_4_start] = ACTIONS(1338), + [sym__html_block_5_start] = ACTIONS(1338), + [sym__html_block_6_start] = ACTIONS(1338), + [sym__html_block_7_start] = ACTIONS(1338), + [sym__pipe_table_start] = ACTIONS(1338), + }, + [201] = { + [anon_sym_LBRACK] = ACTIONS(1590), + [anon_sym_RBRACK] = ACTIONS(1592), + [anon_sym_LT] = ACTIONS(1592), + [anon_sym_GT] = ACTIONS(1592), + [anon_sym_BANG] = ACTIONS(1592), + [anon_sym_DQUOTE] = ACTIONS(1592), + [anon_sym_POUND] = ACTIONS(1592), + [anon_sym_DOLLAR] = ACTIONS(1592), + [anon_sym_PERCENT] = ACTIONS(1592), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_SQUOTE] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(1592), + [anon_sym_COMMA] = ACTIONS(1592), + [anon_sym_DASH] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1592), + [anon_sym_SLASH] = ACTIONS(1592), + [anon_sym_COLON] = ACTIONS(1592), + [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_EQ] = ACTIONS(1592), + [anon_sym_QMARK] = ACTIONS(1592), + [anon_sym_AT] = ACTIONS(1592), + [anon_sym_BSLASH] = ACTIONS(1592), + [anon_sym_CARET] = ACTIONS(1592), + [anon_sym__] = ACTIONS(1592), + [anon_sym_BQUOTE] = ACTIONS(1592), + [anon_sym_LBRACE] = ACTIONS(1592), + [anon_sym_PIPE] = ACTIONS(1592), + [anon_sym_RBRACE] = ACTIONS(1592), [anon_sym_TILDE] = ACTIONS(1592), [anon_sym_LPAREN] = ACTIONS(1592), [anon_sym_RPAREN] = ACTIONS(1592), @@ -30332,217 +30542,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1592), [sym__pipe_table_start] = ACTIONS(1592), }, - [199] = { - [ts_builtin_sym_end] = ACTIONS(1472), - [anon_sym_LBRACK] = ACTIONS(1470), - [anon_sym_RBRACK] = ACTIONS(1472), - [anon_sym_LT] = ACTIONS(1472), - [anon_sym_GT] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [anon_sym_POUND] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [anon_sym_PERCENT] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_COMMA] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_DOT] = ACTIONS(1472), - [anon_sym_SLASH] = ACTIONS(1472), - [anon_sym_COLON] = ACTIONS(1472), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_EQ] = ACTIONS(1472), - [anon_sym_QMARK] = ACTIONS(1472), - [anon_sym_AT] = ACTIONS(1472), - [anon_sym_BSLASH] = ACTIONS(1472), - [anon_sym_CARET] = ACTIONS(1472), - [anon_sym__] = ACTIONS(1472), - [anon_sym_BQUOTE] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PIPE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1472), - [aux_sym__word_token1] = ACTIONS(1472), - [aux_sym__word_token2] = ACTIONS(1472), - [aux_sym__word_token3] = ACTIONS(1472), - [sym__whitespace] = ACTIONS(1472), - [sym__soft_line_ending] = ACTIONS(1472), - [sym__block_quote_start] = ACTIONS(1472), - [sym__indented_chunk_start] = ACTIONS(1472), - [sym_atx_h1_marker] = ACTIONS(1472), - [sym_atx_h2_marker] = ACTIONS(1472), - [sym_atx_h3_marker] = ACTIONS(1472), - [sym_atx_h4_marker] = ACTIONS(1472), - [sym_atx_h5_marker] = ACTIONS(1472), - [sym_atx_h6_marker] = ACTIONS(1472), - [sym__thematic_break] = ACTIONS(1472), - [sym__list_marker_minus] = ACTIONS(1472), - [sym__list_marker_plus] = ACTIONS(1472), - [sym__list_marker_star] = ACTIONS(1472), - [sym__list_marker_parenthesis] = ACTIONS(1472), - [sym__list_marker_dot] = ACTIONS(1472), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1472), - [sym__fenced_code_block_start_backtick] = ACTIONS(1472), - [sym__fenced_code_block_start_tilde] = ACTIONS(1472), - [sym__blank_line_start] = ACTIONS(1472), - [sym__html_block_1_start] = ACTIONS(1472), - [sym__html_block_2_start] = ACTIONS(1472), - [sym__html_block_3_start] = ACTIONS(1472), - [sym__html_block_4_start] = ACTIONS(1472), - [sym__html_block_5_start] = ACTIONS(1472), - [sym__html_block_6_start] = ACTIONS(1472), - [sym__html_block_7_start] = ACTIONS(1472), - [sym__pipe_table_start] = ACTIONS(1472), - }, - [200] = { - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_RBRACK] = ACTIONS(1596), - [anon_sym_LT] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [anon_sym_POUND] = ACTIONS(1596), - [anon_sym_DOLLAR] = ACTIONS(1596), - [anon_sym_PERCENT] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_COMMA] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_DOT] = ACTIONS(1596), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_COLON] = ACTIONS(1596), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(1596), - [anon_sym_AT] = ACTIONS(1596), - [anon_sym_BSLASH] = ACTIONS(1596), - [anon_sym_CARET] = ACTIONS(1596), - [anon_sym__] = ACTIONS(1596), - [anon_sym_BQUOTE] = ACTIONS(1596), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_PIPE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(1596), - [anon_sym_RPAREN] = ACTIONS(1596), - [aux_sym__word_token1] = ACTIONS(1596), - [aux_sym__word_token2] = ACTIONS(1596), - [aux_sym__word_token3] = ACTIONS(1596), - [sym__whitespace] = ACTIONS(1596), - [sym__soft_line_ending] = ACTIONS(1596), - [sym_block_continuation] = ACTIONS(1596), - [sym__block_quote_start] = ACTIONS(1596), - [sym__indented_chunk_start] = ACTIONS(1596), - [sym_atx_h1_marker] = ACTIONS(1596), - [sym_atx_h2_marker] = ACTIONS(1596), - [sym_atx_h3_marker] = ACTIONS(1596), - [sym_atx_h4_marker] = ACTIONS(1596), - [sym_atx_h5_marker] = ACTIONS(1596), - [sym_atx_h6_marker] = ACTIONS(1596), - [sym__thematic_break] = ACTIONS(1596), - [sym__list_marker_minus] = ACTIONS(1596), - [sym__list_marker_plus] = ACTIONS(1596), - [sym__list_marker_star] = ACTIONS(1596), - [sym__list_marker_parenthesis] = ACTIONS(1596), - [sym__list_marker_dot] = ACTIONS(1596), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1596), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1596), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1596), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1596), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1596), - [sym__fenced_code_block_start_backtick] = ACTIONS(1596), - [sym__fenced_code_block_start_tilde] = ACTIONS(1596), - [sym__blank_line_start] = ACTIONS(1596), - [sym__html_block_1_start] = ACTIONS(1596), - [sym__html_block_2_start] = ACTIONS(1596), - [sym__html_block_3_start] = ACTIONS(1596), - [sym__html_block_4_start] = ACTIONS(1596), - [sym__html_block_5_start] = ACTIONS(1596), - [sym__html_block_6_start] = ACTIONS(1596), - [sym__html_block_7_start] = ACTIONS(1596), - [sym__pipe_table_start] = ACTIONS(1596), - }, - [201] = { - [anon_sym_LBRACK] = ACTIONS(1316), - [anon_sym_RBRACK] = ACTIONS(1314), - [anon_sym_LT] = ACTIONS(1314), - [anon_sym_GT] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [anon_sym_POUND] = ACTIONS(1314), - [anon_sym_DOLLAR] = ACTIONS(1314), - [anon_sym_PERCENT] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_COMMA] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_DOT] = ACTIONS(1314), - [anon_sym_SLASH] = ACTIONS(1314), - [anon_sym_COLON] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym_EQ] = ACTIONS(1314), - [anon_sym_QMARK] = ACTIONS(1314), - [anon_sym_AT] = ACTIONS(1314), - [anon_sym_BSLASH] = ACTIONS(1314), - [anon_sym_CARET] = ACTIONS(1314), - [anon_sym__] = ACTIONS(1314), - [anon_sym_BQUOTE] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_PIPE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1314), - [anon_sym_RPAREN] = ACTIONS(1314), - [aux_sym__word_token1] = ACTIONS(1314), - [aux_sym__word_token2] = ACTIONS(1314), - [aux_sym__word_token3] = ACTIONS(1314), - [sym__whitespace] = ACTIONS(1314), - [sym__soft_line_ending] = ACTIONS(1314), - [sym__block_close] = ACTIONS(1314), - [sym__block_quote_start] = ACTIONS(1314), - [sym__indented_chunk_start] = ACTIONS(1314), - [sym_atx_h1_marker] = ACTIONS(1314), - [sym_atx_h2_marker] = ACTIONS(1314), - [sym_atx_h3_marker] = ACTIONS(1314), - [sym_atx_h4_marker] = ACTIONS(1314), - [sym_atx_h5_marker] = ACTIONS(1314), - [sym_atx_h6_marker] = ACTIONS(1314), - [sym__thematic_break] = ACTIONS(1314), - [sym__list_marker_minus] = ACTIONS(1314), - [sym__list_marker_plus] = ACTIONS(1314), - [sym__list_marker_star] = ACTIONS(1314), - [sym__list_marker_parenthesis] = ACTIONS(1314), - [sym__list_marker_dot] = ACTIONS(1314), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1314), - [sym__fenced_code_block_start_backtick] = ACTIONS(1314), - [sym__fenced_code_block_start_tilde] = ACTIONS(1314), - [sym__blank_line_start] = ACTIONS(1314), - [sym__html_block_1_start] = ACTIONS(1314), - [sym__html_block_2_start] = ACTIONS(1314), - [sym__html_block_3_start] = ACTIONS(1314), - [sym__html_block_4_start] = ACTIONS(1314), - [sym__html_block_5_start] = ACTIONS(1314), - [sym__html_block_6_start] = ACTIONS(1314), - [sym__html_block_7_start] = ACTIONS(1314), - [sym__pipe_table_start] = ACTIONS(1314), - }, [202] = { + [ts_builtin_sym_end] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_RBRACK] = ACTIONS(1594), + [anon_sym_LT] = ACTIONS(1594), + [anon_sym_GT] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [anon_sym_POUND] = ACTIONS(1594), + [anon_sym_DOLLAR] = ACTIONS(1594), + [anon_sym_PERCENT] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_PLUS] = ACTIONS(1594), + [anon_sym_COMMA] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1594), + [anon_sym_SLASH] = ACTIONS(1594), + [anon_sym_COLON] = ACTIONS(1594), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_EQ] = ACTIONS(1594), + [anon_sym_QMARK] = ACTIONS(1594), + [anon_sym_AT] = ACTIONS(1594), + [anon_sym_BSLASH] = ACTIONS(1594), + [anon_sym_CARET] = ACTIONS(1594), + [anon_sym__] = ACTIONS(1594), + [anon_sym_BQUOTE] = ACTIONS(1594), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_PIPE] = ACTIONS(1594), + [anon_sym_RBRACE] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_LPAREN] = ACTIONS(1594), + [anon_sym_RPAREN] = ACTIONS(1594), + [aux_sym__word_token1] = ACTIONS(1594), + [aux_sym__word_token2] = ACTIONS(1594), + [aux_sym__word_token3] = ACTIONS(1594), + [sym__whitespace] = ACTIONS(1594), + [sym__soft_line_ending] = ACTIONS(1594), + [sym__block_quote_start] = ACTIONS(1594), + [sym__indented_chunk_start] = ACTIONS(1594), + [sym_atx_h1_marker] = ACTIONS(1594), + [sym_atx_h2_marker] = ACTIONS(1594), + [sym_atx_h3_marker] = ACTIONS(1594), + [sym_atx_h4_marker] = ACTIONS(1594), + [sym_atx_h5_marker] = ACTIONS(1594), + [sym_atx_h6_marker] = ACTIONS(1594), + [sym__thematic_break] = ACTIONS(1594), + [sym__list_marker_minus] = ACTIONS(1594), + [sym__list_marker_plus] = ACTIONS(1594), + [sym__list_marker_star] = ACTIONS(1594), + [sym__list_marker_parenthesis] = ACTIONS(1594), + [sym__list_marker_dot] = ACTIONS(1594), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1594), + [sym__fenced_code_block_start_backtick] = ACTIONS(1594), + [sym__fenced_code_block_start_tilde] = ACTIONS(1594), + [sym__blank_line_start] = ACTIONS(1594), + [sym__html_block_1_start] = ACTIONS(1594), + [sym__html_block_2_start] = ACTIONS(1594), + [sym__html_block_3_start] = ACTIONS(1594), + [sym__html_block_4_start] = ACTIONS(1594), + [sym__html_block_5_start] = ACTIONS(1594), + [sym__html_block_6_start] = ACTIONS(1594), + [sym__html_block_7_start] = ACTIONS(1594), + [sym__pipe_table_start] = ACTIONS(1594), + }, + [203] = { [anon_sym_LBRACK] = ACTIONS(1598), [anon_sym_RBRACK] = ACTIONS(1600), [anon_sym_LT] = ACTIONS(1600), @@ -30612,77 +30682,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1600), [sym__pipe_table_start] = ACTIONS(1600), }, - [203] = { - [ts_builtin_sym_end] = ACTIONS(1460), - [anon_sym_LBRACK] = ACTIONS(1458), - [anon_sym_RBRACK] = ACTIONS(1460), - [anon_sym_LT] = ACTIONS(1460), - [anon_sym_GT] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [anon_sym_POUND] = ACTIONS(1460), - [anon_sym_DOLLAR] = ACTIONS(1460), - [anon_sym_PERCENT] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_COMMA] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_DOT] = ACTIONS(1460), - [anon_sym_SLASH] = ACTIONS(1460), - [anon_sym_COLON] = ACTIONS(1460), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_EQ] = ACTIONS(1460), - [anon_sym_QMARK] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1460), - [anon_sym_BSLASH] = ACTIONS(1460), - [anon_sym_CARET] = ACTIONS(1460), - [anon_sym__] = ACTIONS(1460), - [anon_sym_BQUOTE] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_PIPE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1460), - [anon_sym_RPAREN] = ACTIONS(1460), - [aux_sym__word_token1] = ACTIONS(1460), - [aux_sym__word_token2] = ACTIONS(1460), - [aux_sym__word_token3] = ACTIONS(1460), - [sym__whitespace] = ACTIONS(1460), - [sym__soft_line_ending] = ACTIONS(1460), - [sym__block_quote_start] = ACTIONS(1460), - [sym__indented_chunk_start] = ACTIONS(1460), - [sym_atx_h1_marker] = ACTIONS(1460), - [sym_atx_h2_marker] = ACTIONS(1460), - [sym_atx_h3_marker] = ACTIONS(1460), - [sym_atx_h4_marker] = ACTIONS(1460), - [sym_atx_h5_marker] = ACTIONS(1460), - [sym_atx_h6_marker] = ACTIONS(1460), - [sym__thematic_break] = ACTIONS(1460), - [sym__list_marker_minus] = ACTIONS(1460), - [sym__list_marker_plus] = ACTIONS(1460), - [sym__list_marker_star] = ACTIONS(1460), - [sym__list_marker_parenthesis] = ACTIONS(1460), - [sym__list_marker_dot] = ACTIONS(1460), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1460), - [sym__fenced_code_block_start_backtick] = ACTIONS(1460), - [sym__fenced_code_block_start_tilde] = ACTIONS(1460), - [sym__blank_line_start] = ACTIONS(1460), - [sym__html_block_1_start] = ACTIONS(1460), - [sym__html_block_2_start] = ACTIONS(1460), - [sym__html_block_3_start] = ACTIONS(1460), - [sym__html_block_4_start] = ACTIONS(1460), - [sym__html_block_5_start] = ACTIONS(1460), - [sym__html_block_6_start] = ACTIONS(1460), - [sym__html_block_7_start] = ACTIONS(1460), - [sym__pipe_table_start] = ACTIONS(1460), - }, [204] = { + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_RBRACK] = ACTIONS(1600), + [anon_sym_LT] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_BANG] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_PERCENT] = ACTIONS(1600), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_COLON] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_EQ] = ACTIONS(1600), + [anon_sym_QMARK] = ACTIONS(1600), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_BSLASH] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym__] = ACTIONS(1600), + [anon_sym_BQUOTE] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), + [aux_sym__word_token1] = ACTIONS(1600), + [aux_sym__word_token2] = ACTIONS(1600), + [aux_sym__word_token3] = ACTIONS(1600), + [sym__whitespace] = ACTIONS(1600), + [sym__soft_line_ending] = ACTIONS(1600), + [sym__block_close] = ACTIONS(1600), + [sym__block_quote_start] = ACTIONS(1600), + [sym__indented_chunk_start] = ACTIONS(1600), + [sym_atx_h1_marker] = ACTIONS(1600), + [sym_atx_h2_marker] = ACTIONS(1600), + [sym_atx_h3_marker] = ACTIONS(1600), + [sym_atx_h4_marker] = ACTIONS(1600), + [sym_atx_h5_marker] = ACTIONS(1600), + [sym_atx_h6_marker] = ACTIONS(1600), + [sym__thematic_break] = ACTIONS(1600), + [sym__list_marker_minus] = ACTIONS(1600), + [sym__list_marker_plus] = ACTIONS(1600), + [sym__list_marker_star] = ACTIONS(1600), + [sym__list_marker_parenthesis] = ACTIONS(1600), + [sym__list_marker_dot] = ACTIONS(1600), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1600), + [sym__fenced_code_block_start_backtick] = ACTIONS(1600), + [sym__fenced_code_block_start_tilde] = ACTIONS(1600), + [sym__blank_line_start] = ACTIONS(1600), + [sym__html_block_1_start] = ACTIONS(1600), + [sym__html_block_2_start] = ACTIONS(1600), + [sym__html_block_3_start] = ACTIONS(1600), + [sym__html_block_4_start] = ACTIONS(1600), + [sym__html_block_5_start] = ACTIONS(1600), + [sym__html_block_6_start] = ACTIONS(1600), + [sym__html_block_7_start] = ACTIONS(1600), + [sym__pipe_table_start] = ACTIONS(1600), + }, + [205] = { [ts_builtin_sym_end] = ACTIONS(1602), [anon_sym_LBRACK] = ACTIONS(1604), [anon_sym_RBRACK] = ACTIONS(1602), @@ -30752,7 +30822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1602), [sym__pipe_table_start] = ACTIONS(1602), }, - [205] = { + [206] = { [anon_sym_LBRACK] = ACTIONS(1606), [anon_sym_RBRACK] = ACTIONS(1608), [anon_sym_LT] = ACTIONS(1608), @@ -30822,217 +30892,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1608), [sym__pipe_table_start] = ACTIONS(1608), }, - [206] = { - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_RBRACK] = ACTIONS(1612), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [anon_sym_POUND] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PERCENT] = ACTIONS(1612), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SQUOTE] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_COMMA] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_COLON] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_EQ] = ACTIONS(1612), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1612), - [anon_sym_BSLASH] = ACTIONS(1612), - [anon_sym_CARET] = ACTIONS(1612), - [anon_sym__] = ACTIONS(1612), - [anon_sym_BQUOTE] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_RPAREN] = ACTIONS(1612), - [aux_sym__word_token1] = ACTIONS(1612), - [aux_sym__word_token2] = ACTIONS(1612), - [aux_sym__word_token3] = ACTIONS(1612), - [sym__whitespace] = ACTIONS(1612), - [sym__soft_line_ending] = ACTIONS(1612), - [sym__block_close] = ACTIONS(1612), - [sym__block_quote_start] = ACTIONS(1612), - [sym__indented_chunk_start] = ACTIONS(1612), - [sym_atx_h1_marker] = ACTIONS(1612), - [sym_atx_h2_marker] = ACTIONS(1612), - [sym_atx_h3_marker] = ACTIONS(1612), - [sym_atx_h4_marker] = ACTIONS(1612), - [sym_atx_h5_marker] = ACTIONS(1612), - [sym_atx_h6_marker] = ACTIONS(1612), - [sym__thematic_break] = ACTIONS(1612), - [sym__list_marker_minus] = ACTIONS(1612), - [sym__list_marker_plus] = ACTIONS(1612), - [sym__list_marker_star] = ACTIONS(1612), - [sym__list_marker_parenthesis] = ACTIONS(1612), - [sym__list_marker_dot] = ACTIONS(1612), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1612), - [sym__fenced_code_block_start_backtick] = ACTIONS(1612), - [sym__fenced_code_block_start_tilde] = ACTIONS(1612), - [sym__blank_line_start] = ACTIONS(1612), - [sym__html_block_1_start] = ACTIONS(1612), - [sym__html_block_2_start] = ACTIONS(1612), - [sym__html_block_3_start] = ACTIONS(1612), - [sym__html_block_4_start] = ACTIONS(1612), - [sym__html_block_5_start] = ACTIONS(1612), - [sym__html_block_6_start] = ACTIONS(1612), - [sym__html_block_7_start] = ACTIONS(1612), - [sym__pipe_table_start] = ACTIONS(1612), - }, [207] = { - [ts_builtin_sym_end] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1454), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [anon_sym_PERCENT] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_COMMA] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_DOT] = ACTIONS(1454), - [anon_sym_SLASH] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1454), - [anon_sym__] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_RPAREN] = ACTIONS(1454), - [aux_sym__word_token1] = ACTIONS(1454), - [aux_sym__word_token2] = ACTIONS(1454), - [aux_sym__word_token3] = ACTIONS(1454), - [sym__whitespace] = ACTIONS(1454), - [sym__soft_line_ending] = ACTIONS(1454), - [sym__block_quote_start] = ACTIONS(1454), - [sym__indented_chunk_start] = ACTIONS(1454), - [sym_atx_h1_marker] = ACTIONS(1454), - [sym_atx_h2_marker] = ACTIONS(1454), - [sym_atx_h3_marker] = ACTIONS(1454), - [sym_atx_h4_marker] = ACTIONS(1454), - [sym_atx_h5_marker] = ACTIONS(1454), - [sym_atx_h6_marker] = ACTIONS(1454), - [sym__thematic_break] = ACTIONS(1454), - [sym__list_marker_minus] = ACTIONS(1454), - [sym__list_marker_plus] = ACTIONS(1454), - [sym__list_marker_star] = ACTIONS(1454), - [sym__list_marker_parenthesis] = ACTIONS(1454), - [sym__list_marker_dot] = ACTIONS(1454), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1454), - [sym__fenced_code_block_start_backtick] = ACTIONS(1454), - [sym__fenced_code_block_start_tilde] = ACTIONS(1454), - [sym__blank_line_start] = ACTIONS(1454), - [sym__html_block_1_start] = ACTIONS(1454), - [sym__html_block_2_start] = ACTIONS(1454), - [sym__html_block_3_start] = ACTIONS(1454), - [sym__html_block_4_start] = ACTIONS(1454), - [sym__html_block_5_start] = ACTIONS(1454), - [sym__html_block_6_start] = ACTIONS(1454), - [sym__html_block_7_start] = ACTIONS(1454), - [sym__pipe_table_start] = ACTIONS(1454), + [ts_builtin_sym_end] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_RBRACK] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [anon_sym_POUND] = ACTIONS(1610), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_PERCENT] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_PLUS] = ACTIONS(1610), + [anon_sym_COMMA] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1610), + [anon_sym_DOT] = ACTIONS(1610), + [anon_sym_SLASH] = ACTIONS(1610), + [anon_sym_COLON] = ACTIONS(1610), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_EQ] = ACTIONS(1610), + [anon_sym_QMARK] = ACTIONS(1610), + [anon_sym_AT] = ACTIONS(1610), + [anon_sym_BSLASH] = ACTIONS(1610), + [anon_sym_CARET] = ACTIONS(1610), + [anon_sym__] = ACTIONS(1610), + [anon_sym_BQUOTE] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(1610), + [anon_sym_RPAREN] = ACTIONS(1610), + [aux_sym__word_token1] = ACTIONS(1610), + [aux_sym__word_token2] = ACTIONS(1610), + [aux_sym__word_token3] = ACTIONS(1610), + [sym__whitespace] = ACTIONS(1610), + [sym__soft_line_ending] = ACTIONS(1610), + [sym__block_quote_start] = ACTIONS(1610), + [sym__indented_chunk_start] = ACTIONS(1610), + [sym_atx_h1_marker] = ACTIONS(1610), + [sym_atx_h2_marker] = ACTIONS(1610), + [sym_atx_h3_marker] = ACTIONS(1610), + [sym_atx_h4_marker] = ACTIONS(1610), + [sym_atx_h5_marker] = ACTIONS(1610), + [sym_atx_h6_marker] = ACTIONS(1610), + [sym__thematic_break] = ACTIONS(1610), + [sym__list_marker_minus] = ACTIONS(1610), + [sym__list_marker_plus] = ACTIONS(1610), + [sym__list_marker_star] = ACTIONS(1610), + [sym__list_marker_parenthesis] = ACTIONS(1610), + [sym__list_marker_dot] = ACTIONS(1610), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1610), + [sym__fenced_code_block_start_backtick] = ACTIONS(1610), + [sym__fenced_code_block_start_tilde] = ACTIONS(1610), + [sym__blank_line_start] = ACTIONS(1610), + [sym__html_block_1_start] = ACTIONS(1610), + [sym__html_block_2_start] = ACTIONS(1610), + [sym__html_block_3_start] = ACTIONS(1610), + [sym__html_block_4_start] = ACTIONS(1610), + [sym__html_block_5_start] = ACTIONS(1610), + [sym__html_block_6_start] = ACTIONS(1610), + [sym__html_block_7_start] = ACTIONS(1610), + [sym__pipe_table_start] = ACTIONS(1610), }, [208] = { - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_RBRACK] = ACTIONS(1612), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [anon_sym_POUND] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PERCENT] = ACTIONS(1612), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SQUOTE] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_COMMA] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_COLON] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_EQ] = ACTIONS(1612), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1612), - [anon_sym_BSLASH] = ACTIONS(1612), - [anon_sym_CARET] = ACTIONS(1612), - [anon_sym__] = ACTIONS(1612), - [anon_sym_BQUOTE] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_RPAREN] = ACTIONS(1612), - [aux_sym__word_token1] = ACTIONS(1612), - [aux_sym__word_token2] = ACTIONS(1612), - [aux_sym__word_token3] = ACTIONS(1612), - [sym__whitespace] = ACTIONS(1612), - [sym__soft_line_ending] = ACTIONS(1612), - [sym__block_close] = ACTIONS(1612), - [sym__block_quote_start] = ACTIONS(1612), - [sym__indented_chunk_start] = ACTIONS(1612), - [sym_atx_h1_marker] = ACTIONS(1612), - [sym_atx_h2_marker] = ACTIONS(1612), - [sym_atx_h3_marker] = ACTIONS(1612), - [sym_atx_h4_marker] = ACTIONS(1612), - [sym_atx_h5_marker] = ACTIONS(1612), - [sym_atx_h6_marker] = ACTIONS(1612), - [sym__thematic_break] = ACTIONS(1612), - [sym__list_marker_minus] = ACTIONS(1612), - [sym__list_marker_plus] = ACTIONS(1612), - [sym__list_marker_star] = ACTIONS(1612), - [sym__list_marker_parenthesis] = ACTIONS(1612), - [sym__list_marker_dot] = ACTIONS(1612), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1612), - [sym__fenced_code_block_start_backtick] = ACTIONS(1612), - [sym__fenced_code_block_start_tilde] = ACTIONS(1612), - [sym__blank_line_start] = ACTIONS(1612), - [sym__html_block_1_start] = ACTIONS(1612), - [sym__html_block_2_start] = ACTIONS(1612), - [sym__html_block_3_start] = ACTIONS(1612), - [sym__html_block_4_start] = ACTIONS(1612), - [sym__html_block_5_start] = ACTIONS(1612), - [sym__html_block_6_start] = ACTIONS(1612), - [sym__html_block_7_start] = ACTIONS(1612), - [sym__pipe_table_start] = ACTIONS(1612), - }, - [209] = { [anon_sym_LBRACK] = ACTIONS(1614), [anon_sym_RBRACK] = ACTIONS(1616), [anon_sym_LT] = ACTIONS(1616), @@ -31102,147 +31032,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1616), [sym__pipe_table_start] = ACTIONS(1616), }, - [210] = { - [anon_sym_LBRACK] = ACTIONS(1618), - [anon_sym_RBRACK] = ACTIONS(1620), - [anon_sym_LT] = ACTIONS(1620), - [anon_sym_GT] = ACTIONS(1620), - [anon_sym_BANG] = ACTIONS(1620), - [anon_sym_DQUOTE] = ACTIONS(1620), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOLLAR] = ACTIONS(1620), - [anon_sym_PERCENT] = ACTIONS(1620), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SQUOTE] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_COMMA] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1620), - [anon_sym_SLASH] = ACTIONS(1620), - [anon_sym_COLON] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1620), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1620), - [anon_sym_AT] = ACTIONS(1620), - [anon_sym_BSLASH] = ACTIONS(1620), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym__] = ACTIONS(1620), - [anon_sym_BQUOTE] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1620), - [anon_sym_RBRACE] = ACTIONS(1620), - [anon_sym_TILDE] = ACTIONS(1620), - [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_RPAREN] = ACTIONS(1620), - [aux_sym__word_token1] = ACTIONS(1620), - [aux_sym__word_token2] = ACTIONS(1620), - [aux_sym__word_token3] = ACTIONS(1620), - [sym__whitespace] = ACTIONS(1620), - [sym__soft_line_ending] = ACTIONS(1620), - [sym__block_close] = ACTIONS(1620), - [sym__block_quote_start] = ACTIONS(1620), - [sym__indented_chunk_start] = ACTIONS(1620), - [sym_atx_h1_marker] = ACTIONS(1620), - [sym_atx_h2_marker] = ACTIONS(1620), - [sym_atx_h3_marker] = ACTIONS(1620), - [sym_atx_h4_marker] = ACTIONS(1620), - [sym_atx_h5_marker] = ACTIONS(1620), - [sym_atx_h6_marker] = ACTIONS(1620), - [sym__thematic_break] = ACTIONS(1620), - [sym__list_marker_minus] = ACTIONS(1620), - [sym__list_marker_plus] = ACTIONS(1620), - [sym__list_marker_star] = ACTIONS(1620), - [sym__list_marker_parenthesis] = ACTIONS(1620), - [sym__list_marker_dot] = ACTIONS(1620), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1620), - [sym__fenced_code_block_start_backtick] = ACTIONS(1620), - [sym__fenced_code_block_start_tilde] = ACTIONS(1620), - [sym__blank_line_start] = ACTIONS(1620), - [sym__html_block_1_start] = ACTIONS(1620), - [sym__html_block_2_start] = ACTIONS(1620), - [sym__html_block_3_start] = ACTIONS(1620), - [sym__html_block_4_start] = ACTIONS(1620), - [sym__html_block_5_start] = ACTIONS(1620), - [sym__html_block_6_start] = ACTIONS(1620), - [sym__html_block_7_start] = ACTIONS(1620), - [sym__pipe_table_start] = ACTIONS(1620), - }, - [211] = { - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_RBRACK] = ACTIONS(1448), - [anon_sym_LT] = ACTIONS(1448), - [anon_sym_GT] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [anon_sym_POUND] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_PERCENT] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1448), - [anon_sym_COLON] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_EQ] = ACTIONS(1448), - [anon_sym_QMARK] = ACTIONS(1448), - [anon_sym_AT] = ACTIONS(1448), - [anon_sym_BSLASH] = ACTIONS(1448), - [anon_sym_CARET] = ACTIONS(1448), - [anon_sym__] = ACTIONS(1448), - [anon_sym_BQUOTE] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_PIPE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_RPAREN] = ACTIONS(1448), - [aux_sym__word_token1] = ACTIONS(1448), - [aux_sym__word_token2] = ACTIONS(1448), - [aux_sym__word_token3] = ACTIONS(1448), - [sym__whitespace] = ACTIONS(1448), - [sym__soft_line_ending] = ACTIONS(1448), - [sym__block_quote_start] = ACTIONS(1448), - [sym__indented_chunk_start] = ACTIONS(1448), - [sym_atx_h1_marker] = ACTIONS(1448), - [sym_atx_h2_marker] = ACTIONS(1448), - [sym_atx_h3_marker] = ACTIONS(1448), - [sym_atx_h4_marker] = ACTIONS(1448), - [sym_atx_h5_marker] = ACTIONS(1448), - [sym_atx_h6_marker] = ACTIONS(1448), - [sym__thematic_break] = ACTIONS(1448), - [sym__list_marker_minus] = ACTIONS(1448), - [sym__list_marker_plus] = ACTIONS(1448), - [sym__list_marker_star] = ACTIONS(1448), - [sym__list_marker_parenthesis] = ACTIONS(1448), - [sym__list_marker_dot] = ACTIONS(1448), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1448), - [sym__fenced_code_block_start_backtick] = ACTIONS(1448), - [sym__fenced_code_block_start_tilde] = ACTIONS(1448), - [sym__blank_line_start] = ACTIONS(1448), - [sym__html_block_1_start] = ACTIONS(1448), - [sym__html_block_2_start] = ACTIONS(1448), - [sym__html_block_3_start] = ACTIONS(1448), - [sym__html_block_4_start] = ACTIONS(1448), - [sym__html_block_5_start] = ACTIONS(1448), - [sym__html_block_6_start] = ACTIONS(1448), - [sym__html_block_7_start] = ACTIONS(1448), - [sym__pipe_table_start] = ACTIONS(1448), + [209] = { + [ts_builtin_sym_end] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_RBRACK] = ACTIONS(1618), + [anon_sym_LT] = ACTIONS(1618), + [anon_sym_GT] = ACTIONS(1618), + [anon_sym_BANG] = ACTIONS(1618), + [anon_sym_DQUOTE] = ACTIONS(1618), + [anon_sym_POUND] = ACTIONS(1618), + [anon_sym_DOLLAR] = ACTIONS(1618), + [anon_sym_PERCENT] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(1618), + [anon_sym_SQUOTE] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_PLUS] = ACTIONS(1618), + [anon_sym_COMMA] = ACTIONS(1618), + [anon_sym_DASH] = ACTIONS(1618), + [anon_sym_DOT] = ACTIONS(1618), + [anon_sym_SLASH] = ACTIONS(1618), + [anon_sym_COLON] = ACTIONS(1618), + [anon_sym_SEMI] = ACTIONS(1618), + [anon_sym_EQ] = ACTIONS(1618), + [anon_sym_QMARK] = ACTIONS(1618), + [anon_sym_AT] = ACTIONS(1618), + [anon_sym_BSLASH] = ACTIONS(1618), + [anon_sym_CARET] = ACTIONS(1618), + [anon_sym__] = ACTIONS(1618), + [anon_sym_BQUOTE] = ACTIONS(1618), + [anon_sym_LBRACE] = ACTIONS(1618), + [anon_sym_PIPE] = ACTIONS(1618), + [anon_sym_RBRACE] = ACTIONS(1618), + [anon_sym_TILDE] = ACTIONS(1618), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(1618), + [aux_sym__word_token1] = ACTIONS(1618), + [aux_sym__word_token2] = ACTIONS(1618), + [aux_sym__word_token3] = ACTIONS(1618), + [sym__whitespace] = ACTIONS(1618), + [sym__soft_line_ending] = ACTIONS(1618), + [sym__block_quote_start] = ACTIONS(1618), + [sym__indented_chunk_start] = ACTIONS(1618), + [sym_atx_h1_marker] = ACTIONS(1618), + [sym_atx_h2_marker] = ACTIONS(1618), + [sym_atx_h3_marker] = ACTIONS(1618), + [sym_atx_h4_marker] = ACTIONS(1618), + [sym_atx_h5_marker] = ACTIONS(1618), + [sym_atx_h6_marker] = ACTIONS(1618), + [sym__thematic_break] = ACTIONS(1618), + [sym__list_marker_minus] = ACTIONS(1618), + [sym__list_marker_plus] = ACTIONS(1618), + [sym__list_marker_star] = ACTIONS(1618), + [sym__list_marker_parenthesis] = ACTIONS(1618), + [sym__list_marker_dot] = ACTIONS(1618), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1618), + [sym__fenced_code_block_start_backtick] = ACTIONS(1618), + [sym__fenced_code_block_start_tilde] = ACTIONS(1618), + [sym__blank_line_start] = ACTIONS(1618), + [sym__html_block_1_start] = ACTIONS(1618), + [sym__html_block_2_start] = ACTIONS(1618), + [sym__html_block_3_start] = ACTIONS(1618), + [sym__html_block_4_start] = ACTIONS(1618), + [sym__html_block_5_start] = ACTIONS(1618), + [sym__html_block_6_start] = ACTIONS(1618), + [sym__html_block_7_start] = ACTIONS(1618), + [sym__pipe_table_start] = ACTIONS(1618), }, - [212] = { + [210] = { [ts_builtin_sym_end] = ACTIONS(1622), [anon_sym_LBRACK] = ACTIONS(1624), [anon_sym_RBRACK] = ACTIONS(1622), @@ -31312,77 +31172,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1622), [sym__pipe_table_start] = ACTIONS(1622), }, - [213] = { - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_RBRACK] = ACTIONS(1628), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1628), - [anon_sym_POUND] = ACTIONS(1628), - [anon_sym_DOLLAR] = ACTIONS(1628), - [anon_sym_PERCENT] = ACTIONS(1628), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SQUOTE] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_COMMA] = ACTIONS(1628), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_DOT] = ACTIONS(1628), - [anon_sym_SLASH] = ACTIONS(1628), - [anon_sym_COLON] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1628), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1628), - [anon_sym_AT] = ACTIONS(1628), - [anon_sym_BSLASH] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym__] = ACTIONS(1628), - [anon_sym_BQUOTE] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1628), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_RBRACE] = ACTIONS(1628), - [anon_sym_TILDE] = ACTIONS(1628), - [anon_sym_LPAREN] = ACTIONS(1628), - [anon_sym_RPAREN] = ACTIONS(1628), - [aux_sym__word_token1] = ACTIONS(1628), - [aux_sym__word_token2] = ACTIONS(1628), - [aux_sym__word_token3] = ACTIONS(1628), - [sym__whitespace] = ACTIONS(1628), - [sym__soft_line_ending] = ACTIONS(1628), - [sym__block_close] = ACTIONS(1628), - [sym__block_quote_start] = ACTIONS(1628), - [sym__indented_chunk_start] = ACTIONS(1628), - [sym_atx_h1_marker] = ACTIONS(1628), - [sym_atx_h2_marker] = ACTIONS(1628), - [sym_atx_h3_marker] = ACTIONS(1628), - [sym_atx_h4_marker] = ACTIONS(1628), - [sym_atx_h5_marker] = ACTIONS(1628), - [sym_atx_h6_marker] = ACTIONS(1628), - [sym__thematic_break] = ACTIONS(1628), - [sym__list_marker_minus] = ACTIONS(1628), - [sym__list_marker_plus] = ACTIONS(1628), - [sym__list_marker_star] = ACTIONS(1628), - [sym__list_marker_parenthesis] = ACTIONS(1628), - [sym__list_marker_dot] = ACTIONS(1628), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1628), - [sym__fenced_code_block_start_backtick] = ACTIONS(1628), - [sym__fenced_code_block_start_tilde] = ACTIONS(1628), - [sym__blank_line_start] = ACTIONS(1628), - [sym__html_block_1_start] = ACTIONS(1628), - [sym__html_block_2_start] = ACTIONS(1628), - [sym__html_block_3_start] = ACTIONS(1628), - [sym__html_block_4_start] = ACTIONS(1628), - [sym__html_block_5_start] = ACTIONS(1628), - [sym__html_block_6_start] = ACTIONS(1628), - [sym__html_block_7_start] = ACTIONS(1628), - [sym__pipe_table_start] = ACTIONS(1628), + [211] = { + [ts_builtin_sym_end] = ACTIONS(1626), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_RBRACK] = ACTIONS(1626), + [anon_sym_LT] = ACTIONS(1626), + [anon_sym_GT] = ACTIONS(1626), + [anon_sym_BANG] = ACTIONS(1626), + [anon_sym_DQUOTE] = ACTIONS(1626), + [anon_sym_POUND] = ACTIONS(1626), + [anon_sym_DOLLAR] = ACTIONS(1626), + [anon_sym_PERCENT] = ACTIONS(1626), + [anon_sym_AMP] = ACTIONS(1626), + [anon_sym_SQUOTE] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1626), + [anon_sym_PLUS] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1626), + [anon_sym_DASH] = ACTIONS(1626), + [anon_sym_DOT] = ACTIONS(1626), + [anon_sym_SLASH] = ACTIONS(1626), + [anon_sym_COLON] = ACTIONS(1626), + [anon_sym_SEMI] = ACTIONS(1626), + [anon_sym_EQ] = ACTIONS(1626), + [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_AT] = ACTIONS(1626), + [anon_sym_BSLASH] = ACTIONS(1626), + [anon_sym_CARET] = ACTIONS(1626), + [anon_sym__] = ACTIONS(1626), + [anon_sym_BQUOTE] = ACTIONS(1626), + [anon_sym_LBRACE] = ACTIONS(1626), + [anon_sym_PIPE] = ACTIONS(1626), + [anon_sym_RBRACE] = ACTIONS(1626), + [anon_sym_TILDE] = ACTIONS(1626), + [anon_sym_LPAREN] = ACTIONS(1626), + [anon_sym_RPAREN] = ACTIONS(1626), + [aux_sym__word_token1] = ACTIONS(1626), + [aux_sym__word_token2] = ACTIONS(1626), + [aux_sym__word_token3] = ACTIONS(1626), + [sym__whitespace] = ACTIONS(1626), + [sym__soft_line_ending] = ACTIONS(1626), + [sym__block_quote_start] = ACTIONS(1626), + [sym__indented_chunk_start] = ACTIONS(1626), + [sym_atx_h1_marker] = ACTIONS(1626), + [sym_atx_h2_marker] = ACTIONS(1626), + [sym_atx_h3_marker] = ACTIONS(1626), + [sym_atx_h4_marker] = ACTIONS(1626), + [sym_atx_h5_marker] = ACTIONS(1626), + [sym_atx_h6_marker] = ACTIONS(1626), + [sym__thematic_break] = ACTIONS(1626), + [sym__list_marker_minus] = ACTIONS(1626), + [sym__list_marker_plus] = ACTIONS(1626), + [sym__list_marker_star] = ACTIONS(1626), + [sym__list_marker_parenthesis] = ACTIONS(1626), + [sym__list_marker_dot] = ACTIONS(1626), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1626), + [sym__fenced_code_block_start_backtick] = ACTIONS(1626), + [sym__fenced_code_block_start_tilde] = ACTIONS(1626), + [sym__blank_line_start] = ACTIONS(1626), + [sym__html_block_1_start] = ACTIONS(1626), + [sym__html_block_2_start] = ACTIONS(1626), + [sym__html_block_3_start] = ACTIONS(1626), + [sym__html_block_4_start] = ACTIONS(1626), + [sym__html_block_5_start] = ACTIONS(1626), + [sym__html_block_6_start] = ACTIONS(1626), + [sym__html_block_7_start] = ACTIONS(1626), + [sym__pipe_table_start] = ACTIONS(1626), }, - [214] = { + [212] = { [ts_builtin_sym_end] = ACTIONS(1630), [anon_sym_LBRACK] = ACTIONS(1632), [anon_sym_RBRACK] = ACTIONS(1630), @@ -31452,77 +31312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1630), [sym__pipe_table_start] = ACTIONS(1630), }, - [215] = { - [ts_builtin_sym_end] = ACTIONS(1440), - [anon_sym_LBRACK] = ACTIONS(1438), - [anon_sym_RBRACK] = ACTIONS(1440), - [anon_sym_LT] = ACTIONS(1440), - [anon_sym_GT] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [anon_sym_POUND] = ACTIONS(1440), - [anon_sym_DOLLAR] = ACTIONS(1440), - [anon_sym_PERCENT] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_COMMA] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_DOT] = ACTIONS(1440), - [anon_sym_SLASH] = ACTIONS(1440), - [anon_sym_COLON] = ACTIONS(1440), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_EQ] = ACTIONS(1440), - [anon_sym_QMARK] = ACTIONS(1440), - [anon_sym_AT] = ACTIONS(1440), - [anon_sym_BSLASH] = ACTIONS(1440), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym__] = ACTIONS(1440), - [anon_sym_BQUOTE] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_PIPE] = ACTIONS(1440), - [anon_sym_RBRACE] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_LPAREN] = ACTIONS(1440), - [anon_sym_RPAREN] = ACTIONS(1440), - [aux_sym__word_token1] = ACTIONS(1440), - [aux_sym__word_token2] = ACTIONS(1440), - [aux_sym__word_token3] = ACTIONS(1440), - [sym__whitespace] = ACTIONS(1440), - [sym__soft_line_ending] = ACTIONS(1440), - [sym__block_quote_start] = ACTIONS(1440), - [sym__indented_chunk_start] = ACTIONS(1440), - [sym_atx_h1_marker] = ACTIONS(1440), - [sym_atx_h2_marker] = ACTIONS(1440), - [sym_atx_h3_marker] = ACTIONS(1440), - [sym_atx_h4_marker] = ACTIONS(1440), - [sym_atx_h5_marker] = ACTIONS(1440), - [sym_atx_h6_marker] = ACTIONS(1440), - [sym__thematic_break] = ACTIONS(1440), - [sym__list_marker_minus] = ACTIONS(1440), - [sym__list_marker_plus] = ACTIONS(1440), - [sym__list_marker_star] = ACTIONS(1440), - [sym__list_marker_parenthesis] = ACTIONS(1440), - [sym__list_marker_dot] = ACTIONS(1440), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1440), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1440), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1440), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1440), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1440), - [sym__fenced_code_block_start_backtick] = ACTIONS(1440), - [sym__fenced_code_block_start_tilde] = ACTIONS(1440), - [sym__blank_line_start] = ACTIONS(1440), - [sym__html_block_1_start] = ACTIONS(1440), - [sym__html_block_2_start] = ACTIONS(1440), - [sym__html_block_3_start] = ACTIONS(1440), - [sym__html_block_4_start] = ACTIONS(1440), - [sym__html_block_5_start] = ACTIONS(1440), - [sym__html_block_6_start] = ACTIONS(1440), - [sym__html_block_7_start] = ACTIONS(1440), - [sym__pipe_table_start] = ACTIONS(1440), - }, - [216] = { + [213] = { [anon_sym_LBRACK] = ACTIONS(1634), [anon_sym_RBRACK] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), @@ -31592,77 +31382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1636), [sym__pipe_table_start] = ACTIONS(1636), }, - [217] = { - [ts_builtin_sym_end] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1332), - [anon_sym_RBRACK] = ACTIONS(1334), - [anon_sym_LT] = ACTIONS(1334), - [anon_sym_GT] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [anon_sym_POUND] = ACTIONS(1334), - [anon_sym_DOLLAR] = ACTIONS(1334), - [anon_sym_PERCENT] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_COMMA] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_DOT] = ACTIONS(1334), - [anon_sym_SLASH] = ACTIONS(1334), - [anon_sym_COLON] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym_EQ] = ACTIONS(1334), - [anon_sym_QMARK] = ACTIONS(1334), - [anon_sym_AT] = ACTIONS(1334), - [anon_sym_BSLASH] = ACTIONS(1334), - [anon_sym_CARET] = ACTIONS(1334), - [anon_sym__] = ACTIONS(1334), - [anon_sym_BQUOTE] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_PIPE] = ACTIONS(1334), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1334), - [anon_sym_RPAREN] = ACTIONS(1334), - [aux_sym__word_token1] = ACTIONS(1334), - [aux_sym__word_token2] = ACTIONS(1334), - [aux_sym__word_token3] = ACTIONS(1334), - [sym__whitespace] = ACTIONS(1334), - [sym__soft_line_ending] = ACTIONS(1334), - [sym__block_quote_start] = ACTIONS(1334), - [sym__indented_chunk_start] = ACTIONS(1334), - [sym_atx_h1_marker] = ACTIONS(1334), - [sym_atx_h2_marker] = ACTIONS(1334), - [sym_atx_h3_marker] = ACTIONS(1334), - [sym_atx_h4_marker] = ACTIONS(1334), - [sym_atx_h5_marker] = ACTIONS(1334), - [sym_atx_h6_marker] = ACTIONS(1334), - [sym__thematic_break] = ACTIONS(1334), - [sym__list_marker_minus] = ACTIONS(1334), - [sym__list_marker_plus] = ACTIONS(1334), - [sym__list_marker_star] = ACTIONS(1334), - [sym__list_marker_parenthesis] = ACTIONS(1334), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__fenced_code_block_start_backtick] = ACTIONS(1334), - [sym__fenced_code_block_start_tilde] = ACTIONS(1334), - [sym__blank_line_start] = ACTIONS(1334), - [sym__html_block_1_start] = ACTIONS(1334), - [sym__html_block_2_start] = ACTIONS(1334), - [sym__html_block_3_start] = ACTIONS(1334), - [sym__html_block_4_start] = ACTIONS(1334), - [sym__html_block_5_start] = ACTIONS(1334), - [sym__html_block_6_start] = ACTIONS(1334), - [sym__html_block_7_start] = ACTIONS(1334), - [sym__pipe_table_start] = ACTIONS(1334), - }, - [218] = { + [214] = { [anon_sym_LBRACK] = ACTIONS(1638), [anon_sym_RBRACK] = ACTIONS(1640), [anon_sym_LT] = ACTIONS(1640), @@ -31732,147 +31452,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1640), [sym__pipe_table_start] = ACTIONS(1640), }, - [219] = { - [ts_builtin_sym_end] = ACTIONS(1434), - [anon_sym_LBRACK] = ACTIONS(1432), - [anon_sym_RBRACK] = ACTIONS(1434), - [anon_sym_LT] = ACTIONS(1434), - [anon_sym_GT] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [anon_sym_POUND] = ACTIONS(1434), - [anon_sym_DOLLAR] = ACTIONS(1434), - [anon_sym_PERCENT] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_COMMA] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_DOT] = ACTIONS(1434), - [anon_sym_SLASH] = ACTIONS(1434), - [anon_sym_COLON] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym_EQ] = ACTIONS(1434), - [anon_sym_QMARK] = ACTIONS(1434), - [anon_sym_AT] = ACTIONS(1434), - [anon_sym_BSLASH] = ACTIONS(1434), - [anon_sym_CARET] = ACTIONS(1434), - [anon_sym__] = ACTIONS(1434), - [anon_sym_BQUOTE] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_PIPE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_LPAREN] = ACTIONS(1434), - [anon_sym_RPAREN] = ACTIONS(1434), - [aux_sym__word_token1] = ACTIONS(1434), - [aux_sym__word_token2] = ACTIONS(1434), - [aux_sym__word_token3] = ACTIONS(1434), - [sym__whitespace] = ACTIONS(1434), - [sym__soft_line_ending] = ACTIONS(1434), - [sym__block_quote_start] = ACTIONS(1434), - [sym__indented_chunk_start] = ACTIONS(1434), - [sym_atx_h1_marker] = ACTIONS(1434), - [sym_atx_h2_marker] = ACTIONS(1434), - [sym_atx_h3_marker] = ACTIONS(1434), - [sym_atx_h4_marker] = ACTIONS(1434), - [sym_atx_h5_marker] = ACTIONS(1434), - [sym_atx_h6_marker] = ACTIONS(1434), - [sym__thematic_break] = ACTIONS(1434), - [sym__list_marker_minus] = ACTIONS(1434), - [sym__list_marker_plus] = ACTIONS(1434), - [sym__list_marker_star] = ACTIONS(1434), - [sym__list_marker_parenthesis] = ACTIONS(1434), - [sym__list_marker_dot] = ACTIONS(1434), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1434), - [sym__fenced_code_block_start_backtick] = ACTIONS(1434), - [sym__fenced_code_block_start_tilde] = ACTIONS(1434), - [sym__blank_line_start] = ACTIONS(1434), - [sym__html_block_1_start] = ACTIONS(1434), - [sym__html_block_2_start] = ACTIONS(1434), - [sym__html_block_3_start] = ACTIONS(1434), - [sym__html_block_4_start] = ACTIONS(1434), - [sym__html_block_5_start] = ACTIONS(1434), - [sym__html_block_6_start] = ACTIONS(1434), - [sym__html_block_7_start] = ACTIONS(1434), - [sym__pipe_table_start] = ACTIONS(1434), - }, - [220] = { - [ts_builtin_sym_end] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_RBRACK] = ACTIONS(1642), - [anon_sym_LT] = ACTIONS(1642), - [anon_sym_GT] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [anon_sym_POUND] = ACTIONS(1642), - [anon_sym_DOLLAR] = ACTIONS(1642), - [anon_sym_PERCENT] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_PLUS] = ACTIONS(1642), - [anon_sym_COMMA] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1642), - [anon_sym_DOT] = ACTIONS(1642), - [anon_sym_SLASH] = ACTIONS(1642), - [anon_sym_COLON] = ACTIONS(1642), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_EQ] = ACTIONS(1642), - [anon_sym_QMARK] = ACTIONS(1642), - [anon_sym_AT] = ACTIONS(1642), - [anon_sym_BSLASH] = ACTIONS(1642), - [anon_sym_CARET] = ACTIONS(1642), - [anon_sym__] = ACTIONS(1642), - [anon_sym_BQUOTE] = ACTIONS(1642), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_PIPE] = ACTIONS(1642), - [anon_sym_RBRACE] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_LPAREN] = ACTIONS(1642), - [anon_sym_RPAREN] = ACTIONS(1642), - [aux_sym__word_token1] = ACTIONS(1642), - [aux_sym__word_token2] = ACTIONS(1642), - [aux_sym__word_token3] = ACTIONS(1642), - [sym__whitespace] = ACTIONS(1642), - [sym__soft_line_ending] = ACTIONS(1642), - [sym__block_quote_start] = ACTIONS(1642), - [sym__indented_chunk_start] = ACTIONS(1642), - [sym_atx_h1_marker] = ACTIONS(1642), - [sym_atx_h2_marker] = ACTIONS(1642), - [sym_atx_h3_marker] = ACTIONS(1642), - [sym_atx_h4_marker] = ACTIONS(1642), - [sym_atx_h5_marker] = ACTIONS(1642), - [sym_atx_h6_marker] = ACTIONS(1642), - [sym__thematic_break] = ACTIONS(1642), - [sym__list_marker_minus] = ACTIONS(1642), - [sym__list_marker_plus] = ACTIONS(1642), - [sym__list_marker_star] = ACTIONS(1642), - [sym__list_marker_parenthesis] = ACTIONS(1642), - [sym__list_marker_dot] = ACTIONS(1642), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1642), - [sym__fenced_code_block_start_backtick] = ACTIONS(1642), - [sym__fenced_code_block_start_tilde] = ACTIONS(1642), - [sym__blank_line_start] = ACTIONS(1642), - [sym__html_block_1_start] = ACTIONS(1642), - [sym__html_block_2_start] = ACTIONS(1642), - [sym__html_block_3_start] = ACTIONS(1642), - [sym__html_block_4_start] = ACTIONS(1642), - [sym__html_block_5_start] = ACTIONS(1642), - [sym__html_block_6_start] = ACTIONS(1642), - [sym__html_block_7_start] = ACTIONS(1642), - [sym__pipe_table_start] = ACTIONS(1642), + [215] = { + [anon_sym_LBRACK] = ACTIONS(1642), + [anon_sym_RBRACK] = ACTIONS(1644), + [anon_sym_LT] = ACTIONS(1644), + [anon_sym_GT] = ACTIONS(1644), + [anon_sym_BANG] = ACTIONS(1644), + [anon_sym_DQUOTE] = ACTIONS(1644), + [anon_sym_POUND] = ACTIONS(1644), + [anon_sym_DOLLAR] = ACTIONS(1644), + [anon_sym_PERCENT] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1644), + [anon_sym_SQUOTE] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1644), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_COMMA] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1644), + [anon_sym_COLON] = ACTIONS(1644), + [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_EQ] = ACTIONS(1644), + [anon_sym_QMARK] = ACTIONS(1644), + [anon_sym_AT] = ACTIONS(1644), + [anon_sym_BSLASH] = ACTIONS(1644), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym__] = ACTIONS(1644), + [anon_sym_BQUOTE] = ACTIONS(1644), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1644), + [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_LPAREN] = ACTIONS(1644), + [anon_sym_RPAREN] = ACTIONS(1644), + [aux_sym__word_token1] = ACTIONS(1644), + [aux_sym__word_token2] = ACTIONS(1644), + [aux_sym__word_token3] = ACTIONS(1644), + [sym__whitespace] = ACTIONS(1644), + [sym__soft_line_ending] = ACTIONS(1644), + [sym__block_close] = ACTIONS(1644), + [sym__block_quote_start] = ACTIONS(1644), + [sym__indented_chunk_start] = ACTIONS(1644), + [sym_atx_h1_marker] = ACTIONS(1644), + [sym_atx_h2_marker] = ACTIONS(1644), + [sym_atx_h3_marker] = ACTIONS(1644), + [sym_atx_h4_marker] = ACTIONS(1644), + [sym_atx_h5_marker] = ACTIONS(1644), + [sym_atx_h6_marker] = ACTIONS(1644), + [sym__thematic_break] = ACTIONS(1644), + [sym__list_marker_minus] = ACTIONS(1644), + [sym__list_marker_plus] = ACTIONS(1644), + [sym__list_marker_star] = ACTIONS(1644), + [sym__list_marker_parenthesis] = ACTIONS(1644), + [sym__list_marker_dot] = ACTIONS(1644), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1644), + [sym__fenced_code_block_start_backtick] = ACTIONS(1644), + [sym__fenced_code_block_start_tilde] = ACTIONS(1644), + [sym__blank_line_start] = ACTIONS(1644), + [sym__html_block_1_start] = ACTIONS(1644), + [sym__html_block_2_start] = ACTIONS(1644), + [sym__html_block_3_start] = ACTIONS(1644), + [sym__html_block_4_start] = ACTIONS(1644), + [sym__html_block_5_start] = ACTIONS(1644), + [sym__html_block_6_start] = ACTIONS(1644), + [sym__html_block_7_start] = ACTIONS(1644), + [sym__pipe_table_start] = ACTIONS(1644), }, - [221] = { + [216] = { [anon_sym_LBRACK] = ACTIONS(1646), [anon_sym_RBRACK] = ACTIONS(1648), [anon_sym_LT] = ACTIONS(1648), @@ -31942,147 +31592,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1648), [sym__pipe_table_start] = ACTIONS(1648), }, - [222] = { - [ts_builtin_sym_end] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_RBRACK] = ACTIONS(1650), - [anon_sym_LT] = ACTIONS(1650), - [anon_sym_GT] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [anon_sym_POUND] = ACTIONS(1650), - [anon_sym_DOLLAR] = ACTIONS(1650), - [anon_sym_PERCENT] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_PLUS] = ACTIONS(1650), - [anon_sym_COMMA] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1650), - [anon_sym_DOT] = ACTIONS(1650), - [anon_sym_SLASH] = ACTIONS(1650), - [anon_sym_COLON] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_EQ] = ACTIONS(1650), - [anon_sym_QMARK] = ACTIONS(1650), - [anon_sym_AT] = ACTIONS(1650), - [anon_sym_BSLASH] = ACTIONS(1650), - [anon_sym_CARET] = ACTIONS(1650), - [anon_sym__] = ACTIONS(1650), - [anon_sym_BQUOTE] = ACTIONS(1650), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_PIPE] = ACTIONS(1650), - [anon_sym_RBRACE] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_LPAREN] = ACTIONS(1650), - [anon_sym_RPAREN] = ACTIONS(1650), - [aux_sym__word_token1] = ACTIONS(1650), - [aux_sym__word_token2] = ACTIONS(1650), - [aux_sym__word_token3] = ACTIONS(1650), - [sym__whitespace] = ACTIONS(1650), - [sym__soft_line_ending] = ACTIONS(1650), - [sym__block_quote_start] = ACTIONS(1650), - [sym__indented_chunk_start] = ACTIONS(1650), - [sym_atx_h1_marker] = ACTIONS(1650), - [sym_atx_h2_marker] = ACTIONS(1650), - [sym_atx_h3_marker] = ACTIONS(1650), - [sym_atx_h4_marker] = ACTIONS(1650), - [sym_atx_h5_marker] = ACTIONS(1650), - [sym_atx_h6_marker] = ACTIONS(1650), - [sym__thematic_break] = ACTIONS(1650), - [sym__list_marker_minus] = ACTIONS(1650), - [sym__list_marker_plus] = ACTIONS(1650), - [sym__list_marker_star] = ACTIONS(1650), - [sym__list_marker_parenthesis] = ACTIONS(1650), - [sym__list_marker_dot] = ACTIONS(1650), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1650), - [sym__fenced_code_block_start_backtick] = ACTIONS(1650), - [sym__fenced_code_block_start_tilde] = ACTIONS(1650), - [sym__blank_line_start] = ACTIONS(1650), - [sym__html_block_1_start] = ACTIONS(1650), - [sym__html_block_2_start] = ACTIONS(1650), - [sym__html_block_3_start] = ACTIONS(1650), - [sym__html_block_4_start] = ACTIONS(1650), - [sym__html_block_5_start] = ACTIONS(1650), - [sym__html_block_6_start] = ACTIONS(1650), - [sym__html_block_7_start] = ACTIONS(1650), - [sym__pipe_table_start] = ACTIONS(1650), - }, - [223] = { - [ts_builtin_sym_end] = ACTIONS(1296), - [anon_sym_LBRACK] = ACTIONS(1294), - [anon_sym_RBRACK] = ACTIONS(1296), - [anon_sym_LT] = ACTIONS(1296), - [anon_sym_GT] = ACTIONS(1296), - [anon_sym_BANG] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [anon_sym_POUND] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_PERCENT] = ACTIONS(1296), - [anon_sym_AMP] = ACTIONS(1296), - [anon_sym_SQUOTE] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_COMMA] = ACTIONS(1296), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_DOT] = ACTIONS(1296), - [anon_sym_SLASH] = ACTIONS(1296), - [anon_sym_COLON] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_EQ] = ACTIONS(1296), - [anon_sym_QMARK] = ACTIONS(1296), - [anon_sym_AT] = ACTIONS(1296), - [anon_sym_BSLASH] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [anon_sym__] = ACTIONS(1296), - [anon_sym_BQUOTE] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_TILDE] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [aux_sym__word_token1] = ACTIONS(1296), - [aux_sym__word_token2] = ACTIONS(1296), - [aux_sym__word_token3] = ACTIONS(1296), - [sym__whitespace] = ACTIONS(1296), - [sym__soft_line_ending] = ACTIONS(1296), - [sym__block_quote_start] = ACTIONS(1296), - [sym__indented_chunk_start] = ACTIONS(1296), - [sym_atx_h1_marker] = ACTIONS(1296), - [sym_atx_h2_marker] = ACTIONS(1296), - [sym_atx_h3_marker] = ACTIONS(1296), - [sym_atx_h4_marker] = ACTIONS(1296), - [sym_atx_h5_marker] = ACTIONS(1296), - [sym_atx_h6_marker] = ACTIONS(1296), - [sym__thematic_break] = ACTIONS(1296), - [sym__list_marker_minus] = ACTIONS(1296), - [sym__list_marker_plus] = ACTIONS(1296), - [sym__list_marker_star] = ACTIONS(1296), - [sym__list_marker_parenthesis] = ACTIONS(1296), - [sym__list_marker_dot] = ACTIONS(1296), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1296), - [sym__fenced_code_block_start_backtick] = ACTIONS(1296), - [sym__fenced_code_block_start_tilde] = ACTIONS(1296), - [sym__blank_line_start] = ACTIONS(1296), - [sym__html_block_1_start] = ACTIONS(1296), - [sym__html_block_2_start] = ACTIONS(1296), - [sym__html_block_3_start] = ACTIONS(1296), - [sym__html_block_4_start] = ACTIONS(1296), - [sym__html_block_5_start] = ACTIONS(1296), - [sym__html_block_6_start] = ACTIONS(1296), - [sym__html_block_7_start] = ACTIONS(1296), - [sym__pipe_table_start] = ACTIONS(1296), + [217] = { + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_RBRACK] = ACTIONS(1652), + [anon_sym_LT] = ACTIONS(1652), + [anon_sym_GT] = ACTIONS(1652), + [anon_sym_BANG] = ACTIONS(1652), + [anon_sym_DQUOTE] = ACTIONS(1652), + [anon_sym_POUND] = ACTIONS(1652), + [anon_sym_DOLLAR] = ACTIONS(1652), + [anon_sym_PERCENT] = ACTIONS(1652), + [anon_sym_AMP] = ACTIONS(1652), + [anon_sym_SQUOTE] = ACTIONS(1652), + [anon_sym_STAR] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1652), + [anon_sym_COMMA] = ACTIONS(1652), + [anon_sym_DASH] = ACTIONS(1652), + [anon_sym_DOT] = ACTIONS(1652), + [anon_sym_SLASH] = ACTIONS(1652), + [anon_sym_COLON] = ACTIONS(1652), + [anon_sym_SEMI] = ACTIONS(1652), + [anon_sym_EQ] = ACTIONS(1652), + [anon_sym_QMARK] = ACTIONS(1652), + [anon_sym_AT] = ACTIONS(1652), + [anon_sym_BSLASH] = ACTIONS(1652), + [anon_sym_CARET] = ACTIONS(1652), + [anon_sym__] = ACTIONS(1652), + [anon_sym_BQUOTE] = ACTIONS(1652), + [anon_sym_LBRACE] = ACTIONS(1652), + [anon_sym_PIPE] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(1652), + [anon_sym_TILDE] = ACTIONS(1652), + [anon_sym_LPAREN] = ACTIONS(1652), + [anon_sym_RPAREN] = ACTIONS(1652), + [aux_sym__word_token1] = ACTIONS(1652), + [aux_sym__word_token2] = ACTIONS(1652), + [aux_sym__word_token3] = ACTIONS(1652), + [sym__whitespace] = ACTIONS(1652), + [sym__soft_line_ending] = ACTIONS(1652), + [sym__block_close] = ACTIONS(1652), + [sym__block_quote_start] = ACTIONS(1652), + [sym__indented_chunk_start] = ACTIONS(1652), + [sym_atx_h1_marker] = ACTIONS(1652), + [sym_atx_h2_marker] = ACTIONS(1652), + [sym_atx_h3_marker] = ACTIONS(1652), + [sym_atx_h4_marker] = ACTIONS(1652), + [sym_atx_h5_marker] = ACTIONS(1652), + [sym_atx_h6_marker] = ACTIONS(1652), + [sym__thematic_break] = ACTIONS(1652), + [sym__list_marker_minus] = ACTIONS(1652), + [sym__list_marker_plus] = ACTIONS(1652), + [sym__list_marker_star] = ACTIONS(1652), + [sym__list_marker_parenthesis] = ACTIONS(1652), + [sym__list_marker_dot] = ACTIONS(1652), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1652), + [sym__fenced_code_block_start_backtick] = ACTIONS(1652), + [sym__fenced_code_block_start_tilde] = ACTIONS(1652), + [sym__blank_line_start] = ACTIONS(1652), + [sym__html_block_1_start] = ACTIONS(1652), + [sym__html_block_2_start] = ACTIONS(1652), + [sym__html_block_3_start] = ACTIONS(1652), + [sym__html_block_4_start] = ACTIONS(1652), + [sym__html_block_5_start] = ACTIONS(1652), + [sym__html_block_6_start] = ACTIONS(1652), + [sym__html_block_7_start] = ACTIONS(1652), + [sym__pipe_table_start] = ACTIONS(1652), }, - [224] = { + [218] = { [anon_sym_LBRACK] = ACTIONS(1654), [anon_sym_RBRACK] = ACTIONS(1656), [anon_sym_LT] = ACTIONS(1656), @@ -32152,217 +31732,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1656), [sym__pipe_table_start] = ACTIONS(1656), }, - [225] = { - [ts_builtin_sym_end] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_RBRACK] = ACTIONS(1658), - [anon_sym_LT] = ACTIONS(1658), - [anon_sym_GT] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [anon_sym_POUND] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1658), - [anon_sym_PERCENT] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_COMMA] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_DOT] = ACTIONS(1658), - [anon_sym_SLASH] = ACTIONS(1658), - [anon_sym_COLON] = ACTIONS(1658), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_EQ] = ACTIONS(1658), - [anon_sym_QMARK] = ACTIONS(1658), - [anon_sym_AT] = ACTIONS(1658), - [anon_sym_BSLASH] = ACTIONS(1658), - [anon_sym_CARET] = ACTIONS(1658), - [anon_sym__] = ACTIONS(1658), - [anon_sym_BQUOTE] = ACTIONS(1658), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_PIPE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1658), - [anon_sym_RPAREN] = ACTIONS(1658), - [aux_sym__word_token1] = ACTIONS(1658), - [aux_sym__word_token2] = ACTIONS(1658), - [aux_sym__word_token3] = ACTIONS(1658), - [sym__whitespace] = ACTIONS(1658), - [sym__soft_line_ending] = ACTIONS(1658), - [sym__block_quote_start] = ACTIONS(1658), - [sym__indented_chunk_start] = ACTIONS(1658), - [sym_atx_h1_marker] = ACTIONS(1658), - [sym_atx_h2_marker] = ACTIONS(1658), - [sym_atx_h3_marker] = ACTIONS(1658), - [sym_atx_h4_marker] = ACTIONS(1658), - [sym_atx_h5_marker] = ACTIONS(1658), - [sym_atx_h6_marker] = ACTIONS(1658), - [sym__thematic_break] = ACTIONS(1658), - [sym__list_marker_minus] = ACTIONS(1658), - [sym__list_marker_plus] = ACTIONS(1658), - [sym__list_marker_star] = ACTIONS(1658), - [sym__list_marker_parenthesis] = ACTIONS(1658), - [sym__list_marker_dot] = ACTIONS(1658), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1658), - [sym__fenced_code_block_start_backtick] = ACTIONS(1658), - [sym__fenced_code_block_start_tilde] = ACTIONS(1658), - [sym__blank_line_start] = ACTIONS(1658), - [sym__html_block_1_start] = ACTIONS(1658), - [sym__html_block_2_start] = ACTIONS(1658), - [sym__html_block_3_start] = ACTIONS(1658), - [sym__html_block_4_start] = ACTIONS(1658), - [sym__html_block_5_start] = ACTIONS(1658), - [sym__html_block_6_start] = ACTIONS(1658), - [sym__html_block_7_start] = ACTIONS(1658), - [sym__pipe_table_start] = ACTIONS(1658), - }, - [226] = { - [anon_sym_LBRACK] = ACTIONS(1189), - [anon_sym_RBRACK] = ACTIONS(1187), - [anon_sym_LT] = ACTIONS(1187), - [anon_sym_GT] = ACTIONS(1187), - [anon_sym_BANG] = ACTIONS(1187), - [anon_sym_DQUOTE] = ACTIONS(1187), - [anon_sym_POUND] = ACTIONS(1187), - [anon_sym_DOLLAR] = ACTIONS(1187), - [anon_sym_PERCENT] = ACTIONS(1187), - [anon_sym_AMP] = ACTIONS(1187), - [anon_sym_SQUOTE] = ACTIONS(1187), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_COMMA] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_DOT] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1187), - [anon_sym_COLON] = ACTIONS(1187), - [anon_sym_SEMI] = ACTIONS(1187), - [anon_sym_EQ] = ACTIONS(1187), - [anon_sym_QMARK] = ACTIONS(1187), - [anon_sym_AT] = ACTIONS(1187), - [anon_sym_BSLASH] = ACTIONS(1187), - [anon_sym_CARET] = ACTIONS(1187), - [anon_sym__] = ACTIONS(1187), - [anon_sym_BQUOTE] = ACTIONS(1187), - [anon_sym_LBRACE] = ACTIONS(1187), - [anon_sym_PIPE] = ACTIONS(1187), - [anon_sym_RBRACE] = ACTIONS(1187), - [anon_sym_TILDE] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1187), - [anon_sym_RPAREN] = ACTIONS(1187), - [aux_sym__word_token1] = ACTIONS(1187), - [aux_sym__word_token2] = ACTIONS(1187), - [aux_sym__word_token3] = ACTIONS(1187), - [sym__whitespace] = ACTIONS(1187), - [sym__soft_line_ending] = ACTIONS(1187), - [sym__block_close] = ACTIONS(1187), - [sym__block_quote_start] = ACTIONS(1187), - [sym__indented_chunk_start] = ACTIONS(1187), - [sym_atx_h1_marker] = ACTIONS(1187), - [sym_atx_h2_marker] = ACTIONS(1187), - [sym_atx_h3_marker] = ACTIONS(1187), - [sym_atx_h4_marker] = ACTIONS(1187), - [sym_atx_h5_marker] = ACTIONS(1187), - [sym_atx_h6_marker] = ACTIONS(1187), - [sym__thematic_break] = ACTIONS(1187), - [sym__list_marker_minus] = ACTIONS(1187), - [sym__list_marker_plus] = ACTIONS(1187), - [sym__list_marker_star] = ACTIONS(1187), - [sym__list_marker_parenthesis] = ACTIONS(1187), - [sym__list_marker_dot] = ACTIONS(1187), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1187), - [sym__fenced_code_block_start_backtick] = ACTIONS(1187), - [sym__fenced_code_block_start_tilde] = ACTIONS(1187), - [sym__blank_line_start] = ACTIONS(1187), - [sym__html_block_1_start] = ACTIONS(1187), - [sym__html_block_2_start] = ACTIONS(1187), - [sym__html_block_3_start] = ACTIONS(1187), - [sym__html_block_4_start] = ACTIONS(1187), - [sym__html_block_5_start] = ACTIONS(1187), - [sym__html_block_6_start] = ACTIONS(1187), - [sym__html_block_7_start] = ACTIONS(1187), - [sym__pipe_table_start] = ACTIONS(1187), - }, - [227] = { - [ts_builtin_sym_end] = ACTIONS(1362), - [anon_sym_LBRACK] = ACTIONS(1360), - [anon_sym_RBRACK] = ACTIONS(1362), - [anon_sym_LT] = ACTIONS(1362), - [anon_sym_GT] = ACTIONS(1362), - [anon_sym_BANG] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1362), - [anon_sym_POUND] = ACTIONS(1362), - [anon_sym_DOLLAR] = ACTIONS(1362), - [anon_sym_PERCENT] = ACTIONS(1362), - [anon_sym_AMP] = ACTIONS(1362), - [anon_sym_SQUOTE] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_COMMA] = ACTIONS(1362), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_DOT] = ACTIONS(1362), - [anon_sym_SLASH] = ACTIONS(1362), - [anon_sym_COLON] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1362), - [anon_sym_EQ] = ACTIONS(1362), - [anon_sym_QMARK] = ACTIONS(1362), - [anon_sym_AT] = ACTIONS(1362), - [anon_sym_BSLASH] = ACTIONS(1362), - [anon_sym_CARET] = ACTIONS(1362), - [anon_sym__] = ACTIONS(1362), - [anon_sym_BQUOTE] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1362), - [anon_sym_PIPE] = ACTIONS(1362), - [anon_sym_RBRACE] = ACTIONS(1362), - [anon_sym_TILDE] = ACTIONS(1362), - [anon_sym_LPAREN] = ACTIONS(1362), - [anon_sym_RPAREN] = ACTIONS(1362), - [aux_sym__word_token1] = ACTIONS(1362), - [aux_sym__word_token2] = ACTIONS(1362), - [aux_sym__word_token3] = ACTIONS(1362), - [sym__whitespace] = ACTIONS(1362), - [sym__soft_line_ending] = ACTIONS(1362), - [sym__block_quote_start] = ACTIONS(1362), - [sym__indented_chunk_start] = ACTIONS(1362), - [sym_atx_h1_marker] = ACTIONS(1362), - [sym_atx_h2_marker] = ACTIONS(1362), - [sym_atx_h3_marker] = ACTIONS(1362), - [sym_atx_h4_marker] = ACTIONS(1362), - [sym_atx_h5_marker] = ACTIONS(1362), - [sym_atx_h6_marker] = ACTIONS(1362), - [sym__thematic_break] = ACTIONS(1362), - [sym__list_marker_minus] = ACTIONS(1362), - [sym__list_marker_plus] = ACTIONS(1362), - [sym__list_marker_star] = ACTIONS(1362), - [sym__list_marker_parenthesis] = ACTIONS(1362), - [sym__list_marker_dot] = ACTIONS(1362), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1362), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1362), - [sym__fenced_code_block_start_backtick] = ACTIONS(1362), - [sym__fenced_code_block_start_tilde] = ACTIONS(1362), - [sym__blank_line_start] = ACTIONS(1362), - [sym__html_block_1_start] = ACTIONS(1362), - [sym__html_block_2_start] = ACTIONS(1362), - [sym__html_block_3_start] = ACTIONS(1362), - [sym__html_block_4_start] = ACTIONS(1362), - [sym__html_block_5_start] = ACTIONS(1362), - [sym__html_block_6_start] = ACTIONS(1362), - [sym__html_block_7_start] = ACTIONS(1362), - [sym__pipe_table_start] = ACTIONS(1362), + [219] = { + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_RBRACK] = ACTIONS(1660), + [anon_sym_LT] = ACTIONS(1660), + [anon_sym_GT] = ACTIONS(1660), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_DQUOTE] = ACTIONS(1660), + [anon_sym_POUND] = ACTIONS(1660), + [anon_sym_DOLLAR] = ACTIONS(1660), + [anon_sym_PERCENT] = ACTIONS(1660), + [anon_sym_AMP] = ACTIONS(1660), + [anon_sym_SQUOTE] = ACTIONS(1660), + [anon_sym_STAR] = ACTIONS(1660), + [anon_sym_PLUS] = ACTIONS(1660), + [anon_sym_COMMA] = ACTIONS(1660), + [anon_sym_DASH] = ACTIONS(1660), + [anon_sym_DOT] = ACTIONS(1660), + [anon_sym_SLASH] = ACTIONS(1660), + [anon_sym_COLON] = ACTIONS(1660), + [anon_sym_SEMI] = ACTIONS(1660), + [anon_sym_EQ] = ACTIONS(1660), + [anon_sym_QMARK] = ACTIONS(1660), + [anon_sym_AT] = ACTIONS(1660), + [anon_sym_BSLASH] = ACTIONS(1660), + [anon_sym_CARET] = ACTIONS(1660), + [anon_sym__] = ACTIONS(1660), + [anon_sym_BQUOTE] = ACTIONS(1660), + [anon_sym_LBRACE] = ACTIONS(1660), + [anon_sym_PIPE] = ACTIONS(1660), + [anon_sym_RBRACE] = ACTIONS(1660), + [anon_sym_TILDE] = ACTIONS(1660), + [anon_sym_LPAREN] = ACTIONS(1660), + [anon_sym_RPAREN] = ACTIONS(1660), + [aux_sym__word_token1] = ACTIONS(1660), + [aux_sym__word_token2] = ACTIONS(1660), + [aux_sym__word_token3] = ACTIONS(1660), + [sym__whitespace] = ACTIONS(1660), + [sym__soft_line_ending] = ACTIONS(1660), + [sym__block_close] = ACTIONS(1660), + [sym__block_quote_start] = ACTIONS(1660), + [sym__indented_chunk_start] = ACTIONS(1660), + [sym_atx_h1_marker] = ACTIONS(1660), + [sym_atx_h2_marker] = ACTIONS(1660), + [sym_atx_h3_marker] = ACTIONS(1660), + [sym_atx_h4_marker] = ACTIONS(1660), + [sym_atx_h5_marker] = ACTIONS(1660), + [sym_atx_h6_marker] = ACTIONS(1660), + [sym__thematic_break] = ACTIONS(1660), + [sym__list_marker_minus] = ACTIONS(1660), + [sym__list_marker_plus] = ACTIONS(1660), + [sym__list_marker_star] = ACTIONS(1660), + [sym__list_marker_parenthesis] = ACTIONS(1660), + [sym__list_marker_dot] = ACTIONS(1660), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1660), + [sym__fenced_code_block_start_backtick] = ACTIONS(1660), + [sym__fenced_code_block_start_tilde] = ACTIONS(1660), + [sym__blank_line_start] = ACTIONS(1660), + [sym__html_block_1_start] = ACTIONS(1660), + [sym__html_block_2_start] = ACTIONS(1660), + [sym__html_block_3_start] = ACTIONS(1660), + [sym__html_block_4_start] = ACTIONS(1660), + [sym__html_block_5_start] = ACTIONS(1660), + [sym__html_block_6_start] = ACTIONS(1660), + [sym__html_block_7_start] = ACTIONS(1660), + [sym__pipe_table_start] = ACTIONS(1660), }, - [228] = { + [220] = { [anon_sym_LBRACK] = ACTIONS(1662), [anon_sym_RBRACK] = ACTIONS(1664), [anon_sym_LT] = ACTIONS(1664), @@ -32432,498 +31872,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1664), [sym__pipe_table_start] = ACTIONS(1664), }, - [229] = { - [ts_builtin_sym_end] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_RBRACK] = ACTIONS(1666), - [anon_sym_LT] = ACTIONS(1666), - [anon_sym_GT] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [anon_sym_POUND] = ACTIONS(1666), - [anon_sym_DOLLAR] = ACTIONS(1666), - [anon_sym_PERCENT] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_PLUS] = ACTIONS(1666), - [anon_sym_COMMA] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1666), - [anon_sym_DOT] = ACTIONS(1666), - [anon_sym_SLASH] = ACTIONS(1666), - [anon_sym_COLON] = ACTIONS(1666), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_EQ] = ACTIONS(1666), - [anon_sym_QMARK] = ACTIONS(1666), - [anon_sym_AT] = ACTIONS(1666), - [anon_sym_BSLASH] = ACTIONS(1666), - [anon_sym_CARET] = ACTIONS(1666), - [anon_sym__] = ACTIONS(1666), - [anon_sym_BQUOTE] = ACTIONS(1666), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_PIPE] = ACTIONS(1666), - [anon_sym_RBRACE] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_LPAREN] = ACTIONS(1666), - [anon_sym_RPAREN] = ACTIONS(1666), - [aux_sym__word_token1] = ACTIONS(1666), - [aux_sym__word_token2] = ACTIONS(1666), - [aux_sym__word_token3] = ACTIONS(1666), - [sym__whitespace] = ACTIONS(1666), - [sym__soft_line_ending] = ACTIONS(1666), - [sym__block_quote_start] = ACTIONS(1666), - [sym__indented_chunk_start] = ACTIONS(1666), - [sym_atx_h1_marker] = ACTIONS(1666), - [sym_atx_h2_marker] = ACTIONS(1666), - [sym_atx_h3_marker] = ACTIONS(1666), - [sym_atx_h4_marker] = ACTIONS(1666), - [sym_atx_h5_marker] = ACTIONS(1666), - [sym_atx_h6_marker] = ACTIONS(1666), - [sym__thematic_break] = ACTIONS(1666), - [sym__list_marker_minus] = ACTIONS(1666), - [sym__list_marker_plus] = ACTIONS(1666), - [sym__list_marker_star] = ACTIONS(1666), - [sym__list_marker_parenthesis] = ACTIONS(1666), - [sym__list_marker_dot] = ACTIONS(1666), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1666), - [sym__fenced_code_block_start_backtick] = ACTIONS(1666), - [sym__fenced_code_block_start_tilde] = ACTIONS(1666), - [sym__blank_line_start] = ACTIONS(1666), - [sym__html_block_1_start] = ACTIONS(1666), - [sym__html_block_2_start] = ACTIONS(1666), - [sym__html_block_3_start] = ACTIONS(1666), - [sym__html_block_4_start] = ACTIONS(1666), - [sym__html_block_5_start] = ACTIONS(1666), - [sym__html_block_6_start] = ACTIONS(1666), - [sym__html_block_7_start] = ACTIONS(1666), - [sym__pipe_table_start] = ACTIONS(1666), - }, - [230] = { - [ts_builtin_sym_end] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_RBRACK] = ACTIONS(1670), - [anon_sym_LT] = ACTIONS(1670), - [anon_sym_GT] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [anon_sym_POUND] = ACTIONS(1670), - [anon_sym_DOLLAR] = ACTIONS(1670), - [anon_sym_PERCENT] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_PLUS] = ACTIONS(1670), - [anon_sym_COMMA] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1670), - [anon_sym_DOT] = ACTIONS(1670), - [anon_sym_SLASH] = ACTIONS(1670), - [anon_sym_COLON] = ACTIONS(1670), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_EQ] = ACTIONS(1670), - [anon_sym_QMARK] = ACTIONS(1670), - [anon_sym_AT] = ACTIONS(1670), - [anon_sym_BSLASH] = ACTIONS(1670), - [anon_sym_CARET] = ACTIONS(1670), - [anon_sym__] = ACTIONS(1670), - [anon_sym_BQUOTE] = ACTIONS(1670), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_PIPE] = ACTIONS(1670), - [anon_sym_RBRACE] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_LPAREN] = ACTIONS(1670), - [anon_sym_RPAREN] = ACTIONS(1670), - [aux_sym__word_token1] = ACTIONS(1670), - [aux_sym__word_token2] = ACTIONS(1670), - [aux_sym__word_token3] = ACTIONS(1670), - [sym__whitespace] = ACTIONS(1670), - [sym__soft_line_ending] = ACTIONS(1670), - [sym__block_quote_start] = ACTIONS(1670), - [sym__indented_chunk_start] = ACTIONS(1670), - [sym_atx_h1_marker] = ACTIONS(1670), - [sym_atx_h2_marker] = ACTIONS(1670), - [sym_atx_h3_marker] = ACTIONS(1670), - [sym_atx_h4_marker] = ACTIONS(1670), - [sym_atx_h5_marker] = ACTIONS(1670), - [sym_atx_h6_marker] = ACTIONS(1670), - [sym__thematic_break] = ACTIONS(1670), - [sym__list_marker_minus] = ACTIONS(1670), - [sym__list_marker_plus] = ACTIONS(1670), - [sym__list_marker_star] = ACTIONS(1670), - [sym__list_marker_parenthesis] = ACTIONS(1670), - [sym__list_marker_dot] = ACTIONS(1670), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1670), - [sym__fenced_code_block_start_backtick] = ACTIONS(1670), - [sym__fenced_code_block_start_tilde] = ACTIONS(1670), - [sym__blank_line_start] = ACTIONS(1670), - [sym__html_block_1_start] = ACTIONS(1670), - [sym__html_block_2_start] = ACTIONS(1670), - [sym__html_block_3_start] = ACTIONS(1670), - [sym__html_block_4_start] = ACTIONS(1670), - [sym__html_block_5_start] = ACTIONS(1670), - [sym__html_block_6_start] = ACTIONS(1670), - [sym__html_block_7_start] = ACTIONS(1670), - [sym__pipe_table_start] = ACTIONS(1670), - }, - [231] = { - [anon_sym_LBRACK] = ACTIONS(1674), - [anon_sym_RBRACK] = ACTIONS(1676), - [anon_sym_LT] = ACTIONS(1676), - [anon_sym_GT] = ACTIONS(1676), - [anon_sym_BANG] = ACTIONS(1676), - [anon_sym_DQUOTE] = ACTIONS(1676), - [anon_sym_POUND] = ACTIONS(1676), - [anon_sym_DOLLAR] = ACTIONS(1676), - [anon_sym_PERCENT] = ACTIONS(1676), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SQUOTE] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_COMMA] = ACTIONS(1676), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_DOT] = ACTIONS(1676), - [anon_sym_SLASH] = ACTIONS(1676), - [anon_sym_COLON] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1676), - [anon_sym_EQ] = ACTIONS(1676), - [anon_sym_QMARK] = ACTIONS(1676), - [anon_sym_AT] = ACTIONS(1676), - [anon_sym_BSLASH] = ACTIONS(1676), - [anon_sym_CARET] = ACTIONS(1676), - [anon_sym__] = ACTIONS(1676), - [anon_sym_BQUOTE] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1676), - [anon_sym_PIPE] = ACTIONS(1676), - [anon_sym_RBRACE] = ACTIONS(1676), - [anon_sym_TILDE] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1676), - [anon_sym_RPAREN] = ACTIONS(1676), - [aux_sym__word_token1] = ACTIONS(1676), - [aux_sym__word_token2] = ACTIONS(1676), - [aux_sym__word_token3] = ACTIONS(1676), - [sym__whitespace] = ACTIONS(1676), - [sym__soft_line_ending] = ACTIONS(1676), - [sym__block_close] = ACTIONS(1676), - [sym__block_quote_start] = ACTIONS(1676), - [sym__indented_chunk_start] = ACTIONS(1676), - [sym_atx_h1_marker] = ACTIONS(1676), - [sym_atx_h2_marker] = ACTIONS(1676), - [sym_atx_h3_marker] = ACTIONS(1676), - [sym_atx_h4_marker] = ACTIONS(1676), - [sym_atx_h5_marker] = ACTIONS(1676), - [sym_atx_h6_marker] = ACTIONS(1676), - [sym__thematic_break] = ACTIONS(1676), - [sym__list_marker_minus] = ACTIONS(1676), - [sym__list_marker_plus] = ACTIONS(1676), - [sym__list_marker_star] = ACTIONS(1676), - [sym__list_marker_parenthesis] = ACTIONS(1676), - [sym__list_marker_dot] = ACTIONS(1676), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1676), - [sym__fenced_code_block_start_backtick] = ACTIONS(1676), - [sym__fenced_code_block_start_tilde] = ACTIONS(1676), - [sym__blank_line_start] = ACTIONS(1676), - [sym__html_block_1_start] = ACTIONS(1676), - [sym__html_block_2_start] = ACTIONS(1676), - [sym__html_block_3_start] = ACTIONS(1676), - [sym__html_block_4_start] = ACTIONS(1676), - [sym__html_block_5_start] = ACTIONS(1676), - [sym__html_block_6_start] = ACTIONS(1676), - [sym__html_block_7_start] = ACTIONS(1676), - [sym__pipe_table_start] = ACTIONS(1676), - }, - [232] = { - [ts_builtin_sym_end] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_RBRACK] = ACTIONS(1678), - [anon_sym_LT] = ACTIONS(1678), - [anon_sym_GT] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [anon_sym_POUND] = ACTIONS(1678), - [anon_sym_DOLLAR] = ACTIONS(1678), - [anon_sym_PERCENT] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_PLUS] = ACTIONS(1678), - [anon_sym_COMMA] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1678), - [anon_sym_DOT] = ACTIONS(1678), - [anon_sym_SLASH] = ACTIONS(1678), - [anon_sym_COLON] = ACTIONS(1678), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_EQ] = ACTIONS(1678), - [anon_sym_QMARK] = ACTIONS(1678), - [anon_sym_AT] = ACTIONS(1678), - [anon_sym_BSLASH] = ACTIONS(1678), - [anon_sym_CARET] = ACTIONS(1678), - [anon_sym__] = ACTIONS(1678), - [anon_sym_BQUOTE] = ACTIONS(1678), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_PIPE] = ACTIONS(1678), - [anon_sym_RBRACE] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_RPAREN] = ACTIONS(1678), - [aux_sym__word_token1] = ACTIONS(1678), - [aux_sym__word_token2] = ACTIONS(1678), - [aux_sym__word_token3] = ACTIONS(1678), - [sym__whitespace] = ACTIONS(1678), - [sym__soft_line_ending] = ACTIONS(1678), - [sym__block_quote_start] = ACTIONS(1678), - [sym__indented_chunk_start] = ACTIONS(1678), - [sym_atx_h1_marker] = ACTIONS(1678), - [sym_atx_h2_marker] = ACTIONS(1678), - [sym_atx_h3_marker] = ACTIONS(1678), - [sym_atx_h4_marker] = ACTIONS(1678), - [sym_atx_h5_marker] = ACTIONS(1678), - [sym_atx_h6_marker] = ACTIONS(1678), - [sym__thematic_break] = ACTIONS(1678), - [sym__list_marker_minus] = ACTIONS(1678), - [sym__list_marker_plus] = ACTIONS(1678), - [sym__list_marker_star] = ACTIONS(1678), - [sym__list_marker_parenthesis] = ACTIONS(1678), - [sym__list_marker_dot] = ACTIONS(1678), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1678), - [sym__fenced_code_block_start_backtick] = ACTIONS(1678), - [sym__fenced_code_block_start_tilde] = ACTIONS(1678), - [sym__blank_line_start] = ACTIONS(1678), - [sym__html_block_1_start] = ACTIONS(1678), - [sym__html_block_2_start] = ACTIONS(1678), - [sym__html_block_3_start] = ACTIONS(1678), - [sym__html_block_4_start] = ACTIONS(1678), - [sym__html_block_5_start] = ACTIONS(1678), - [sym__html_block_6_start] = ACTIONS(1678), - [sym__html_block_7_start] = ACTIONS(1678), - [sym__pipe_table_start] = ACTIONS(1678), - }, - [233] = { - [ts_builtin_sym_end] = ACTIONS(1620), - [anon_sym_LBRACK] = ACTIONS(1618), - [anon_sym_RBRACK] = ACTIONS(1620), - [anon_sym_LT] = ACTIONS(1620), - [anon_sym_GT] = ACTIONS(1620), - [anon_sym_BANG] = ACTIONS(1620), - [anon_sym_DQUOTE] = ACTIONS(1620), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOLLAR] = ACTIONS(1620), - [anon_sym_PERCENT] = ACTIONS(1620), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SQUOTE] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_COMMA] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1620), - [anon_sym_SLASH] = ACTIONS(1620), - [anon_sym_COLON] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1620), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1620), - [anon_sym_AT] = ACTIONS(1620), - [anon_sym_BSLASH] = ACTIONS(1620), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym__] = ACTIONS(1620), - [anon_sym_BQUOTE] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1620), - [anon_sym_RBRACE] = ACTIONS(1620), - [anon_sym_TILDE] = ACTIONS(1620), - [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_RPAREN] = ACTIONS(1620), - [aux_sym__word_token1] = ACTIONS(1620), - [aux_sym__word_token2] = ACTIONS(1620), - [aux_sym__word_token3] = ACTIONS(1620), - [sym__whitespace] = ACTIONS(1620), - [sym__soft_line_ending] = ACTIONS(1620), - [sym__block_quote_start] = ACTIONS(1620), - [sym__indented_chunk_start] = ACTIONS(1620), - [sym_atx_h1_marker] = ACTIONS(1620), - [sym_atx_h2_marker] = ACTIONS(1620), - [sym_atx_h3_marker] = ACTIONS(1620), - [sym_atx_h4_marker] = ACTIONS(1620), - [sym_atx_h5_marker] = ACTIONS(1620), - [sym_atx_h6_marker] = ACTIONS(1620), - [sym__thematic_break] = ACTIONS(1620), - [sym__list_marker_minus] = ACTIONS(1620), - [sym__list_marker_plus] = ACTIONS(1620), - [sym__list_marker_star] = ACTIONS(1620), - [sym__list_marker_parenthesis] = ACTIONS(1620), - [sym__list_marker_dot] = ACTIONS(1620), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1620), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1620), - [sym__fenced_code_block_start_backtick] = ACTIONS(1620), - [sym__fenced_code_block_start_tilde] = ACTIONS(1620), - [sym__blank_line_start] = ACTIONS(1620), - [sym__html_block_1_start] = ACTIONS(1620), - [sym__html_block_2_start] = ACTIONS(1620), - [sym__html_block_3_start] = ACTIONS(1620), - [sym__html_block_4_start] = ACTIONS(1620), - [sym__html_block_5_start] = ACTIONS(1620), - [sym__html_block_6_start] = ACTIONS(1620), - [sym__html_block_7_start] = ACTIONS(1620), - [sym__pipe_table_start] = ACTIONS(1620), - }, - [234] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_RBRACK] = ACTIONS(1612), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [anon_sym_POUND] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PERCENT] = ACTIONS(1612), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SQUOTE] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_COMMA] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_COLON] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_EQ] = ACTIONS(1612), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1612), - [anon_sym_BSLASH] = ACTIONS(1612), - [anon_sym_CARET] = ACTIONS(1612), - [anon_sym__] = ACTIONS(1612), - [anon_sym_BQUOTE] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_RPAREN] = ACTIONS(1612), - [aux_sym__word_token1] = ACTIONS(1612), - [aux_sym__word_token2] = ACTIONS(1612), - [aux_sym__word_token3] = ACTIONS(1612), - [sym__whitespace] = ACTIONS(1612), - [sym__soft_line_ending] = ACTIONS(1612), - [sym__block_quote_start] = ACTIONS(1612), - [sym__indented_chunk_start] = ACTIONS(1612), - [sym_atx_h1_marker] = ACTIONS(1612), - [sym_atx_h2_marker] = ACTIONS(1612), - [sym_atx_h3_marker] = ACTIONS(1612), - [sym_atx_h4_marker] = ACTIONS(1612), - [sym_atx_h5_marker] = ACTIONS(1612), - [sym_atx_h6_marker] = ACTIONS(1612), - [sym__thematic_break] = ACTIONS(1612), - [sym__list_marker_minus] = ACTIONS(1612), - [sym__list_marker_plus] = ACTIONS(1612), - [sym__list_marker_star] = ACTIONS(1612), - [sym__list_marker_parenthesis] = ACTIONS(1612), - [sym__list_marker_dot] = ACTIONS(1612), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1612), - [sym__fenced_code_block_start_backtick] = ACTIONS(1612), - [sym__fenced_code_block_start_tilde] = ACTIONS(1612), - [sym__blank_line_start] = ACTIONS(1612), - [sym__html_block_1_start] = ACTIONS(1612), - [sym__html_block_2_start] = ACTIONS(1612), - [sym__html_block_3_start] = ACTIONS(1612), - [sym__html_block_4_start] = ACTIONS(1612), - [sym__html_block_5_start] = ACTIONS(1612), - [sym__html_block_6_start] = ACTIONS(1612), - [sym__html_block_7_start] = ACTIONS(1612), - [sym__pipe_table_start] = ACTIONS(1612), - }, - [235] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_RBRACK] = ACTIONS(1612), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [anon_sym_POUND] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_PERCENT] = ACTIONS(1612), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SQUOTE] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_COMMA] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_COLON] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_EQ] = ACTIONS(1612), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1612), - [anon_sym_BSLASH] = ACTIONS(1612), - [anon_sym_CARET] = ACTIONS(1612), - [anon_sym__] = ACTIONS(1612), - [anon_sym_BQUOTE] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_RPAREN] = ACTIONS(1612), - [aux_sym__word_token1] = ACTIONS(1612), - [aux_sym__word_token2] = ACTIONS(1612), - [aux_sym__word_token3] = ACTIONS(1612), - [sym__whitespace] = ACTIONS(1612), - [sym__soft_line_ending] = ACTIONS(1612), - [sym__block_quote_start] = ACTIONS(1612), - [sym__indented_chunk_start] = ACTIONS(1612), - [sym_atx_h1_marker] = ACTIONS(1612), - [sym_atx_h2_marker] = ACTIONS(1612), - [sym_atx_h3_marker] = ACTIONS(1612), - [sym_atx_h4_marker] = ACTIONS(1612), - [sym_atx_h5_marker] = ACTIONS(1612), - [sym_atx_h6_marker] = ACTIONS(1612), - [sym__thematic_break] = ACTIONS(1612), - [sym__list_marker_minus] = ACTIONS(1612), - [sym__list_marker_plus] = ACTIONS(1612), - [sym__list_marker_star] = ACTIONS(1612), - [sym__list_marker_parenthesis] = ACTIONS(1612), - [sym__list_marker_dot] = ACTIONS(1612), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1612), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1612), - [sym__fenced_code_block_start_backtick] = ACTIONS(1612), - [sym__fenced_code_block_start_tilde] = ACTIONS(1612), - [sym__blank_line_start] = ACTIONS(1612), - [sym__html_block_1_start] = ACTIONS(1612), - [sym__html_block_2_start] = ACTIONS(1612), - [sym__html_block_3_start] = ACTIONS(1612), - [sym__html_block_4_start] = ACTIONS(1612), - [sym__html_block_5_start] = ACTIONS(1612), - [sym__html_block_6_start] = ACTIONS(1612), - [sym__html_block_7_start] = ACTIONS(1612), - [sym__pipe_table_start] = ACTIONS(1612), - }, - [236] = { - [anon_sym_LBRACK] = ACTIONS(1346), + [221] = { + [ts_builtin_sym_end] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1342), [anon_sym_RBRACK] = ACTIONS(1344), [anon_sym_LT] = ACTIONS(1344), [anon_sym_GT] = ACTIONS(1344), @@ -32960,7 +31911,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1344), [sym__whitespace] = ACTIONS(1344), [sym__soft_line_ending] = ACTIONS(1344), - [sym__block_close] = ACTIONS(1344), [sym__block_quote_start] = ACTIONS(1344), [sym__indented_chunk_start] = ACTIONS(1344), [sym_atx_h1_marker] = ACTIONS(1344), @@ -32992,637 +31942,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1344), [sym__pipe_table_start] = ACTIONS(1344), }, - [237] = { - [ts_builtin_sym_end] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [anon_sym_POUND] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_DOT] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_AT] = ACTIONS(1239), - [anon_sym_BSLASH] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym__] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_LPAREN] = ACTIONS(1239), - [anon_sym_RPAREN] = ACTIONS(1239), - [aux_sym__word_token1] = ACTIONS(1239), - [aux_sym__word_token2] = ACTIONS(1239), - [aux_sym__word_token3] = ACTIONS(1239), - [sym__whitespace] = ACTIONS(1239), - [sym__soft_line_ending] = ACTIONS(1239), - [sym__block_quote_start] = ACTIONS(1239), - [sym__indented_chunk_start] = ACTIONS(1239), - [sym_atx_h1_marker] = ACTIONS(1239), - [sym_atx_h2_marker] = ACTIONS(1239), - [sym_atx_h3_marker] = ACTIONS(1239), - [sym_atx_h4_marker] = ACTIONS(1239), - [sym_atx_h5_marker] = ACTIONS(1239), - [sym_atx_h6_marker] = ACTIONS(1239), - [sym__thematic_break] = ACTIONS(1239), - [sym__list_marker_minus] = ACTIONS(1239), - [sym__list_marker_plus] = ACTIONS(1239), - [sym__list_marker_star] = ACTIONS(1239), - [sym__list_marker_parenthesis] = ACTIONS(1239), - [sym__list_marker_dot] = ACTIONS(1239), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1239), - [sym__fenced_code_block_start_backtick] = ACTIONS(1239), - [sym__fenced_code_block_start_tilde] = ACTIONS(1239), - [sym__blank_line_start] = ACTIONS(1239), - [sym__html_block_1_start] = ACTIONS(1239), - [sym__html_block_2_start] = ACTIONS(1239), - [sym__html_block_3_start] = ACTIONS(1239), - [sym__html_block_4_start] = ACTIONS(1239), - [sym__html_block_5_start] = ACTIONS(1239), - [sym__html_block_6_start] = ACTIONS(1239), - [sym__html_block_7_start] = ACTIONS(1239), - [sym__pipe_table_start] = ACTIONS(1239), - }, - [238] = { - [ts_builtin_sym_end] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_RBRACK] = ACTIONS(1682), - [anon_sym_LT] = ACTIONS(1682), - [anon_sym_GT] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [anon_sym_POUND] = ACTIONS(1682), - [anon_sym_DOLLAR] = ACTIONS(1682), - [anon_sym_PERCENT] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_PLUS] = ACTIONS(1682), - [anon_sym_COMMA] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1682), - [anon_sym_DOT] = ACTIONS(1682), - [anon_sym_SLASH] = ACTIONS(1682), - [anon_sym_COLON] = ACTIONS(1682), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_EQ] = ACTIONS(1682), - [anon_sym_QMARK] = ACTIONS(1682), - [anon_sym_AT] = ACTIONS(1682), - [anon_sym_BSLASH] = ACTIONS(1682), - [anon_sym_CARET] = ACTIONS(1682), - [anon_sym__] = ACTIONS(1682), - [anon_sym_BQUOTE] = ACTIONS(1682), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_PIPE] = ACTIONS(1682), - [anon_sym_RBRACE] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_LPAREN] = ACTIONS(1682), - [anon_sym_RPAREN] = ACTIONS(1682), - [aux_sym__word_token1] = ACTIONS(1682), - [aux_sym__word_token2] = ACTIONS(1682), - [aux_sym__word_token3] = ACTIONS(1682), - [sym__whitespace] = ACTIONS(1682), - [sym__soft_line_ending] = ACTIONS(1682), - [sym__block_quote_start] = ACTIONS(1682), - [sym__indented_chunk_start] = ACTIONS(1682), - [sym_atx_h1_marker] = ACTIONS(1682), - [sym_atx_h2_marker] = ACTIONS(1682), - [sym_atx_h3_marker] = ACTIONS(1682), - [sym_atx_h4_marker] = ACTIONS(1682), - [sym_atx_h5_marker] = ACTIONS(1682), - [sym_atx_h6_marker] = ACTIONS(1682), - [sym__thematic_break] = ACTIONS(1682), - [sym__list_marker_minus] = ACTIONS(1682), - [sym__list_marker_plus] = ACTIONS(1682), - [sym__list_marker_star] = ACTIONS(1682), - [sym__list_marker_parenthesis] = ACTIONS(1682), - [sym__list_marker_dot] = ACTIONS(1682), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1682), - [sym__fenced_code_block_start_backtick] = ACTIONS(1682), - [sym__fenced_code_block_start_tilde] = ACTIONS(1682), - [sym__blank_line_start] = ACTIONS(1682), - [sym__html_block_1_start] = ACTIONS(1682), - [sym__html_block_2_start] = ACTIONS(1682), - [sym__html_block_3_start] = ACTIONS(1682), - [sym__html_block_4_start] = ACTIONS(1682), - [sym__html_block_5_start] = ACTIONS(1682), - [sym__html_block_6_start] = ACTIONS(1682), - [sym__html_block_7_start] = ACTIONS(1682), - [sym__pipe_table_start] = ACTIONS(1682), - }, - [239] = { - [ts_builtin_sym_end] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_RBRACK] = ACTIONS(1608), - [anon_sym_LT] = ACTIONS(1608), - [anon_sym_GT] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [anon_sym_POUND] = ACTIONS(1608), - [anon_sym_DOLLAR] = ACTIONS(1608), - [anon_sym_PERCENT] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_PLUS] = ACTIONS(1608), - [anon_sym_COMMA] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1608), - [anon_sym_DOT] = ACTIONS(1608), - [anon_sym_SLASH] = ACTIONS(1608), - [anon_sym_COLON] = ACTIONS(1608), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_EQ] = ACTIONS(1608), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_AT] = ACTIONS(1608), - [anon_sym_BSLASH] = ACTIONS(1608), - [anon_sym_CARET] = ACTIONS(1608), - [anon_sym__] = ACTIONS(1608), - [anon_sym_BQUOTE] = ACTIONS(1608), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_PIPE] = ACTIONS(1608), - [anon_sym_RBRACE] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_LPAREN] = ACTIONS(1608), - [anon_sym_RPAREN] = ACTIONS(1608), - [aux_sym__word_token1] = ACTIONS(1608), - [aux_sym__word_token2] = ACTIONS(1608), - [aux_sym__word_token3] = ACTIONS(1608), - [sym__whitespace] = ACTIONS(1608), - [sym__soft_line_ending] = ACTIONS(1608), - [sym__block_quote_start] = ACTIONS(1608), - [sym__indented_chunk_start] = ACTIONS(1608), - [sym_atx_h1_marker] = ACTIONS(1608), - [sym_atx_h2_marker] = ACTIONS(1608), - [sym_atx_h3_marker] = ACTIONS(1608), - [sym_atx_h4_marker] = ACTIONS(1608), - [sym_atx_h5_marker] = ACTIONS(1608), - [sym_atx_h6_marker] = ACTIONS(1608), - [sym__thematic_break] = ACTIONS(1608), - [sym__list_marker_minus] = ACTIONS(1608), - [sym__list_marker_plus] = ACTIONS(1608), - [sym__list_marker_star] = ACTIONS(1608), - [sym__list_marker_parenthesis] = ACTIONS(1608), - [sym__list_marker_dot] = ACTIONS(1608), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1608), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1608), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1608), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1608), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1608), - [sym__fenced_code_block_start_backtick] = ACTIONS(1608), - [sym__fenced_code_block_start_tilde] = ACTIONS(1608), - [sym__blank_line_start] = ACTIONS(1608), - [sym__html_block_1_start] = ACTIONS(1608), - [sym__html_block_2_start] = ACTIONS(1608), - [sym__html_block_3_start] = ACTIONS(1608), - [sym__html_block_4_start] = ACTIONS(1608), - [sym__html_block_5_start] = ACTIONS(1608), - [sym__html_block_6_start] = ACTIONS(1608), - [sym__html_block_7_start] = ACTIONS(1608), - [sym__pipe_table_start] = ACTIONS(1608), - }, - [240] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_RBRACK] = ACTIONS(1600), - [anon_sym_LT] = ACTIONS(1600), - [anon_sym_GT] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [anon_sym_POUND] = ACTIONS(1600), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_PERCENT] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_PLUS] = ACTIONS(1600), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1600), - [anon_sym_DOT] = ACTIONS(1600), - [anon_sym_SLASH] = ACTIONS(1600), - [anon_sym_COLON] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_EQ] = ACTIONS(1600), - [anon_sym_QMARK] = ACTIONS(1600), - [anon_sym_AT] = ACTIONS(1600), - [anon_sym_BSLASH] = ACTIONS(1600), - [anon_sym_CARET] = ACTIONS(1600), - [anon_sym__] = ACTIONS(1600), - [anon_sym_BQUOTE] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_RPAREN] = ACTIONS(1600), - [aux_sym__word_token1] = ACTIONS(1600), - [aux_sym__word_token2] = ACTIONS(1600), - [aux_sym__word_token3] = ACTIONS(1600), - [sym__whitespace] = ACTIONS(1600), - [sym__soft_line_ending] = ACTIONS(1600), - [sym__block_quote_start] = ACTIONS(1600), - [sym__indented_chunk_start] = ACTIONS(1600), - [sym_atx_h1_marker] = ACTIONS(1600), - [sym_atx_h2_marker] = ACTIONS(1600), - [sym_atx_h3_marker] = ACTIONS(1600), - [sym_atx_h4_marker] = ACTIONS(1600), - [sym_atx_h5_marker] = ACTIONS(1600), - [sym_atx_h6_marker] = ACTIONS(1600), - [sym__thematic_break] = ACTIONS(1600), - [sym__list_marker_minus] = ACTIONS(1600), - [sym__list_marker_plus] = ACTIONS(1600), - [sym__list_marker_star] = ACTIONS(1600), - [sym__list_marker_parenthesis] = ACTIONS(1600), - [sym__list_marker_dot] = ACTIONS(1600), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1600), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1600), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1600), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1600), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1600), - [sym__fenced_code_block_start_backtick] = ACTIONS(1600), - [sym__fenced_code_block_start_tilde] = ACTIONS(1600), - [sym__blank_line_start] = ACTIONS(1600), - [sym__html_block_1_start] = ACTIONS(1600), - [sym__html_block_2_start] = ACTIONS(1600), - [sym__html_block_3_start] = ACTIONS(1600), - [sym__html_block_4_start] = ACTIONS(1600), - [sym__html_block_5_start] = ACTIONS(1600), - [sym__html_block_6_start] = ACTIONS(1600), - [sym__html_block_7_start] = ACTIONS(1600), - [sym__pipe_table_start] = ACTIONS(1600), - }, - [241] = { - [ts_builtin_sym_end] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_RBRACK] = ACTIONS(1686), - [anon_sym_LT] = ACTIONS(1686), - [anon_sym_GT] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [anon_sym_POUND] = ACTIONS(1686), - [anon_sym_DOLLAR] = ACTIONS(1686), - [anon_sym_PERCENT] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_PLUS] = ACTIONS(1686), - [anon_sym_COMMA] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_SLASH] = ACTIONS(1686), - [anon_sym_COLON] = ACTIONS(1686), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_EQ] = ACTIONS(1686), - [anon_sym_QMARK] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1686), - [anon_sym_BSLASH] = ACTIONS(1686), - [anon_sym_CARET] = ACTIONS(1686), - [anon_sym__] = ACTIONS(1686), - [anon_sym_BQUOTE] = ACTIONS(1686), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_PIPE] = ACTIONS(1686), - [anon_sym_RBRACE] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_LPAREN] = ACTIONS(1686), - [anon_sym_RPAREN] = ACTIONS(1686), - [aux_sym__word_token1] = ACTIONS(1686), - [aux_sym__word_token2] = ACTIONS(1686), - [aux_sym__word_token3] = ACTIONS(1686), - [sym__whitespace] = ACTIONS(1686), - [sym__soft_line_ending] = ACTIONS(1686), - [sym__block_quote_start] = ACTIONS(1686), - [sym__indented_chunk_start] = ACTIONS(1686), - [sym_atx_h1_marker] = ACTIONS(1686), - [sym_atx_h2_marker] = ACTIONS(1686), - [sym_atx_h3_marker] = ACTIONS(1686), - [sym_atx_h4_marker] = ACTIONS(1686), - [sym_atx_h5_marker] = ACTIONS(1686), - [sym_atx_h6_marker] = ACTIONS(1686), - [sym__thematic_break] = ACTIONS(1686), - [sym__list_marker_minus] = ACTIONS(1686), - [sym__list_marker_plus] = ACTIONS(1686), - [sym__list_marker_star] = ACTIONS(1686), - [sym__list_marker_parenthesis] = ACTIONS(1686), - [sym__list_marker_dot] = ACTIONS(1686), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1686), - [sym__fenced_code_block_start_backtick] = ACTIONS(1686), - [sym__fenced_code_block_start_tilde] = ACTIONS(1686), - [sym__blank_line_start] = ACTIONS(1686), - [sym__html_block_1_start] = ACTIONS(1686), - [sym__html_block_2_start] = ACTIONS(1686), - [sym__html_block_3_start] = ACTIONS(1686), - [sym__html_block_4_start] = ACTIONS(1686), - [sym__html_block_5_start] = ACTIONS(1686), - [sym__html_block_6_start] = ACTIONS(1686), - [sym__html_block_7_start] = ACTIONS(1686), - [sym__pipe_table_start] = ACTIONS(1686), - }, - [242] = { - [anon_sym_LBRACK] = ACTIONS(1332), - [anon_sym_RBRACK] = ACTIONS(1334), - [anon_sym_LT] = ACTIONS(1334), - [anon_sym_GT] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [anon_sym_POUND] = ACTIONS(1334), - [anon_sym_DOLLAR] = ACTIONS(1334), - [anon_sym_PERCENT] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_COMMA] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_DOT] = ACTIONS(1334), - [anon_sym_SLASH] = ACTIONS(1334), - [anon_sym_COLON] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym_EQ] = ACTIONS(1334), - [anon_sym_QMARK] = ACTIONS(1334), - [anon_sym_AT] = ACTIONS(1334), - [anon_sym_BSLASH] = ACTIONS(1334), - [anon_sym_CARET] = ACTIONS(1334), - [anon_sym__] = ACTIONS(1334), - [anon_sym_BQUOTE] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_PIPE] = ACTIONS(1334), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1334), - [anon_sym_RPAREN] = ACTIONS(1334), - [aux_sym__word_token1] = ACTIONS(1334), - [aux_sym__word_token2] = ACTIONS(1334), - [aux_sym__word_token3] = ACTIONS(1334), - [sym__whitespace] = ACTIONS(1334), - [sym__soft_line_ending] = ACTIONS(1334), - [sym__block_close] = ACTIONS(1334), - [sym__block_quote_start] = ACTIONS(1334), - [sym__indented_chunk_start] = ACTIONS(1334), - [sym_atx_h1_marker] = ACTIONS(1334), - [sym_atx_h2_marker] = ACTIONS(1334), - [sym_atx_h3_marker] = ACTIONS(1334), - [sym_atx_h4_marker] = ACTIONS(1334), - [sym_atx_h5_marker] = ACTIONS(1334), - [sym_atx_h6_marker] = ACTIONS(1334), - [sym__thematic_break] = ACTIONS(1334), - [sym__list_marker_minus] = ACTIONS(1334), - [sym__list_marker_plus] = ACTIONS(1334), - [sym__list_marker_star] = ACTIONS(1334), - [sym__list_marker_parenthesis] = ACTIONS(1334), - [sym__list_marker_dot] = ACTIONS(1334), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1334), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1334), - [sym__fenced_code_block_start_backtick] = ACTIONS(1334), - [sym__fenced_code_block_start_tilde] = ACTIONS(1334), - [sym__blank_line_start] = ACTIONS(1334), - [sym__html_block_1_start] = ACTIONS(1334), - [sym__html_block_2_start] = ACTIONS(1334), - [sym__html_block_3_start] = ACTIONS(1334), - [sym__html_block_4_start] = ACTIONS(1334), - [sym__html_block_5_start] = ACTIONS(1334), - [sym__html_block_6_start] = ACTIONS(1334), - [sym__html_block_7_start] = ACTIONS(1334), - [sym__pipe_table_start] = ACTIONS(1334), - }, - [243] = { - [anon_sym_LBRACK] = ACTIONS(1300), - [anon_sym_RBRACK] = ACTIONS(1302), - [anon_sym_LT] = ACTIONS(1302), - [anon_sym_GT] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [anon_sym_POUND] = ACTIONS(1302), - [anon_sym_DOLLAR] = ACTIONS(1302), - [anon_sym_PERCENT] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_COMMA] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DOT] = ACTIONS(1302), - [anon_sym_SLASH] = ACTIONS(1302), - [anon_sym_COLON] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym_EQ] = ACTIONS(1302), - [anon_sym_QMARK] = ACTIONS(1302), - [anon_sym_AT] = ACTIONS(1302), - [anon_sym_BSLASH] = ACTIONS(1302), - [anon_sym_CARET] = ACTIONS(1302), - [anon_sym__] = ACTIONS(1302), - [anon_sym_BQUOTE] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_PIPE] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1302), - [anon_sym_RPAREN] = ACTIONS(1302), - [aux_sym__word_token1] = ACTIONS(1302), - [aux_sym__word_token2] = ACTIONS(1302), - [aux_sym__word_token3] = ACTIONS(1302), - [sym__whitespace] = ACTIONS(1302), - [sym__soft_line_ending] = ACTIONS(1302), - [sym__block_close] = ACTIONS(1302), - [sym__block_quote_start] = ACTIONS(1302), - [sym__indented_chunk_start] = ACTIONS(1302), - [sym_atx_h1_marker] = ACTIONS(1302), - [sym_atx_h2_marker] = ACTIONS(1302), - [sym_atx_h3_marker] = ACTIONS(1302), - [sym_atx_h4_marker] = ACTIONS(1302), - [sym_atx_h5_marker] = ACTIONS(1302), - [sym_atx_h6_marker] = ACTIONS(1302), - [sym__thematic_break] = ACTIONS(1302), - [sym__list_marker_minus] = ACTIONS(1302), - [sym__list_marker_plus] = ACTIONS(1302), - [sym__list_marker_star] = ACTIONS(1302), - [sym__list_marker_parenthesis] = ACTIONS(1302), - [sym__list_marker_dot] = ACTIONS(1302), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1302), - [sym__fenced_code_block_start_backtick] = ACTIONS(1302), - [sym__fenced_code_block_start_tilde] = ACTIONS(1302), - [sym__blank_line_start] = ACTIONS(1302), - [sym__html_block_1_start] = ACTIONS(1302), - [sym__html_block_2_start] = ACTIONS(1302), - [sym__html_block_3_start] = ACTIONS(1302), - [sym__html_block_4_start] = ACTIONS(1302), - [sym__html_block_5_start] = ACTIONS(1302), - [sym__html_block_6_start] = ACTIONS(1302), - [sym__html_block_7_start] = ACTIONS(1302), - [sym__pipe_table_start] = ACTIONS(1302), - }, - [244] = { - [ts_builtin_sym_end] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_RBRACK] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1690), - [anon_sym_GT] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(1690), - [anon_sym_DOLLAR] = ACTIONS(1690), - [anon_sym_PERCENT] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_PLUS] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1690), - [anon_sym_DOT] = ACTIONS(1690), - [anon_sym_SLASH] = ACTIONS(1690), - [anon_sym_COLON] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_EQ] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(1690), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_BSLASH] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(1690), - [anon_sym__] = ACTIONS(1690), - [anon_sym_BQUOTE] = ACTIONS(1690), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [aux_sym__word_token1] = ACTIONS(1690), - [aux_sym__word_token2] = ACTIONS(1690), - [aux_sym__word_token3] = ACTIONS(1690), - [sym__whitespace] = ACTIONS(1690), - [sym__soft_line_ending] = ACTIONS(1690), - [sym__block_quote_start] = ACTIONS(1690), - [sym__indented_chunk_start] = ACTIONS(1690), - [sym_atx_h1_marker] = ACTIONS(1690), - [sym_atx_h2_marker] = ACTIONS(1690), - [sym_atx_h3_marker] = ACTIONS(1690), - [sym_atx_h4_marker] = ACTIONS(1690), - [sym_atx_h5_marker] = ACTIONS(1690), - [sym_atx_h6_marker] = ACTIONS(1690), - [sym__thematic_break] = ACTIONS(1690), - [sym__list_marker_minus] = ACTIONS(1690), - [sym__list_marker_plus] = ACTIONS(1690), - [sym__list_marker_star] = ACTIONS(1690), - [sym__list_marker_parenthesis] = ACTIONS(1690), - [sym__list_marker_dot] = ACTIONS(1690), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1690), - [sym__fenced_code_block_start_backtick] = ACTIONS(1690), - [sym__fenced_code_block_start_tilde] = ACTIONS(1690), - [sym__blank_line_start] = ACTIONS(1690), - [sym__html_block_1_start] = ACTIONS(1690), - [sym__html_block_2_start] = ACTIONS(1690), - [sym__html_block_3_start] = ACTIONS(1690), - [sym__html_block_4_start] = ACTIONS(1690), - [sym__html_block_5_start] = ACTIONS(1690), - [sym__html_block_6_start] = ACTIONS(1690), - [sym__html_block_7_start] = ACTIONS(1690), - [sym__pipe_table_start] = ACTIONS(1690), + [222] = { + [ts_builtin_sym_end] = ACTIONS(1350), + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_RBRACK] = ACTIONS(1350), + [anon_sym_LT] = ACTIONS(1350), + [anon_sym_GT] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [anon_sym_POUND] = ACTIONS(1350), + [anon_sym_DOLLAR] = ACTIONS(1350), + [anon_sym_PERCENT] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_COMMA] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_DOT] = ACTIONS(1350), + [anon_sym_SLASH] = ACTIONS(1350), + [anon_sym_COLON] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym_EQ] = ACTIONS(1350), + [anon_sym_QMARK] = ACTIONS(1350), + [anon_sym_AT] = ACTIONS(1350), + [anon_sym_BSLASH] = ACTIONS(1350), + [anon_sym_CARET] = ACTIONS(1350), + [anon_sym__] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_PIPE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_LPAREN] = ACTIONS(1350), + [anon_sym_RPAREN] = ACTIONS(1350), + [aux_sym__word_token1] = ACTIONS(1350), + [aux_sym__word_token2] = ACTIONS(1350), + [aux_sym__word_token3] = ACTIONS(1350), + [sym__whitespace] = ACTIONS(1350), + [sym__soft_line_ending] = ACTIONS(1350), + [sym__block_quote_start] = ACTIONS(1350), + [sym__indented_chunk_start] = ACTIONS(1350), + [sym_atx_h1_marker] = ACTIONS(1350), + [sym_atx_h2_marker] = ACTIONS(1350), + [sym_atx_h3_marker] = ACTIONS(1350), + [sym_atx_h4_marker] = ACTIONS(1350), + [sym_atx_h5_marker] = ACTIONS(1350), + [sym_atx_h6_marker] = ACTIONS(1350), + [sym__thematic_break] = ACTIONS(1350), + [sym__list_marker_minus] = ACTIONS(1350), + [sym__list_marker_plus] = ACTIONS(1350), + [sym__list_marker_star] = ACTIONS(1350), + [sym__list_marker_parenthesis] = ACTIONS(1350), + [sym__list_marker_dot] = ACTIONS(1350), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1350), + [sym__fenced_code_block_start_backtick] = ACTIONS(1350), + [sym__fenced_code_block_start_tilde] = ACTIONS(1350), + [sym__blank_line_start] = ACTIONS(1350), + [sym__html_block_1_start] = ACTIONS(1350), + [sym__html_block_2_start] = ACTIONS(1350), + [sym__html_block_3_start] = ACTIONS(1350), + [sym__html_block_4_start] = ACTIONS(1350), + [sym__html_block_5_start] = ACTIONS(1350), + [sym__html_block_6_start] = ACTIONS(1350), + [sym__html_block_7_start] = ACTIONS(1350), + [sym__pipe_table_start] = ACTIONS(1350), }, - [245] = { - [ts_builtin_sym_end] = ACTIONS(1187), - [anon_sym_LBRACK] = ACTIONS(1189), - [anon_sym_RBRACK] = ACTIONS(1187), - [anon_sym_LT] = ACTIONS(1187), - [anon_sym_GT] = ACTIONS(1187), - [anon_sym_BANG] = ACTIONS(1187), - [anon_sym_DQUOTE] = ACTIONS(1187), - [anon_sym_POUND] = ACTIONS(1187), - [anon_sym_DOLLAR] = ACTIONS(1187), - [anon_sym_PERCENT] = ACTIONS(1187), - [anon_sym_AMP] = ACTIONS(1187), - [anon_sym_SQUOTE] = ACTIONS(1187), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_COMMA] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_DOT] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1187), - [anon_sym_COLON] = ACTIONS(1187), - [anon_sym_SEMI] = ACTIONS(1187), - [anon_sym_EQ] = ACTIONS(1187), - [anon_sym_QMARK] = ACTIONS(1187), - [anon_sym_AT] = ACTIONS(1187), - [anon_sym_BSLASH] = ACTIONS(1187), - [anon_sym_CARET] = ACTIONS(1187), - [anon_sym__] = ACTIONS(1187), - [anon_sym_BQUOTE] = ACTIONS(1187), - [anon_sym_LBRACE] = ACTIONS(1187), - [anon_sym_PIPE] = ACTIONS(1187), - [anon_sym_RBRACE] = ACTIONS(1187), - [anon_sym_TILDE] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1187), - [anon_sym_RPAREN] = ACTIONS(1187), - [aux_sym__word_token1] = ACTIONS(1187), - [aux_sym__word_token2] = ACTIONS(1187), - [aux_sym__word_token3] = ACTIONS(1187), - [sym__whitespace] = ACTIONS(1187), - [sym__soft_line_ending] = ACTIONS(1187), - [sym__block_quote_start] = ACTIONS(1187), - [sym__indented_chunk_start] = ACTIONS(1187), - [sym_atx_h1_marker] = ACTIONS(1187), - [sym_atx_h2_marker] = ACTIONS(1187), - [sym_atx_h3_marker] = ACTIONS(1187), - [sym_atx_h4_marker] = ACTIONS(1187), - [sym_atx_h5_marker] = ACTIONS(1187), - [sym_atx_h6_marker] = ACTIONS(1187), - [sym__thematic_break] = ACTIONS(1187), - [sym__list_marker_minus] = ACTIONS(1187), - [sym__list_marker_plus] = ACTIONS(1187), - [sym__list_marker_star] = ACTIONS(1187), - [sym__list_marker_parenthesis] = ACTIONS(1187), - [sym__list_marker_dot] = ACTIONS(1187), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1187), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1187), - [sym__fenced_code_block_start_backtick] = ACTIONS(1187), - [sym__fenced_code_block_start_tilde] = ACTIONS(1187), - [sym__blank_line_start] = ACTIONS(1187), - [sym__html_block_1_start] = ACTIONS(1187), - [sym__html_block_2_start] = ACTIONS(1187), - [sym__html_block_3_start] = ACTIONS(1187), - [sym__html_block_4_start] = ACTIONS(1187), - [sym__html_block_5_start] = ACTIONS(1187), - [sym__html_block_6_start] = ACTIONS(1187), - [sym__html_block_7_start] = ACTIONS(1187), - [sym__pipe_table_start] = ACTIONS(1187), + [223] = { + [ts_builtin_sym_end] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1354), + [anon_sym_RBRACK] = ACTIONS(1356), + [anon_sym_LT] = ACTIONS(1356), + [anon_sym_GT] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [anon_sym_POUND] = ACTIONS(1356), + [anon_sym_DOLLAR] = ACTIONS(1356), + [anon_sym_PERCENT] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_COMMA] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_DOT] = ACTIONS(1356), + [anon_sym_SLASH] = ACTIONS(1356), + [anon_sym_COLON] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym_EQ] = ACTIONS(1356), + [anon_sym_QMARK] = ACTIONS(1356), + [anon_sym_AT] = ACTIONS(1356), + [anon_sym_BSLASH] = ACTIONS(1356), + [anon_sym_CARET] = ACTIONS(1356), + [anon_sym__] = ACTIONS(1356), + [anon_sym_BQUOTE] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_PIPE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_LPAREN] = ACTIONS(1356), + [anon_sym_RPAREN] = ACTIONS(1356), + [aux_sym__word_token1] = ACTIONS(1356), + [aux_sym__word_token2] = ACTIONS(1356), + [aux_sym__word_token3] = ACTIONS(1356), + [sym__whitespace] = ACTIONS(1356), + [sym__soft_line_ending] = ACTIONS(1356), + [sym__block_quote_start] = ACTIONS(1356), + [sym__indented_chunk_start] = ACTIONS(1356), + [sym_atx_h1_marker] = ACTIONS(1356), + [sym_atx_h2_marker] = ACTIONS(1356), + [sym_atx_h3_marker] = ACTIONS(1356), + [sym_atx_h4_marker] = ACTIONS(1356), + [sym_atx_h5_marker] = ACTIONS(1356), + [sym_atx_h6_marker] = ACTIONS(1356), + [sym__thematic_break] = ACTIONS(1356), + [sym__list_marker_minus] = ACTIONS(1356), + [sym__list_marker_plus] = ACTIONS(1356), + [sym__list_marker_star] = ACTIONS(1356), + [sym__list_marker_parenthesis] = ACTIONS(1356), + [sym__list_marker_dot] = ACTIONS(1356), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1356), + [sym__fenced_code_block_start_backtick] = ACTIONS(1356), + [sym__fenced_code_block_start_tilde] = ACTIONS(1356), + [sym__blank_line_start] = ACTIONS(1356), + [sym__html_block_1_start] = ACTIONS(1356), + [sym__html_block_2_start] = ACTIONS(1356), + [sym__html_block_3_start] = ACTIONS(1356), + [sym__html_block_4_start] = ACTIONS(1356), + [sym__html_block_5_start] = ACTIONS(1356), + [sym__html_block_6_start] = ACTIONS(1356), + [sym__html_block_7_start] = ACTIONS(1356), + [sym__pipe_table_start] = ACTIONS(1356), }, - [246] = { + [224] = { + [ts_builtin_sym_end] = ACTIONS(1362), [anon_sym_LBRACK] = ACTIONS(1360), [anon_sym_RBRACK] = ACTIONS(1362), [anon_sym_LT] = ACTIONS(1362), @@ -33660,7 +32121,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1362), [sym__whitespace] = ACTIONS(1362), [sym__soft_line_ending] = ACTIONS(1362), - [sym__block_close] = ACTIONS(1362), [sym__block_quote_start] = ACTIONS(1362), [sym__indented_chunk_start] = ACTIONS(1362), [sym_atx_h1_marker] = ACTIONS(1362), @@ -33692,183 +32152,1583 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1362), [sym__pipe_table_start] = ACTIONS(1362), }, - [247] = { - [ts_builtin_sym_end] = ACTIONS(1344), - [anon_sym_LBRACK] = ACTIONS(1346), - [anon_sym_RBRACK] = ACTIONS(1344), - [anon_sym_LT] = ACTIONS(1344), - [anon_sym_GT] = ACTIONS(1344), - [anon_sym_BANG] = ACTIONS(1344), - [anon_sym_DQUOTE] = ACTIONS(1344), - [anon_sym_POUND] = ACTIONS(1344), - [anon_sym_DOLLAR] = ACTIONS(1344), - [anon_sym_PERCENT] = ACTIONS(1344), - [anon_sym_AMP] = ACTIONS(1344), - [anon_sym_SQUOTE] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_COMMA] = ACTIONS(1344), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_DOT] = ACTIONS(1344), - [anon_sym_SLASH] = ACTIONS(1344), - [anon_sym_COLON] = ACTIONS(1344), - [anon_sym_SEMI] = ACTIONS(1344), - [anon_sym_EQ] = ACTIONS(1344), - [anon_sym_QMARK] = ACTIONS(1344), - [anon_sym_AT] = ACTIONS(1344), - [anon_sym_BSLASH] = ACTIONS(1344), - [anon_sym_CARET] = ACTIONS(1344), - [anon_sym__] = ACTIONS(1344), - [anon_sym_BQUOTE] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1344), - [anon_sym_PIPE] = ACTIONS(1344), - [anon_sym_RBRACE] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1344), - [anon_sym_LPAREN] = ACTIONS(1344), - [anon_sym_RPAREN] = ACTIONS(1344), - [aux_sym__word_token1] = ACTIONS(1344), - [aux_sym__word_token2] = ACTIONS(1344), - [aux_sym__word_token3] = ACTIONS(1344), - [sym__whitespace] = ACTIONS(1344), - [sym__soft_line_ending] = ACTIONS(1344), - [sym__block_quote_start] = ACTIONS(1344), - [sym__indented_chunk_start] = ACTIONS(1344), - [sym_atx_h1_marker] = ACTIONS(1344), - [sym_atx_h2_marker] = ACTIONS(1344), - [sym_atx_h3_marker] = ACTIONS(1344), - [sym_atx_h4_marker] = ACTIONS(1344), - [sym_atx_h5_marker] = ACTIONS(1344), - [sym_atx_h6_marker] = ACTIONS(1344), - [sym__thematic_break] = ACTIONS(1344), - [sym__list_marker_minus] = ACTIONS(1344), - [sym__list_marker_plus] = ACTIONS(1344), - [sym__list_marker_star] = ACTIONS(1344), - [sym__list_marker_parenthesis] = ACTIONS(1344), - [sym__list_marker_dot] = ACTIONS(1344), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1344), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1344), - [sym__fenced_code_block_start_backtick] = ACTIONS(1344), - [sym__fenced_code_block_start_tilde] = ACTIONS(1344), - [sym__blank_line_start] = ACTIONS(1344), - [sym__html_block_1_start] = ACTIONS(1344), - [sym__html_block_2_start] = ACTIONS(1344), - [sym__html_block_3_start] = ACTIONS(1344), - [sym__html_block_4_start] = ACTIONS(1344), - [sym__html_block_5_start] = ACTIONS(1344), - [sym__html_block_6_start] = ACTIONS(1344), - [sym__html_block_7_start] = ACTIONS(1344), - [sym__pipe_table_start] = ACTIONS(1344), - }, - [248] = { - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_RBRACK] = ACTIONS(1682), - [anon_sym_LT] = ACTIONS(1682), - [anon_sym_GT] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [anon_sym_POUND] = ACTIONS(1682), - [anon_sym_DOLLAR] = ACTIONS(1682), - [anon_sym_PERCENT] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_PLUS] = ACTIONS(1682), - [anon_sym_COMMA] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1682), - [anon_sym_DOT] = ACTIONS(1682), - [anon_sym_SLASH] = ACTIONS(1682), - [anon_sym_COLON] = ACTIONS(1682), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_EQ] = ACTIONS(1682), - [anon_sym_QMARK] = ACTIONS(1682), - [anon_sym_AT] = ACTIONS(1682), - [anon_sym_BSLASH] = ACTIONS(1682), - [anon_sym_CARET] = ACTIONS(1682), - [anon_sym__] = ACTIONS(1682), - [anon_sym_BQUOTE] = ACTIONS(1682), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_PIPE] = ACTIONS(1682), - [anon_sym_RBRACE] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_LPAREN] = ACTIONS(1682), - [anon_sym_RPAREN] = ACTIONS(1682), - [aux_sym__word_token1] = ACTIONS(1682), - [aux_sym__word_token2] = ACTIONS(1682), - [aux_sym__word_token3] = ACTIONS(1682), - [sym__whitespace] = ACTIONS(1682), - [sym__soft_line_ending] = ACTIONS(1682), - [sym__block_close] = ACTIONS(1682), - [sym__block_quote_start] = ACTIONS(1682), - [sym__indented_chunk_start] = ACTIONS(1682), - [sym_atx_h1_marker] = ACTIONS(1682), - [sym_atx_h2_marker] = ACTIONS(1682), - [sym_atx_h3_marker] = ACTIONS(1682), - [sym_atx_h4_marker] = ACTIONS(1682), - [sym_atx_h5_marker] = ACTIONS(1682), - [sym_atx_h6_marker] = ACTIONS(1682), - [sym__thematic_break] = ACTIONS(1682), - [sym__list_marker_minus] = ACTIONS(1682), - [sym__list_marker_plus] = ACTIONS(1682), - [sym__list_marker_star] = ACTIONS(1682), - [sym__list_marker_parenthesis] = ACTIONS(1682), - [sym__list_marker_dot] = ACTIONS(1682), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1682), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1682), - [sym__fenced_code_block_start_backtick] = ACTIONS(1682), - [sym__fenced_code_block_start_tilde] = ACTIONS(1682), - [sym__blank_line_start] = ACTIONS(1682), - [sym__html_block_1_start] = ACTIONS(1682), - [sym__html_block_2_start] = ACTIONS(1682), - [sym__html_block_3_start] = ACTIONS(1682), - [sym__html_block_4_start] = ACTIONS(1682), - [sym__html_block_5_start] = ACTIONS(1682), - [sym__html_block_6_start] = ACTIONS(1682), - [sym__html_block_7_start] = ACTIONS(1682), - [sym__pipe_table_start] = ACTIONS(1682), - }, - [249] = { - [ts_builtin_sym_end] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1694), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [anon_sym_POUND] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_COMMA] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_COLON] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_QMARK] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1694), - [anon_sym_BSLASH] = ACTIONS(1694), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym__] = ACTIONS(1694), - [anon_sym_BQUOTE] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_RBRACE] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1694), - [anon_sym_RPAREN] = ACTIONS(1694), - [aux_sym__word_token1] = ACTIONS(1694), - [aux_sym__word_token2] = ACTIONS(1694), - [aux_sym__word_token3] = ACTIONS(1694), + [225] = { + [ts_builtin_sym_end] = ACTIONS(1536), + [anon_sym_LBRACK] = ACTIONS(1534), + [anon_sym_RBRACK] = ACTIONS(1536), + [anon_sym_LT] = ACTIONS(1536), + [anon_sym_GT] = ACTIONS(1536), + [anon_sym_BANG] = ACTIONS(1536), + [anon_sym_DQUOTE] = ACTIONS(1536), + [anon_sym_POUND] = ACTIONS(1536), + [anon_sym_DOLLAR] = ACTIONS(1536), + [anon_sym_PERCENT] = ACTIONS(1536), + [anon_sym_AMP] = ACTIONS(1536), + [anon_sym_SQUOTE] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_COMMA] = ACTIONS(1536), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_DOT] = ACTIONS(1536), + [anon_sym_SLASH] = ACTIONS(1536), + [anon_sym_COLON] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1536), + [anon_sym_EQ] = ACTIONS(1536), + [anon_sym_QMARK] = ACTIONS(1536), + [anon_sym_AT] = ACTIONS(1536), + [anon_sym_BSLASH] = ACTIONS(1536), + [anon_sym_CARET] = ACTIONS(1536), + [anon_sym__] = ACTIONS(1536), + [anon_sym_BQUOTE] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1536), + [anon_sym_PIPE] = ACTIONS(1536), + [anon_sym_RBRACE] = ACTIONS(1536), + [anon_sym_TILDE] = ACTIONS(1536), + [anon_sym_LPAREN] = ACTIONS(1536), + [anon_sym_RPAREN] = ACTIONS(1536), + [aux_sym__word_token1] = ACTIONS(1536), + [aux_sym__word_token2] = ACTIONS(1536), + [aux_sym__word_token3] = ACTIONS(1536), + [sym__whitespace] = ACTIONS(1536), + [sym__soft_line_ending] = ACTIONS(1536), + [sym__block_quote_start] = ACTIONS(1536), + [sym__indented_chunk_start] = ACTIONS(1536), + [sym_atx_h1_marker] = ACTIONS(1536), + [sym_atx_h2_marker] = ACTIONS(1536), + [sym_atx_h3_marker] = ACTIONS(1536), + [sym_atx_h4_marker] = ACTIONS(1536), + [sym_atx_h5_marker] = ACTIONS(1536), + [sym_atx_h6_marker] = ACTIONS(1536), + [sym__thematic_break] = ACTIONS(1536), + [sym__list_marker_minus] = ACTIONS(1536), + [sym__list_marker_plus] = ACTIONS(1536), + [sym__list_marker_star] = ACTIONS(1536), + [sym__list_marker_parenthesis] = ACTIONS(1536), + [sym__list_marker_dot] = ACTIONS(1536), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1536), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1536), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1536), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1536), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1536), + [sym__fenced_code_block_start_backtick] = ACTIONS(1536), + [sym__fenced_code_block_start_tilde] = ACTIONS(1536), + [sym__blank_line_start] = ACTIONS(1536), + [sym__html_block_1_start] = ACTIONS(1536), + [sym__html_block_2_start] = ACTIONS(1536), + [sym__html_block_3_start] = ACTIONS(1536), + [sym__html_block_4_start] = ACTIONS(1536), + [sym__html_block_5_start] = ACTIONS(1536), + [sym__html_block_6_start] = ACTIONS(1536), + [sym__html_block_7_start] = ACTIONS(1536), + [sym__pipe_table_start] = ACTIONS(1536), + }, + [226] = { + [anon_sym_LBRACK] = ACTIONS(1666), + [anon_sym_RBRACK] = ACTIONS(1668), + [anon_sym_LT] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_BANG] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [anon_sym_POUND] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_PERCENT] = ACTIONS(1668), + [anon_sym_AMP] = ACTIONS(1668), + [anon_sym_SQUOTE] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_COMMA] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_COLON] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [anon_sym_EQ] = ACTIONS(1668), + [anon_sym_QMARK] = ACTIONS(1668), + [anon_sym_AT] = ACTIONS(1668), + [anon_sym_BSLASH] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), + [anon_sym__] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_TILDE] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [aux_sym__word_token1] = ACTIONS(1668), + [aux_sym__word_token2] = ACTIONS(1668), + [aux_sym__word_token3] = ACTIONS(1668), + [sym__whitespace] = ACTIONS(1668), + [sym__soft_line_ending] = ACTIONS(1668), + [sym__block_close] = ACTIONS(1668), + [sym__block_quote_start] = ACTIONS(1668), + [sym__indented_chunk_start] = ACTIONS(1668), + [sym_atx_h1_marker] = ACTIONS(1668), + [sym_atx_h2_marker] = ACTIONS(1668), + [sym_atx_h3_marker] = ACTIONS(1668), + [sym_atx_h4_marker] = ACTIONS(1668), + [sym_atx_h5_marker] = ACTIONS(1668), + [sym_atx_h6_marker] = ACTIONS(1668), + [sym__thematic_break] = ACTIONS(1668), + [sym__list_marker_minus] = ACTIONS(1668), + [sym__list_marker_plus] = ACTIONS(1668), + [sym__list_marker_star] = ACTIONS(1668), + [sym__list_marker_parenthesis] = ACTIONS(1668), + [sym__list_marker_dot] = ACTIONS(1668), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1668), + [sym__fenced_code_block_start_backtick] = ACTIONS(1668), + [sym__fenced_code_block_start_tilde] = ACTIONS(1668), + [sym__blank_line_start] = ACTIONS(1668), + [sym__html_block_1_start] = ACTIONS(1668), + [sym__html_block_2_start] = ACTIONS(1668), + [sym__html_block_3_start] = ACTIONS(1668), + [sym__html_block_4_start] = ACTIONS(1668), + [sym__html_block_5_start] = ACTIONS(1668), + [sym__html_block_6_start] = ACTIONS(1668), + [sym__html_block_7_start] = ACTIONS(1668), + [sym__pipe_table_start] = ACTIONS(1668), + }, + [227] = { + [ts_builtin_sym_end] = ACTIONS(1290), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_RBRACK] = ACTIONS(1290), + [anon_sym_LT] = ACTIONS(1290), + [anon_sym_GT] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [anon_sym_POUND] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1290), + [anon_sym_PERCENT] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_COMMA] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_DOT] = ACTIONS(1290), + [anon_sym_SLASH] = ACTIONS(1290), + [anon_sym_COLON] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym_EQ] = ACTIONS(1290), + [anon_sym_QMARK] = ACTIONS(1290), + [anon_sym_AT] = ACTIONS(1290), + [anon_sym_BSLASH] = ACTIONS(1290), + [anon_sym_CARET] = ACTIONS(1290), + [anon_sym__] = ACTIONS(1290), + [anon_sym_BQUOTE] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_PIPE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_LPAREN] = ACTIONS(1290), + [anon_sym_RPAREN] = ACTIONS(1290), + [aux_sym__word_token1] = ACTIONS(1290), + [aux_sym__word_token2] = ACTIONS(1290), + [aux_sym__word_token3] = ACTIONS(1290), + [sym__whitespace] = ACTIONS(1290), + [sym__soft_line_ending] = ACTIONS(1290), + [sym__block_quote_start] = ACTIONS(1290), + [sym__indented_chunk_start] = ACTIONS(1290), + [sym_atx_h1_marker] = ACTIONS(1290), + [sym_atx_h2_marker] = ACTIONS(1290), + [sym_atx_h3_marker] = ACTIONS(1290), + [sym_atx_h4_marker] = ACTIONS(1290), + [sym_atx_h5_marker] = ACTIONS(1290), + [sym_atx_h6_marker] = ACTIONS(1290), + [sym__thematic_break] = ACTIONS(1290), + [sym__list_marker_minus] = ACTIONS(1290), + [sym__list_marker_plus] = ACTIONS(1290), + [sym__list_marker_star] = ACTIONS(1290), + [sym__list_marker_parenthesis] = ACTIONS(1290), + [sym__list_marker_dot] = ACTIONS(1290), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1290), + [sym__fenced_code_block_start_backtick] = ACTIONS(1290), + [sym__fenced_code_block_start_tilde] = ACTIONS(1290), + [sym__blank_line_start] = ACTIONS(1290), + [sym__html_block_1_start] = ACTIONS(1290), + [sym__html_block_2_start] = ACTIONS(1290), + [sym__html_block_3_start] = ACTIONS(1290), + [sym__html_block_4_start] = ACTIONS(1290), + [sym__html_block_5_start] = ACTIONS(1290), + [sym__html_block_6_start] = ACTIONS(1290), + [sym__html_block_7_start] = ACTIONS(1290), + [sym__pipe_table_start] = ACTIONS(1290), + }, + [228] = { + [anon_sym_LBRACK] = ACTIONS(1670), + [anon_sym_RBRACK] = ACTIONS(1672), + [anon_sym_LT] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_BANG] = ACTIONS(1672), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_POUND] = ACTIONS(1672), + [anon_sym_DOLLAR] = ACTIONS(1672), + [anon_sym_PERCENT] = ACTIONS(1672), + [anon_sym_AMP] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [anon_sym_STAR] = ACTIONS(1672), + [anon_sym_PLUS] = ACTIONS(1672), + [anon_sym_COMMA] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1672), + [anon_sym_DOT] = ACTIONS(1672), + [anon_sym_SLASH] = ACTIONS(1672), + [anon_sym_COLON] = ACTIONS(1672), + [anon_sym_SEMI] = ACTIONS(1672), + [anon_sym_EQ] = ACTIONS(1672), + [anon_sym_QMARK] = ACTIONS(1672), + [anon_sym_AT] = ACTIONS(1672), + [anon_sym_BSLASH] = ACTIONS(1672), + [anon_sym_CARET] = ACTIONS(1672), + [anon_sym__] = ACTIONS(1672), + [anon_sym_BQUOTE] = ACTIONS(1672), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_PIPE] = ACTIONS(1672), + [anon_sym_RBRACE] = ACTIONS(1672), + [anon_sym_TILDE] = ACTIONS(1672), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_RPAREN] = ACTIONS(1672), + [aux_sym__word_token1] = ACTIONS(1672), + [aux_sym__word_token2] = ACTIONS(1672), + [aux_sym__word_token3] = ACTIONS(1672), + [sym__whitespace] = ACTIONS(1672), + [sym__soft_line_ending] = ACTIONS(1672), + [sym__block_close] = ACTIONS(1672), + [sym__block_quote_start] = ACTIONS(1672), + [sym__indented_chunk_start] = ACTIONS(1672), + [sym_atx_h1_marker] = ACTIONS(1672), + [sym_atx_h2_marker] = ACTIONS(1672), + [sym_atx_h3_marker] = ACTIONS(1672), + [sym_atx_h4_marker] = ACTIONS(1672), + [sym_atx_h5_marker] = ACTIONS(1672), + [sym_atx_h6_marker] = ACTIONS(1672), + [sym__thematic_break] = ACTIONS(1672), + [sym__list_marker_minus] = ACTIONS(1672), + [sym__list_marker_plus] = ACTIONS(1672), + [sym__list_marker_star] = ACTIONS(1672), + [sym__list_marker_parenthesis] = ACTIONS(1672), + [sym__list_marker_dot] = ACTIONS(1672), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1672), + [sym__fenced_code_block_start_backtick] = ACTIONS(1672), + [sym__fenced_code_block_start_tilde] = ACTIONS(1672), + [sym__blank_line_start] = ACTIONS(1672), + [sym__html_block_1_start] = ACTIONS(1672), + [sym__html_block_2_start] = ACTIONS(1672), + [sym__html_block_3_start] = ACTIONS(1672), + [sym__html_block_4_start] = ACTIONS(1672), + [sym__html_block_5_start] = ACTIONS(1672), + [sym__html_block_6_start] = ACTIONS(1672), + [sym__html_block_7_start] = ACTIONS(1672), + [sym__pipe_table_start] = ACTIONS(1672), + }, + [229] = { + [ts_builtin_sym_end] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1666), + [anon_sym_RBRACK] = ACTIONS(1668), + [anon_sym_LT] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_BANG] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [anon_sym_POUND] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_PERCENT] = ACTIONS(1668), + [anon_sym_AMP] = ACTIONS(1668), + [anon_sym_SQUOTE] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_COMMA] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_COLON] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [anon_sym_EQ] = ACTIONS(1668), + [anon_sym_QMARK] = ACTIONS(1668), + [anon_sym_AT] = ACTIONS(1668), + [anon_sym_BSLASH] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), + [anon_sym__] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_TILDE] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [aux_sym__word_token1] = ACTIONS(1668), + [aux_sym__word_token2] = ACTIONS(1668), + [aux_sym__word_token3] = ACTIONS(1668), + [sym__whitespace] = ACTIONS(1668), + [sym__soft_line_ending] = ACTIONS(1668), + [sym__block_quote_start] = ACTIONS(1668), + [sym__indented_chunk_start] = ACTIONS(1668), + [sym_atx_h1_marker] = ACTIONS(1668), + [sym_atx_h2_marker] = ACTIONS(1668), + [sym_atx_h3_marker] = ACTIONS(1668), + [sym_atx_h4_marker] = ACTIONS(1668), + [sym_atx_h5_marker] = ACTIONS(1668), + [sym_atx_h6_marker] = ACTIONS(1668), + [sym__thematic_break] = ACTIONS(1668), + [sym__list_marker_minus] = ACTIONS(1668), + [sym__list_marker_plus] = ACTIONS(1668), + [sym__list_marker_star] = ACTIONS(1668), + [sym__list_marker_parenthesis] = ACTIONS(1668), + [sym__list_marker_dot] = ACTIONS(1668), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1668), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1668), + [sym__fenced_code_block_start_backtick] = ACTIONS(1668), + [sym__fenced_code_block_start_tilde] = ACTIONS(1668), + [sym__blank_line_start] = ACTIONS(1668), + [sym__html_block_1_start] = ACTIONS(1668), + [sym__html_block_2_start] = ACTIONS(1668), + [sym__html_block_3_start] = ACTIONS(1668), + [sym__html_block_4_start] = ACTIONS(1668), + [sym__html_block_5_start] = ACTIONS(1668), + [sym__html_block_6_start] = ACTIONS(1668), + [sym__html_block_7_start] = ACTIONS(1668), + [sym__pipe_table_start] = ACTIONS(1668), + }, + [230] = { + [anon_sym_LBRACK] = ACTIONS(1674), + [anon_sym_RBRACK] = ACTIONS(1676), + [anon_sym_LT] = ACTIONS(1676), + [anon_sym_GT] = ACTIONS(1676), + [anon_sym_BANG] = ACTIONS(1676), + [anon_sym_DQUOTE] = ACTIONS(1676), + [anon_sym_POUND] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_PERCENT] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), + [anon_sym_SQUOTE] = ACTIONS(1676), + [anon_sym_STAR] = ACTIONS(1676), + [anon_sym_PLUS] = ACTIONS(1676), + [anon_sym_COMMA] = ACTIONS(1676), + [anon_sym_DASH] = ACTIONS(1676), + [anon_sym_DOT] = ACTIONS(1676), + [anon_sym_SLASH] = ACTIONS(1676), + [anon_sym_COLON] = ACTIONS(1676), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_EQ] = ACTIONS(1676), + [anon_sym_QMARK] = ACTIONS(1676), + [anon_sym_AT] = ACTIONS(1676), + [anon_sym_BSLASH] = ACTIONS(1676), + [anon_sym_CARET] = ACTIONS(1676), + [anon_sym__] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [anon_sym_LBRACE] = ACTIONS(1676), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_RBRACE] = ACTIONS(1676), + [anon_sym_TILDE] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1676), + [anon_sym_RPAREN] = ACTIONS(1676), + [aux_sym__word_token1] = ACTIONS(1676), + [aux_sym__word_token2] = ACTIONS(1676), + [aux_sym__word_token3] = ACTIONS(1676), + [sym__whitespace] = ACTIONS(1676), + [sym__soft_line_ending] = ACTIONS(1676), + [sym__block_close] = ACTIONS(1676), + [sym__block_quote_start] = ACTIONS(1676), + [sym__indented_chunk_start] = ACTIONS(1676), + [sym_atx_h1_marker] = ACTIONS(1676), + [sym_atx_h2_marker] = ACTIONS(1676), + [sym_atx_h3_marker] = ACTIONS(1676), + [sym_atx_h4_marker] = ACTIONS(1676), + [sym_atx_h5_marker] = ACTIONS(1676), + [sym_atx_h6_marker] = ACTIONS(1676), + [sym__thematic_break] = ACTIONS(1676), + [sym__list_marker_minus] = ACTIONS(1676), + [sym__list_marker_plus] = ACTIONS(1676), + [sym__list_marker_star] = ACTIONS(1676), + [sym__list_marker_parenthesis] = ACTIONS(1676), + [sym__list_marker_dot] = ACTIONS(1676), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1676), + [sym__fenced_code_block_start_backtick] = ACTIONS(1676), + [sym__fenced_code_block_start_tilde] = ACTIONS(1676), + [sym__blank_line_start] = ACTIONS(1676), + [sym__html_block_1_start] = ACTIONS(1676), + [sym__html_block_2_start] = ACTIONS(1676), + [sym__html_block_3_start] = ACTIONS(1676), + [sym__html_block_4_start] = ACTIONS(1676), + [sym__html_block_5_start] = ACTIONS(1676), + [sym__html_block_6_start] = ACTIONS(1676), + [sym__html_block_7_start] = ACTIONS(1676), + [sym__pipe_table_start] = ACTIONS(1676), + }, + [231] = { + [ts_builtin_sym_end] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(1374), + [anon_sym_LT] = ACTIONS(1374), + [anon_sym_GT] = ACTIONS(1374), + [anon_sym_BANG] = ACTIONS(1374), + [anon_sym_DQUOTE] = ACTIONS(1374), + [anon_sym_POUND] = ACTIONS(1374), + [anon_sym_DOLLAR] = ACTIONS(1374), + [anon_sym_PERCENT] = ACTIONS(1374), + [anon_sym_AMP] = ACTIONS(1374), + [anon_sym_SQUOTE] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_COMMA] = ACTIONS(1374), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_DOT] = ACTIONS(1374), + [anon_sym_SLASH] = ACTIONS(1374), + [anon_sym_COLON] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1374), + [anon_sym_EQ] = ACTIONS(1374), + [anon_sym_QMARK] = ACTIONS(1374), + [anon_sym_AT] = ACTIONS(1374), + [anon_sym_BSLASH] = ACTIONS(1374), + [anon_sym_CARET] = ACTIONS(1374), + [anon_sym__] = ACTIONS(1374), + [anon_sym_BQUOTE] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_PIPE] = ACTIONS(1374), + [anon_sym_RBRACE] = ACTIONS(1374), + [anon_sym_TILDE] = ACTIONS(1374), + [anon_sym_LPAREN] = ACTIONS(1374), + [anon_sym_RPAREN] = ACTIONS(1374), + [aux_sym__word_token1] = ACTIONS(1374), + [aux_sym__word_token2] = ACTIONS(1374), + [aux_sym__word_token3] = ACTIONS(1374), + [sym__whitespace] = ACTIONS(1374), + [sym__soft_line_ending] = ACTIONS(1374), + [sym__block_quote_start] = ACTIONS(1374), + [sym__indented_chunk_start] = ACTIONS(1374), + [sym_atx_h1_marker] = ACTIONS(1374), + [sym_atx_h2_marker] = ACTIONS(1374), + [sym_atx_h3_marker] = ACTIONS(1374), + [sym_atx_h4_marker] = ACTIONS(1374), + [sym_atx_h5_marker] = ACTIONS(1374), + [sym_atx_h6_marker] = ACTIONS(1374), + [sym__thematic_break] = ACTIONS(1374), + [sym__list_marker_minus] = ACTIONS(1374), + [sym__list_marker_plus] = ACTIONS(1374), + [sym__list_marker_star] = ACTIONS(1374), + [sym__list_marker_parenthesis] = ACTIONS(1374), + [sym__list_marker_dot] = ACTIONS(1374), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1374), + [sym__fenced_code_block_start_backtick] = ACTIONS(1374), + [sym__fenced_code_block_start_tilde] = ACTIONS(1374), + [sym__blank_line_start] = ACTIONS(1374), + [sym__html_block_1_start] = ACTIONS(1374), + [sym__html_block_2_start] = ACTIONS(1374), + [sym__html_block_3_start] = ACTIONS(1374), + [sym__html_block_4_start] = ACTIONS(1374), + [sym__html_block_5_start] = ACTIONS(1374), + [sym__html_block_6_start] = ACTIONS(1374), + [sym__html_block_7_start] = ACTIONS(1374), + [sym__pipe_table_start] = ACTIONS(1374), + }, + [232] = { + [anon_sym_LBRACK] = ACTIONS(1678), + [anon_sym_RBRACK] = ACTIONS(1680), + [anon_sym_LT] = ACTIONS(1680), + [anon_sym_GT] = ACTIONS(1680), + [anon_sym_BANG] = ACTIONS(1680), + [anon_sym_DQUOTE] = ACTIONS(1680), + [anon_sym_POUND] = ACTIONS(1680), + [anon_sym_DOLLAR] = ACTIONS(1680), + [anon_sym_PERCENT] = ACTIONS(1680), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_SQUOTE] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1680), + [anon_sym_PLUS] = ACTIONS(1680), + [anon_sym_COMMA] = ACTIONS(1680), + [anon_sym_DASH] = ACTIONS(1680), + [anon_sym_DOT] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1680), + [anon_sym_COLON] = ACTIONS(1680), + [anon_sym_SEMI] = ACTIONS(1680), + [anon_sym_EQ] = ACTIONS(1680), + [anon_sym_QMARK] = ACTIONS(1680), + [anon_sym_AT] = ACTIONS(1680), + [anon_sym_BSLASH] = ACTIONS(1680), + [anon_sym_CARET] = ACTIONS(1680), + [anon_sym__] = ACTIONS(1680), + [anon_sym_BQUOTE] = ACTIONS(1680), + [anon_sym_LBRACE] = ACTIONS(1680), + [anon_sym_PIPE] = ACTIONS(1680), + [anon_sym_RBRACE] = ACTIONS(1680), + [anon_sym_TILDE] = ACTIONS(1680), + [anon_sym_LPAREN] = ACTIONS(1680), + [anon_sym_RPAREN] = ACTIONS(1680), + [aux_sym__word_token1] = ACTIONS(1680), + [aux_sym__word_token2] = ACTIONS(1680), + [aux_sym__word_token3] = ACTIONS(1680), + [sym__whitespace] = ACTIONS(1680), + [sym__soft_line_ending] = ACTIONS(1680), + [sym__block_close] = ACTIONS(1680), + [sym__block_quote_start] = ACTIONS(1680), + [sym__indented_chunk_start] = ACTIONS(1680), + [sym_atx_h1_marker] = ACTIONS(1680), + [sym_atx_h2_marker] = ACTIONS(1680), + [sym_atx_h3_marker] = ACTIONS(1680), + [sym_atx_h4_marker] = ACTIONS(1680), + [sym_atx_h5_marker] = ACTIONS(1680), + [sym_atx_h6_marker] = ACTIONS(1680), + [sym__thematic_break] = ACTIONS(1680), + [sym__list_marker_minus] = ACTIONS(1680), + [sym__list_marker_plus] = ACTIONS(1680), + [sym__list_marker_star] = ACTIONS(1680), + [sym__list_marker_parenthesis] = ACTIONS(1680), + [sym__list_marker_dot] = ACTIONS(1680), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1680), + [sym__fenced_code_block_start_backtick] = ACTIONS(1680), + [sym__fenced_code_block_start_tilde] = ACTIONS(1680), + [sym__blank_line_start] = ACTIONS(1680), + [sym__html_block_1_start] = ACTIONS(1680), + [sym__html_block_2_start] = ACTIONS(1680), + [sym__html_block_3_start] = ACTIONS(1680), + [sym__html_block_4_start] = ACTIONS(1680), + [sym__html_block_5_start] = ACTIONS(1680), + [sym__html_block_6_start] = ACTIONS(1680), + [sym__html_block_7_start] = ACTIONS(1680), + [sym__pipe_table_start] = ACTIONS(1680), + }, + [233] = { + [ts_builtin_sym_end] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_RBRACK] = ACTIONS(1600), + [anon_sym_LT] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_BANG] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_PERCENT] = ACTIONS(1600), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_COLON] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_EQ] = ACTIONS(1600), + [anon_sym_QMARK] = ACTIONS(1600), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_BSLASH] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym__] = ACTIONS(1600), + [anon_sym_BQUOTE] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), + [aux_sym__word_token1] = ACTIONS(1600), + [aux_sym__word_token2] = ACTIONS(1600), + [aux_sym__word_token3] = ACTIONS(1600), + [sym__whitespace] = ACTIONS(1600), + [sym__soft_line_ending] = ACTIONS(1600), + [sym__block_quote_start] = ACTIONS(1600), + [sym__indented_chunk_start] = ACTIONS(1600), + [sym_atx_h1_marker] = ACTIONS(1600), + [sym_atx_h2_marker] = ACTIONS(1600), + [sym_atx_h3_marker] = ACTIONS(1600), + [sym_atx_h4_marker] = ACTIONS(1600), + [sym_atx_h5_marker] = ACTIONS(1600), + [sym_atx_h6_marker] = ACTIONS(1600), + [sym__thematic_break] = ACTIONS(1600), + [sym__list_marker_minus] = ACTIONS(1600), + [sym__list_marker_plus] = ACTIONS(1600), + [sym__list_marker_star] = ACTIONS(1600), + [sym__list_marker_parenthesis] = ACTIONS(1600), + [sym__list_marker_dot] = ACTIONS(1600), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1600), + [sym__fenced_code_block_start_backtick] = ACTIONS(1600), + [sym__fenced_code_block_start_tilde] = ACTIONS(1600), + [sym__blank_line_start] = ACTIONS(1600), + [sym__html_block_1_start] = ACTIONS(1600), + [sym__html_block_2_start] = ACTIONS(1600), + [sym__html_block_3_start] = ACTIONS(1600), + [sym__html_block_4_start] = ACTIONS(1600), + [sym__html_block_5_start] = ACTIONS(1600), + [sym__html_block_6_start] = ACTIONS(1600), + [sym__html_block_7_start] = ACTIONS(1600), + [sym__pipe_table_start] = ACTIONS(1600), + }, + [234] = { + [anon_sym_LBRACK] = ACTIONS(1682), + [anon_sym_RBRACK] = ACTIONS(1684), + [anon_sym_LT] = ACTIONS(1684), + [anon_sym_GT] = ACTIONS(1684), + [anon_sym_BANG] = ACTIONS(1684), + [anon_sym_DQUOTE] = ACTIONS(1684), + [anon_sym_POUND] = ACTIONS(1684), + [anon_sym_DOLLAR] = ACTIONS(1684), + [anon_sym_PERCENT] = ACTIONS(1684), + [anon_sym_AMP] = ACTIONS(1684), + [anon_sym_SQUOTE] = ACTIONS(1684), + [anon_sym_STAR] = ACTIONS(1684), + [anon_sym_PLUS] = ACTIONS(1684), + [anon_sym_COMMA] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1684), + [anon_sym_DOT] = ACTIONS(1684), + [anon_sym_SLASH] = ACTIONS(1684), + [anon_sym_COLON] = ACTIONS(1684), + [anon_sym_SEMI] = ACTIONS(1684), + [anon_sym_EQ] = ACTIONS(1684), + [anon_sym_QMARK] = ACTIONS(1684), + [anon_sym_AT] = ACTIONS(1684), + [anon_sym_BSLASH] = ACTIONS(1684), + [anon_sym_CARET] = ACTIONS(1684), + [anon_sym__] = ACTIONS(1684), + [anon_sym_BQUOTE] = ACTIONS(1684), + [anon_sym_LBRACE] = ACTIONS(1684), + [anon_sym_PIPE] = ACTIONS(1684), + [anon_sym_RBRACE] = ACTIONS(1684), + [anon_sym_TILDE] = ACTIONS(1684), + [anon_sym_LPAREN] = ACTIONS(1684), + [anon_sym_RPAREN] = ACTIONS(1684), + [aux_sym__word_token1] = ACTIONS(1684), + [aux_sym__word_token2] = ACTIONS(1684), + [aux_sym__word_token3] = ACTIONS(1684), + [sym__whitespace] = ACTIONS(1684), + [sym__soft_line_ending] = ACTIONS(1684), + [sym__block_close] = ACTIONS(1684), + [sym__block_quote_start] = ACTIONS(1684), + [sym__indented_chunk_start] = ACTIONS(1684), + [sym_atx_h1_marker] = ACTIONS(1684), + [sym_atx_h2_marker] = ACTIONS(1684), + [sym_atx_h3_marker] = ACTIONS(1684), + [sym_atx_h4_marker] = ACTIONS(1684), + [sym_atx_h5_marker] = ACTIONS(1684), + [sym_atx_h6_marker] = ACTIONS(1684), + [sym__thematic_break] = ACTIONS(1684), + [sym__list_marker_minus] = ACTIONS(1684), + [sym__list_marker_plus] = ACTIONS(1684), + [sym__list_marker_star] = ACTIONS(1684), + [sym__list_marker_parenthesis] = ACTIONS(1684), + [sym__list_marker_dot] = ACTIONS(1684), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1684), + [sym__fenced_code_block_start_backtick] = ACTIONS(1684), + [sym__fenced_code_block_start_tilde] = ACTIONS(1684), + [sym__blank_line_start] = ACTIONS(1684), + [sym__html_block_1_start] = ACTIONS(1684), + [sym__html_block_2_start] = ACTIONS(1684), + [sym__html_block_3_start] = ACTIONS(1684), + [sym__html_block_4_start] = ACTIONS(1684), + [sym__html_block_5_start] = ACTIONS(1684), + [sym__html_block_6_start] = ACTIONS(1684), + [sym__html_block_7_start] = ACTIONS(1684), + [sym__pipe_table_start] = ACTIONS(1684), + }, + [235] = { + [ts_builtin_sym_end] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1378), + [anon_sym_RBRACK] = ACTIONS(1380), + [anon_sym_LT] = ACTIONS(1380), + [anon_sym_GT] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [anon_sym_POUND] = ACTIONS(1380), + [anon_sym_DOLLAR] = ACTIONS(1380), + [anon_sym_PERCENT] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_PLUS] = ACTIONS(1380), + [anon_sym_COMMA] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1380), + [anon_sym_DOT] = ACTIONS(1380), + [anon_sym_SLASH] = ACTIONS(1380), + [anon_sym_COLON] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1380), + [anon_sym_QMARK] = ACTIONS(1380), + [anon_sym_AT] = ACTIONS(1380), + [anon_sym_BSLASH] = ACTIONS(1380), + [anon_sym_CARET] = ACTIONS(1380), + [anon_sym__] = ACTIONS(1380), + [anon_sym_BQUOTE] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_LPAREN] = ACTIONS(1380), + [anon_sym_RPAREN] = ACTIONS(1380), + [aux_sym__word_token1] = ACTIONS(1380), + [aux_sym__word_token2] = ACTIONS(1380), + [aux_sym__word_token3] = ACTIONS(1380), + [sym__whitespace] = ACTIONS(1380), + [sym__soft_line_ending] = ACTIONS(1380), + [sym__block_quote_start] = ACTIONS(1380), + [sym__indented_chunk_start] = ACTIONS(1380), + [sym_atx_h1_marker] = ACTIONS(1380), + [sym_atx_h2_marker] = ACTIONS(1380), + [sym_atx_h3_marker] = ACTIONS(1380), + [sym_atx_h4_marker] = ACTIONS(1380), + [sym_atx_h5_marker] = ACTIONS(1380), + [sym_atx_h6_marker] = ACTIONS(1380), + [sym__thematic_break] = ACTIONS(1380), + [sym__list_marker_minus] = ACTIONS(1380), + [sym__list_marker_plus] = ACTIONS(1380), + [sym__list_marker_star] = ACTIONS(1380), + [sym__list_marker_parenthesis] = ACTIONS(1380), + [sym__list_marker_dot] = ACTIONS(1380), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1380), + [sym__fenced_code_block_start_backtick] = ACTIONS(1380), + [sym__fenced_code_block_start_tilde] = ACTIONS(1380), + [sym__blank_line_start] = ACTIONS(1380), + [sym__html_block_1_start] = ACTIONS(1380), + [sym__html_block_2_start] = ACTIONS(1380), + [sym__html_block_3_start] = ACTIONS(1380), + [sym__html_block_4_start] = ACTIONS(1380), + [sym__html_block_5_start] = ACTIONS(1380), + [sym__html_block_6_start] = ACTIONS(1380), + [sym__html_block_7_start] = ACTIONS(1380), + [sym__pipe_table_start] = ACTIONS(1380), + }, + [236] = { + [ts_builtin_sym_end] = ACTIONS(1672), + [anon_sym_LBRACK] = ACTIONS(1670), + [anon_sym_RBRACK] = ACTIONS(1672), + [anon_sym_LT] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_BANG] = ACTIONS(1672), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_POUND] = ACTIONS(1672), + [anon_sym_DOLLAR] = ACTIONS(1672), + [anon_sym_PERCENT] = ACTIONS(1672), + [anon_sym_AMP] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [anon_sym_STAR] = ACTIONS(1672), + [anon_sym_PLUS] = ACTIONS(1672), + [anon_sym_COMMA] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1672), + [anon_sym_DOT] = ACTIONS(1672), + [anon_sym_SLASH] = ACTIONS(1672), + [anon_sym_COLON] = ACTIONS(1672), + [anon_sym_SEMI] = ACTIONS(1672), + [anon_sym_EQ] = ACTIONS(1672), + [anon_sym_QMARK] = ACTIONS(1672), + [anon_sym_AT] = ACTIONS(1672), + [anon_sym_BSLASH] = ACTIONS(1672), + [anon_sym_CARET] = ACTIONS(1672), + [anon_sym__] = ACTIONS(1672), + [anon_sym_BQUOTE] = ACTIONS(1672), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_PIPE] = ACTIONS(1672), + [anon_sym_RBRACE] = ACTIONS(1672), + [anon_sym_TILDE] = ACTIONS(1672), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_RPAREN] = ACTIONS(1672), + [aux_sym__word_token1] = ACTIONS(1672), + [aux_sym__word_token2] = ACTIONS(1672), + [aux_sym__word_token3] = ACTIONS(1672), + [sym__whitespace] = ACTIONS(1672), + [sym__soft_line_ending] = ACTIONS(1672), + [sym__block_quote_start] = ACTIONS(1672), + [sym__indented_chunk_start] = ACTIONS(1672), + [sym_atx_h1_marker] = ACTIONS(1672), + [sym_atx_h2_marker] = ACTIONS(1672), + [sym_atx_h3_marker] = ACTIONS(1672), + [sym_atx_h4_marker] = ACTIONS(1672), + [sym_atx_h5_marker] = ACTIONS(1672), + [sym_atx_h6_marker] = ACTIONS(1672), + [sym__thematic_break] = ACTIONS(1672), + [sym__list_marker_minus] = ACTIONS(1672), + [sym__list_marker_plus] = ACTIONS(1672), + [sym__list_marker_star] = ACTIONS(1672), + [sym__list_marker_parenthesis] = ACTIONS(1672), + [sym__list_marker_dot] = ACTIONS(1672), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1672), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1672), + [sym__fenced_code_block_start_backtick] = ACTIONS(1672), + [sym__fenced_code_block_start_tilde] = ACTIONS(1672), + [sym__blank_line_start] = ACTIONS(1672), + [sym__html_block_1_start] = ACTIONS(1672), + [sym__html_block_2_start] = ACTIONS(1672), + [sym__html_block_3_start] = ACTIONS(1672), + [sym__html_block_4_start] = ACTIONS(1672), + [sym__html_block_5_start] = ACTIONS(1672), + [sym__html_block_6_start] = ACTIONS(1672), + [sym__html_block_7_start] = ACTIONS(1672), + [sym__pipe_table_start] = ACTIONS(1672), + }, + [237] = { + [ts_builtin_sym_end] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_RBRACK] = ACTIONS(1600), + [anon_sym_LT] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_BANG] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_PERCENT] = ACTIONS(1600), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_COLON] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_EQ] = ACTIONS(1600), + [anon_sym_QMARK] = ACTIONS(1600), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_BSLASH] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym__] = ACTIONS(1600), + [anon_sym_BQUOTE] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), + [aux_sym__word_token1] = ACTIONS(1600), + [aux_sym__word_token2] = ACTIONS(1600), + [aux_sym__word_token3] = ACTIONS(1600), + [sym__whitespace] = ACTIONS(1600), + [sym__soft_line_ending] = ACTIONS(1600), + [sym__block_quote_start] = ACTIONS(1600), + [sym__indented_chunk_start] = ACTIONS(1600), + [sym_atx_h1_marker] = ACTIONS(1600), + [sym_atx_h2_marker] = ACTIONS(1600), + [sym_atx_h3_marker] = ACTIONS(1600), + [sym_atx_h4_marker] = ACTIONS(1600), + [sym_atx_h5_marker] = ACTIONS(1600), + [sym_atx_h6_marker] = ACTIONS(1600), + [sym__thematic_break] = ACTIONS(1600), + [sym__list_marker_minus] = ACTIONS(1600), + [sym__list_marker_plus] = ACTIONS(1600), + [sym__list_marker_star] = ACTIONS(1600), + [sym__list_marker_parenthesis] = ACTIONS(1600), + [sym__list_marker_dot] = ACTIONS(1600), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1600), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1600), + [sym__fenced_code_block_start_backtick] = ACTIONS(1600), + [sym__fenced_code_block_start_tilde] = ACTIONS(1600), + [sym__blank_line_start] = ACTIONS(1600), + [sym__html_block_1_start] = ACTIONS(1600), + [sym__html_block_2_start] = ACTIONS(1600), + [sym__html_block_3_start] = ACTIONS(1600), + [sym__html_block_4_start] = ACTIONS(1600), + [sym__html_block_5_start] = ACTIONS(1600), + [sym__html_block_6_start] = ACTIONS(1600), + [sym__html_block_7_start] = ACTIONS(1600), + [sym__pipe_table_start] = ACTIONS(1600), + }, + [238] = { + [ts_builtin_sym_end] = ACTIONS(1676), + [anon_sym_LBRACK] = ACTIONS(1674), + [anon_sym_RBRACK] = ACTIONS(1676), + [anon_sym_LT] = ACTIONS(1676), + [anon_sym_GT] = ACTIONS(1676), + [anon_sym_BANG] = ACTIONS(1676), + [anon_sym_DQUOTE] = ACTIONS(1676), + [anon_sym_POUND] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_PERCENT] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), + [anon_sym_SQUOTE] = ACTIONS(1676), + [anon_sym_STAR] = ACTIONS(1676), + [anon_sym_PLUS] = ACTIONS(1676), + [anon_sym_COMMA] = ACTIONS(1676), + [anon_sym_DASH] = ACTIONS(1676), + [anon_sym_DOT] = ACTIONS(1676), + [anon_sym_SLASH] = ACTIONS(1676), + [anon_sym_COLON] = ACTIONS(1676), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_EQ] = ACTIONS(1676), + [anon_sym_QMARK] = ACTIONS(1676), + [anon_sym_AT] = ACTIONS(1676), + [anon_sym_BSLASH] = ACTIONS(1676), + [anon_sym_CARET] = ACTIONS(1676), + [anon_sym__] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [anon_sym_LBRACE] = ACTIONS(1676), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_RBRACE] = ACTIONS(1676), + [anon_sym_TILDE] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1676), + [anon_sym_RPAREN] = ACTIONS(1676), + [aux_sym__word_token1] = ACTIONS(1676), + [aux_sym__word_token2] = ACTIONS(1676), + [aux_sym__word_token3] = ACTIONS(1676), + [sym__whitespace] = ACTIONS(1676), + [sym__soft_line_ending] = ACTIONS(1676), + [sym__block_quote_start] = ACTIONS(1676), + [sym__indented_chunk_start] = ACTIONS(1676), + [sym_atx_h1_marker] = ACTIONS(1676), + [sym_atx_h2_marker] = ACTIONS(1676), + [sym_atx_h3_marker] = ACTIONS(1676), + [sym_atx_h4_marker] = ACTIONS(1676), + [sym_atx_h5_marker] = ACTIONS(1676), + [sym_atx_h6_marker] = ACTIONS(1676), + [sym__thematic_break] = ACTIONS(1676), + [sym__list_marker_minus] = ACTIONS(1676), + [sym__list_marker_plus] = ACTIONS(1676), + [sym__list_marker_star] = ACTIONS(1676), + [sym__list_marker_parenthesis] = ACTIONS(1676), + [sym__list_marker_dot] = ACTIONS(1676), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1676), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1676), + [sym__fenced_code_block_start_backtick] = ACTIONS(1676), + [sym__fenced_code_block_start_tilde] = ACTIONS(1676), + [sym__blank_line_start] = ACTIONS(1676), + [sym__html_block_1_start] = ACTIONS(1676), + [sym__html_block_2_start] = ACTIONS(1676), + [sym__html_block_3_start] = ACTIONS(1676), + [sym__html_block_4_start] = ACTIONS(1676), + [sym__html_block_5_start] = ACTIONS(1676), + [sym__html_block_6_start] = ACTIONS(1676), + [sym__html_block_7_start] = ACTIONS(1676), + [sym__pipe_table_start] = ACTIONS(1676), + }, + [239] = { + [anon_sym_LBRACK] = ACTIONS(1686), + [anon_sym_RBRACK] = ACTIONS(1688), + [anon_sym_LT] = ACTIONS(1688), + [anon_sym_GT] = ACTIONS(1688), + [anon_sym_BANG] = ACTIONS(1688), + [anon_sym_DQUOTE] = ACTIONS(1688), + [anon_sym_POUND] = ACTIONS(1688), + [anon_sym_DOLLAR] = ACTIONS(1688), + [anon_sym_PERCENT] = ACTIONS(1688), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_SQUOTE] = ACTIONS(1688), + [anon_sym_STAR] = ACTIONS(1688), + [anon_sym_PLUS] = ACTIONS(1688), + [anon_sym_COMMA] = ACTIONS(1688), + [anon_sym_DASH] = ACTIONS(1688), + [anon_sym_DOT] = ACTIONS(1688), + [anon_sym_SLASH] = ACTIONS(1688), + [anon_sym_COLON] = ACTIONS(1688), + [anon_sym_SEMI] = ACTIONS(1688), + [anon_sym_EQ] = ACTIONS(1688), + [anon_sym_QMARK] = ACTIONS(1688), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_BSLASH] = ACTIONS(1688), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym__] = ACTIONS(1688), + [anon_sym_BQUOTE] = ACTIONS(1688), + [anon_sym_LBRACE] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1688), + [anon_sym_RBRACE] = ACTIONS(1688), + [anon_sym_TILDE] = ACTIONS(1688), + [anon_sym_LPAREN] = ACTIONS(1688), + [anon_sym_RPAREN] = ACTIONS(1688), + [aux_sym__word_token1] = ACTIONS(1688), + [aux_sym__word_token2] = ACTIONS(1688), + [aux_sym__word_token3] = ACTIONS(1688), + [sym__whitespace] = ACTIONS(1688), + [sym__soft_line_ending] = ACTIONS(1688), + [sym_block_continuation] = ACTIONS(1688), + [sym__block_quote_start] = ACTIONS(1688), + [sym__indented_chunk_start] = ACTIONS(1688), + [sym_atx_h1_marker] = ACTIONS(1688), + [sym_atx_h2_marker] = ACTIONS(1688), + [sym_atx_h3_marker] = ACTIONS(1688), + [sym_atx_h4_marker] = ACTIONS(1688), + [sym_atx_h5_marker] = ACTIONS(1688), + [sym_atx_h6_marker] = ACTIONS(1688), + [sym__thematic_break] = ACTIONS(1688), + [sym__list_marker_minus] = ACTIONS(1688), + [sym__list_marker_plus] = ACTIONS(1688), + [sym__list_marker_star] = ACTIONS(1688), + [sym__list_marker_parenthesis] = ACTIONS(1688), + [sym__list_marker_dot] = ACTIONS(1688), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1688), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1688), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1688), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1688), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1688), + [sym__fenced_code_block_start_backtick] = ACTIONS(1688), + [sym__fenced_code_block_start_tilde] = ACTIONS(1688), + [sym__blank_line_start] = ACTIONS(1688), + [sym__html_block_1_start] = ACTIONS(1688), + [sym__html_block_2_start] = ACTIONS(1688), + [sym__html_block_3_start] = ACTIONS(1688), + [sym__html_block_4_start] = ACTIONS(1688), + [sym__html_block_5_start] = ACTIONS(1688), + [sym__html_block_6_start] = ACTIONS(1688), + [sym__html_block_7_start] = ACTIONS(1688), + [sym__pipe_table_start] = ACTIONS(1688), + }, + [240] = { + [ts_builtin_sym_end] = ACTIONS(1680), + [anon_sym_LBRACK] = ACTIONS(1678), + [anon_sym_RBRACK] = ACTIONS(1680), + [anon_sym_LT] = ACTIONS(1680), + [anon_sym_GT] = ACTIONS(1680), + [anon_sym_BANG] = ACTIONS(1680), + [anon_sym_DQUOTE] = ACTIONS(1680), + [anon_sym_POUND] = ACTIONS(1680), + [anon_sym_DOLLAR] = ACTIONS(1680), + [anon_sym_PERCENT] = ACTIONS(1680), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_SQUOTE] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1680), + [anon_sym_PLUS] = ACTIONS(1680), + [anon_sym_COMMA] = ACTIONS(1680), + [anon_sym_DASH] = ACTIONS(1680), + [anon_sym_DOT] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1680), + [anon_sym_COLON] = ACTIONS(1680), + [anon_sym_SEMI] = ACTIONS(1680), + [anon_sym_EQ] = ACTIONS(1680), + [anon_sym_QMARK] = ACTIONS(1680), + [anon_sym_AT] = ACTIONS(1680), + [anon_sym_BSLASH] = ACTIONS(1680), + [anon_sym_CARET] = ACTIONS(1680), + [anon_sym__] = ACTIONS(1680), + [anon_sym_BQUOTE] = ACTIONS(1680), + [anon_sym_LBRACE] = ACTIONS(1680), + [anon_sym_PIPE] = ACTIONS(1680), + [anon_sym_RBRACE] = ACTIONS(1680), + [anon_sym_TILDE] = ACTIONS(1680), + [anon_sym_LPAREN] = ACTIONS(1680), + [anon_sym_RPAREN] = ACTIONS(1680), + [aux_sym__word_token1] = ACTIONS(1680), + [aux_sym__word_token2] = ACTIONS(1680), + [aux_sym__word_token3] = ACTIONS(1680), + [sym__whitespace] = ACTIONS(1680), + [sym__soft_line_ending] = ACTIONS(1680), + [sym__block_quote_start] = ACTIONS(1680), + [sym__indented_chunk_start] = ACTIONS(1680), + [sym_atx_h1_marker] = ACTIONS(1680), + [sym_atx_h2_marker] = ACTIONS(1680), + [sym_atx_h3_marker] = ACTIONS(1680), + [sym_atx_h4_marker] = ACTIONS(1680), + [sym_atx_h5_marker] = ACTIONS(1680), + [sym_atx_h6_marker] = ACTIONS(1680), + [sym__thematic_break] = ACTIONS(1680), + [sym__list_marker_minus] = ACTIONS(1680), + [sym__list_marker_plus] = ACTIONS(1680), + [sym__list_marker_star] = ACTIONS(1680), + [sym__list_marker_parenthesis] = ACTIONS(1680), + [sym__list_marker_dot] = ACTIONS(1680), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1680), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1680), + [sym__fenced_code_block_start_backtick] = ACTIONS(1680), + [sym__fenced_code_block_start_tilde] = ACTIONS(1680), + [sym__blank_line_start] = ACTIONS(1680), + [sym__html_block_1_start] = ACTIONS(1680), + [sym__html_block_2_start] = ACTIONS(1680), + [sym__html_block_3_start] = ACTIONS(1680), + [sym__html_block_4_start] = ACTIONS(1680), + [sym__html_block_5_start] = ACTIONS(1680), + [sym__html_block_6_start] = ACTIONS(1680), + [sym__html_block_7_start] = ACTIONS(1680), + [sym__pipe_table_start] = ACTIONS(1680), + }, + [241] = { + [ts_builtin_sym_end] = ACTIONS(1608), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_RBRACK] = ACTIONS(1608), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_BANG] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1608), + [anon_sym_POUND] = ACTIONS(1608), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_AMP] = ACTIONS(1608), + [anon_sym_SQUOTE] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_COMMA] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_COLON] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_QMARK] = ACTIONS(1608), + [anon_sym_AT] = ACTIONS(1608), + [anon_sym_BSLASH] = ACTIONS(1608), + [anon_sym_CARET] = ACTIONS(1608), + [anon_sym__] = ACTIONS(1608), + [anon_sym_BQUOTE] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1608), + [anon_sym_PIPE] = ACTIONS(1608), + [anon_sym_RBRACE] = ACTIONS(1608), + [anon_sym_TILDE] = ACTIONS(1608), + [anon_sym_LPAREN] = ACTIONS(1608), + [anon_sym_RPAREN] = ACTIONS(1608), + [aux_sym__word_token1] = ACTIONS(1608), + [aux_sym__word_token2] = ACTIONS(1608), + [aux_sym__word_token3] = ACTIONS(1608), + [sym__whitespace] = ACTIONS(1608), + [sym__soft_line_ending] = ACTIONS(1608), + [sym__block_quote_start] = ACTIONS(1608), + [sym__indented_chunk_start] = ACTIONS(1608), + [sym_atx_h1_marker] = ACTIONS(1608), + [sym_atx_h2_marker] = ACTIONS(1608), + [sym_atx_h3_marker] = ACTIONS(1608), + [sym_atx_h4_marker] = ACTIONS(1608), + [sym_atx_h5_marker] = ACTIONS(1608), + [sym_atx_h6_marker] = ACTIONS(1608), + [sym__thematic_break] = ACTIONS(1608), + [sym__list_marker_minus] = ACTIONS(1608), + [sym__list_marker_plus] = ACTIONS(1608), + [sym__list_marker_star] = ACTIONS(1608), + [sym__list_marker_parenthesis] = ACTIONS(1608), + [sym__list_marker_dot] = ACTIONS(1608), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1608), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1608), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1608), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1608), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1608), + [sym__fenced_code_block_start_backtick] = ACTIONS(1608), + [sym__fenced_code_block_start_tilde] = ACTIONS(1608), + [sym__blank_line_start] = ACTIONS(1608), + [sym__html_block_1_start] = ACTIONS(1608), + [sym__html_block_2_start] = ACTIONS(1608), + [sym__html_block_3_start] = ACTIONS(1608), + [sym__html_block_4_start] = ACTIONS(1608), + [sym__html_block_5_start] = ACTIONS(1608), + [sym__html_block_6_start] = ACTIONS(1608), + [sym__html_block_7_start] = ACTIONS(1608), + [sym__pipe_table_start] = ACTIONS(1608), + }, + [242] = { + [ts_builtin_sym_end] = ACTIONS(1684), + [anon_sym_LBRACK] = ACTIONS(1682), + [anon_sym_RBRACK] = ACTIONS(1684), + [anon_sym_LT] = ACTIONS(1684), + [anon_sym_GT] = ACTIONS(1684), + [anon_sym_BANG] = ACTIONS(1684), + [anon_sym_DQUOTE] = ACTIONS(1684), + [anon_sym_POUND] = ACTIONS(1684), + [anon_sym_DOLLAR] = ACTIONS(1684), + [anon_sym_PERCENT] = ACTIONS(1684), + [anon_sym_AMP] = ACTIONS(1684), + [anon_sym_SQUOTE] = ACTIONS(1684), + [anon_sym_STAR] = ACTIONS(1684), + [anon_sym_PLUS] = ACTIONS(1684), + [anon_sym_COMMA] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1684), + [anon_sym_DOT] = ACTIONS(1684), + [anon_sym_SLASH] = ACTIONS(1684), + [anon_sym_COLON] = ACTIONS(1684), + [anon_sym_SEMI] = ACTIONS(1684), + [anon_sym_EQ] = ACTIONS(1684), + [anon_sym_QMARK] = ACTIONS(1684), + [anon_sym_AT] = ACTIONS(1684), + [anon_sym_BSLASH] = ACTIONS(1684), + [anon_sym_CARET] = ACTIONS(1684), + [anon_sym__] = ACTIONS(1684), + [anon_sym_BQUOTE] = ACTIONS(1684), + [anon_sym_LBRACE] = ACTIONS(1684), + [anon_sym_PIPE] = ACTIONS(1684), + [anon_sym_RBRACE] = ACTIONS(1684), + [anon_sym_TILDE] = ACTIONS(1684), + [anon_sym_LPAREN] = ACTIONS(1684), + [anon_sym_RPAREN] = ACTIONS(1684), + [aux_sym__word_token1] = ACTIONS(1684), + [aux_sym__word_token2] = ACTIONS(1684), + [aux_sym__word_token3] = ACTIONS(1684), + [sym__whitespace] = ACTIONS(1684), + [sym__soft_line_ending] = ACTIONS(1684), + [sym__block_quote_start] = ACTIONS(1684), + [sym__indented_chunk_start] = ACTIONS(1684), + [sym_atx_h1_marker] = ACTIONS(1684), + [sym_atx_h2_marker] = ACTIONS(1684), + [sym_atx_h3_marker] = ACTIONS(1684), + [sym_atx_h4_marker] = ACTIONS(1684), + [sym_atx_h5_marker] = ACTIONS(1684), + [sym_atx_h6_marker] = ACTIONS(1684), + [sym__thematic_break] = ACTIONS(1684), + [sym__list_marker_minus] = ACTIONS(1684), + [sym__list_marker_plus] = ACTIONS(1684), + [sym__list_marker_star] = ACTIONS(1684), + [sym__list_marker_parenthesis] = ACTIONS(1684), + [sym__list_marker_dot] = ACTIONS(1684), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1684), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1684), + [sym__fenced_code_block_start_backtick] = ACTIONS(1684), + [sym__fenced_code_block_start_tilde] = ACTIONS(1684), + [sym__blank_line_start] = ACTIONS(1684), + [sym__html_block_1_start] = ACTIONS(1684), + [sym__html_block_2_start] = ACTIONS(1684), + [sym__html_block_3_start] = ACTIONS(1684), + [sym__html_block_4_start] = ACTIONS(1684), + [sym__html_block_5_start] = ACTIONS(1684), + [sym__html_block_6_start] = ACTIONS(1684), + [sym__html_block_7_start] = ACTIONS(1684), + [sym__pipe_table_start] = ACTIONS(1684), + }, + [243] = { + [anon_sym_LBRACK] = ACTIONS(1330), + [anon_sym_RBRACK] = ACTIONS(1332), + [anon_sym_LT] = ACTIONS(1332), + [anon_sym_GT] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [anon_sym_POUND] = ACTIONS(1332), + [anon_sym_DOLLAR] = ACTIONS(1332), + [anon_sym_PERCENT] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_COMMA] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_DOT] = ACTIONS(1332), + [anon_sym_SLASH] = ACTIONS(1332), + [anon_sym_COLON] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym_EQ] = ACTIONS(1332), + [anon_sym_QMARK] = ACTIONS(1332), + [anon_sym_AT] = ACTIONS(1332), + [anon_sym_BSLASH] = ACTIONS(1332), + [anon_sym_CARET] = ACTIONS(1332), + [anon_sym__] = ACTIONS(1332), + [anon_sym_BQUOTE] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_PIPE] = ACTIONS(1332), + [anon_sym_RBRACE] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_LPAREN] = ACTIONS(1332), + [anon_sym_RPAREN] = ACTIONS(1332), + [aux_sym__word_token1] = ACTIONS(1332), + [aux_sym__word_token2] = ACTIONS(1332), + [aux_sym__word_token3] = ACTIONS(1332), + [sym__whitespace] = ACTIONS(1332), + [sym__soft_line_ending] = ACTIONS(1332), + [sym__block_close] = ACTIONS(1332), + [sym__block_quote_start] = ACTIONS(1332), + [sym__indented_chunk_start] = ACTIONS(1332), + [sym_atx_h1_marker] = ACTIONS(1332), + [sym_atx_h2_marker] = ACTIONS(1332), + [sym_atx_h3_marker] = ACTIONS(1332), + [sym_atx_h4_marker] = ACTIONS(1332), + [sym_atx_h5_marker] = ACTIONS(1332), + [sym_atx_h6_marker] = ACTIONS(1332), + [sym__thematic_break] = ACTIONS(1332), + [sym__list_marker_minus] = ACTIONS(1332), + [sym__list_marker_plus] = ACTIONS(1332), + [sym__list_marker_star] = ACTIONS(1332), + [sym__list_marker_parenthesis] = ACTIONS(1332), + [sym__list_marker_dot] = ACTIONS(1332), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1332), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1332), + [sym__fenced_code_block_start_backtick] = ACTIONS(1332), + [sym__fenced_code_block_start_tilde] = ACTIONS(1332), + [sym__blank_line_start] = ACTIONS(1332), + [sym__html_block_1_start] = ACTIONS(1332), + [sym__html_block_2_start] = ACTIONS(1332), + [sym__html_block_3_start] = ACTIONS(1332), + [sym__html_block_4_start] = ACTIONS(1332), + [sym__html_block_5_start] = ACTIONS(1332), + [sym__html_block_6_start] = ACTIONS(1332), + [sym__html_block_7_start] = ACTIONS(1332), + [sym__pipe_table_start] = ACTIONS(1332), + }, + [244] = { + [ts_builtin_sym_end] = ACTIONS(1690), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_RBRACK] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(1690), + [anon_sym_GT] = ACTIONS(1690), + [anon_sym_BANG] = ACTIONS(1690), + [anon_sym_DQUOTE] = ACTIONS(1690), + [anon_sym_POUND] = ACTIONS(1690), + [anon_sym_DOLLAR] = ACTIONS(1690), + [anon_sym_PERCENT] = ACTIONS(1690), + [anon_sym_AMP] = ACTIONS(1690), + [anon_sym_SQUOTE] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_PLUS] = ACTIONS(1690), + [anon_sym_COMMA] = ACTIONS(1690), + [anon_sym_DASH] = ACTIONS(1690), + [anon_sym_DOT] = ACTIONS(1690), + [anon_sym_SLASH] = ACTIONS(1690), + [anon_sym_COLON] = ACTIONS(1690), + [anon_sym_SEMI] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(1690), + [anon_sym_AT] = ACTIONS(1690), + [anon_sym_BSLASH] = ACTIONS(1690), + [anon_sym_CARET] = ACTIONS(1690), + [anon_sym__] = ACTIONS(1690), + [anon_sym_BQUOTE] = ACTIONS(1690), + [anon_sym_LBRACE] = ACTIONS(1690), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_RBRACE] = ACTIONS(1690), + [anon_sym_TILDE] = ACTIONS(1690), + [anon_sym_LPAREN] = ACTIONS(1690), + [anon_sym_RPAREN] = ACTIONS(1690), + [aux_sym__word_token1] = ACTIONS(1690), + [aux_sym__word_token2] = ACTIONS(1690), + [aux_sym__word_token3] = ACTIONS(1690), + [sym__whitespace] = ACTIONS(1690), + [sym__soft_line_ending] = ACTIONS(1690), + [sym__block_quote_start] = ACTIONS(1690), + [sym__indented_chunk_start] = ACTIONS(1690), + [sym_atx_h1_marker] = ACTIONS(1690), + [sym_atx_h2_marker] = ACTIONS(1690), + [sym_atx_h3_marker] = ACTIONS(1690), + [sym_atx_h4_marker] = ACTIONS(1690), + [sym_atx_h5_marker] = ACTIONS(1690), + [sym_atx_h6_marker] = ACTIONS(1690), + [sym__thematic_break] = ACTIONS(1690), + [sym__list_marker_minus] = ACTIONS(1690), + [sym__list_marker_plus] = ACTIONS(1690), + [sym__list_marker_star] = ACTIONS(1690), + [sym__list_marker_parenthesis] = ACTIONS(1690), + [sym__list_marker_dot] = ACTIONS(1690), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1690), + [sym__fenced_code_block_start_backtick] = ACTIONS(1690), + [sym__fenced_code_block_start_tilde] = ACTIONS(1690), + [sym__blank_line_start] = ACTIONS(1690), + [sym__html_block_1_start] = ACTIONS(1690), + [sym__html_block_2_start] = ACTIONS(1690), + [sym__html_block_3_start] = ACTIONS(1690), + [sym__html_block_4_start] = ACTIONS(1690), + [sym__html_block_5_start] = ACTIONS(1690), + [sym__html_block_6_start] = ACTIONS(1690), + [sym__html_block_7_start] = ACTIONS(1690), + [sym__pipe_table_start] = ACTIONS(1690), + }, + [245] = { + [ts_builtin_sym_end] = ACTIONS(1253), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_RBRACK] = ACTIONS(1253), + [anon_sym_LT] = ACTIONS(1253), + [anon_sym_GT] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [anon_sym_POUND] = ACTIONS(1253), + [anon_sym_DOLLAR] = ACTIONS(1253), + [anon_sym_PERCENT] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1253), + [anon_sym_COMMA] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1253), + [anon_sym_DOT] = ACTIONS(1253), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_COLON] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_EQ] = ACTIONS(1253), + [anon_sym_QMARK] = ACTIONS(1253), + [anon_sym_AT] = ACTIONS(1253), + [anon_sym_BSLASH] = ACTIONS(1253), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym__] = ACTIONS(1253), + [anon_sym_BQUOTE] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_PIPE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_LPAREN] = ACTIONS(1253), + [anon_sym_RPAREN] = ACTIONS(1253), + [aux_sym__word_token1] = ACTIONS(1253), + [aux_sym__word_token2] = ACTIONS(1253), + [aux_sym__word_token3] = ACTIONS(1253), + [sym__whitespace] = ACTIONS(1253), + [sym__soft_line_ending] = ACTIONS(1253), + [sym__block_quote_start] = ACTIONS(1253), + [sym__indented_chunk_start] = ACTIONS(1253), + [sym_atx_h1_marker] = ACTIONS(1253), + [sym_atx_h2_marker] = ACTIONS(1253), + [sym_atx_h3_marker] = ACTIONS(1253), + [sym_atx_h4_marker] = ACTIONS(1253), + [sym_atx_h5_marker] = ACTIONS(1253), + [sym_atx_h6_marker] = ACTIONS(1253), + [sym__thematic_break] = ACTIONS(1253), + [sym__list_marker_minus] = ACTIONS(1253), + [sym__list_marker_plus] = ACTIONS(1253), + [sym__list_marker_star] = ACTIONS(1253), + [sym__list_marker_parenthesis] = ACTIONS(1253), + [sym__list_marker_dot] = ACTIONS(1253), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1253), + [sym__fenced_code_block_start_backtick] = ACTIONS(1253), + [sym__fenced_code_block_start_tilde] = ACTIONS(1253), + [sym__blank_line_start] = ACTIONS(1253), + [sym__html_block_1_start] = ACTIONS(1253), + [sym__html_block_2_start] = ACTIONS(1253), + [sym__html_block_3_start] = ACTIONS(1253), + [sym__html_block_4_start] = ACTIONS(1253), + [sym__html_block_5_start] = ACTIONS(1253), + [sym__html_block_6_start] = ACTIONS(1253), + [sym__html_block_7_start] = ACTIONS(1253), + [sym__pipe_table_start] = ACTIONS(1253), + }, + [246] = { + [anon_sym_LBRACK] = ACTIONS(1336), + [anon_sym_RBRACK] = ACTIONS(1338), + [anon_sym_LT] = ACTIONS(1338), + [anon_sym_GT] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [anon_sym_POUND] = ACTIONS(1338), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_PERCENT] = ACTIONS(1338), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_COMMA] = ACTIONS(1338), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_DOT] = ACTIONS(1338), + [anon_sym_SLASH] = ACTIONS(1338), + [anon_sym_COLON] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [anon_sym_EQ] = ACTIONS(1338), + [anon_sym_QMARK] = ACTIONS(1338), + [anon_sym_AT] = ACTIONS(1338), + [anon_sym_BSLASH] = ACTIONS(1338), + [anon_sym_CARET] = ACTIONS(1338), + [anon_sym__] = ACTIONS(1338), + [anon_sym_BQUOTE] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_PIPE] = ACTIONS(1338), + [anon_sym_RBRACE] = ACTIONS(1338), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_LPAREN] = ACTIONS(1338), + [anon_sym_RPAREN] = ACTIONS(1338), + [aux_sym__word_token1] = ACTIONS(1338), + [aux_sym__word_token2] = ACTIONS(1338), + [aux_sym__word_token3] = ACTIONS(1338), + [sym__whitespace] = ACTIONS(1338), + [sym__soft_line_ending] = ACTIONS(1338), + [sym__block_close] = ACTIONS(1338), + [sym__block_quote_start] = ACTIONS(1338), + [sym__indented_chunk_start] = ACTIONS(1338), + [sym_atx_h1_marker] = ACTIONS(1338), + [sym_atx_h2_marker] = ACTIONS(1338), + [sym_atx_h3_marker] = ACTIONS(1338), + [sym_atx_h4_marker] = ACTIONS(1338), + [sym_atx_h5_marker] = ACTIONS(1338), + [sym_atx_h6_marker] = ACTIONS(1338), + [sym__thematic_break] = ACTIONS(1338), + [sym__list_marker_minus] = ACTIONS(1338), + [sym__list_marker_plus] = ACTIONS(1338), + [sym__list_marker_star] = ACTIONS(1338), + [sym__list_marker_parenthesis] = ACTIONS(1338), + [sym__list_marker_dot] = ACTIONS(1338), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), + [sym__fenced_code_block_start_backtick] = ACTIONS(1338), + [sym__fenced_code_block_start_tilde] = ACTIONS(1338), + [sym__blank_line_start] = ACTIONS(1338), + [sym__html_block_1_start] = ACTIONS(1338), + [sym__html_block_2_start] = ACTIONS(1338), + [sym__html_block_3_start] = ACTIONS(1338), + [sym__html_block_4_start] = ACTIONS(1338), + [sym__html_block_5_start] = ACTIONS(1338), + [sym__html_block_6_start] = ACTIONS(1338), + [sym__html_block_7_start] = ACTIONS(1338), + [sym__pipe_table_start] = ACTIONS(1338), + }, + [247] = { + [ts_builtin_sym_end] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1694), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_DQUOTE] = ACTIONS(1694), + [anon_sym_POUND] = ACTIONS(1694), + [anon_sym_DOLLAR] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_AMP] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_COMMA] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_COLON] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_QMARK] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1694), + [anon_sym_BSLASH] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1694), + [anon_sym__] = ACTIONS(1694), + [anon_sym_BQUOTE] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1694), + [anon_sym_PIPE] = ACTIONS(1694), + [anon_sym_RBRACE] = ACTIONS(1694), + [anon_sym_TILDE] = ACTIONS(1694), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1694), + [aux_sym__word_token1] = ACTIONS(1694), + [aux_sym__word_token2] = ACTIONS(1694), + [aux_sym__word_token3] = ACTIONS(1694), [sym__whitespace] = ACTIONS(1694), [sym__soft_line_ending] = ACTIONS(1694), [sym__block_quote_start] = ACTIONS(1694), @@ -33902,7 +33762,1337 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1694), [sym__pipe_table_start] = ACTIONS(1694), }, - [250] = { + [248] = { + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_RBRACK] = ACTIONS(1594), + [anon_sym_LT] = ACTIONS(1594), + [anon_sym_GT] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [anon_sym_POUND] = ACTIONS(1594), + [anon_sym_DOLLAR] = ACTIONS(1594), + [anon_sym_PERCENT] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_PLUS] = ACTIONS(1594), + [anon_sym_COMMA] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1594), + [anon_sym_SLASH] = ACTIONS(1594), + [anon_sym_COLON] = ACTIONS(1594), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_EQ] = ACTIONS(1594), + [anon_sym_QMARK] = ACTIONS(1594), + [anon_sym_AT] = ACTIONS(1594), + [anon_sym_BSLASH] = ACTIONS(1594), + [anon_sym_CARET] = ACTIONS(1594), + [anon_sym__] = ACTIONS(1594), + [anon_sym_BQUOTE] = ACTIONS(1594), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_PIPE] = ACTIONS(1594), + [anon_sym_RBRACE] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_LPAREN] = ACTIONS(1594), + [anon_sym_RPAREN] = ACTIONS(1594), + [aux_sym__word_token1] = ACTIONS(1594), + [aux_sym__word_token2] = ACTIONS(1594), + [aux_sym__word_token3] = ACTIONS(1594), + [sym__whitespace] = ACTIONS(1594), + [sym__soft_line_ending] = ACTIONS(1594), + [sym__block_close] = ACTIONS(1594), + [sym__block_quote_start] = ACTIONS(1594), + [sym__indented_chunk_start] = ACTIONS(1594), + [sym_atx_h1_marker] = ACTIONS(1594), + [sym_atx_h2_marker] = ACTIONS(1594), + [sym_atx_h3_marker] = ACTIONS(1594), + [sym_atx_h4_marker] = ACTIONS(1594), + [sym_atx_h5_marker] = ACTIONS(1594), + [sym_atx_h6_marker] = ACTIONS(1594), + [sym__thematic_break] = ACTIONS(1594), + [sym__list_marker_minus] = ACTIONS(1594), + [sym__list_marker_plus] = ACTIONS(1594), + [sym__list_marker_star] = ACTIONS(1594), + [sym__list_marker_parenthesis] = ACTIONS(1594), + [sym__list_marker_dot] = ACTIONS(1594), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1594), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1594), + [sym__fenced_code_block_start_backtick] = ACTIONS(1594), + [sym__fenced_code_block_start_tilde] = ACTIONS(1594), + [sym__blank_line_start] = ACTIONS(1594), + [sym__html_block_1_start] = ACTIONS(1594), + [sym__html_block_2_start] = ACTIONS(1594), + [sym__html_block_3_start] = ACTIONS(1594), + [sym__html_block_4_start] = ACTIONS(1594), + [sym__html_block_5_start] = ACTIONS(1594), + [sym__html_block_6_start] = ACTIONS(1594), + [sym__html_block_7_start] = ACTIONS(1594), + [sym__pipe_table_start] = ACTIONS(1594), + }, + [249] = { + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_RBRACK] = ACTIONS(1602), + [anon_sym_LT] = ACTIONS(1602), + [anon_sym_GT] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [anon_sym_POUND] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1602), + [anon_sym_PERCENT] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1602), + [anon_sym_SQUOTE] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_COMMA] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1602), + [anon_sym_EQ] = ACTIONS(1602), + [anon_sym_QMARK] = ACTIONS(1602), + [anon_sym_AT] = ACTIONS(1602), + [anon_sym_BSLASH] = ACTIONS(1602), + [anon_sym_CARET] = ACTIONS(1602), + [anon_sym__] = ACTIONS(1602), + [anon_sym_BQUOTE] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_PIPE] = ACTIONS(1602), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1602), + [anon_sym_RPAREN] = ACTIONS(1602), + [aux_sym__word_token1] = ACTIONS(1602), + [aux_sym__word_token2] = ACTIONS(1602), + [aux_sym__word_token3] = ACTIONS(1602), + [sym__whitespace] = ACTIONS(1602), + [sym__soft_line_ending] = ACTIONS(1602), + [sym__block_close] = ACTIONS(1602), + [sym__block_quote_start] = ACTIONS(1602), + [sym__indented_chunk_start] = ACTIONS(1602), + [sym_atx_h1_marker] = ACTIONS(1602), + [sym_atx_h2_marker] = ACTIONS(1602), + [sym_atx_h3_marker] = ACTIONS(1602), + [sym_atx_h4_marker] = ACTIONS(1602), + [sym_atx_h5_marker] = ACTIONS(1602), + [sym_atx_h6_marker] = ACTIONS(1602), + [sym__thematic_break] = ACTIONS(1602), + [sym__list_marker_minus] = ACTIONS(1602), + [sym__list_marker_plus] = ACTIONS(1602), + [sym__list_marker_star] = ACTIONS(1602), + [sym__list_marker_parenthesis] = ACTIONS(1602), + [sym__list_marker_dot] = ACTIONS(1602), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1602), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1602), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1602), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1602), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1602), + [sym__fenced_code_block_start_backtick] = ACTIONS(1602), + [sym__fenced_code_block_start_tilde] = ACTIONS(1602), + [sym__blank_line_start] = ACTIONS(1602), + [sym__html_block_1_start] = ACTIONS(1602), + [sym__html_block_2_start] = ACTIONS(1602), + [sym__html_block_3_start] = ACTIONS(1602), + [sym__html_block_4_start] = ACTIONS(1602), + [sym__html_block_5_start] = ACTIONS(1602), + [sym__html_block_6_start] = ACTIONS(1602), + [sym__html_block_7_start] = ACTIONS(1602), + [sym__pipe_table_start] = ACTIONS(1602), + }, + [250] = { + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_RBRACK] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [anon_sym_POUND] = ACTIONS(1610), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_PERCENT] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_PLUS] = ACTIONS(1610), + [anon_sym_COMMA] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1610), + [anon_sym_DOT] = ACTIONS(1610), + [anon_sym_SLASH] = ACTIONS(1610), + [anon_sym_COLON] = ACTIONS(1610), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_EQ] = ACTIONS(1610), + [anon_sym_QMARK] = ACTIONS(1610), + [anon_sym_AT] = ACTIONS(1610), + [anon_sym_BSLASH] = ACTIONS(1610), + [anon_sym_CARET] = ACTIONS(1610), + [anon_sym__] = ACTIONS(1610), + [anon_sym_BQUOTE] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(1610), + [anon_sym_RPAREN] = ACTIONS(1610), + [aux_sym__word_token1] = ACTIONS(1610), + [aux_sym__word_token2] = ACTIONS(1610), + [aux_sym__word_token3] = ACTIONS(1610), + [sym__whitespace] = ACTIONS(1610), + [sym__soft_line_ending] = ACTIONS(1610), + [sym__block_close] = ACTIONS(1610), + [sym__block_quote_start] = ACTIONS(1610), + [sym__indented_chunk_start] = ACTIONS(1610), + [sym_atx_h1_marker] = ACTIONS(1610), + [sym_atx_h2_marker] = ACTIONS(1610), + [sym_atx_h3_marker] = ACTIONS(1610), + [sym_atx_h4_marker] = ACTIONS(1610), + [sym_atx_h5_marker] = ACTIONS(1610), + [sym_atx_h6_marker] = ACTIONS(1610), + [sym__thematic_break] = ACTIONS(1610), + [sym__list_marker_minus] = ACTIONS(1610), + [sym__list_marker_plus] = ACTIONS(1610), + [sym__list_marker_star] = ACTIONS(1610), + [sym__list_marker_parenthesis] = ACTIONS(1610), + [sym__list_marker_dot] = ACTIONS(1610), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1610), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1610), + [sym__fenced_code_block_start_backtick] = ACTIONS(1610), + [sym__fenced_code_block_start_tilde] = ACTIONS(1610), + [sym__blank_line_start] = ACTIONS(1610), + [sym__html_block_1_start] = ACTIONS(1610), + [sym__html_block_2_start] = ACTIONS(1610), + [sym__html_block_3_start] = ACTIONS(1610), + [sym__html_block_4_start] = ACTIONS(1610), + [sym__html_block_5_start] = ACTIONS(1610), + [sym__html_block_6_start] = ACTIONS(1610), + [sym__html_block_7_start] = ACTIONS(1610), + [sym__pipe_table_start] = ACTIONS(1610), + }, + [251] = { + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_RBRACK] = ACTIONS(1618), + [anon_sym_LT] = ACTIONS(1618), + [anon_sym_GT] = ACTIONS(1618), + [anon_sym_BANG] = ACTIONS(1618), + [anon_sym_DQUOTE] = ACTIONS(1618), + [anon_sym_POUND] = ACTIONS(1618), + [anon_sym_DOLLAR] = ACTIONS(1618), + [anon_sym_PERCENT] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(1618), + [anon_sym_SQUOTE] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_PLUS] = ACTIONS(1618), + [anon_sym_COMMA] = ACTIONS(1618), + [anon_sym_DASH] = ACTIONS(1618), + [anon_sym_DOT] = ACTIONS(1618), + [anon_sym_SLASH] = ACTIONS(1618), + [anon_sym_COLON] = ACTIONS(1618), + [anon_sym_SEMI] = ACTIONS(1618), + [anon_sym_EQ] = ACTIONS(1618), + [anon_sym_QMARK] = ACTIONS(1618), + [anon_sym_AT] = ACTIONS(1618), + [anon_sym_BSLASH] = ACTIONS(1618), + [anon_sym_CARET] = ACTIONS(1618), + [anon_sym__] = ACTIONS(1618), + [anon_sym_BQUOTE] = ACTIONS(1618), + [anon_sym_LBRACE] = ACTIONS(1618), + [anon_sym_PIPE] = ACTIONS(1618), + [anon_sym_RBRACE] = ACTIONS(1618), + [anon_sym_TILDE] = ACTIONS(1618), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(1618), + [aux_sym__word_token1] = ACTIONS(1618), + [aux_sym__word_token2] = ACTIONS(1618), + [aux_sym__word_token3] = ACTIONS(1618), + [sym__whitespace] = ACTIONS(1618), + [sym__soft_line_ending] = ACTIONS(1618), + [sym__block_close] = ACTIONS(1618), + [sym__block_quote_start] = ACTIONS(1618), + [sym__indented_chunk_start] = ACTIONS(1618), + [sym_atx_h1_marker] = ACTIONS(1618), + [sym_atx_h2_marker] = ACTIONS(1618), + [sym_atx_h3_marker] = ACTIONS(1618), + [sym_atx_h4_marker] = ACTIONS(1618), + [sym_atx_h5_marker] = ACTIONS(1618), + [sym_atx_h6_marker] = ACTIONS(1618), + [sym__thematic_break] = ACTIONS(1618), + [sym__list_marker_minus] = ACTIONS(1618), + [sym__list_marker_plus] = ACTIONS(1618), + [sym__list_marker_star] = ACTIONS(1618), + [sym__list_marker_parenthesis] = ACTIONS(1618), + [sym__list_marker_dot] = ACTIONS(1618), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1618), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1618), + [sym__fenced_code_block_start_backtick] = ACTIONS(1618), + [sym__fenced_code_block_start_tilde] = ACTIONS(1618), + [sym__blank_line_start] = ACTIONS(1618), + [sym__html_block_1_start] = ACTIONS(1618), + [sym__html_block_2_start] = ACTIONS(1618), + [sym__html_block_3_start] = ACTIONS(1618), + [sym__html_block_4_start] = ACTIONS(1618), + [sym__html_block_5_start] = ACTIONS(1618), + [sym__html_block_6_start] = ACTIONS(1618), + [sym__html_block_7_start] = ACTIONS(1618), + [sym__pipe_table_start] = ACTIONS(1618), + }, + [252] = { + [anon_sym_LBRACK] = ACTIONS(1624), + [anon_sym_RBRACK] = ACTIONS(1622), + [anon_sym_LT] = ACTIONS(1622), + [anon_sym_GT] = ACTIONS(1622), + [anon_sym_BANG] = ACTIONS(1622), + [anon_sym_DQUOTE] = ACTIONS(1622), + [anon_sym_POUND] = ACTIONS(1622), + [anon_sym_DOLLAR] = ACTIONS(1622), + [anon_sym_PERCENT] = ACTIONS(1622), + [anon_sym_AMP] = ACTIONS(1622), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_STAR] = ACTIONS(1622), + [anon_sym_PLUS] = ACTIONS(1622), + [anon_sym_COMMA] = ACTIONS(1622), + [anon_sym_DASH] = ACTIONS(1622), + [anon_sym_DOT] = ACTIONS(1622), + [anon_sym_SLASH] = ACTIONS(1622), + [anon_sym_COLON] = ACTIONS(1622), + [anon_sym_SEMI] = ACTIONS(1622), + [anon_sym_EQ] = ACTIONS(1622), + [anon_sym_QMARK] = ACTIONS(1622), + [anon_sym_AT] = ACTIONS(1622), + [anon_sym_BSLASH] = ACTIONS(1622), + [anon_sym_CARET] = ACTIONS(1622), + [anon_sym__] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_PIPE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1622), + [anon_sym_TILDE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(1622), + [anon_sym_RPAREN] = ACTIONS(1622), + [aux_sym__word_token1] = ACTIONS(1622), + [aux_sym__word_token2] = ACTIONS(1622), + [aux_sym__word_token3] = ACTIONS(1622), + [sym__whitespace] = ACTIONS(1622), + [sym__soft_line_ending] = ACTIONS(1622), + [sym__block_close] = ACTIONS(1622), + [sym__block_quote_start] = ACTIONS(1622), + [sym__indented_chunk_start] = ACTIONS(1622), + [sym_atx_h1_marker] = ACTIONS(1622), + [sym_atx_h2_marker] = ACTIONS(1622), + [sym_atx_h3_marker] = ACTIONS(1622), + [sym_atx_h4_marker] = ACTIONS(1622), + [sym_atx_h5_marker] = ACTIONS(1622), + [sym_atx_h6_marker] = ACTIONS(1622), + [sym__thematic_break] = ACTIONS(1622), + [sym__list_marker_minus] = ACTIONS(1622), + [sym__list_marker_plus] = ACTIONS(1622), + [sym__list_marker_star] = ACTIONS(1622), + [sym__list_marker_parenthesis] = ACTIONS(1622), + [sym__list_marker_dot] = ACTIONS(1622), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1622), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1622), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1622), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1622), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1622), + [sym__fenced_code_block_start_backtick] = ACTIONS(1622), + [sym__fenced_code_block_start_tilde] = ACTIONS(1622), + [sym__blank_line_start] = ACTIONS(1622), + [sym__html_block_1_start] = ACTIONS(1622), + [sym__html_block_2_start] = ACTIONS(1622), + [sym__html_block_3_start] = ACTIONS(1622), + [sym__html_block_4_start] = ACTIONS(1622), + [sym__html_block_5_start] = ACTIONS(1622), + [sym__html_block_6_start] = ACTIONS(1622), + [sym__html_block_7_start] = ACTIONS(1622), + [sym__pipe_table_start] = ACTIONS(1622), + }, + [253] = { + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_RBRACK] = ACTIONS(1626), + [anon_sym_LT] = ACTIONS(1626), + [anon_sym_GT] = ACTIONS(1626), + [anon_sym_BANG] = ACTIONS(1626), + [anon_sym_DQUOTE] = ACTIONS(1626), + [anon_sym_POUND] = ACTIONS(1626), + [anon_sym_DOLLAR] = ACTIONS(1626), + [anon_sym_PERCENT] = ACTIONS(1626), + [anon_sym_AMP] = ACTIONS(1626), + [anon_sym_SQUOTE] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1626), + [anon_sym_PLUS] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1626), + [anon_sym_DASH] = ACTIONS(1626), + [anon_sym_DOT] = ACTIONS(1626), + [anon_sym_SLASH] = ACTIONS(1626), + [anon_sym_COLON] = ACTIONS(1626), + [anon_sym_SEMI] = ACTIONS(1626), + [anon_sym_EQ] = ACTIONS(1626), + [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_AT] = ACTIONS(1626), + [anon_sym_BSLASH] = ACTIONS(1626), + [anon_sym_CARET] = ACTIONS(1626), + [anon_sym__] = ACTIONS(1626), + [anon_sym_BQUOTE] = ACTIONS(1626), + [anon_sym_LBRACE] = ACTIONS(1626), + [anon_sym_PIPE] = ACTIONS(1626), + [anon_sym_RBRACE] = ACTIONS(1626), + [anon_sym_TILDE] = ACTIONS(1626), + [anon_sym_LPAREN] = ACTIONS(1626), + [anon_sym_RPAREN] = ACTIONS(1626), + [aux_sym__word_token1] = ACTIONS(1626), + [aux_sym__word_token2] = ACTIONS(1626), + [aux_sym__word_token3] = ACTIONS(1626), + [sym__whitespace] = ACTIONS(1626), + [sym__soft_line_ending] = ACTIONS(1626), + [sym__block_close] = ACTIONS(1626), + [sym__block_quote_start] = ACTIONS(1626), + [sym__indented_chunk_start] = ACTIONS(1626), + [sym_atx_h1_marker] = ACTIONS(1626), + [sym_atx_h2_marker] = ACTIONS(1626), + [sym_atx_h3_marker] = ACTIONS(1626), + [sym_atx_h4_marker] = ACTIONS(1626), + [sym_atx_h5_marker] = ACTIONS(1626), + [sym_atx_h6_marker] = ACTIONS(1626), + [sym__thematic_break] = ACTIONS(1626), + [sym__list_marker_minus] = ACTIONS(1626), + [sym__list_marker_plus] = ACTIONS(1626), + [sym__list_marker_star] = ACTIONS(1626), + [sym__list_marker_parenthesis] = ACTIONS(1626), + [sym__list_marker_dot] = ACTIONS(1626), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1626), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1626), + [sym__fenced_code_block_start_backtick] = ACTIONS(1626), + [sym__fenced_code_block_start_tilde] = ACTIONS(1626), + [sym__blank_line_start] = ACTIONS(1626), + [sym__html_block_1_start] = ACTIONS(1626), + [sym__html_block_2_start] = ACTIONS(1626), + [sym__html_block_3_start] = ACTIONS(1626), + [sym__html_block_4_start] = ACTIONS(1626), + [sym__html_block_5_start] = ACTIONS(1626), + [sym__html_block_6_start] = ACTIONS(1626), + [sym__html_block_7_start] = ACTIONS(1626), + [sym__pipe_table_start] = ACTIONS(1626), + }, + [254] = { + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_RBRACK] = ACTIONS(1630), + [anon_sym_LT] = ACTIONS(1630), + [anon_sym_GT] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1630), + [anon_sym_DQUOTE] = ACTIONS(1630), + [anon_sym_POUND] = ACTIONS(1630), + [anon_sym_DOLLAR] = ACTIONS(1630), + [anon_sym_PERCENT] = ACTIONS(1630), + [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_SQUOTE] = ACTIONS(1630), + [anon_sym_STAR] = ACTIONS(1630), + [anon_sym_PLUS] = ACTIONS(1630), + [anon_sym_COMMA] = ACTIONS(1630), + [anon_sym_DASH] = ACTIONS(1630), + [anon_sym_DOT] = ACTIONS(1630), + [anon_sym_SLASH] = ACTIONS(1630), + [anon_sym_COLON] = ACTIONS(1630), + [anon_sym_SEMI] = ACTIONS(1630), + [anon_sym_EQ] = ACTIONS(1630), + [anon_sym_QMARK] = ACTIONS(1630), + [anon_sym_AT] = ACTIONS(1630), + [anon_sym_BSLASH] = ACTIONS(1630), + [anon_sym_CARET] = ACTIONS(1630), + [anon_sym__] = ACTIONS(1630), + [anon_sym_BQUOTE] = ACTIONS(1630), + [anon_sym_LBRACE] = ACTIONS(1630), + [anon_sym_PIPE] = ACTIONS(1630), + [anon_sym_RBRACE] = ACTIONS(1630), + [anon_sym_TILDE] = ACTIONS(1630), + [anon_sym_LPAREN] = ACTIONS(1630), + [anon_sym_RPAREN] = ACTIONS(1630), + [aux_sym__word_token1] = ACTIONS(1630), + [aux_sym__word_token2] = ACTIONS(1630), + [aux_sym__word_token3] = ACTIONS(1630), + [sym__whitespace] = ACTIONS(1630), + [sym__soft_line_ending] = ACTIONS(1630), + [sym__block_close] = ACTIONS(1630), + [sym__block_quote_start] = ACTIONS(1630), + [sym__indented_chunk_start] = ACTIONS(1630), + [sym_atx_h1_marker] = ACTIONS(1630), + [sym_atx_h2_marker] = ACTIONS(1630), + [sym_atx_h3_marker] = ACTIONS(1630), + [sym_atx_h4_marker] = ACTIONS(1630), + [sym_atx_h5_marker] = ACTIONS(1630), + [sym_atx_h6_marker] = ACTIONS(1630), + [sym__thematic_break] = ACTIONS(1630), + [sym__list_marker_minus] = ACTIONS(1630), + [sym__list_marker_plus] = ACTIONS(1630), + [sym__list_marker_star] = ACTIONS(1630), + [sym__list_marker_parenthesis] = ACTIONS(1630), + [sym__list_marker_dot] = ACTIONS(1630), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1630), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1630), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1630), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1630), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1630), + [sym__fenced_code_block_start_backtick] = ACTIONS(1630), + [sym__fenced_code_block_start_tilde] = ACTIONS(1630), + [sym__blank_line_start] = ACTIONS(1630), + [sym__html_block_1_start] = ACTIONS(1630), + [sym__html_block_2_start] = ACTIONS(1630), + [sym__html_block_3_start] = ACTIONS(1630), + [sym__html_block_4_start] = ACTIONS(1630), + [sym__html_block_5_start] = ACTIONS(1630), + [sym__html_block_6_start] = ACTIONS(1630), + [sym__html_block_7_start] = ACTIONS(1630), + [sym__pipe_table_start] = ACTIONS(1630), + }, + [255] = { + [anon_sym_LBRACK] = ACTIONS(1342), + [anon_sym_RBRACK] = ACTIONS(1344), + [anon_sym_LT] = ACTIONS(1344), + [anon_sym_GT] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [anon_sym_POUND] = ACTIONS(1344), + [anon_sym_DOLLAR] = ACTIONS(1344), + [anon_sym_PERCENT] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_COMMA] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_DOT] = ACTIONS(1344), + [anon_sym_SLASH] = ACTIONS(1344), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1344), + [anon_sym_QMARK] = ACTIONS(1344), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_BSLASH] = ACTIONS(1344), + [anon_sym_CARET] = ACTIONS(1344), + [anon_sym__] = ACTIONS(1344), + [anon_sym_BQUOTE] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_PIPE] = ACTIONS(1344), + [anon_sym_RBRACE] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1344), + [anon_sym_RPAREN] = ACTIONS(1344), + [aux_sym__word_token1] = ACTIONS(1344), + [aux_sym__word_token2] = ACTIONS(1344), + [aux_sym__word_token3] = ACTIONS(1344), + [sym__whitespace] = ACTIONS(1344), + [sym__soft_line_ending] = ACTIONS(1344), + [sym__block_close] = ACTIONS(1344), + [sym__block_quote_start] = ACTIONS(1344), + [sym__indented_chunk_start] = ACTIONS(1344), + [sym_atx_h1_marker] = ACTIONS(1344), + [sym_atx_h2_marker] = ACTIONS(1344), + [sym_atx_h3_marker] = ACTIONS(1344), + [sym_atx_h4_marker] = ACTIONS(1344), + [sym_atx_h5_marker] = ACTIONS(1344), + [sym_atx_h6_marker] = ACTIONS(1344), + [sym__thematic_break] = ACTIONS(1344), + [sym__list_marker_minus] = ACTIONS(1344), + [sym__list_marker_plus] = ACTIONS(1344), + [sym__list_marker_star] = ACTIONS(1344), + [sym__list_marker_parenthesis] = ACTIONS(1344), + [sym__list_marker_dot] = ACTIONS(1344), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1344), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1344), + [sym__fenced_code_block_start_backtick] = ACTIONS(1344), + [sym__fenced_code_block_start_tilde] = ACTIONS(1344), + [sym__blank_line_start] = ACTIONS(1344), + [sym__html_block_1_start] = ACTIONS(1344), + [sym__html_block_2_start] = ACTIONS(1344), + [sym__html_block_3_start] = ACTIONS(1344), + [sym__html_block_4_start] = ACTIONS(1344), + [sym__html_block_5_start] = ACTIONS(1344), + [sym__html_block_6_start] = ACTIONS(1344), + [sym__html_block_7_start] = ACTIONS(1344), + [sym__pipe_table_start] = ACTIONS(1344), + }, + [256] = { + [anon_sym_LBRACK] = ACTIONS(1348), + [anon_sym_RBRACK] = ACTIONS(1350), + [anon_sym_LT] = ACTIONS(1350), + [anon_sym_GT] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [anon_sym_POUND] = ACTIONS(1350), + [anon_sym_DOLLAR] = ACTIONS(1350), + [anon_sym_PERCENT] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_COMMA] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_DOT] = ACTIONS(1350), + [anon_sym_SLASH] = ACTIONS(1350), + [anon_sym_COLON] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym_EQ] = ACTIONS(1350), + [anon_sym_QMARK] = ACTIONS(1350), + [anon_sym_AT] = ACTIONS(1350), + [anon_sym_BSLASH] = ACTIONS(1350), + [anon_sym_CARET] = ACTIONS(1350), + [anon_sym__] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_PIPE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_LPAREN] = ACTIONS(1350), + [anon_sym_RPAREN] = ACTIONS(1350), + [aux_sym__word_token1] = ACTIONS(1350), + [aux_sym__word_token2] = ACTIONS(1350), + [aux_sym__word_token3] = ACTIONS(1350), + [sym__whitespace] = ACTIONS(1350), + [sym__soft_line_ending] = ACTIONS(1350), + [sym__block_close] = ACTIONS(1350), + [sym__block_quote_start] = ACTIONS(1350), + [sym__indented_chunk_start] = ACTIONS(1350), + [sym_atx_h1_marker] = ACTIONS(1350), + [sym_atx_h2_marker] = ACTIONS(1350), + [sym_atx_h3_marker] = ACTIONS(1350), + [sym_atx_h4_marker] = ACTIONS(1350), + [sym_atx_h5_marker] = ACTIONS(1350), + [sym_atx_h6_marker] = ACTIONS(1350), + [sym__thematic_break] = ACTIONS(1350), + [sym__list_marker_minus] = ACTIONS(1350), + [sym__list_marker_plus] = ACTIONS(1350), + [sym__list_marker_star] = ACTIONS(1350), + [sym__list_marker_parenthesis] = ACTIONS(1350), + [sym__list_marker_dot] = ACTIONS(1350), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1350), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1350), + [sym__fenced_code_block_start_backtick] = ACTIONS(1350), + [sym__fenced_code_block_start_tilde] = ACTIONS(1350), + [sym__blank_line_start] = ACTIONS(1350), + [sym__html_block_1_start] = ACTIONS(1350), + [sym__html_block_2_start] = ACTIONS(1350), + [sym__html_block_3_start] = ACTIONS(1350), + [sym__html_block_4_start] = ACTIONS(1350), + [sym__html_block_5_start] = ACTIONS(1350), + [sym__html_block_6_start] = ACTIONS(1350), + [sym__html_block_7_start] = ACTIONS(1350), + [sym__pipe_table_start] = ACTIONS(1350), + }, + [257] = { + [ts_builtin_sym_end] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1614), + [anon_sym_RBRACK] = ACTIONS(1616), + [anon_sym_LT] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_BANG] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1616), + [anon_sym_POUND] = ACTIONS(1616), + [anon_sym_DOLLAR] = ACTIONS(1616), + [anon_sym_PERCENT] = ACTIONS(1616), + [anon_sym_AMP] = ACTIONS(1616), + [anon_sym_SQUOTE] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_COMMA] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_COLON] = ACTIONS(1616), + [anon_sym_SEMI] = ACTIONS(1616), + [anon_sym_EQ] = ACTIONS(1616), + [anon_sym_QMARK] = ACTIONS(1616), + [anon_sym_AT] = ACTIONS(1616), + [anon_sym_BSLASH] = ACTIONS(1616), + [anon_sym_CARET] = ACTIONS(1616), + [anon_sym__] = ACTIONS(1616), + [anon_sym_BQUOTE] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1616), + [anon_sym_PIPE] = ACTIONS(1616), + [anon_sym_RBRACE] = ACTIONS(1616), + [anon_sym_TILDE] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1616), + [anon_sym_RPAREN] = ACTIONS(1616), + [aux_sym__word_token1] = ACTIONS(1616), + [aux_sym__word_token2] = ACTIONS(1616), + [aux_sym__word_token3] = ACTIONS(1616), + [sym__whitespace] = ACTIONS(1616), + [sym__soft_line_ending] = ACTIONS(1616), + [sym__block_quote_start] = ACTIONS(1616), + [sym__indented_chunk_start] = ACTIONS(1616), + [sym_atx_h1_marker] = ACTIONS(1616), + [sym_atx_h2_marker] = ACTIONS(1616), + [sym_atx_h3_marker] = ACTIONS(1616), + [sym_atx_h4_marker] = ACTIONS(1616), + [sym_atx_h5_marker] = ACTIONS(1616), + [sym_atx_h6_marker] = ACTIONS(1616), + [sym__thematic_break] = ACTIONS(1616), + [sym__list_marker_minus] = ACTIONS(1616), + [sym__list_marker_plus] = ACTIONS(1616), + [sym__list_marker_star] = ACTIONS(1616), + [sym__list_marker_parenthesis] = ACTIONS(1616), + [sym__list_marker_dot] = ACTIONS(1616), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1616), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1616), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1616), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1616), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1616), + [sym__fenced_code_block_start_backtick] = ACTIONS(1616), + [sym__fenced_code_block_start_tilde] = ACTIONS(1616), + [sym__blank_line_start] = ACTIONS(1616), + [sym__html_block_1_start] = ACTIONS(1616), + [sym__html_block_2_start] = ACTIONS(1616), + [sym__html_block_3_start] = ACTIONS(1616), + [sym__html_block_4_start] = ACTIONS(1616), + [sym__html_block_5_start] = ACTIONS(1616), + [sym__html_block_6_start] = ACTIONS(1616), + [sym__html_block_7_start] = ACTIONS(1616), + [sym__pipe_table_start] = ACTIONS(1616), + }, + [258] = { + [anon_sym_LBRACK] = ACTIONS(1354), + [anon_sym_RBRACK] = ACTIONS(1356), + [anon_sym_LT] = ACTIONS(1356), + [anon_sym_GT] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [anon_sym_POUND] = ACTIONS(1356), + [anon_sym_DOLLAR] = ACTIONS(1356), + [anon_sym_PERCENT] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_COMMA] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_DOT] = ACTIONS(1356), + [anon_sym_SLASH] = ACTIONS(1356), + [anon_sym_COLON] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym_EQ] = ACTIONS(1356), + [anon_sym_QMARK] = ACTIONS(1356), + [anon_sym_AT] = ACTIONS(1356), + [anon_sym_BSLASH] = ACTIONS(1356), + [anon_sym_CARET] = ACTIONS(1356), + [anon_sym__] = ACTIONS(1356), + [anon_sym_BQUOTE] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_PIPE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_LPAREN] = ACTIONS(1356), + [anon_sym_RPAREN] = ACTIONS(1356), + [aux_sym__word_token1] = ACTIONS(1356), + [aux_sym__word_token2] = ACTIONS(1356), + [aux_sym__word_token3] = ACTIONS(1356), + [sym__whitespace] = ACTIONS(1356), + [sym__soft_line_ending] = ACTIONS(1356), + [sym__block_close] = ACTIONS(1356), + [sym__block_quote_start] = ACTIONS(1356), + [sym__indented_chunk_start] = ACTIONS(1356), + [sym_atx_h1_marker] = ACTIONS(1356), + [sym_atx_h2_marker] = ACTIONS(1356), + [sym_atx_h3_marker] = ACTIONS(1356), + [sym_atx_h4_marker] = ACTIONS(1356), + [sym_atx_h5_marker] = ACTIONS(1356), + [sym_atx_h6_marker] = ACTIONS(1356), + [sym__thematic_break] = ACTIONS(1356), + [sym__list_marker_minus] = ACTIONS(1356), + [sym__list_marker_plus] = ACTIONS(1356), + [sym__list_marker_star] = ACTIONS(1356), + [sym__list_marker_parenthesis] = ACTIONS(1356), + [sym__list_marker_dot] = ACTIONS(1356), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1356), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1356), + [sym__fenced_code_block_start_backtick] = ACTIONS(1356), + [sym__fenced_code_block_start_tilde] = ACTIONS(1356), + [sym__blank_line_start] = ACTIONS(1356), + [sym__html_block_1_start] = ACTIONS(1356), + [sym__html_block_2_start] = ACTIONS(1356), + [sym__html_block_3_start] = ACTIONS(1356), + [sym__html_block_4_start] = ACTIONS(1356), + [sym__html_block_5_start] = ACTIONS(1356), + [sym__html_block_6_start] = ACTIONS(1356), + [sym__html_block_7_start] = ACTIONS(1356), + [sym__pipe_table_start] = ACTIONS(1356), + }, + [259] = { + [anon_sym_LBRACK] = ACTIONS(1360), + [anon_sym_RBRACK] = ACTIONS(1362), + [anon_sym_LT] = ACTIONS(1362), + [anon_sym_GT] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [anon_sym_POUND] = ACTIONS(1362), + [anon_sym_DOLLAR] = ACTIONS(1362), + [anon_sym_PERCENT] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_COMMA] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_SLASH] = ACTIONS(1362), + [anon_sym_COLON] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_EQ] = ACTIONS(1362), + [anon_sym_QMARK] = ACTIONS(1362), + [anon_sym_AT] = ACTIONS(1362), + [anon_sym_BSLASH] = ACTIONS(1362), + [anon_sym_CARET] = ACTIONS(1362), + [anon_sym__] = ACTIONS(1362), + [anon_sym_BQUOTE] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_PIPE] = ACTIONS(1362), + [anon_sym_RBRACE] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_LPAREN] = ACTIONS(1362), + [anon_sym_RPAREN] = ACTIONS(1362), + [aux_sym__word_token1] = ACTIONS(1362), + [aux_sym__word_token2] = ACTIONS(1362), + [aux_sym__word_token3] = ACTIONS(1362), + [sym__whitespace] = ACTIONS(1362), + [sym__soft_line_ending] = ACTIONS(1362), + [sym__block_close] = ACTIONS(1362), + [sym__block_quote_start] = ACTIONS(1362), + [sym__indented_chunk_start] = ACTIONS(1362), + [sym_atx_h1_marker] = ACTIONS(1362), + [sym_atx_h2_marker] = ACTIONS(1362), + [sym_atx_h3_marker] = ACTIONS(1362), + [sym_atx_h4_marker] = ACTIONS(1362), + [sym_atx_h5_marker] = ACTIONS(1362), + [sym_atx_h6_marker] = ACTIONS(1362), + [sym__thematic_break] = ACTIONS(1362), + [sym__list_marker_minus] = ACTIONS(1362), + [sym__list_marker_plus] = ACTIONS(1362), + [sym__list_marker_star] = ACTIONS(1362), + [sym__list_marker_parenthesis] = ACTIONS(1362), + [sym__list_marker_dot] = ACTIONS(1362), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1362), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1362), + [sym__fenced_code_block_start_backtick] = ACTIONS(1362), + [sym__fenced_code_block_start_tilde] = ACTIONS(1362), + [sym__blank_line_start] = ACTIONS(1362), + [sym__html_block_1_start] = ACTIONS(1362), + [sym__html_block_2_start] = ACTIONS(1362), + [sym__html_block_3_start] = ACTIONS(1362), + [sym__html_block_4_start] = ACTIONS(1362), + [sym__html_block_5_start] = ACTIONS(1362), + [sym__html_block_6_start] = ACTIONS(1362), + [sym__html_block_7_start] = ACTIONS(1362), + [sym__pipe_table_start] = ACTIONS(1362), + }, + [260] = { + [ts_builtin_sym_end] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1634), + [anon_sym_RBRACK] = ACTIONS(1636), + [anon_sym_LT] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_BANG] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1636), + [anon_sym_POUND] = ACTIONS(1636), + [anon_sym_DOLLAR] = ACTIONS(1636), + [anon_sym_PERCENT] = ACTIONS(1636), + [anon_sym_AMP] = ACTIONS(1636), + [anon_sym_SQUOTE] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_COMMA] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_COLON] = ACTIONS(1636), + [anon_sym_SEMI] = ACTIONS(1636), + [anon_sym_EQ] = ACTIONS(1636), + [anon_sym_QMARK] = ACTIONS(1636), + [anon_sym_AT] = ACTIONS(1636), + [anon_sym_BSLASH] = ACTIONS(1636), + [anon_sym_CARET] = ACTIONS(1636), + [anon_sym__] = ACTIONS(1636), + [anon_sym_BQUOTE] = ACTIONS(1636), + [anon_sym_LBRACE] = ACTIONS(1636), + [anon_sym_PIPE] = ACTIONS(1636), + [anon_sym_RBRACE] = ACTIONS(1636), + [anon_sym_TILDE] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1636), + [anon_sym_RPAREN] = ACTIONS(1636), + [aux_sym__word_token1] = ACTIONS(1636), + [aux_sym__word_token2] = ACTIONS(1636), + [aux_sym__word_token3] = ACTIONS(1636), + [sym__whitespace] = ACTIONS(1636), + [sym__soft_line_ending] = ACTIONS(1636), + [sym__block_quote_start] = ACTIONS(1636), + [sym__indented_chunk_start] = ACTIONS(1636), + [sym_atx_h1_marker] = ACTIONS(1636), + [sym_atx_h2_marker] = ACTIONS(1636), + [sym_atx_h3_marker] = ACTIONS(1636), + [sym_atx_h4_marker] = ACTIONS(1636), + [sym_atx_h5_marker] = ACTIONS(1636), + [sym_atx_h6_marker] = ACTIONS(1636), + [sym__thematic_break] = ACTIONS(1636), + [sym__list_marker_minus] = ACTIONS(1636), + [sym__list_marker_plus] = ACTIONS(1636), + [sym__list_marker_star] = ACTIONS(1636), + [sym__list_marker_parenthesis] = ACTIONS(1636), + [sym__list_marker_dot] = ACTIONS(1636), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1636), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1636), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1636), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1636), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1636), + [sym__fenced_code_block_start_backtick] = ACTIONS(1636), + [sym__fenced_code_block_start_tilde] = ACTIONS(1636), + [sym__blank_line_start] = ACTIONS(1636), + [sym__html_block_1_start] = ACTIONS(1636), + [sym__html_block_2_start] = ACTIONS(1636), + [sym__html_block_3_start] = ACTIONS(1636), + [sym__html_block_4_start] = ACTIONS(1636), + [sym__html_block_5_start] = ACTIONS(1636), + [sym__html_block_6_start] = ACTIONS(1636), + [sym__html_block_7_start] = ACTIONS(1636), + [sym__pipe_table_start] = ACTIONS(1636), + }, + [261] = { + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_RBRACK] = ACTIONS(1290), + [anon_sym_LT] = ACTIONS(1290), + [anon_sym_GT] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [anon_sym_POUND] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1290), + [anon_sym_PERCENT] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_COMMA] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_DOT] = ACTIONS(1290), + [anon_sym_SLASH] = ACTIONS(1290), + [anon_sym_COLON] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym_EQ] = ACTIONS(1290), + [anon_sym_QMARK] = ACTIONS(1290), + [anon_sym_AT] = ACTIONS(1290), + [anon_sym_BSLASH] = ACTIONS(1290), + [anon_sym_CARET] = ACTIONS(1290), + [anon_sym__] = ACTIONS(1290), + [anon_sym_BQUOTE] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_PIPE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_LPAREN] = ACTIONS(1290), + [anon_sym_RPAREN] = ACTIONS(1290), + [aux_sym__word_token1] = ACTIONS(1290), + [aux_sym__word_token2] = ACTIONS(1290), + [aux_sym__word_token3] = ACTIONS(1290), + [sym__whitespace] = ACTIONS(1290), + [sym__soft_line_ending] = ACTIONS(1290), + [sym__block_close] = ACTIONS(1290), + [sym__block_quote_start] = ACTIONS(1290), + [sym__indented_chunk_start] = ACTIONS(1290), + [sym_atx_h1_marker] = ACTIONS(1290), + [sym_atx_h2_marker] = ACTIONS(1290), + [sym_atx_h3_marker] = ACTIONS(1290), + [sym_atx_h4_marker] = ACTIONS(1290), + [sym_atx_h5_marker] = ACTIONS(1290), + [sym_atx_h6_marker] = ACTIONS(1290), + [sym__thematic_break] = ACTIONS(1290), + [sym__list_marker_minus] = ACTIONS(1290), + [sym__list_marker_plus] = ACTIONS(1290), + [sym__list_marker_star] = ACTIONS(1290), + [sym__list_marker_parenthesis] = ACTIONS(1290), + [sym__list_marker_dot] = ACTIONS(1290), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1290), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1290), + [sym__fenced_code_block_start_backtick] = ACTIONS(1290), + [sym__fenced_code_block_start_tilde] = ACTIONS(1290), + [sym__blank_line_start] = ACTIONS(1290), + [sym__html_block_1_start] = ACTIONS(1290), + [sym__html_block_2_start] = ACTIONS(1290), + [sym__html_block_3_start] = ACTIONS(1290), + [sym__html_block_4_start] = ACTIONS(1290), + [sym__html_block_5_start] = ACTIONS(1290), + [sym__html_block_6_start] = ACTIONS(1290), + [sym__html_block_7_start] = ACTIONS(1290), + [sym__pipe_table_start] = ACTIONS(1290), + }, + [262] = { + [ts_builtin_sym_end] = ACTIONS(1640), + [anon_sym_LBRACK] = ACTIONS(1638), + [anon_sym_RBRACK] = ACTIONS(1640), + [anon_sym_LT] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), + [anon_sym_BANG] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(1640), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_PERCENT] = ACTIONS(1640), + [anon_sym_AMP] = ACTIONS(1640), + [anon_sym_SQUOTE] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_COLON] = ACTIONS(1640), + [anon_sym_SEMI] = ACTIONS(1640), + [anon_sym_EQ] = ACTIONS(1640), + [anon_sym_QMARK] = ACTIONS(1640), + [anon_sym_AT] = ACTIONS(1640), + [anon_sym_BSLASH] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(1640), + [anon_sym__] = ACTIONS(1640), + [anon_sym_BQUOTE] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_PIPE] = ACTIONS(1640), + [anon_sym_RBRACE] = ACTIONS(1640), + [anon_sym_TILDE] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym_RPAREN] = ACTIONS(1640), + [aux_sym__word_token1] = ACTIONS(1640), + [aux_sym__word_token2] = ACTIONS(1640), + [aux_sym__word_token3] = ACTIONS(1640), + [sym__whitespace] = ACTIONS(1640), + [sym__soft_line_ending] = ACTIONS(1640), + [sym__block_quote_start] = ACTIONS(1640), + [sym__indented_chunk_start] = ACTIONS(1640), + [sym_atx_h1_marker] = ACTIONS(1640), + [sym_atx_h2_marker] = ACTIONS(1640), + [sym_atx_h3_marker] = ACTIONS(1640), + [sym_atx_h4_marker] = ACTIONS(1640), + [sym_atx_h5_marker] = ACTIONS(1640), + [sym_atx_h6_marker] = ACTIONS(1640), + [sym__thematic_break] = ACTIONS(1640), + [sym__list_marker_minus] = ACTIONS(1640), + [sym__list_marker_plus] = ACTIONS(1640), + [sym__list_marker_star] = ACTIONS(1640), + [sym__list_marker_parenthesis] = ACTIONS(1640), + [sym__list_marker_dot] = ACTIONS(1640), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1640), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1640), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1640), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1640), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1640), + [sym__fenced_code_block_start_backtick] = ACTIONS(1640), + [sym__fenced_code_block_start_tilde] = ACTIONS(1640), + [sym__blank_line_start] = ACTIONS(1640), + [sym__html_block_1_start] = ACTIONS(1640), + [sym__html_block_2_start] = ACTIONS(1640), + [sym__html_block_3_start] = ACTIONS(1640), + [sym__html_block_4_start] = ACTIONS(1640), + [sym__html_block_5_start] = ACTIONS(1640), + [sym__html_block_6_start] = ACTIONS(1640), + [sym__html_block_7_start] = ACTIONS(1640), + [sym__pipe_table_start] = ACTIONS(1640), + }, + [263] = { + [anon_sym_LBRACK] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(1374), + [anon_sym_LT] = ACTIONS(1374), + [anon_sym_GT] = ACTIONS(1374), + [anon_sym_BANG] = ACTIONS(1374), + [anon_sym_DQUOTE] = ACTIONS(1374), + [anon_sym_POUND] = ACTIONS(1374), + [anon_sym_DOLLAR] = ACTIONS(1374), + [anon_sym_PERCENT] = ACTIONS(1374), + [anon_sym_AMP] = ACTIONS(1374), + [anon_sym_SQUOTE] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_COMMA] = ACTIONS(1374), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_DOT] = ACTIONS(1374), + [anon_sym_SLASH] = ACTIONS(1374), + [anon_sym_COLON] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1374), + [anon_sym_EQ] = ACTIONS(1374), + [anon_sym_QMARK] = ACTIONS(1374), + [anon_sym_AT] = ACTIONS(1374), + [anon_sym_BSLASH] = ACTIONS(1374), + [anon_sym_CARET] = ACTIONS(1374), + [anon_sym__] = ACTIONS(1374), + [anon_sym_BQUOTE] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_PIPE] = ACTIONS(1374), + [anon_sym_RBRACE] = ACTIONS(1374), + [anon_sym_TILDE] = ACTIONS(1374), + [anon_sym_LPAREN] = ACTIONS(1374), + [anon_sym_RPAREN] = ACTIONS(1374), + [aux_sym__word_token1] = ACTIONS(1374), + [aux_sym__word_token2] = ACTIONS(1374), + [aux_sym__word_token3] = ACTIONS(1374), + [sym__whitespace] = ACTIONS(1374), + [sym__soft_line_ending] = ACTIONS(1374), + [sym__block_close] = ACTIONS(1374), + [sym__block_quote_start] = ACTIONS(1374), + [sym__indented_chunk_start] = ACTIONS(1374), + [sym_atx_h1_marker] = ACTIONS(1374), + [sym_atx_h2_marker] = ACTIONS(1374), + [sym_atx_h3_marker] = ACTIONS(1374), + [sym_atx_h4_marker] = ACTIONS(1374), + [sym_atx_h5_marker] = ACTIONS(1374), + [sym_atx_h6_marker] = ACTIONS(1374), + [sym__thematic_break] = ACTIONS(1374), + [sym__list_marker_minus] = ACTIONS(1374), + [sym__list_marker_plus] = ACTIONS(1374), + [sym__list_marker_star] = ACTIONS(1374), + [sym__list_marker_parenthesis] = ACTIONS(1374), + [sym__list_marker_dot] = ACTIONS(1374), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1374), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1374), + [sym__fenced_code_block_start_backtick] = ACTIONS(1374), + [sym__fenced_code_block_start_tilde] = ACTIONS(1374), + [sym__blank_line_start] = ACTIONS(1374), + [sym__html_block_1_start] = ACTIONS(1374), + [sym__html_block_2_start] = ACTIONS(1374), + [sym__html_block_3_start] = ACTIONS(1374), + [sym__html_block_4_start] = ACTIONS(1374), + [sym__html_block_5_start] = ACTIONS(1374), + [sym__html_block_6_start] = ACTIONS(1374), + [sym__html_block_7_start] = ACTIONS(1374), + [sym__pipe_table_start] = ACTIONS(1374), + }, + [264] = { + [ts_builtin_sym_end] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1430), + [anon_sym_RBRACK] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_DOLLAR] = ACTIONS(1432), + [anon_sym_PERCENT] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_SLASH] = ACTIONS(1432), + [anon_sym_COLON] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1432), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_AT] = ACTIONS(1432), + [anon_sym_BSLASH] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), + [anon_sym__] = ACTIONS(1432), + [anon_sym_BQUOTE] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_PIPE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_RPAREN] = ACTIONS(1432), + [aux_sym__word_token1] = ACTIONS(1432), + [aux_sym__word_token2] = ACTIONS(1432), + [aux_sym__word_token3] = ACTIONS(1432), + [sym__whitespace] = ACTIONS(1432), + [sym__soft_line_ending] = ACTIONS(1432), + [sym__block_quote_start] = ACTIONS(1432), + [sym__indented_chunk_start] = ACTIONS(1432), + [sym_atx_h1_marker] = ACTIONS(1432), + [sym_atx_h2_marker] = ACTIONS(1432), + [sym_atx_h3_marker] = ACTIONS(1432), + [sym_atx_h4_marker] = ACTIONS(1432), + [sym_atx_h5_marker] = ACTIONS(1432), + [sym_atx_h6_marker] = ACTIONS(1432), + [sym__thematic_break] = ACTIONS(1432), + [sym__list_marker_minus] = ACTIONS(1432), + [sym__list_marker_plus] = ACTIONS(1432), + [sym__list_marker_star] = ACTIONS(1432), + [sym__list_marker_parenthesis] = ACTIONS(1432), + [sym__list_marker_dot] = ACTIONS(1432), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1432), + [sym__fenced_code_block_start_backtick] = ACTIONS(1432), + [sym__fenced_code_block_start_tilde] = ACTIONS(1432), + [sym__blank_line_start] = ACTIONS(1432), + [sym__html_block_1_start] = ACTIONS(1432), + [sym__html_block_2_start] = ACTIONS(1432), + [sym__html_block_3_start] = ACTIONS(1432), + [sym__html_block_4_start] = ACTIONS(1432), + [sym__html_block_5_start] = ACTIONS(1432), + [sym__html_block_6_start] = ACTIONS(1432), + [sym__html_block_7_start] = ACTIONS(1432), + [sym__pipe_table_start] = ACTIONS(1432), + }, + [265] = { + [anon_sym_LBRACK] = ACTIONS(1378), + [anon_sym_RBRACK] = ACTIONS(1380), + [anon_sym_LT] = ACTIONS(1380), + [anon_sym_GT] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [anon_sym_POUND] = ACTIONS(1380), + [anon_sym_DOLLAR] = ACTIONS(1380), + [anon_sym_PERCENT] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_PLUS] = ACTIONS(1380), + [anon_sym_COMMA] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1380), + [anon_sym_DOT] = ACTIONS(1380), + [anon_sym_SLASH] = ACTIONS(1380), + [anon_sym_COLON] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1380), + [anon_sym_QMARK] = ACTIONS(1380), + [anon_sym_AT] = ACTIONS(1380), + [anon_sym_BSLASH] = ACTIONS(1380), + [anon_sym_CARET] = ACTIONS(1380), + [anon_sym__] = ACTIONS(1380), + [anon_sym_BQUOTE] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_LPAREN] = ACTIONS(1380), + [anon_sym_RPAREN] = ACTIONS(1380), + [aux_sym__word_token1] = ACTIONS(1380), + [aux_sym__word_token2] = ACTIONS(1380), + [aux_sym__word_token3] = ACTIONS(1380), + [sym__whitespace] = ACTIONS(1380), + [sym__soft_line_ending] = ACTIONS(1380), + [sym__block_close] = ACTIONS(1380), + [sym__block_quote_start] = ACTIONS(1380), + [sym__indented_chunk_start] = ACTIONS(1380), + [sym_atx_h1_marker] = ACTIONS(1380), + [sym_atx_h2_marker] = ACTIONS(1380), + [sym_atx_h3_marker] = ACTIONS(1380), + [sym_atx_h4_marker] = ACTIONS(1380), + [sym_atx_h5_marker] = ACTIONS(1380), + [sym_atx_h6_marker] = ACTIONS(1380), + [sym__thematic_break] = ACTIONS(1380), + [sym__list_marker_minus] = ACTIONS(1380), + [sym__list_marker_plus] = ACTIONS(1380), + [sym__list_marker_star] = ACTIONS(1380), + [sym__list_marker_parenthesis] = ACTIONS(1380), + [sym__list_marker_dot] = ACTIONS(1380), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1380), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1380), + [sym__fenced_code_block_start_backtick] = ACTIONS(1380), + [sym__fenced_code_block_start_tilde] = ACTIONS(1380), + [sym__blank_line_start] = ACTIONS(1380), + [sym__html_block_1_start] = ACTIONS(1380), + [sym__html_block_2_start] = ACTIONS(1380), + [sym__html_block_3_start] = ACTIONS(1380), + [sym__html_block_4_start] = ACTIONS(1380), + [sym__html_block_5_start] = ACTIONS(1380), + [sym__html_block_6_start] = ACTIONS(1380), + [sym__html_block_7_start] = ACTIONS(1380), + [sym__pipe_table_start] = ACTIONS(1380), + }, + [266] = { + [ts_builtin_sym_end] = ACTIONS(1644), + [anon_sym_LBRACK] = ACTIONS(1642), + [anon_sym_RBRACK] = ACTIONS(1644), + [anon_sym_LT] = ACTIONS(1644), + [anon_sym_GT] = ACTIONS(1644), + [anon_sym_BANG] = ACTIONS(1644), + [anon_sym_DQUOTE] = ACTIONS(1644), + [anon_sym_POUND] = ACTIONS(1644), + [anon_sym_DOLLAR] = ACTIONS(1644), + [anon_sym_PERCENT] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1644), + [anon_sym_SQUOTE] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1644), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_COMMA] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1644), + [anon_sym_COLON] = ACTIONS(1644), + [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_EQ] = ACTIONS(1644), + [anon_sym_QMARK] = ACTIONS(1644), + [anon_sym_AT] = ACTIONS(1644), + [anon_sym_BSLASH] = ACTIONS(1644), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym__] = ACTIONS(1644), + [anon_sym_BQUOTE] = ACTIONS(1644), + [anon_sym_LBRACE] = ACTIONS(1644), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1644), + [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_LPAREN] = ACTIONS(1644), + [anon_sym_RPAREN] = ACTIONS(1644), + [aux_sym__word_token1] = ACTIONS(1644), + [aux_sym__word_token2] = ACTIONS(1644), + [aux_sym__word_token3] = ACTIONS(1644), + [sym__whitespace] = ACTIONS(1644), + [sym__soft_line_ending] = ACTIONS(1644), + [sym__block_quote_start] = ACTIONS(1644), + [sym__indented_chunk_start] = ACTIONS(1644), + [sym_atx_h1_marker] = ACTIONS(1644), + [sym_atx_h2_marker] = ACTIONS(1644), + [sym_atx_h3_marker] = ACTIONS(1644), + [sym_atx_h4_marker] = ACTIONS(1644), + [sym_atx_h5_marker] = ACTIONS(1644), + [sym_atx_h6_marker] = ACTIONS(1644), + [sym__thematic_break] = ACTIONS(1644), + [sym__list_marker_minus] = ACTIONS(1644), + [sym__list_marker_plus] = ACTIONS(1644), + [sym__list_marker_star] = ACTIONS(1644), + [sym__list_marker_parenthesis] = ACTIONS(1644), + [sym__list_marker_dot] = ACTIONS(1644), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1644), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1644), + [sym__fenced_code_block_start_backtick] = ACTIONS(1644), + [sym__fenced_code_block_start_tilde] = ACTIONS(1644), + [sym__blank_line_start] = ACTIONS(1644), + [sym__html_block_1_start] = ACTIONS(1644), + [sym__html_block_2_start] = ACTIONS(1644), + [sym__html_block_3_start] = ACTIONS(1644), + [sym__html_block_4_start] = ACTIONS(1644), + [sym__html_block_5_start] = ACTIONS(1644), + [sym__html_block_6_start] = ACTIONS(1644), + [sym__html_block_7_start] = ACTIONS(1644), + [sym__pipe_table_start] = ACTIONS(1644), + }, + [267] = { [ts_builtin_sym_end] = ACTIONS(1698), [anon_sym_LBRACK] = ACTIONS(1700), [anon_sym_RBRACK] = ACTIONS(1698), @@ -33972,7 +35162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1698), [sym__pipe_table_start] = ACTIONS(1698), }, - [251] = { + [268] = { [ts_builtin_sym_end] = ACTIONS(1702), [anon_sym_LBRACK] = ACTIONS(1704), [anon_sym_RBRACK] = ACTIONS(1702), @@ -34042,7 +35232,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1702), [sym__pipe_table_start] = ACTIONS(1702), }, - [252] = { + [269] = { + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_RBRACK] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(1690), + [anon_sym_GT] = ACTIONS(1690), + [anon_sym_BANG] = ACTIONS(1690), + [anon_sym_DQUOTE] = ACTIONS(1690), + [anon_sym_POUND] = ACTIONS(1690), + [anon_sym_DOLLAR] = ACTIONS(1690), + [anon_sym_PERCENT] = ACTIONS(1690), + [anon_sym_AMP] = ACTIONS(1690), + [anon_sym_SQUOTE] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_PLUS] = ACTIONS(1690), + [anon_sym_COMMA] = ACTIONS(1690), + [anon_sym_DASH] = ACTIONS(1690), + [anon_sym_DOT] = ACTIONS(1690), + [anon_sym_SLASH] = ACTIONS(1690), + [anon_sym_COLON] = ACTIONS(1690), + [anon_sym_SEMI] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(1690), + [anon_sym_AT] = ACTIONS(1690), + [anon_sym_BSLASH] = ACTIONS(1690), + [anon_sym_CARET] = ACTIONS(1690), + [anon_sym__] = ACTIONS(1690), + [anon_sym_BQUOTE] = ACTIONS(1690), + [anon_sym_LBRACE] = ACTIONS(1690), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_RBRACE] = ACTIONS(1690), + [anon_sym_TILDE] = ACTIONS(1690), + [anon_sym_LPAREN] = ACTIONS(1690), + [anon_sym_RPAREN] = ACTIONS(1690), + [aux_sym__word_token1] = ACTIONS(1690), + [aux_sym__word_token2] = ACTIONS(1690), + [aux_sym__word_token3] = ACTIONS(1690), + [sym__whitespace] = ACTIONS(1690), + [sym__soft_line_ending] = ACTIONS(1690), + [sym__block_close] = ACTIONS(1690), + [sym__block_quote_start] = ACTIONS(1690), + [sym__indented_chunk_start] = ACTIONS(1690), + [sym_atx_h1_marker] = ACTIONS(1690), + [sym_atx_h2_marker] = ACTIONS(1690), + [sym_atx_h3_marker] = ACTIONS(1690), + [sym_atx_h4_marker] = ACTIONS(1690), + [sym_atx_h5_marker] = ACTIONS(1690), + [sym_atx_h6_marker] = ACTIONS(1690), + [sym__thematic_break] = ACTIONS(1690), + [sym__list_marker_minus] = ACTIONS(1690), + [sym__list_marker_plus] = ACTIONS(1690), + [sym__list_marker_star] = ACTIONS(1690), + [sym__list_marker_parenthesis] = ACTIONS(1690), + [sym__list_marker_dot] = ACTIONS(1690), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1690), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1690), + [sym__fenced_code_block_start_backtick] = ACTIONS(1690), + [sym__fenced_code_block_start_tilde] = ACTIONS(1690), + [sym__blank_line_start] = ACTIONS(1690), + [sym__html_block_1_start] = ACTIONS(1690), + [sym__html_block_2_start] = ACTIONS(1690), + [sym__html_block_3_start] = ACTIONS(1690), + [sym__html_block_4_start] = ACTIONS(1690), + [sym__html_block_5_start] = ACTIONS(1690), + [sym__html_block_6_start] = ACTIONS(1690), + [sym__html_block_7_start] = ACTIONS(1690), + [sym__pipe_table_start] = ACTIONS(1690), + }, + [270] = { + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1694), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_DQUOTE] = ACTIONS(1694), + [anon_sym_POUND] = ACTIONS(1694), + [anon_sym_DOLLAR] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_AMP] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_COMMA] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_COLON] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_QMARK] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1694), + [anon_sym_BSLASH] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1694), + [anon_sym__] = ACTIONS(1694), + [anon_sym_BQUOTE] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1694), + [anon_sym_PIPE] = ACTIONS(1694), + [anon_sym_RBRACE] = ACTIONS(1694), + [anon_sym_TILDE] = ACTIONS(1694), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1694), + [aux_sym__word_token1] = ACTIONS(1694), + [aux_sym__word_token2] = ACTIONS(1694), + [aux_sym__word_token3] = ACTIONS(1694), + [sym__whitespace] = ACTIONS(1694), + [sym__soft_line_ending] = ACTIONS(1694), + [sym__block_close] = ACTIONS(1694), + [sym__block_quote_start] = ACTIONS(1694), + [sym__indented_chunk_start] = ACTIONS(1694), + [sym_atx_h1_marker] = ACTIONS(1694), + [sym_atx_h2_marker] = ACTIONS(1694), + [sym_atx_h3_marker] = ACTIONS(1694), + [sym_atx_h4_marker] = ACTIONS(1694), + [sym_atx_h5_marker] = ACTIONS(1694), + [sym_atx_h6_marker] = ACTIONS(1694), + [sym__thematic_break] = ACTIONS(1694), + [sym__list_marker_minus] = ACTIONS(1694), + [sym__list_marker_plus] = ACTIONS(1694), + [sym__list_marker_star] = ACTIONS(1694), + [sym__list_marker_parenthesis] = ACTIONS(1694), + [sym__list_marker_dot] = ACTIONS(1694), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1694), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1694), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1694), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1694), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1694), + [sym__fenced_code_block_start_backtick] = ACTIONS(1694), + [sym__fenced_code_block_start_tilde] = ACTIONS(1694), + [sym__blank_line_start] = ACTIONS(1694), + [sym__html_block_1_start] = ACTIONS(1694), + [sym__html_block_2_start] = ACTIONS(1694), + [sym__html_block_3_start] = ACTIONS(1694), + [sym__html_block_4_start] = ACTIONS(1694), + [sym__html_block_5_start] = ACTIONS(1694), + [sym__html_block_6_start] = ACTIONS(1694), + [sym__html_block_7_start] = ACTIONS(1694), + [sym__pipe_table_start] = ACTIONS(1694), + }, + [271] = { [ts_builtin_sym_end] = ACTIONS(1706), [anon_sym_LBRACK] = ACTIONS(1708), [anon_sym_RBRACK] = ACTIONS(1706), @@ -34112,7 +35442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1706), [sym__pipe_table_start] = ACTIONS(1706), }, - [253] = { + [272] = { [ts_builtin_sym_end] = ACTIONS(1710), [anon_sym_LBRACK] = ACTIONS(1712), [anon_sym_RBRACK] = ACTIONS(1710), @@ -34182,77 +35512,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1710), [sym__pipe_table_start] = ACTIONS(1710), }, - [254] = { - [ts_builtin_sym_end] = ACTIONS(1640), - [anon_sym_LBRACK] = ACTIONS(1638), - [anon_sym_RBRACK] = ACTIONS(1640), - [anon_sym_LT] = ACTIONS(1640), - [anon_sym_GT] = ACTIONS(1640), - [anon_sym_BANG] = ACTIONS(1640), - [anon_sym_DQUOTE] = ACTIONS(1640), - [anon_sym_POUND] = ACTIONS(1640), - [anon_sym_DOLLAR] = ACTIONS(1640), - [anon_sym_PERCENT] = ACTIONS(1640), - [anon_sym_AMP] = ACTIONS(1640), - [anon_sym_SQUOTE] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_COMMA] = ACTIONS(1640), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_DOT] = ACTIONS(1640), - [anon_sym_SLASH] = ACTIONS(1640), - [anon_sym_COLON] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1640), - [anon_sym_EQ] = ACTIONS(1640), - [anon_sym_QMARK] = ACTIONS(1640), - [anon_sym_AT] = ACTIONS(1640), - [anon_sym_BSLASH] = ACTIONS(1640), - [anon_sym_CARET] = ACTIONS(1640), - [anon_sym__] = ACTIONS(1640), - [anon_sym_BQUOTE] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1640), - [anon_sym_PIPE] = ACTIONS(1640), - [anon_sym_RBRACE] = ACTIONS(1640), - [anon_sym_TILDE] = ACTIONS(1640), - [anon_sym_LPAREN] = ACTIONS(1640), - [anon_sym_RPAREN] = ACTIONS(1640), - [aux_sym__word_token1] = ACTIONS(1640), - [aux_sym__word_token2] = ACTIONS(1640), - [aux_sym__word_token3] = ACTIONS(1640), - [sym__whitespace] = ACTIONS(1640), - [sym__soft_line_ending] = ACTIONS(1640), - [sym__block_quote_start] = ACTIONS(1640), - [sym__indented_chunk_start] = ACTIONS(1640), - [sym_atx_h1_marker] = ACTIONS(1640), - [sym_atx_h2_marker] = ACTIONS(1640), - [sym_atx_h3_marker] = ACTIONS(1640), - [sym_atx_h4_marker] = ACTIONS(1640), - [sym_atx_h5_marker] = ACTIONS(1640), - [sym_atx_h6_marker] = ACTIONS(1640), - [sym__thematic_break] = ACTIONS(1640), - [sym__list_marker_minus] = ACTIONS(1640), - [sym__list_marker_plus] = ACTIONS(1640), - [sym__list_marker_star] = ACTIONS(1640), - [sym__list_marker_parenthesis] = ACTIONS(1640), - [sym__list_marker_dot] = ACTIONS(1640), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1640), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1640), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1640), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1640), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1640), - [sym__fenced_code_block_start_backtick] = ACTIONS(1640), - [sym__fenced_code_block_start_tilde] = ACTIONS(1640), - [sym__blank_line_start] = ACTIONS(1640), - [sym__html_block_1_start] = ACTIONS(1640), - [sym__html_block_2_start] = ACTIONS(1640), - [sym__html_block_3_start] = ACTIONS(1640), - [sym__html_block_4_start] = ACTIONS(1640), - [sym__html_block_5_start] = ACTIONS(1640), - [sym__html_block_6_start] = ACTIONS(1640), - [sym__html_block_7_start] = ACTIONS(1640), - [sym__pipe_table_start] = ACTIONS(1640), - }, - [255] = { + [273] = { [ts_builtin_sym_end] = ACTIONS(1714), [anon_sym_LBRACK] = ACTIONS(1716), [anon_sym_RBRACK] = ACTIONS(1714), @@ -34322,7 +35582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1714), [sym__pipe_table_start] = ACTIONS(1714), }, - [256] = { + [274] = { [ts_builtin_sym_end] = ACTIONS(1718), [anon_sym_LBRACK] = ACTIONS(1720), [anon_sym_RBRACK] = ACTIONS(1718), @@ -34392,77 +35652,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1718), [sym__pipe_table_start] = ACTIONS(1718), }, - [257] = { - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1694), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [anon_sym_POUND] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_COMMA] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_COLON] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_QMARK] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1694), - [anon_sym_BSLASH] = ACTIONS(1694), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym__] = ACTIONS(1694), - [anon_sym_BQUOTE] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_RBRACE] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1694), - [anon_sym_RPAREN] = ACTIONS(1694), - [aux_sym__word_token1] = ACTIONS(1694), - [aux_sym__word_token2] = ACTIONS(1694), - [aux_sym__word_token3] = ACTIONS(1694), - [sym__whitespace] = ACTIONS(1694), - [sym__soft_line_ending] = ACTIONS(1694), - [sym__block_close] = ACTIONS(1694), - [sym__block_quote_start] = ACTIONS(1694), - [sym__indented_chunk_start] = ACTIONS(1694), - [sym_atx_h1_marker] = ACTIONS(1694), - [sym_atx_h2_marker] = ACTIONS(1694), - [sym_atx_h3_marker] = ACTIONS(1694), - [sym_atx_h4_marker] = ACTIONS(1694), - [sym_atx_h5_marker] = ACTIONS(1694), - [sym_atx_h6_marker] = ACTIONS(1694), - [sym__thematic_break] = ACTIONS(1694), - [sym__list_marker_minus] = ACTIONS(1694), - [sym__list_marker_plus] = ACTIONS(1694), - [sym__list_marker_star] = ACTIONS(1694), - [sym__list_marker_parenthesis] = ACTIONS(1694), - [sym__list_marker_dot] = ACTIONS(1694), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1694), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1694), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1694), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1694), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1694), - [sym__fenced_code_block_start_backtick] = ACTIONS(1694), - [sym__fenced_code_block_start_tilde] = ACTIONS(1694), - [sym__blank_line_start] = ACTIONS(1694), - [sym__html_block_1_start] = ACTIONS(1694), - [sym__html_block_2_start] = ACTIONS(1694), - [sym__html_block_3_start] = ACTIONS(1694), - [sym__html_block_4_start] = ACTIONS(1694), - [sym__html_block_5_start] = ACTIONS(1694), - [sym__html_block_6_start] = ACTIONS(1694), - [sym__html_block_7_start] = ACTIONS(1694), - [sym__pipe_table_start] = ACTIONS(1694), + [275] = { + [ts_builtin_sym_end] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_RBRACK] = ACTIONS(1722), + [anon_sym_LT] = ACTIONS(1722), + [anon_sym_GT] = ACTIONS(1722), + [anon_sym_BANG] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [anon_sym_POUND] = ACTIONS(1722), + [anon_sym_DOLLAR] = ACTIONS(1722), + [anon_sym_PERCENT] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1722), + [anon_sym_SQUOTE] = ACTIONS(1722), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_PLUS] = ACTIONS(1722), + [anon_sym_COMMA] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1722), + [anon_sym_DOT] = ACTIONS(1722), + [anon_sym_SLASH] = ACTIONS(1722), + [anon_sym_COLON] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_EQ] = ACTIONS(1722), + [anon_sym_QMARK] = ACTIONS(1722), + [anon_sym_AT] = ACTIONS(1722), + [anon_sym_BSLASH] = ACTIONS(1722), + [anon_sym_CARET] = ACTIONS(1722), + [anon_sym__] = ACTIONS(1722), + [anon_sym_BQUOTE] = ACTIONS(1722), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_PIPE] = ACTIONS(1722), + [anon_sym_RBRACE] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_LPAREN] = ACTIONS(1722), + [anon_sym_RPAREN] = ACTIONS(1722), + [aux_sym__word_token1] = ACTIONS(1722), + [aux_sym__word_token2] = ACTIONS(1722), + [aux_sym__word_token3] = ACTIONS(1722), + [sym__whitespace] = ACTIONS(1722), + [sym__soft_line_ending] = ACTIONS(1722), + [sym__block_quote_start] = ACTIONS(1722), + [sym__indented_chunk_start] = ACTIONS(1722), + [sym_atx_h1_marker] = ACTIONS(1722), + [sym_atx_h2_marker] = ACTIONS(1722), + [sym_atx_h3_marker] = ACTIONS(1722), + [sym_atx_h4_marker] = ACTIONS(1722), + [sym_atx_h5_marker] = ACTIONS(1722), + [sym_atx_h6_marker] = ACTIONS(1722), + [sym__thematic_break] = ACTIONS(1722), + [sym__list_marker_minus] = ACTIONS(1722), + [sym__list_marker_plus] = ACTIONS(1722), + [sym__list_marker_star] = ACTIONS(1722), + [sym__list_marker_parenthesis] = ACTIONS(1722), + [sym__list_marker_dot] = ACTIONS(1722), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1722), + [sym__fenced_code_block_start_backtick] = ACTIONS(1722), + [sym__fenced_code_block_start_tilde] = ACTIONS(1722), + [sym__blank_line_start] = ACTIONS(1722), + [sym__html_block_1_start] = ACTIONS(1722), + [sym__html_block_2_start] = ACTIONS(1722), + [sym__html_block_3_start] = ACTIONS(1722), + [sym__html_block_4_start] = ACTIONS(1722), + [sym__html_block_5_start] = ACTIONS(1722), + [sym__html_block_6_start] = ACTIONS(1722), + [sym__html_block_7_start] = ACTIONS(1722), + [sym__pipe_table_start] = ACTIONS(1722), }, - [258] = { + [276] = { + [anon_sym_LBRACK] = ACTIONS(1430), + [anon_sym_RBRACK] = ACTIONS(1432), + [anon_sym_LT] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_DOLLAR] = ACTIONS(1432), + [anon_sym_PERCENT] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1432), + [anon_sym_SLASH] = ACTIONS(1432), + [anon_sym_COLON] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1432), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_AT] = ACTIONS(1432), + [anon_sym_BSLASH] = ACTIONS(1432), + [anon_sym_CARET] = ACTIONS(1432), + [anon_sym__] = ACTIONS(1432), + [anon_sym_BQUOTE] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_PIPE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_RPAREN] = ACTIONS(1432), + [aux_sym__word_token1] = ACTIONS(1432), + [aux_sym__word_token2] = ACTIONS(1432), + [aux_sym__word_token3] = ACTIONS(1432), + [sym__whitespace] = ACTIONS(1432), + [sym__soft_line_ending] = ACTIONS(1432), + [sym__block_close] = ACTIONS(1432), + [sym__block_quote_start] = ACTIONS(1432), + [sym__indented_chunk_start] = ACTIONS(1432), + [sym_atx_h1_marker] = ACTIONS(1432), + [sym_atx_h2_marker] = ACTIONS(1432), + [sym_atx_h3_marker] = ACTIONS(1432), + [sym_atx_h4_marker] = ACTIONS(1432), + [sym_atx_h5_marker] = ACTIONS(1432), + [sym_atx_h6_marker] = ACTIONS(1432), + [sym__thematic_break] = ACTIONS(1432), + [sym__list_marker_minus] = ACTIONS(1432), + [sym__list_marker_plus] = ACTIONS(1432), + [sym__list_marker_star] = ACTIONS(1432), + [sym__list_marker_parenthesis] = ACTIONS(1432), + [sym__list_marker_dot] = ACTIONS(1432), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1432), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1432), + [sym__fenced_code_block_start_backtick] = ACTIONS(1432), + [sym__fenced_code_block_start_tilde] = ACTIONS(1432), + [sym__blank_line_start] = ACTIONS(1432), + [sym__html_block_1_start] = ACTIONS(1432), + [sym__html_block_2_start] = ACTIONS(1432), + [sym__html_block_3_start] = ACTIONS(1432), + [sym__html_block_4_start] = ACTIONS(1432), + [sym__html_block_5_start] = ACTIONS(1432), + [sym__html_block_6_start] = ACTIONS(1432), + [sym__html_block_7_start] = ACTIONS(1432), + [sym__pipe_table_start] = ACTIONS(1432), + }, + [277] = { + [ts_builtin_sym_end] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_RBRACK] = ACTIONS(1726), + [anon_sym_LT] = ACTIONS(1726), + [anon_sym_GT] = ACTIONS(1726), + [anon_sym_BANG] = ACTIONS(1726), + [anon_sym_DQUOTE] = ACTIONS(1726), + [anon_sym_POUND] = ACTIONS(1726), + [anon_sym_DOLLAR] = ACTIONS(1726), + [anon_sym_PERCENT] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1726), + [anon_sym_SQUOTE] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_PLUS] = ACTIONS(1726), + [anon_sym_COMMA] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1726), + [anon_sym_DOT] = ACTIONS(1726), + [anon_sym_SLASH] = ACTIONS(1726), + [anon_sym_COLON] = ACTIONS(1726), + [anon_sym_SEMI] = ACTIONS(1726), + [anon_sym_EQ] = ACTIONS(1726), + [anon_sym_QMARK] = ACTIONS(1726), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_BSLASH] = ACTIONS(1726), + [anon_sym_CARET] = ACTIONS(1726), + [anon_sym__] = ACTIONS(1726), + [anon_sym_BQUOTE] = ACTIONS(1726), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_PIPE] = ACTIONS(1726), + [anon_sym_RBRACE] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1726), + [anon_sym_RPAREN] = ACTIONS(1726), + [aux_sym__word_token1] = ACTIONS(1726), + [aux_sym__word_token2] = ACTIONS(1726), + [aux_sym__word_token3] = ACTIONS(1726), + [sym__whitespace] = ACTIONS(1726), + [sym__soft_line_ending] = ACTIONS(1726), + [sym__block_quote_start] = ACTIONS(1726), + [sym__indented_chunk_start] = ACTIONS(1726), + [sym_atx_h1_marker] = ACTIONS(1726), + [sym_atx_h2_marker] = ACTIONS(1726), + [sym_atx_h3_marker] = ACTIONS(1726), + [sym_atx_h4_marker] = ACTIONS(1726), + [sym_atx_h5_marker] = ACTIONS(1726), + [sym_atx_h6_marker] = ACTIONS(1726), + [sym__thematic_break] = ACTIONS(1726), + [sym__list_marker_minus] = ACTIONS(1726), + [sym__list_marker_plus] = ACTIONS(1726), + [sym__list_marker_star] = ACTIONS(1726), + [sym__list_marker_parenthesis] = ACTIONS(1726), + [sym__list_marker_dot] = ACTIONS(1726), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1726), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1726), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1726), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1726), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1726), + [sym__fenced_code_block_start_backtick] = ACTIONS(1726), + [sym__fenced_code_block_start_tilde] = ACTIONS(1726), + [sym__blank_line_start] = ACTIONS(1726), + [sym__html_block_1_start] = ACTIONS(1726), + [sym__html_block_2_start] = ACTIONS(1726), + [sym__html_block_3_start] = ACTIONS(1726), + [sym__html_block_4_start] = ACTIONS(1726), + [sym__html_block_5_start] = ACTIONS(1726), + [sym__html_block_6_start] = ACTIONS(1726), + [sym__html_block_7_start] = ACTIONS(1726), + [sym__pipe_table_start] = ACTIONS(1726), + }, + [278] = { [anon_sym_LBRACK] = ACTIONS(1700), [anon_sym_RBRACK] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1698), @@ -34532,7 +35932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1698), [sym__pipe_table_start] = ACTIONS(1698), }, - [259] = { + [279] = { [anon_sym_LBRACK] = ACTIONS(1704), [anon_sym_RBRACK] = ACTIONS(1702), [anon_sym_LT] = ACTIONS(1702), @@ -34543,276 +35943,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(1702), [anon_sym_PERCENT] = ACTIONS(1702), [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_PLUS] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1702), - [anon_sym_DOT] = ACTIONS(1702), - [anon_sym_SLASH] = ACTIONS(1702), - [anon_sym_COLON] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_EQ] = ACTIONS(1702), - [anon_sym_QMARK] = ACTIONS(1702), - [anon_sym_AT] = ACTIONS(1702), - [anon_sym_BSLASH] = ACTIONS(1702), - [anon_sym_CARET] = ACTIONS(1702), - [anon_sym__] = ACTIONS(1702), - [anon_sym_BQUOTE] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_PIPE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_LPAREN] = ACTIONS(1702), - [anon_sym_RPAREN] = ACTIONS(1702), - [aux_sym__word_token1] = ACTIONS(1702), - [aux_sym__word_token2] = ACTIONS(1702), - [aux_sym__word_token3] = ACTIONS(1702), - [sym__whitespace] = ACTIONS(1702), - [sym__soft_line_ending] = ACTIONS(1702), - [sym__block_close] = ACTIONS(1702), - [sym__block_quote_start] = ACTIONS(1702), - [sym__indented_chunk_start] = ACTIONS(1702), - [sym_atx_h1_marker] = ACTIONS(1702), - [sym_atx_h2_marker] = ACTIONS(1702), - [sym_atx_h3_marker] = ACTIONS(1702), - [sym_atx_h4_marker] = ACTIONS(1702), - [sym_atx_h5_marker] = ACTIONS(1702), - [sym_atx_h6_marker] = ACTIONS(1702), - [sym__thematic_break] = ACTIONS(1702), - [sym__list_marker_minus] = ACTIONS(1702), - [sym__list_marker_plus] = ACTIONS(1702), - [sym__list_marker_star] = ACTIONS(1702), - [sym__list_marker_parenthesis] = ACTIONS(1702), - [sym__list_marker_dot] = ACTIONS(1702), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1702), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1702), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1702), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1702), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1702), - [sym__fenced_code_block_start_backtick] = ACTIONS(1702), - [sym__fenced_code_block_start_tilde] = ACTIONS(1702), - [sym__blank_line_start] = ACTIONS(1702), - [sym__html_block_1_start] = ACTIONS(1702), - [sym__html_block_2_start] = ACTIONS(1702), - [sym__html_block_3_start] = ACTIONS(1702), - [sym__html_block_4_start] = ACTIONS(1702), - [sym__html_block_5_start] = ACTIONS(1702), - [sym__html_block_6_start] = ACTIONS(1702), - [sym__html_block_7_start] = ACTIONS(1702), - [sym__pipe_table_start] = ACTIONS(1702), - }, - [260] = { - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1724), - [anon_sym_RBRACK] = ACTIONS(1722), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [anon_sym_POUND] = ACTIONS(1722), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PERCENT] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_COMMA] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_DOT] = ACTIONS(1722), - [anon_sym_SLASH] = ACTIONS(1722), - [anon_sym_COLON] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_EQ] = ACTIONS(1722), - [anon_sym_QMARK] = ACTIONS(1722), - [anon_sym_AT] = ACTIONS(1722), - [anon_sym_BSLASH] = ACTIONS(1722), - [anon_sym_CARET] = ACTIONS(1722), - [anon_sym__] = ACTIONS(1722), - [anon_sym_BQUOTE] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_RPAREN] = ACTIONS(1722), - [aux_sym__word_token1] = ACTIONS(1722), - [aux_sym__word_token2] = ACTIONS(1722), - [aux_sym__word_token3] = ACTIONS(1722), - [sym__whitespace] = ACTIONS(1722), - [sym__soft_line_ending] = ACTIONS(1722), - [sym__block_quote_start] = ACTIONS(1722), - [sym__indented_chunk_start] = ACTIONS(1722), - [sym_atx_h1_marker] = ACTIONS(1722), - [sym_atx_h2_marker] = ACTIONS(1722), - [sym_atx_h3_marker] = ACTIONS(1722), - [sym_atx_h4_marker] = ACTIONS(1722), - [sym_atx_h5_marker] = ACTIONS(1722), - [sym_atx_h6_marker] = ACTIONS(1722), - [sym__thematic_break] = ACTIONS(1722), - [sym__list_marker_minus] = ACTIONS(1722), - [sym__list_marker_plus] = ACTIONS(1722), - [sym__list_marker_star] = ACTIONS(1722), - [sym__list_marker_parenthesis] = ACTIONS(1722), - [sym__list_marker_dot] = ACTIONS(1722), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1722), - [sym__fenced_code_block_start_backtick] = ACTIONS(1722), - [sym__fenced_code_block_start_tilde] = ACTIONS(1722), - [sym__blank_line_start] = ACTIONS(1722), - [sym__html_block_1_start] = ACTIONS(1722), - [sym__html_block_2_start] = ACTIONS(1722), - [sym__html_block_3_start] = ACTIONS(1722), - [sym__html_block_4_start] = ACTIONS(1722), - [sym__html_block_5_start] = ACTIONS(1722), - [sym__html_block_6_start] = ACTIONS(1722), - [sym__html_block_7_start] = ACTIONS(1722), - [sym__pipe_table_start] = ACTIONS(1722), - }, - [261] = { - [anon_sym_LBRACK] = ACTIONS(1708), - [anon_sym_RBRACK] = ACTIONS(1706), - [anon_sym_LT] = ACTIONS(1706), - [anon_sym_GT] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1706), - [anon_sym_DQUOTE] = ACTIONS(1706), - [anon_sym_POUND] = ACTIONS(1706), - [anon_sym_DOLLAR] = ACTIONS(1706), - [anon_sym_PERCENT] = ACTIONS(1706), - [anon_sym_AMP] = ACTIONS(1706), - [anon_sym_SQUOTE] = ACTIONS(1706), - [anon_sym_STAR] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1706), - [anon_sym_COMMA] = ACTIONS(1706), - [anon_sym_DASH] = ACTIONS(1706), - [anon_sym_DOT] = ACTIONS(1706), - [anon_sym_SLASH] = ACTIONS(1706), - [anon_sym_COLON] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_EQ] = ACTIONS(1706), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_AT] = ACTIONS(1706), - [anon_sym_BSLASH] = ACTIONS(1706), - [anon_sym_CARET] = ACTIONS(1706), - [anon_sym__] = ACTIONS(1706), - [anon_sym_BQUOTE] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1706), - [anon_sym_PIPE] = ACTIONS(1706), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_LPAREN] = ACTIONS(1706), - [anon_sym_RPAREN] = ACTIONS(1706), - [aux_sym__word_token1] = ACTIONS(1706), - [aux_sym__word_token2] = ACTIONS(1706), - [aux_sym__word_token3] = ACTIONS(1706), - [sym__whitespace] = ACTIONS(1706), - [sym__soft_line_ending] = ACTIONS(1706), - [sym__block_close] = ACTIONS(1706), - [sym__block_quote_start] = ACTIONS(1706), - [sym__indented_chunk_start] = ACTIONS(1706), - [sym_atx_h1_marker] = ACTIONS(1706), - [sym_atx_h2_marker] = ACTIONS(1706), - [sym_atx_h3_marker] = ACTIONS(1706), - [sym_atx_h4_marker] = ACTIONS(1706), - [sym_atx_h5_marker] = ACTIONS(1706), - [sym_atx_h6_marker] = ACTIONS(1706), - [sym__thematic_break] = ACTIONS(1706), - [sym__list_marker_minus] = ACTIONS(1706), - [sym__list_marker_plus] = ACTIONS(1706), - [sym__list_marker_star] = ACTIONS(1706), - [sym__list_marker_parenthesis] = ACTIONS(1706), - [sym__list_marker_dot] = ACTIONS(1706), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1706), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1706), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1706), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1706), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1706), - [sym__fenced_code_block_start_backtick] = ACTIONS(1706), - [sym__fenced_code_block_start_tilde] = ACTIONS(1706), - [sym__blank_line_start] = ACTIONS(1706), - [sym__html_block_1_start] = ACTIONS(1706), - [sym__html_block_2_start] = ACTIONS(1706), - [sym__html_block_3_start] = ACTIONS(1706), - [sym__html_block_4_start] = ACTIONS(1706), - [sym__html_block_5_start] = ACTIONS(1706), - [sym__html_block_6_start] = ACTIONS(1706), - [sym__html_block_7_start] = ACTIONS(1706), - [sym__pipe_table_start] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1702), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_COMMA] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_DOT] = ACTIONS(1702), + [anon_sym_SLASH] = ACTIONS(1702), + [anon_sym_COLON] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1702), + [anon_sym_EQ] = ACTIONS(1702), + [anon_sym_QMARK] = ACTIONS(1702), + [anon_sym_AT] = ACTIONS(1702), + [anon_sym_BSLASH] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym__] = ACTIONS(1702), + [anon_sym_BQUOTE] = ACTIONS(1702), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_PIPE] = ACTIONS(1702), + [anon_sym_RBRACE] = ACTIONS(1702), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_LPAREN] = ACTIONS(1702), + [anon_sym_RPAREN] = ACTIONS(1702), + [aux_sym__word_token1] = ACTIONS(1702), + [aux_sym__word_token2] = ACTIONS(1702), + [aux_sym__word_token3] = ACTIONS(1702), + [sym__whitespace] = ACTIONS(1702), + [sym__soft_line_ending] = ACTIONS(1702), + [sym__block_close] = ACTIONS(1702), + [sym__block_quote_start] = ACTIONS(1702), + [sym__indented_chunk_start] = ACTIONS(1702), + [sym_atx_h1_marker] = ACTIONS(1702), + [sym_atx_h2_marker] = ACTIONS(1702), + [sym_atx_h3_marker] = ACTIONS(1702), + [sym_atx_h4_marker] = ACTIONS(1702), + [sym_atx_h5_marker] = ACTIONS(1702), + [sym_atx_h6_marker] = ACTIONS(1702), + [sym__thematic_break] = ACTIONS(1702), + [sym__list_marker_minus] = ACTIONS(1702), + [sym__list_marker_plus] = ACTIONS(1702), + [sym__list_marker_star] = ACTIONS(1702), + [sym__list_marker_parenthesis] = ACTIONS(1702), + [sym__list_marker_dot] = ACTIONS(1702), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1702), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1702), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1702), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1702), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1702), + [sym__fenced_code_block_start_backtick] = ACTIONS(1702), + [sym__fenced_code_block_start_tilde] = ACTIONS(1702), + [sym__blank_line_start] = ACTIONS(1702), + [sym__html_block_1_start] = ACTIONS(1702), + [sym__html_block_2_start] = ACTIONS(1702), + [sym__html_block_3_start] = ACTIONS(1702), + [sym__html_block_4_start] = ACTIONS(1702), + [sym__html_block_5_start] = ACTIONS(1702), + [sym__html_block_6_start] = ACTIONS(1702), + [sym__html_block_7_start] = ACTIONS(1702), + [sym__pipe_table_start] = ACTIONS(1702), }, - [262] = { - [ts_builtin_sym_end] = ACTIONS(1169), - [anon_sym_LBRACK] = ACTIONS(1171), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_LT] = ACTIONS(1169), - [anon_sym_GT] = ACTIONS(1169), - [anon_sym_BANG] = ACTIONS(1169), - [anon_sym_DQUOTE] = ACTIONS(1169), - [anon_sym_POUND] = ACTIONS(1169), - [anon_sym_DOLLAR] = ACTIONS(1169), - [anon_sym_PERCENT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_SQUOTE] = ACTIONS(1169), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_PLUS] = ACTIONS(1169), - [anon_sym_COMMA] = ACTIONS(1169), - [anon_sym_DASH] = ACTIONS(1169), - [anon_sym_DOT] = ACTIONS(1169), - [anon_sym_SLASH] = ACTIONS(1169), - [anon_sym_COLON] = ACTIONS(1169), - [anon_sym_SEMI] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1169), - [anon_sym_QMARK] = ACTIONS(1169), - [anon_sym_AT] = ACTIONS(1169), - [anon_sym_BSLASH] = ACTIONS(1169), - [anon_sym_CARET] = ACTIONS(1169), - [anon_sym__] = ACTIONS(1169), - [anon_sym_BQUOTE] = ACTIONS(1169), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_PIPE] = ACTIONS(1169), - [anon_sym_RBRACE] = ACTIONS(1169), - [anon_sym_TILDE] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1169), - [anon_sym_RPAREN] = ACTIONS(1169), - [aux_sym__word_token1] = ACTIONS(1169), - [aux_sym__word_token2] = ACTIONS(1169), - [aux_sym__word_token3] = ACTIONS(1169), - [sym__whitespace] = ACTIONS(1169), - [sym__soft_line_ending] = ACTIONS(1169), - [sym__block_quote_start] = ACTIONS(1169), - [sym__indented_chunk_start] = ACTIONS(1169), - [sym_atx_h1_marker] = ACTIONS(1169), - [sym_atx_h2_marker] = ACTIONS(1169), - [sym_atx_h3_marker] = ACTIONS(1169), - [sym_atx_h4_marker] = ACTIONS(1169), - [sym_atx_h5_marker] = ACTIONS(1169), - [sym_atx_h6_marker] = ACTIONS(1169), - [sym__thematic_break] = ACTIONS(1169), - [sym__list_marker_minus] = ACTIONS(1169), - [sym__list_marker_plus] = ACTIONS(1169), - [sym__list_marker_star] = ACTIONS(1169), - [sym__list_marker_parenthesis] = ACTIONS(1169), - [sym__list_marker_dot] = ACTIONS(1169), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1169), - [sym__fenced_code_block_start_backtick] = ACTIONS(1169), - [sym__fenced_code_block_start_tilde] = ACTIONS(1169), - [sym__blank_line_start] = ACTIONS(1169), - [sym__html_block_1_start] = ACTIONS(1169), - [sym__html_block_2_start] = ACTIONS(1169), - [sym__html_block_3_start] = ACTIONS(1169), - [sym__html_block_4_start] = ACTIONS(1169), - [sym__html_block_5_start] = ACTIONS(1169), - [sym__html_block_6_start] = ACTIONS(1169), - [sym__html_block_7_start] = ACTIONS(1169), - [sym__pipe_table_start] = ACTIONS(1169), + [280] = { + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_RBRACK] = ACTIONS(1732), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_DQUOTE] = ACTIONS(1732), + [anon_sym_POUND] = ACTIONS(1732), + [anon_sym_DOLLAR] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_COMMA] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_COLON] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_QMARK] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(1732), + [anon_sym_BSLASH] = ACTIONS(1732), + [anon_sym_CARET] = ACTIONS(1732), + [anon_sym__] = ACTIONS(1732), + [anon_sym_BQUOTE] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_PIPE] = ACTIONS(1732), + [anon_sym_RBRACE] = ACTIONS(1732), + [anon_sym_TILDE] = ACTIONS(1732), + [anon_sym_LPAREN] = ACTIONS(1732), + [anon_sym_RPAREN] = ACTIONS(1732), + [aux_sym__word_token1] = ACTIONS(1732), + [aux_sym__word_token2] = ACTIONS(1732), + [aux_sym__word_token3] = ACTIONS(1732), + [sym__whitespace] = ACTIONS(1732), + [sym__soft_line_ending] = ACTIONS(1732), + [sym__block_close] = ACTIONS(1732), + [sym__block_quote_start] = ACTIONS(1732), + [sym__indented_chunk_start] = ACTIONS(1732), + [sym_atx_h1_marker] = ACTIONS(1732), + [sym_atx_h2_marker] = ACTIONS(1732), + [sym_atx_h3_marker] = ACTIONS(1732), + [sym_atx_h4_marker] = ACTIONS(1732), + [sym_atx_h5_marker] = ACTIONS(1732), + [sym_atx_h6_marker] = ACTIONS(1732), + [sym__thematic_break] = ACTIONS(1732), + [sym__list_marker_minus] = ACTIONS(1732), + [sym__list_marker_plus] = ACTIONS(1732), + [sym__list_marker_star] = ACTIONS(1732), + [sym__list_marker_parenthesis] = ACTIONS(1732), + [sym__list_marker_dot] = ACTIONS(1732), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1732), + [sym__fenced_code_block_start_backtick] = ACTIONS(1732), + [sym__fenced_code_block_start_tilde] = ACTIONS(1732), + [sym__blank_line_start] = ACTIONS(1732), + [sym__html_block_1_start] = ACTIONS(1732), + [sym__html_block_2_start] = ACTIONS(1732), + [sym__html_block_3_start] = ACTIONS(1732), + [sym__html_block_4_start] = ACTIONS(1732), + [sym__html_block_5_start] = ACTIONS(1732), + [sym__html_block_6_start] = ACTIONS(1732), + [sym__html_block_7_start] = ACTIONS(1732), + [sym__pipe_table_start] = ACTIONS(1732), }, - [263] = { + [281] = { [anon_sym_LBRACK] = ACTIONS(1712), [anon_sym_RBRACK] = ACTIONS(1710), [anon_sym_LT] = ACTIONS(1710), @@ -34882,498 +36142,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1710), [sym__pipe_table_start] = ACTIONS(1710), }, - [264] = { - [ts_builtin_sym_end] = ACTIONS(1676), - [anon_sym_LBRACK] = ACTIONS(1674), - [anon_sym_RBRACK] = ACTIONS(1676), - [anon_sym_LT] = ACTIONS(1676), - [anon_sym_GT] = ACTIONS(1676), - [anon_sym_BANG] = ACTIONS(1676), - [anon_sym_DQUOTE] = ACTIONS(1676), - [anon_sym_POUND] = ACTIONS(1676), - [anon_sym_DOLLAR] = ACTIONS(1676), - [anon_sym_PERCENT] = ACTIONS(1676), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SQUOTE] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_COMMA] = ACTIONS(1676), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_DOT] = ACTIONS(1676), - [anon_sym_SLASH] = ACTIONS(1676), - [anon_sym_COLON] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1676), - [anon_sym_EQ] = ACTIONS(1676), - [anon_sym_QMARK] = ACTIONS(1676), - [anon_sym_AT] = ACTIONS(1676), - [anon_sym_BSLASH] = ACTIONS(1676), - [anon_sym_CARET] = ACTIONS(1676), - [anon_sym__] = ACTIONS(1676), - [anon_sym_BQUOTE] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1676), - [anon_sym_PIPE] = ACTIONS(1676), - [anon_sym_RBRACE] = ACTIONS(1676), - [anon_sym_TILDE] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1676), - [anon_sym_RPAREN] = ACTIONS(1676), - [aux_sym__word_token1] = ACTIONS(1676), - [aux_sym__word_token2] = ACTIONS(1676), - [aux_sym__word_token3] = ACTIONS(1676), - [sym__whitespace] = ACTIONS(1676), - [sym__soft_line_ending] = ACTIONS(1676), - [sym__block_quote_start] = ACTIONS(1676), - [sym__indented_chunk_start] = ACTIONS(1676), - [sym_atx_h1_marker] = ACTIONS(1676), - [sym_atx_h2_marker] = ACTIONS(1676), - [sym_atx_h3_marker] = ACTIONS(1676), - [sym_atx_h4_marker] = ACTIONS(1676), - [sym_atx_h5_marker] = ACTIONS(1676), - [sym_atx_h6_marker] = ACTIONS(1676), - [sym__thematic_break] = ACTIONS(1676), - [sym__list_marker_minus] = ACTIONS(1676), - [sym__list_marker_plus] = ACTIONS(1676), - [sym__list_marker_star] = ACTIONS(1676), - [sym__list_marker_parenthesis] = ACTIONS(1676), - [sym__list_marker_dot] = ACTIONS(1676), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1676), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1676), - [sym__fenced_code_block_start_backtick] = ACTIONS(1676), - [sym__fenced_code_block_start_tilde] = ACTIONS(1676), - [sym__blank_line_start] = ACTIONS(1676), - [sym__html_block_1_start] = ACTIONS(1676), - [sym__html_block_2_start] = ACTIONS(1676), - [sym__html_block_3_start] = ACTIONS(1676), - [sym__html_block_4_start] = ACTIONS(1676), - [sym__html_block_5_start] = ACTIONS(1676), - [sym__html_block_6_start] = ACTIONS(1676), - [sym__html_block_7_start] = ACTIONS(1676), - [sym__pipe_table_start] = ACTIONS(1676), - }, - [265] = { - [anon_sym_LBRACK] = ACTIONS(1556), - [anon_sym_RBRACK] = ACTIONS(1554), - [anon_sym_LT] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_BANG] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [anon_sym_POUND] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1554), - [anon_sym_PERCENT] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SQUOTE] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_COMMA] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_DOT] = ACTIONS(1554), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_COLON] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_EQ] = ACTIONS(1554), - [anon_sym_QMARK] = ACTIONS(1554), - [anon_sym_AT] = ACTIONS(1554), - [anon_sym_BSLASH] = ACTIONS(1554), - [anon_sym_CARET] = ACTIONS(1554), - [anon_sym__] = ACTIONS(1554), - [anon_sym_BQUOTE] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_PIPE] = ACTIONS(1554), - [anon_sym_RBRACE] = ACTIONS(1554), - [anon_sym_TILDE] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1554), - [anon_sym_RPAREN] = ACTIONS(1554), - [aux_sym__word_token1] = ACTIONS(1554), - [aux_sym__word_token2] = ACTIONS(1554), - [aux_sym__word_token3] = ACTIONS(1554), - [sym__whitespace] = ACTIONS(1554), - [sym__soft_line_ending] = ACTIONS(1554), - [sym__block_close] = ACTIONS(1554), - [sym__block_quote_start] = ACTIONS(1554), - [sym__indented_chunk_start] = ACTIONS(1554), - [sym_atx_h1_marker] = ACTIONS(1554), - [sym_atx_h2_marker] = ACTIONS(1554), - [sym_atx_h3_marker] = ACTIONS(1554), - [sym_atx_h4_marker] = ACTIONS(1554), - [sym_atx_h5_marker] = ACTIONS(1554), - [sym_atx_h6_marker] = ACTIONS(1554), - [sym__thematic_break] = ACTIONS(1554), - [sym__list_marker_minus] = ACTIONS(1554), - [sym__list_marker_plus] = ACTIONS(1554), - [sym__list_marker_star] = ACTIONS(1554), - [sym__list_marker_parenthesis] = ACTIONS(1554), - [sym__list_marker_dot] = ACTIONS(1554), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1554), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1554), - [sym__fenced_code_block_start_backtick] = ACTIONS(1554), - [sym__fenced_code_block_start_tilde] = ACTIONS(1554), - [sym__blank_line_start] = ACTIONS(1554), - [sym__html_block_1_start] = ACTIONS(1554), - [sym__html_block_2_start] = ACTIONS(1554), - [sym__html_block_3_start] = ACTIONS(1554), - [sym__html_block_4_start] = ACTIONS(1554), - [sym__html_block_5_start] = ACTIONS(1554), - [sym__html_block_6_start] = ACTIONS(1554), - [sym__html_block_7_start] = ACTIONS(1554), - [sym__pipe_table_start] = ACTIONS(1554), - }, - [266] = { - [ts_builtin_sym_end] = ACTIONS(1664), - [anon_sym_LBRACK] = ACTIONS(1662), - [anon_sym_RBRACK] = ACTIONS(1664), - [anon_sym_LT] = ACTIONS(1664), - [anon_sym_GT] = ACTIONS(1664), - [anon_sym_BANG] = ACTIONS(1664), - [anon_sym_DQUOTE] = ACTIONS(1664), - [anon_sym_POUND] = ACTIONS(1664), - [anon_sym_DOLLAR] = ACTIONS(1664), - [anon_sym_PERCENT] = ACTIONS(1664), - [anon_sym_AMP] = ACTIONS(1664), - [anon_sym_SQUOTE] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_COMMA] = ACTIONS(1664), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_DOT] = ACTIONS(1664), - [anon_sym_SLASH] = ACTIONS(1664), - [anon_sym_COLON] = ACTIONS(1664), - [anon_sym_SEMI] = ACTIONS(1664), - [anon_sym_EQ] = ACTIONS(1664), - [anon_sym_QMARK] = ACTIONS(1664), - [anon_sym_AT] = ACTIONS(1664), - [anon_sym_BSLASH] = ACTIONS(1664), - [anon_sym_CARET] = ACTIONS(1664), - [anon_sym__] = ACTIONS(1664), - [anon_sym_BQUOTE] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1664), - [anon_sym_PIPE] = ACTIONS(1664), - [anon_sym_RBRACE] = ACTIONS(1664), - [anon_sym_TILDE] = ACTIONS(1664), - [anon_sym_LPAREN] = ACTIONS(1664), - [anon_sym_RPAREN] = ACTIONS(1664), - [aux_sym__word_token1] = ACTIONS(1664), - [aux_sym__word_token2] = ACTIONS(1664), - [aux_sym__word_token3] = ACTIONS(1664), - [sym__whitespace] = ACTIONS(1664), - [sym__soft_line_ending] = ACTIONS(1664), - [sym__block_quote_start] = ACTIONS(1664), - [sym__indented_chunk_start] = ACTIONS(1664), - [sym_atx_h1_marker] = ACTIONS(1664), - [sym_atx_h2_marker] = ACTIONS(1664), - [sym_atx_h3_marker] = ACTIONS(1664), - [sym_atx_h4_marker] = ACTIONS(1664), - [sym_atx_h5_marker] = ACTIONS(1664), - [sym_atx_h6_marker] = ACTIONS(1664), - [sym__thematic_break] = ACTIONS(1664), - [sym__list_marker_minus] = ACTIONS(1664), - [sym__list_marker_plus] = ACTIONS(1664), - [sym__list_marker_star] = ACTIONS(1664), - [sym__list_marker_parenthesis] = ACTIONS(1664), - [sym__list_marker_dot] = ACTIONS(1664), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1664), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1664), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1664), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1664), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1664), - [sym__fenced_code_block_start_backtick] = ACTIONS(1664), - [sym__fenced_code_block_start_tilde] = ACTIONS(1664), - [sym__blank_line_start] = ACTIONS(1664), - [sym__html_block_1_start] = ACTIONS(1664), - [sym__html_block_2_start] = ACTIONS(1664), - [sym__html_block_3_start] = ACTIONS(1664), - [sym__html_block_4_start] = ACTIONS(1664), - [sym__html_block_5_start] = ACTIONS(1664), - [sym__html_block_6_start] = ACTIONS(1664), - [sym__html_block_7_start] = ACTIONS(1664), - [sym__pipe_table_start] = ACTIONS(1664), - }, - [267] = { - [ts_builtin_sym_end] = ACTIONS(1656), - [anon_sym_LBRACK] = ACTIONS(1654), - [anon_sym_RBRACK] = ACTIONS(1656), - [anon_sym_LT] = ACTIONS(1656), - [anon_sym_GT] = ACTIONS(1656), - [anon_sym_BANG] = ACTIONS(1656), - [anon_sym_DQUOTE] = ACTIONS(1656), - [anon_sym_POUND] = ACTIONS(1656), - [anon_sym_DOLLAR] = ACTIONS(1656), - [anon_sym_PERCENT] = ACTIONS(1656), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_SQUOTE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_COMMA] = ACTIONS(1656), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_DOT] = ACTIONS(1656), - [anon_sym_SLASH] = ACTIONS(1656), - [anon_sym_COLON] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1656), - [anon_sym_EQ] = ACTIONS(1656), - [anon_sym_QMARK] = ACTIONS(1656), - [anon_sym_AT] = ACTIONS(1656), - [anon_sym_BSLASH] = ACTIONS(1656), - [anon_sym_CARET] = ACTIONS(1656), - [anon_sym__] = ACTIONS(1656), - [anon_sym_BQUOTE] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_PIPE] = ACTIONS(1656), - [anon_sym_RBRACE] = ACTIONS(1656), - [anon_sym_TILDE] = ACTIONS(1656), - [anon_sym_LPAREN] = ACTIONS(1656), - [anon_sym_RPAREN] = ACTIONS(1656), - [aux_sym__word_token1] = ACTIONS(1656), - [aux_sym__word_token2] = ACTIONS(1656), - [aux_sym__word_token3] = ACTIONS(1656), - [sym__whitespace] = ACTIONS(1656), - [sym__soft_line_ending] = ACTIONS(1656), - [sym__block_quote_start] = ACTIONS(1656), - [sym__indented_chunk_start] = ACTIONS(1656), - [sym_atx_h1_marker] = ACTIONS(1656), - [sym_atx_h2_marker] = ACTIONS(1656), - [sym_atx_h3_marker] = ACTIONS(1656), - [sym_atx_h4_marker] = ACTIONS(1656), - [sym_atx_h5_marker] = ACTIONS(1656), - [sym_atx_h6_marker] = ACTIONS(1656), - [sym__thematic_break] = ACTIONS(1656), - [sym__list_marker_minus] = ACTIONS(1656), - [sym__list_marker_plus] = ACTIONS(1656), - [sym__list_marker_star] = ACTIONS(1656), - [sym__list_marker_parenthesis] = ACTIONS(1656), - [sym__list_marker_dot] = ACTIONS(1656), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1656), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1656), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1656), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1656), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1656), - [sym__fenced_code_block_start_backtick] = ACTIONS(1656), - [sym__fenced_code_block_start_tilde] = ACTIONS(1656), - [sym__blank_line_start] = ACTIONS(1656), - [sym__html_block_1_start] = ACTIONS(1656), - [sym__html_block_2_start] = ACTIONS(1656), - [sym__html_block_3_start] = ACTIONS(1656), - [sym__html_block_4_start] = ACTIONS(1656), - [sym__html_block_5_start] = ACTIONS(1656), - [sym__html_block_6_start] = ACTIONS(1656), - [sym__html_block_7_start] = ACTIONS(1656), - [sym__pipe_table_start] = ACTIONS(1656), - }, - [268] = { - [ts_builtin_sym_end] = ACTIONS(1648), - [anon_sym_LBRACK] = ACTIONS(1646), - [anon_sym_RBRACK] = ACTIONS(1648), - [anon_sym_LT] = ACTIONS(1648), - [anon_sym_GT] = ACTIONS(1648), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_DQUOTE] = ACTIONS(1648), - [anon_sym_POUND] = ACTIONS(1648), - [anon_sym_DOLLAR] = ACTIONS(1648), - [anon_sym_PERCENT] = ACTIONS(1648), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_SQUOTE] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1648), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_DOT] = ACTIONS(1648), - [anon_sym_SLASH] = ACTIONS(1648), - [anon_sym_COLON] = ACTIONS(1648), - [anon_sym_SEMI] = ACTIONS(1648), - [anon_sym_EQ] = ACTIONS(1648), - [anon_sym_QMARK] = ACTIONS(1648), - [anon_sym_AT] = ACTIONS(1648), - [anon_sym_BSLASH] = ACTIONS(1648), - [anon_sym_CARET] = ACTIONS(1648), - [anon_sym__] = ACTIONS(1648), - [anon_sym_BQUOTE] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1648), - [anon_sym_PIPE] = ACTIONS(1648), - [anon_sym_RBRACE] = ACTIONS(1648), - [anon_sym_TILDE] = ACTIONS(1648), - [anon_sym_LPAREN] = ACTIONS(1648), - [anon_sym_RPAREN] = ACTIONS(1648), - [aux_sym__word_token1] = ACTIONS(1648), - [aux_sym__word_token2] = ACTIONS(1648), - [aux_sym__word_token3] = ACTIONS(1648), - [sym__whitespace] = ACTIONS(1648), - [sym__soft_line_ending] = ACTIONS(1648), - [sym__block_quote_start] = ACTIONS(1648), - [sym__indented_chunk_start] = ACTIONS(1648), - [sym_atx_h1_marker] = ACTIONS(1648), - [sym_atx_h2_marker] = ACTIONS(1648), - [sym_atx_h3_marker] = ACTIONS(1648), - [sym_atx_h4_marker] = ACTIONS(1648), - [sym_atx_h5_marker] = ACTIONS(1648), - [sym_atx_h6_marker] = ACTIONS(1648), - [sym__thematic_break] = ACTIONS(1648), - [sym__list_marker_minus] = ACTIONS(1648), - [sym__list_marker_plus] = ACTIONS(1648), - [sym__list_marker_star] = ACTIONS(1648), - [sym__list_marker_parenthesis] = ACTIONS(1648), - [sym__list_marker_dot] = ACTIONS(1648), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1648), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1648), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1648), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1648), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1648), - [sym__fenced_code_block_start_backtick] = ACTIONS(1648), - [sym__fenced_code_block_start_tilde] = ACTIONS(1648), - [sym__blank_line_start] = ACTIONS(1648), - [sym__html_block_1_start] = ACTIONS(1648), - [sym__html_block_2_start] = ACTIONS(1648), - [sym__html_block_3_start] = ACTIONS(1648), - [sym__html_block_4_start] = ACTIONS(1648), - [sym__html_block_5_start] = ACTIONS(1648), - [sym__html_block_6_start] = ACTIONS(1648), - [sym__html_block_7_start] = ACTIONS(1648), - [sym__pipe_table_start] = ACTIONS(1648), + [282] = { + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_RBRACK] = ACTIONS(1714), + [anon_sym_LT] = ACTIONS(1714), + [anon_sym_GT] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(1714), + [anon_sym_DQUOTE] = ACTIONS(1714), + [anon_sym_POUND] = ACTIONS(1714), + [anon_sym_DOLLAR] = ACTIONS(1714), + [anon_sym_PERCENT] = ACTIONS(1714), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_SQUOTE] = ACTIONS(1714), + [anon_sym_STAR] = ACTIONS(1714), + [anon_sym_PLUS] = ACTIONS(1714), + [anon_sym_COMMA] = ACTIONS(1714), + [anon_sym_DASH] = ACTIONS(1714), + [anon_sym_DOT] = ACTIONS(1714), + [anon_sym_SLASH] = ACTIONS(1714), + [anon_sym_COLON] = ACTIONS(1714), + [anon_sym_SEMI] = ACTIONS(1714), + [anon_sym_EQ] = ACTIONS(1714), + [anon_sym_QMARK] = ACTIONS(1714), + [anon_sym_AT] = ACTIONS(1714), + [anon_sym_BSLASH] = ACTIONS(1714), + [anon_sym_CARET] = ACTIONS(1714), + [anon_sym__] = ACTIONS(1714), + [anon_sym_BQUOTE] = ACTIONS(1714), + [anon_sym_LBRACE] = ACTIONS(1714), + [anon_sym_PIPE] = ACTIONS(1714), + [anon_sym_RBRACE] = ACTIONS(1714), + [anon_sym_TILDE] = ACTIONS(1714), + [anon_sym_LPAREN] = ACTIONS(1714), + [anon_sym_RPAREN] = ACTIONS(1714), + [aux_sym__word_token1] = ACTIONS(1714), + [aux_sym__word_token2] = ACTIONS(1714), + [aux_sym__word_token3] = ACTIONS(1714), + [sym__whitespace] = ACTIONS(1714), + [sym__soft_line_ending] = ACTIONS(1714), + [sym__block_close] = ACTIONS(1714), + [sym__block_quote_start] = ACTIONS(1714), + [sym__indented_chunk_start] = ACTIONS(1714), + [sym_atx_h1_marker] = ACTIONS(1714), + [sym_atx_h2_marker] = ACTIONS(1714), + [sym_atx_h3_marker] = ACTIONS(1714), + [sym_atx_h4_marker] = ACTIONS(1714), + [sym_atx_h5_marker] = ACTIONS(1714), + [sym_atx_h6_marker] = ACTIONS(1714), + [sym__thematic_break] = ACTIONS(1714), + [sym__list_marker_minus] = ACTIONS(1714), + [sym__list_marker_plus] = ACTIONS(1714), + [sym__list_marker_star] = ACTIONS(1714), + [sym__list_marker_parenthesis] = ACTIONS(1714), + [sym__list_marker_dot] = ACTIONS(1714), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1714), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1714), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1714), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1714), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1714), + [sym__fenced_code_block_start_backtick] = ACTIONS(1714), + [sym__fenced_code_block_start_tilde] = ACTIONS(1714), + [sym__blank_line_start] = ACTIONS(1714), + [sym__html_block_1_start] = ACTIONS(1714), + [sym__html_block_2_start] = ACTIONS(1714), + [sym__html_block_3_start] = ACTIONS(1714), + [sym__html_block_4_start] = ACTIONS(1714), + [sym__html_block_5_start] = ACTIONS(1714), + [sym__html_block_6_start] = ACTIONS(1714), + [sym__html_block_7_start] = ACTIONS(1714), + [sym__pipe_table_start] = ACTIONS(1714), }, - [269] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [anon_sym_LBRACK] = ACTIONS(1350), - [anon_sym_RBRACK] = ACTIONS(1348), - [anon_sym_LT] = ACTIONS(1348), - [anon_sym_GT] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [anon_sym_POUND] = ACTIONS(1348), - [anon_sym_DOLLAR] = ACTIONS(1348), - [anon_sym_PERCENT] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_COMMA] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_DOT] = ACTIONS(1348), - [anon_sym_SLASH] = ACTIONS(1348), - [anon_sym_COLON] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym_EQ] = ACTIONS(1348), - [anon_sym_QMARK] = ACTIONS(1348), - [anon_sym_AT] = ACTIONS(1348), - [anon_sym_BSLASH] = ACTIONS(1348), - [anon_sym_CARET] = ACTIONS(1348), - [anon_sym__] = ACTIONS(1348), - [anon_sym_BQUOTE] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_PIPE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_LPAREN] = ACTIONS(1348), - [anon_sym_RPAREN] = ACTIONS(1348), - [aux_sym__word_token1] = ACTIONS(1348), - [aux_sym__word_token2] = ACTIONS(1348), - [aux_sym__word_token3] = ACTIONS(1348), - [sym__whitespace] = ACTIONS(1348), - [sym__soft_line_ending] = ACTIONS(1348), - [sym__block_quote_start] = ACTIONS(1348), - [sym__indented_chunk_start] = ACTIONS(1348), - [sym_atx_h1_marker] = ACTIONS(1348), - [sym_atx_h2_marker] = ACTIONS(1348), - [sym_atx_h3_marker] = ACTIONS(1348), - [sym_atx_h4_marker] = ACTIONS(1348), - [sym_atx_h5_marker] = ACTIONS(1348), - [sym_atx_h6_marker] = ACTIONS(1348), - [sym__thematic_break] = ACTIONS(1348), - [sym__list_marker_minus] = ACTIONS(1348), - [sym__list_marker_plus] = ACTIONS(1348), - [sym__list_marker_star] = ACTIONS(1348), - [sym__list_marker_parenthesis] = ACTIONS(1348), - [sym__list_marker_dot] = ACTIONS(1348), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1348), - [sym__fenced_code_block_start_backtick] = ACTIONS(1348), - [sym__fenced_code_block_start_tilde] = ACTIONS(1348), - [sym__blank_line_start] = ACTIONS(1348), - [sym__html_block_1_start] = ACTIONS(1348), - [sym__html_block_2_start] = ACTIONS(1348), - [sym__html_block_3_start] = ACTIONS(1348), - [sym__html_block_4_start] = ACTIONS(1348), - [sym__html_block_5_start] = ACTIONS(1348), - [sym__html_block_6_start] = ACTIONS(1348), - [sym__html_block_7_start] = ACTIONS(1348), - [sym__pipe_table_start] = ACTIONS(1348), + [283] = { + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_RBRACK] = ACTIONS(1718), + [anon_sym_LT] = ACTIONS(1718), + [anon_sym_GT] = ACTIONS(1718), + [anon_sym_BANG] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [anon_sym_POUND] = ACTIONS(1718), + [anon_sym_DOLLAR] = ACTIONS(1718), + [anon_sym_PERCENT] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1718), + [anon_sym_SQUOTE] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_PLUS] = ACTIONS(1718), + [anon_sym_COMMA] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1718), + [anon_sym_DOT] = ACTIONS(1718), + [anon_sym_SLASH] = ACTIONS(1718), + [anon_sym_COLON] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_EQ] = ACTIONS(1718), + [anon_sym_QMARK] = ACTIONS(1718), + [anon_sym_AT] = ACTIONS(1718), + [anon_sym_BSLASH] = ACTIONS(1718), + [anon_sym_CARET] = ACTIONS(1718), + [anon_sym__] = ACTIONS(1718), + [anon_sym_BQUOTE] = ACTIONS(1718), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_PIPE] = ACTIONS(1718), + [anon_sym_RBRACE] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_LPAREN] = ACTIONS(1718), + [anon_sym_RPAREN] = ACTIONS(1718), + [aux_sym__word_token1] = ACTIONS(1718), + [aux_sym__word_token2] = ACTIONS(1718), + [aux_sym__word_token3] = ACTIONS(1718), + [sym__whitespace] = ACTIONS(1718), + [sym__soft_line_ending] = ACTIONS(1718), + [sym__block_close] = ACTIONS(1718), + [sym__block_quote_start] = ACTIONS(1718), + [sym__indented_chunk_start] = ACTIONS(1718), + [sym_atx_h1_marker] = ACTIONS(1718), + [sym_atx_h2_marker] = ACTIONS(1718), + [sym_atx_h3_marker] = ACTIONS(1718), + [sym_atx_h4_marker] = ACTIONS(1718), + [sym_atx_h5_marker] = ACTIONS(1718), + [sym_atx_h6_marker] = ACTIONS(1718), + [sym__thematic_break] = ACTIONS(1718), + [sym__list_marker_minus] = ACTIONS(1718), + [sym__list_marker_plus] = ACTIONS(1718), + [sym__list_marker_star] = ACTIONS(1718), + [sym__list_marker_parenthesis] = ACTIONS(1718), + [sym__list_marker_dot] = ACTIONS(1718), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1718), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1718), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1718), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1718), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1718), + [sym__fenced_code_block_start_backtick] = ACTIONS(1718), + [sym__fenced_code_block_start_tilde] = ACTIONS(1718), + [sym__blank_line_start] = ACTIONS(1718), + [sym__html_block_1_start] = ACTIONS(1718), + [sym__html_block_2_start] = ACTIONS(1718), + [sym__html_block_3_start] = ACTIONS(1718), + [sym__html_block_4_start] = ACTIONS(1718), + [sym__html_block_5_start] = ACTIONS(1718), + [sym__html_block_6_start] = ACTIONS(1718), + [sym__html_block_7_start] = ACTIONS(1718), + [sym__pipe_table_start] = ACTIONS(1718), }, - [270] = { - [anon_sym_LBRACK] = ACTIONS(1470), - [anon_sym_RBRACK] = ACTIONS(1472), - [anon_sym_LT] = ACTIONS(1472), - [anon_sym_GT] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [anon_sym_POUND] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [anon_sym_PERCENT] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_COMMA] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_DOT] = ACTIONS(1472), - [anon_sym_SLASH] = ACTIONS(1472), - [anon_sym_COLON] = ACTIONS(1472), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_EQ] = ACTIONS(1472), - [anon_sym_QMARK] = ACTIONS(1472), - [anon_sym_AT] = ACTIONS(1472), - [anon_sym_BSLASH] = ACTIONS(1472), - [anon_sym_CARET] = ACTIONS(1472), - [anon_sym__] = ACTIONS(1472), - [anon_sym_BQUOTE] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_PIPE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1472), - [aux_sym__word_token1] = ACTIONS(1472), - [aux_sym__word_token2] = ACTIONS(1472), - [aux_sym__word_token3] = ACTIONS(1472), - [sym__whitespace] = ACTIONS(1472), - [sym__soft_line_ending] = ACTIONS(1472), - [sym__block_close] = ACTIONS(1472), - [sym__block_quote_start] = ACTIONS(1472), - [sym__indented_chunk_start] = ACTIONS(1472), - [sym_atx_h1_marker] = ACTIONS(1472), - [sym_atx_h2_marker] = ACTIONS(1472), - [sym_atx_h3_marker] = ACTIONS(1472), - [sym_atx_h4_marker] = ACTIONS(1472), - [sym_atx_h5_marker] = ACTIONS(1472), - [sym_atx_h6_marker] = ACTIONS(1472), - [sym__thematic_break] = ACTIONS(1472), - [sym__list_marker_minus] = ACTIONS(1472), - [sym__list_marker_plus] = ACTIONS(1472), - [sym__list_marker_star] = ACTIONS(1472), - [sym__list_marker_parenthesis] = ACTIONS(1472), - [sym__list_marker_dot] = ACTIONS(1472), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1472), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1472), - [sym__fenced_code_block_start_backtick] = ACTIONS(1472), - [sym__fenced_code_block_start_tilde] = ACTIONS(1472), - [sym__blank_line_start] = ACTIONS(1472), - [sym__html_block_1_start] = ACTIONS(1472), - [sym__html_block_2_start] = ACTIONS(1472), - [sym__html_block_3_start] = ACTIONS(1472), - [sym__html_block_4_start] = ACTIONS(1472), - [sym__html_block_5_start] = ACTIONS(1472), - [sym__html_block_6_start] = ACTIONS(1472), - [sym__html_block_7_start] = ACTIONS(1472), - [sym__pipe_table_start] = ACTIONS(1472), + [284] = { + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_RBRACK] = ACTIONS(1722), + [anon_sym_LT] = ACTIONS(1722), + [anon_sym_GT] = ACTIONS(1722), + [anon_sym_BANG] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [anon_sym_POUND] = ACTIONS(1722), + [anon_sym_DOLLAR] = ACTIONS(1722), + [anon_sym_PERCENT] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1722), + [anon_sym_SQUOTE] = ACTIONS(1722), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_PLUS] = ACTIONS(1722), + [anon_sym_COMMA] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1722), + [anon_sym_DOT] = ACTIONS(1722), + [anon_sym_SLASH] = ACTIONS(1722), + [anon_sym_COLON] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_EQ] = ACTIONS(1722), + [anon_sym_QMARK] = ACTIONS(1722), + [anon_sym_AT] = ACTIONS(1722), + [anon_sym_BSLASH] = ACTIONS(1722), + [anon_sym_CARET] = ACTIONS(1722), + [anon_sym__] = ACTIONS(1722), + [anon_sym_BQUOTE] = ACTIONS(1722), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_PIPE] = ACTIONS(1722), + [anon_sym_RBRACE] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_LPAREN] = ACTIONS(1722), + [anon_sym_RPAREN] = ACTIONS(1722), + [aux_sym__word_token1] = ACTIONS(1722), + [aux_sym__word_token2] = ACTIONS(1722), + [aux_sym__word_token3] = ACTIONS(1722), + [sym__whitespace] = ACTIONS(1722), + [sym__soft_line_ending] = ACTIONS(1722), + [sym__block_close] = ACTIONS(1722), + [sym__block_quote_start] = ACTIONS(1722), + [sym__indented_chunk_start] = ACTIONS(1722), + [sym_atx_h1_marker] = ACTIONS(1722), + [sym_atx_h2_marker] = ACTIONS(1722), + [sym_atx_h3_marker] = ACTIONS(1722), + [sym_atx_h4_marker] = ACTIONS(1722), + [sym_atx_h5_marker] = ACTIONS(1722), + [sym_atx_h6_marker] = ACTIONS(1722), + [sym__thematic_break] = ACTIONS(1722), + [sym__list_marker_minus] = ACTIONS(1722), + [sym__list_marker_plus] = ACTIONS(1722), + [sym__list_marker_star] = ACTIONS(1722), + [sym__list_marker_parenthesis] = ACTIONS(1722), + [sym__list_marker_dot] = ACTIONS(1722), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1722), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1722), + [sym__fenced_code_block_start_backtick] = ACTIONS(1722), + [sym__fenced_code_block_start_tilde] = ACTIONS(1722), + [sym__blank_line_start] = ACTIONS(1722), + [sym__html_block_1_start] = ACTIONS(1722), + [sym__html_block_2_start] = ACTIONS(1722), + [sym__html_block_3_start] = ACTIONS(1722), + [sym__html_block_4_start] = ACTIONS(1722), + [sym__html_block_5_start] = ACTIONS(1722), + [sym__html_block_6_start] = ACTIONS(1722), + [sym__html_block_7_start] = ACTIONS(1722), + [sym__pipe_table_start] = ACTIONS(1722), }, - [271] = { - [ts_builtin_sym_end] = ACTIONS(1726), + [285] = { [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_RBRACK] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), @@ -35411,6 +36390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1726), [sym__whitespace] = ACTIONS(1726), [sym__soft_line_ending] = ACTIONS(1726), + [sym__block_close] = ACTIONS(1726), [sym__block_quote_start] = ACTIONS(1726), [sym__indented_chunk_start] = ACTIONS(1726), [sym_atx_h1_marker] = ACTIONS(1726), @@ -35442,497 +36422,1058 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1726), [sym__pipe_table_start] = ACTIONS(1726), }, - [272] = { - [anon_sym_LBRACK] = ACTIONS(1458), - [anon_sym_RBRACK] = ACTIONS(1460), - [anon_sym_LT] = ACTIONS(1460), - [anon_sym_GT] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [anon_sym_POUND] = ACTIONS(1460), - [anon_sym_DOLLAR] = ACTIONS(1460), - [anon_sym_PERCENT] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_COMMA] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_DOT] = ACTIONS(1460), - [anon_sym_SLASH] = ACTIONS(1460), - [anon_sym_COLON] = ACTIONS(1460), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_EQ] = ACTIONS(1460), - [anon_sym_QMARK] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1460), - [anon_sym_BSLASH] = ACTIONS(1460), - [anon_sym_CARET] = ACTIONS(1460), - [anon_sym__] = ACTIONS(1460), - [anon_sym_BQUOTE] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_PIPE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1460), - [anon_sym_RPAREN] = ACTIONS(1460), - [aux_sym__word_token1] = ACTIONS(1460), - [aux_sym__word_token2] = ACTIONS(1460), - [aux_sym__word_token3] = ACTIONS(1460), - [sym__whitespace] = ACTIONS(1460), - [sym__soft_line_ending] = ACTIONS(1460), - [sym__block_close] = ACTIONS(1460), - [sym__block_quote_start] = ACTIONS(1460), - [sym__indented_chunk_start] = ACTIONS(1460), - [sym_atx_h1_marker] = ACTIONS(1460), - [sym_atx_h2_marker] = ACTIONS(1460), - [sym_atx_h3_marker] = ACTIONS(1460), - [sym_atx_h4_marker] = ACTIONS(1460), - [sym_atx_h5_marker] = ACTIONS(1460), - [sym_atx_h6_marker] = ACTIONS(1460), - [sym__thematic_break] = ACTIONS(1460), - [sym__list_marker_minus] = ACTIONS(1460), - [sym__list_marker_plus] = ACTIONS(1460), - [sym__list_marker_star] = ACTIONS(1460), - [sym__list_marker_parenthesis] = ACTIONS(1460), - [sym__list_marker_dot] = ACTIONS(1460), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1460), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1460), - [sym__fenced_code_block_start_backtick] = ACTIONS(1460), - [sym__fenced_code_block_start_tilde] = ACTIONS(1460), - [sym__blank_line_start] = ACTIONS(1460), - [sym__html_block_1_start] = ACTIONS(1460), - [sym__html_block_2_start] = ACTIONS(1460), - [sym__html_block_3_start] = ACTIONS(1460), - [sym__html_block_4_start] = ACTIONS(1460), - [sym__html_block_5_start] = ACTIONS(1460), - [sym__html_block_6_start] = ACTIONS(1460), - [sym__html_block_7_start] = ACTIONS(1460), - [sym__pipe_table_start] = ACTIONS(1460), + [286] = { + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1736), + [anon_sym_GT] = ACTIONS(1736), + [anon_sym_BANG] = ACTIONS(1736), + [anon_sym_DQUOTE] = ACTIONS(1736), + [anon_sym_POUND] = ACTIONS(1736), + [anon_sym_DOLLAR] = ACTIONS(1736), + [anon_sym_PERCENT] = ACTIONS(1736), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SQUOTE] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(1736), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_DOT] = ACTIONS(1736), + [anon_sym_SLASH] = ACTIONS(1736), + [anon_sym_COLON] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1736), + [anon_sym_EQ] = ACTIONS(1736), + [anon_sym_QMARK] = ACTIONS(1736), + [anon_sym_AT] = ACTIONS(1736), + [anon_sym_BSLASH] = ACTIONS(1736), + [anon_sym_CARET] = ACTIONS(1736), + [anon_sym__] = ACTIONS(1736), + [anon_sym_BQUOTE] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_PIPE] = ACTIONS(1736), + [anon_sym_RBRACE] = ACTIONS(1736), + [anon_sym_TILDE] = ACTIONS(1736), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1736), + [aux_sym__word_token1] = ACTIONS(1736), + [aux_sym__word_token2] = ACTIONS(1736), + [aux_sym__word_token3] = ACTIONS(1736), + [sym__whitespace] = ACTIONS(1736), + [sym__soft_line_ending] = ACTIONS(1736), + [sym__block_close] = ACTIONS(1736), + [sym__block_quote_start] = ACTIONS(1736), + [sym__indented_chunk_start] = ACTIONS(1736), + [sym_atx_h1_marker] = ACTIONS(1736), + [sym_atx_h2_marker] = ACTIONS(1736), + [sym_atx_h3_marker] = ACTIONS(1736), + [sym_atx_h4_marker] = ACTIONS(1736), + [sym_atx_h5_marker] = ACTIONS(1736), + [sym_atx_h6_marker] = ACTIONS(1736), + [sym__thematic_break] = ACTIONS(1736), + [sym__list_marker_minus] = ACTIONS(1736), + [sym__list_marker_plus] = ACTIONS(1736), + [sym__list_marker_star] = ACTIONS(1736), + [sym__list_marker_parenthesis] = ACTIONS(1736), + [sym__list_marker_dot] = ACTIONS(1736), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1736), + [sym__fenced_code_block_start_backtick] = ACTIONS(1736), + [sym__fenced_code_block_start_tilde] = ACTIONS(1736), + [sym__blank_line_start] = ACTIONS(1736), + [sym__html_block_1_start] = ACTIONS(1736), + [sym__html_block_2_start] = ACTIONS(1736), + [sym__html_block_3_start] = ACTIONS(1736), + [sym__html_block_4_start] = ACTIONS(1736), + [sym__html_block_5_start] = ACTIONS(1736), + [sym__html_block_6_start] = ACTIONS(1736), + [sym__html_block_7_start] = ACTIONS(1736), + [sym__pipe_table_start] = ACTIONS(1736), }, - [273] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_RBRACK] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1536), - [anon_sym_GT] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [anon_sym_POUND] = ACTIONS(1536), - [anon_sym_DOLLAR] = ACTIONS(1536), - [anon_sym_PERCENT] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_PLUS] = ACTIONS(1536), - [anon_sym_COMMA] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1536), - [anon_sym_DOT] = ACTIONS(1536), - [anon_sym_SLASH] = ACTIONS(1536), - [anon_sym_COLON] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_EQ] = ACTIONS(1536), - [anon_sym_QMARK] = ACTIONS(1536), - [anon_sym_AT] = ACTIONS(1536), - [anon_sym_BSLASH] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1536), - [anon_sym__] = ACTIONS(1536), - [anon_sym_BQUOTE] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [aux_sym__word_token1] = ACTIONS(1536), - [aux_sym__word_token2] = ACTIONS(1536), - [aux_sym__word_token3] = ACTIONS(1536), - [sym__whitespace] = ACTIONS(1536), - [sym__soft_line_ending] = ACTIONS(1536), - [sym__block_quote_start] = ACTIONS(1536), - [sym__indented_chunk_start] = ACTIONS(1536), - [sym_atx_h1_marker] = ACTIONS(1536), - [sym_atx_h2_marker] = ACTIONS(1536), - [sym_atx_h3_marker] = ACTIONS(1536), - [sym_atx_h4_marker] = ACTIONS(1536), - [sym_atx_h5_marker] = ACTIONS(1536), - [sym_atx_h6_marker] = ACTIONS(1536), - [sym__thematic_break] = ACTIONS(1536), - [sym__list_marker_minus] = ACTIONS(1536), - [sym__list_marker_plus] = ACTIONS(1536), - [sym__list_marker_star] = ACTIONS(1536), - [sym__list_marker_parenthesis] = ACTIONS(1536), - [sym__list_marker_dot] = ACTIONS(1536), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1536), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1536), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1536), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1536), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1536), - [sym__fenced_code_block_start_backtick] = ACTIONS(1536), - [sym__fenced_code_block_start_tilde] = ACTIONS(1536), - [sym__blank_line_start] = ACTIONS(1536), - [sym__html_block_1_start] = ACTIONS(1536), - [sym__html_block_2_start] = ACTIONS(1536), - [sym__html_block_3_start] = ACTIONS(1536), - [sym__html_block_4_start] = ACTIONS(1536), - [sym__html_block_5_start] = ACTIONS(1536), - [sym__html_block_6_start] = ACTIONS(1536), - [sym__html_block_7_start] = ACTIONS(1536), - [sym__pipe_table_start] = ACTIONS(1536), + [287] = { + [anon_sym_LBRACK] = ACTIONS(1147), + [anon_sym_RBRACK] = ACTIONS(1145), + [anon_sym_LT] = ACTIONS(1145), + [anon_sym_GT] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_DQUOTE] = ACTIONS(1145), + [anon_sym_POUND] = ACTIONS(1145), + [anon_sym_DOLLAR] = ACTIONS(1145), + [anon_sym_PERCENT] = ACTIONS(1145), + [anon_sym_AMP] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_STAR] = ACTIONS(1145), + [anon_sym_PLUS] = ACTIONS(1145), + [anon_sym_COMMA] = ACTIONS(1145), + [anon_sym_DASH] = ACTIONS(1145), + [anon_sym_DOT] = ACTIONS(1145), + [anon_sym_SLASH] = ACTIONS(1145), + [anon_sym_COLON] = ACTIONS(1145), + [anon_sym_SEMI] = ACTIONS(1145), + [anon_sym_EQ] = ACTIONS(1145), + [anon_sym_QMARK] = ACTIONS(1145), + [anon_sym_AT] = ACTIONS(1145), + [anon_sym_BSLASH] = ACTIONS(1145), + [anon_sym_CARET] = ACTIONS(1145), + [anon_sym__] = ACTIONS(1145), + [anon_sym_BQUOTE] = ACTIONS(1145), + [anon_sym_LBRACE] = ACTIONS(1145), + [anon_sym_PIPE] = ACTIONS(1145), + [anon_sym_RBRACE] = ACTIONS(1145), + [anon_sym_TILDE] = ACTIONS(1145), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_RPAREN] = ACTIONS(1145), + [aux_sym__word_token1] = ACTIONS(1145), + [aux_sym__word_token2] = ACTIONS(1145), + [aux_sym__word_token3] = ACTIONS(1145), + [sym__whitespace] = ACTIONS(1145), + [sym__soft_line_ending] = ACTIONS(1145), + [sym__block_close] = ACTIONS(1145), + [sym__block_quote_start] = ACTIONS(1145), + [sym__indented_chunk_start] = ACTIONS(1145), + [sym_atx_h1_marker] = ACTIONS(1145), + [sym_atx_h2_marker] = ACTIONS(1145), + [sym_atx_h3_marker] = ACTIONS(1145), + [sym_atx_h4_marker] = ACTIONS(1145), + [sym_atx_h5_marker] = ACTIONS(1145), + [sym_atx_h6_marker] = ACTIONS(1145), + [sym__thematic_break] = ACTIONS(1145), + [sym__list_marker_minus] = ACTIONS(1145), + [sym__list_marker_plus] = ACTIONS(1145), + [sym__list_marker_star] = ACTIONS(1145), + [sym__list_marker_parenthesis] = ACTIONS(1145), + [sym__list_marker_dot] = ACTIONS(1145), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1145), + [sym__fenced_code_block_start_backtick] = ACTIONS(1145), + [sym__fenced_code_block_start_tilde] = ACTIONS(1145), + [sym__blank_line_start] = ACTIONS(1145), + [sym__html_block_1_start] = ACTIONS(1145), + [sym__html_block_2_start] = ACTIONS(1145), + [sym__html_block_3_start] = ACTIONS(1145), + [sym__html_block_4_start] = ACTIONS(1145), + [sym__html_block_5_start] = ACTIONS(1145), + [sym__html_block_6_start] = ACTIONS(1145), + [sym__html_block_7_start] = ACTIONS(1145), + [sym__pipe_table_start] = ACTIONS(1145), }, - [274] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_RBRACK] = ACTIONS(1576), - [anon_sym_LT] = ACTIONS(1576), - [anon_sym_GT] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [anon_sym_POUND] = ACTIONS(1576), - [anon_sym_DOLLAR] = ACTIONS(1576), - [anon_sym_PERCENT] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_PLUS] = ACTIONS(1576), - [anon_sym_COMMA] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1576), - [anon_sym_DOT] = ACTIONS(1576), - [anon_sym_SLASH] = ACTIONS(1576), - [anon_sym_COLON] = ACTIONS(1576), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_EQ] = ACTIONS(1576), - [anon_sym_QMARK] = ACTIONS(1576), - [anon_sym_AT] = ACTIONS(1576), - [anon_sym_BSLASH] = ACTIONS(1576), - [anon_sym_CARET] = ACTIONS(1576), - [anon_sym__] = ACTIONS(1576), - [anon_sym_BQUOTE] = ACTIONS(1576), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_PIPE] = ACTIONS(1576), - [anon_sym_RBRACE] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_RPAREN] = ACTIONS(1576), - [aux_sym__word_token1] = ACTIONS(1576), - [aux_sym__word_token2] = ACTIONS(1576), - [aux_sym__word_token3] = ACTIONS(1576), - [sym__whitespace] = ACTIONS(1576), - [sym__soft_line_ending] = ACTIONS(1576), - [sym__block_quote_start] = ACTIONS(1576), - [sym__indented_chunk_start] = ACTIONS(1576), - [sym_atx_h1_marker] = ACTIONS(1576), - [sym_atx_h2_marker] = ACTIONS(1576), - [sym_atx_h3_marker] = ACTIONS(1576), - [sym_atx_h4_marker] = ACTIONS(1576), - [sym_atx_h5_marker] = ACTIONS(1576), - [sym_atx_h6_marker] = ACTIONS(1576), - [sym__thematic_break] = ACTIONS(1576), - [sym__list_marker_minus] = ACTIONS(1576), - [sym__list_marker_plus] = ACTIONS(1576), - [sym__list_marker_star] = ACTIONS(1576), - [sym__list_marker_parenthesis] = ACTIONS(1576), - [sym__list_marker_dot] = ACTIONS(1576), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1576), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1576), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1576), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1576), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1576), - [sym__fenced_code_block_start_backtick] = ACTIONS(1576), - [sym__fenced_code_block_start_tilde] = ACTIONS(1576), - [sym__blank_line_start] = ACTIONS(1576), - [sym__html_block_1_start] = ACTIONS(1576), - [sym__html_block_2_start] = ACTIONS(1576), - [sym__html_block_3_start] = ACTIONS(1576), - [sym__html_block_4_start] = ACTIONS(1576), - [sym__html_block_5_start] = ACTIONS(1576), - [sym__html_block_6_start] = ACTIONS(1576), - [sym__html_block_7_start] = ACTIONS(1576), - [sym__pipe_table_start] = ACTIONS(1576), + [288] = { + [ts_builtin_sym_end] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1736), + [anon_sym_GT] = ACTIONS(1736), + [anon_sym_BANG] = ACTIONS(1736), + [anon_sym_DQUOTE] = ACTIONS(1736), + [anon_sym_POUND] = ACTIONS(1736), + [anon_sym_DOLLAR] = ACTIONS(1736), + [anon_sym_PERCENT] = ACTIONS(1736), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SQUOTE] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(1736), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_DOT] = ACTIONS(1736), + [anon_sym_SLASH] = ACTIONS(1736), + [anon_sym_COLON] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1736), + [anon_sym_EQ] = ACTIONS(1736), + [anon_sym_QMARK] = ACTIONS(1736), + [anon_sym_AT] = ACTIONS(1736), + [anon_sym_BSLASH] = ACTIONS(1736), + [anon_sym_CARET] = ACTIONS(1736), + [anon_sym__] = ACTIONS(1736), + [anon_sym_BQUOTE] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_PIPE] = ACTIONS(1736), + [anon_sym_RBRACE] = ACTIONS(1736), + [anon_sym_TILDE] = ACTIONS(1736), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1736), + [aux_sym__word_token1] = ACTIONS(1736), + [aux_sym__word_token2] = ACTIONS(1736), + [aux_sym__word_token3] = ACTIONS(1736), + [sym__whitespace] = ACTIONS(1736), + [sym__soft_line_ending] = ACTIONS(1736), + [sym__block_quote_start] = ACTIONS(1736), + [sym__indented_chunk_start] = ACTIONS(1736), + [sym_atx_h1_marker] = ACTIONS(1736), + [sym_atx_h2_marker] = ACTIONS(1736), + [sym_atx_h3_marker] = ACTIONS(1736), + [sym_atx_h4_marker] = ACTIONS(1736), + [sym_atx_h5_marker] = ACTIONS(1736), + [sym_atx_h6_marker] = ACTIONS(1736), + [sym__thematic_break] = ACTIONS(1736), + [sym__list_marker_minus] = ACTIONS(1736), + [sym__list_marker_plus] = ACTIONS(1736), + [sym__list_marker_star] = ACTIONS(1736), + [sym__list_marker_parenthesis] = ACTIONS(1736), + [sym__list_marker_dot] = ACTIONS(1736), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1736), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1736), + [sym__fenced_code_block_start_backtick] = ACTIONS(1736), + [sym__fenced_code_block_start_tilde] = ACTIONS(1736), + [sym__blank_line_start] = ACTIONS(1736), + [sym__html_block_1_start] = ACTIONS(1736), + [sym__html_block_2_start] = ACTIONS(1736), + [sym__html_block_3_start] = ACTIONS(1736), + [sym__html_block_4_start] = ACTIONS(1736), + [sym__html_block_5_start] = ACTIONS(1736), + [sym__html_block_6_start] = ACTIONS(1736), + [sym__html_block_7_start] = ACTIONS(1736), + [sym__pipe_table_start] = ACTIONS(1736), + }, + [289] = { + [anon_sym_LBRACK] = ACTIONS(1438), + [anon_sym_RBRACK] = ACTIONS(1440), + [anon_sym_LT] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [anon_sym_POUND] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_PERCENT] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_COMMA] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_COLON] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_EQ] = ACTIONS(1440), + [anon_sym_QMARK] = ACTIONS(1440), + [anon_sym_AT] = ACTIONS(1440), + [anon_sym_BSLASH] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), + [anon_sym__] = ACTIONS(1440), + [anon_sym_BQUOTE] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [aux_sym__word_token1] = ACTIONS(1440), + [aux_sym__word_token2] = ACTIONS(1440), + [aux_sym__word_token3] = ACTIONS(1440), + [sym__whitespace] = ACTIONS(1440), + [sym__soft_line_ending] = ACTIONS(1440), + [sym__block_close] = ACTIONS(1440), + [sym__block_quote_start] = ACTIONS(1440), + [sym__indented_chunk_start] = ACTIONS(1440), + [sym_atx_h1_marker] = ACTIONS(1440), + [sym_atx_h2_marker] = ACTIONS(1440), + [sym_atx_h3_marker] = ACTIONS(1440), + [sym_atx_h4_marker] = ACTIONS(1440), + [sym_atx_h5_marker] = ACTIONS(1440), + [sym_atx_h6_marker] = ACTIONS(1440), + [sym__thematic_break] = ACTIONS(1440), + [sym__list_marker_minus] = ACTIONS(1440), + [sym__list_marker_plus] = ACTIONS(1440), + [sym__list_marker_star] = ACTIONS(1440), + [sym__list_marker_parenthesis] = ACTIONS(1440), + [sym__list_marker_dot] = ACTIONS(1440), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1440), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1440), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1440), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1440), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1440), + [sym__fenced_code_block_start_backtick] = ACTIONS(1440), + [sym__fenced_code_block_start_tilde] = ACTIONS(1440), + [sym__blank_line_start] = ACTIONS(1440), + [sym__html_block_1_start] = ACTIONS(1440), + [sym__html_block_2_start] = ACTIONS(1440), + [sym__html_block_3_start] = ACTIONS(1440), + [sym__html_block_4_start] = ACTIONS(1440), + [sym__html_block_5_start] = ACTIONS(1440), + [sym__html_block_6_start] = ACTIONS(1440), + [sym__html_block_7_start] = ACTIONS(1440), + [sym__pipe_table_start] = ACTIONS(1440), + }, + [290] = { + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_RBRACK] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [anon_sym_POUND] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_PERCENT] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_COMMA] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_DOT] = ACTIONS(1294), + [anon_sym_SLASH] = ACTIONS(1294), + [anon_sym_COLON] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_EQ] = ACTIONS(1294), + [anon_sym_QMARK] = ACTIONS(1294), + [anon_sym_AT] = ACTIONS(1294), + [anon_sym_BSLASH] = ACTIONS(1294), + [anon_sym_CARET] = ACTIONS(1294), + [anon_sym__] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_LPAREN] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [aux_sym__word_token1] = ACTIONS(1294), + [aux_sym__word_token2] = ACTIONS(1294), + [aux_sym__word_token3] = ACTIONS(1294), + [sym__whitespace] = ACTIONS(1294), + [sym__soft_line_ending] = ACTIONS(1294), + [sym__block_close] = ACTIONS(1294), + [sym__block_quote_start] = ACTIONS(1294), + [sym__indented_chunk_start] = ACTIONS(1294), + [sym_atx_h1_marker] = ACTIONS(1294), + [sym_atx_h2_marker] = ACTIONS(1294), + [sym_atx_h3_marker] = ACTIONS(1294), + [sym_atx_h4_marker] = ACTIONS(1294), + [sym_atx_h5_marker] = ACTIONS(1294), + [sym_atx_h6_marker] = ACTIONS(1294), + [sym__thematic_break] = ACTIONS(1294), + [sym__list_marker_minus] = ACTIONS(1294), + [sym__list_marker_plus] = ACTIONS(1294), + [sym__list_marker_star] = ACTIONS(1294), + [sym__list_marker_parenthesis] = ACTIONS(1294), + [sym__list_marker_dot] = ACTIONS(1294), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1294), + [sym__fenced_code_block_start_backtick] = ACTIONS(1294), + [sym__fenced_code_block_start_tilde] = ACTIONS(1294), + [sym__blank_line_start] = ACTIONS(1294), + [sym__html_block_1_start] = ACTIONS(1294), + [sym__html_block_2_start] = ACTIONS(1294), + [sym__html_block_3_start] = ACTIONS(1294), + [sym__html_block_4_start] = ACTIONS(1294), + [sym__html_block_5_start] = ACTIONS(1294), + [sym__html_block_6_start] = ACTIONS(1294), + [sym__html_block_7_start] = ACTIONS(1294), + [sym__pipe_table_start] = ACTIONS(1294), + }, + [291] = { + [ts_builtin_sym_end] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(1147), + [anon_sym_RBRACK] = ACTIONS(1145), + [anon_sym_LT] = ACTIONS(1145), + [anon_sym_GT] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_DQUOTE] = ACTIONS(1145), + [anon_sym_POUND] = ACTIONS(1145), + [anon_sym_DOLLAR] = ACTIONS(1145), + [anon_sym_PERCENT] = ACTIONS(1145), + [anon_sym_AMP] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_STAR] = ACTIONS(1145), + [anon_sym_PLUS] = ACTIONS(1145), + [anon_sym_COMMA] = ACTIONS(1145), + [anon_sym_DASH] = ACTIONS(1145), + [anon_sym_DOT] = ACTIONS(1145), + [anon_sym_SLASH] = ACTIONS(1145), + [anon_sym_COLON] = ACTIONS(1145), + [anon_sym_SEMI] = ACTIONS(1145), + [anon_sym_EQ] = ACTIONS(1145), + [anon_sym_QMARK] = ACTIONS(1145), + [anon_sym_AT] = ACTIONS(1145), + [anon_sym_BSLASH] = ACTIONS(1145), + [anon_sym_CARET] = ACTIONS(1145), + [anon_sym__] = ACTIONS(1145), + [anon_sym_BQUOTE] = ACTIONS(1145), + [anon_sym_LBRACE] = ACTIONS(1145), + [anon_sym_PIPE] = ACTIONS(1145), + [anon_sym_RBRACE] = ACTIONS(1145), + [anon_sym_TILDE] = ACTIONS(1145), + [anon_sym_LPAREN] = ACTIONS(1145), + [anon_sym_RPAREN] = ACTIONS(1145), + [aux_sym__word_token1] = ACTIONS(1145), + [aux_sym__word_token2] = ACTIONS(1145), + [aux_sym__word_token3] = ACTIONS(1145), + [sym__whitespace] = ACTIONS(1145), + [sym__soft_line_ending] = ACTIONS(1145), + [sym__block_quote_start] = ACTIONS(1145), + [sym__indented_chunk_start] = ACTIONS(1145), + [sym_atx_h1_marker] = ACTIONS(1145), + [sym_atx_h2_marker] = ACTIONS(1145), + [sym_atx_h3_marker] = ACTIONS(1145), + [sym_atx_h4_marker] = ACTIONS(1145), + [sym_atx_h5_marker] = ACTIONS(1145), + [sym_atx_h6_marker] = ACTIONS(1145), + [sym__thematic_break] = ACTIONS(1145), + [sym__list_marker_minus] = ACTIONS(1145), + [sym__list_marker_plus] = ACTIONS(1145), + [sym__list_marker_star] = ACTIONS(1145), + [sym__list_marker_parenthesis] = ACTIONS(1145), + [sym__list_marker_dot] = ACTIONS(1145), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1145), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1145), + [sym__fenced_code_block_start_backtick] = ACTIONS(1145), + [sym__fenced_code_block_start_tilde] = ACTIONS(1145), + [sym__blank_line_start] = ACTIONS(1145), + [sym__html_block_1_start] = ACTIONS(1145), + [sym__html_block_2_start] = ACTIONS(1145), + [sym__html_block_3_start] = ACTIONS(1145), + [sym__html_block_4_start] = ACTIONS(1145), + [sym__html_block_5_start] = ACTIONS(1145), + [sym__html_block_6_start] = ACTIONS(1145), + [sym__html_block_7_start] = ACTIONS(1145), + [sym__pipe_table_start] = ACTIONS(1145), + }, + [292] = { + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_RBRACK] = ACTIONS(1300), + [anon_sym_LT] = ACTIONS(1300), + [anon_sym_GT] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [anon_sym_POUND] = ACTIONS(1300), + [anon_sym_DOLLAR] = ACTIONS(1300), + [anon_sym_PERCENT] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_DOT] = ACTIONS(1300), + [anon_sym_SLASH] = ACTIONS(1300), + [anon_sym_COLON] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym_EQ] = ACTIONS(1300), + [anon_sym_QMARK] = ACTIONS(1300), + [anon_sym_AT] = ACTIONS(1300), + [anon_sym_BSLASH] = ACTIONS(1300), + [anon_sym_CARET] = ACTIONS(1300), + [anon_sym__] = ACTIONS(1300), + [anon_sym_BQUOTE] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_PIPE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1300), + [anon_sym_RPAREN] = ACTIONS(1300), + [aux_sym__word_token1] = ACTIONS(1300), + [aux_sym__word_token2] = ACTIONS(1300), + [aux_sym__word_token3] = ACTIONS(1300), + [sym__whitespace] = ACTIONS(1300), + [sym__soft_line_ending] = ACTIONS(1300), + [sym__block_close] = ACTIONS(1300), + [sym__block_quote_start] = ACTIONS(1300), + [sym__indented_chunk_start] = ACTIONS(1300), + [sym_atx_h1_marker] = ACTIONS(1300), + [sym_atx_h2_marker] = ACTIONS(1300), + [sym_atx_h3_marker] = ACTIONS(1300), + [sym_atx_h4_marker] = ACTIONS(1300), + [sym_atx_h5_marker] = ACTIONS(1300), + [sym_atx_h6_marker] = ACTIONS(1300), + [sym__thematic_break] = ACTIONS(1300), + [sym__list_marker_minus] = ACTIONS(1300), + [sym__list_marker_plus] = ACTIONS(1300), + [sym__list_marker_star] = ACTIONS(1300), + [sym__list_marker_parenthesis] = ACTIONS(1300), + [sym__list_marker_dot] = ACTIONS(1300), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1300), + [sym__fenced_code_block_start_backtick] = ACTIONS(1300), + [sym__fenced_code_block_start_tilde] = ACTIONS(1300), + [sym__blank_line_start] = ACTIONS(1300), + [sym__html_block_1_start] = ACTIONS(1300), + [sym__html_block_2_start] = ACTIONS(1300), + [sym__html_block_3_start] = ACTIONS(1300), + [sym__html_block_4_start] = ACTIONS(1300), + [sym__html_block_5_start] = ACTIONS(1300), + [sym__html_block_6_start] = ACTIONS(1300), + [sym__html_block_7_start] = ACTIONS(1300), + [sym__pipe_table_start] = ACTIONS(1300), + }, + [293] = { + [ts_builtin_sym_end] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1646), + [anon_sym_RBRACK] = ACTIONS(1648), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_BANG] = ACTIONS(1648), + [anon_sym_DQUOTE] = ACTIONS(1648), + [anon_sym_POUND] = ACTIONS(1648), + [anon_sym_DOLLAR] = ACTIONS(1648), + [anon_sym_PERCENT] = ACTIONS(1648), + [anon_sym_AMP] = ACTIONS(1648), + [anon_sym_SQUOTE] = ACTIONS(1648), + [anon_sym_STAR] = ACTIONS(1648), + [anon_sym_PLUS] = ACTIONS(1648), + [anon_sym_COMMA] = ACTIONS(1648), + [anon_sym_DASH] = ACTIONS(1648), + [anon_sym_DOT] = ACTIONS(1648), + [anon_sym_SLASH] = ACTIONS(1648), + [anon_sym_COLON] = ACTIONS(1648), + [anon_sym_SEMI] = ACTIONS(1648), + [anon_sym_EQ] = ACTIONS(1648), + [anon_sym_QMARK] = ACTIONS(1648), + [anon_sym_AT] = ACTIONS(1648), + [anon_sym_BSLASH] = ACTIONS(1648), + [anon_sym_CARET] = ACTIONS(1648), + [anon_sym__] = ACTIONS(1648), + [anon_sym_BQUOTE] = ACTIONS(1648), + [anon_sym_LBRACE] = ACTIONS(1648), + [anon_sym_PIPE] = ACTIONS(1648), + [anon_sym_RBRACE] = ACTIONS(1648), + [anon_sym_TILDE] = ACTIONS(1648), + [anon_sym_LPAREN] = ACTIONS(1648), + [anon_sym_RPAREN] = ACTIONS(1648), + [aux_sym__word_token1] = ACTIONS(1648), + [aux_sym__word_token2] = ACTIONS(1648), + [aux_sym__word_token3] = ACTIONS(1648), + [sym__whitespace] = ACTIONS(1648), + [sym__soft_line_ending] = ACTIONS(1648), + [sym__block_quote_start] = ACTIONS(1648), + [sym__indented_chunk_start] = ACTIONS(1648), + [sym_atx_h1_marker] = ACTIONS(1648), + [sym_atx_h2_marker] = ACTIONS(1648), + [sym_atx_h3_marker] = ACTIONS(1648), + [sym_atx_h4_marker] = ACTIONS(1648), + [sym_atx_h5_marker] = ACTIONS(1648), + [sym_atx_h6_marker] = ACTIONS(1648), + [sym__thematic_break] = ACTIONS(1648), + [sym__list_marker_minus] = ACTIONS(1648), + [sym__list_marker_plus] = ACTIONS(1648), + [sym__list_marker_star] = ACTIONS(1648), + [sym__list_marker_parenthesis] = ACTIONS(1648), + [sym__list_marker_dot] = ACTIONS(1648), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1648), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1648), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1648), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1648), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1648), + [sym__fenced_code_block_start_backtick] = ACTIONS(1648), + [sym__fenced_code_block_start_tilde] = ACTIONS(1648), + [sym__blank_line_start] = ACTIONS(1648), + [sym__html_block_1_start] = ACTIONS(1648), + [sym__html_block_2_start] = ACTIONS(1648), + [sym__html_block_3_start] = ACTIONS(1648), + [sym__html_block_4_start] = ACTIONS(1648), + [sym__html_block_5_start] = ACTIONS(1648), + [sym__html_block_6_start] = ACTIONS(1648), + [sym__html_block_7_start] = ACTIONS(1648), + [sym__pipe_table_start] = ACTIONS(1648), }, - [275] = { - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1454), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [anon_sym_PERCENT] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_COMMA] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_DOT] = ACTIONS(1454), - [anon_sym_SLASH] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1454), - [anon_sym__] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_RPAREN] = ACTIONS(1454), - [aux_sym__word_token1] = ACTIONS(1454), - [aux_sym__word_token2] = ACTIONS(1454), - [aux_sym__word_token3] = ACTIONS(1454), - [sym__whitespace] = ACTIONS(1454), - [sym__soft_line_ending] = ACTIONS(1454), - [sym__block_close] = ACTIONS(1454), - [sym__block_quote_start] = ACTIONS(1454), - [sym__indented_chunk_start] = ACTIONS(1454), - [sym_atx_h1_marker] = ACTIONS(1454), - [sym_atx_h2_marker] = ACTIONS(1454), - [sym_atx_h3_marker] = ACTIONS(1454), - [sym_atx_h4_marker] = ACTIONS(1454), - [sym_atx_h5_marker] = ACTIONS(1454), - [sym_atx_h6_marker] = ACTIONS(1454), - [sym__thematic_break] = ACTIONS(1454), - [sym__list_marker_minus] = ACTIONS(1454), - [sym__list_marker_plus] = ACTIONS(1454), - [sym__list_marker_star] = ACTIONS(1454), - [sym__list_marker_parenthesis] = ACTIONS(1454), - [sym__list_marker_dot] = ACTIONS(1454), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1454), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1454), - [sym__fenced_code_block_start_backtick] = ACTIONS(1454), - [sym__fenced_code_block_start_tilde] = ACTIONS(1454), - [sym__blank_line_start] = ACTIONS(1454), - [sym__html_block_1_start] = ACTIONS(1454), - [sym__html_block_2_start] = ACTIONS(1454), - [sym__html_block_3_start] = ACTIONS(1454), - [sym__html_block_4_start] = ACTIONS(1454), - [sym__html_block_5_start] = ACTIONS(1454), - [sym__html_block_6_start] = ACTIONS(1454), - [sym__html_block_7_start] = ACTIONS(1454), - [sym__pipe_table_start] = ACTIONS(1454), + [294] = { + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_RBRACK] = ACTIONS(1318), + [anon_sym_LT] = ACTIONS(1318), + [anon_sym_GT] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [anon_sym_POUND] = ACTIONS(1318), + [anon_sym_DOLLAR] = ACTIONS(1318), + [anon_sym_PERCENT] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_COMMA] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_DOT] = ACTIONS(1318), + [anon_sym_SLASH] = ACTIONS(1318), + [anon_sym_COLON] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym_EQ] = ACTIONS(1318), + [anon_sym_QMARK] = ACTIONS(1318), + [anon_sym_AT] = ACTIONS(1318), + [anon_sym_BSLASH] = ACTIONS(1318), + [anon_sym_CARET] = ACTIONS(1318), + [anon_sym__] = ACTIONS(1318), + [anon_sym_BQUOTE] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_PIPE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_RPAREN] = ACTIONS(1318), + [aux_sym__word_token1] = ACTIONS(1318), + [aux_sym__word_token2] = ACTIONS(1318), + [aux_sym__word_token3] = ACTIONS(1318), + [sym__whitespace] = ACTIONS(1318), + [sym__soft_line_ending] = ACTIONS(1318), + [sym__block_close] = ACTIONS(1318), + [sym__block_quote_start] = ACTIONS(1318), + [sym__indented_chunk_start] = ACTIONS(1318), + [sym_atx_h1_marker] = ACTIONS(1318), + [sym_atx_h2_marker] = ACTIONS(1318), + [sym_atx_h3_marker] = ACTIONS(1318), + [sym_atx_h4_marker] = ACTIONS(1318), + [sym_atx_h5_marker] = ACTIONS(1318), + [sym_atx_h6_marker] = ACTIONS(1318), + [sym__thematic_break] = ACTIONS(1318), + [sym__list_marker_minus] = ACTIONS(1318), + [sym__list_marker_plus] = ACTIONS(1318), + [sym__list_marker_star] = ACTIONS(1318), + [sym__list_marker_parenthesis] = ACTIONS(1318), + [sym__list_marker_dot] = ACTIONS(1318), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1318), + [sym__fenced_code_block_start_backtick] = ACTIONS(1318), + [sym__fenced_code_block_start_tilde] = ACTIONS(1318), + [sym__blank_line_start] = ACTIONS(1318), + [sym__html_block_1_start] = ACTIONS(1318), + [sym__html_block_2_start] = ACTIONS(1318), + [sym__html_block_3_start] = ACTIONS(1318), + [sym__html_block_4_start] = ACTIONS(1318), + [sym__html_block_5_start] = ACTIONS(1318), + [sym__html_block_6_start] = ACTIONS(1318), + [sym__html_block_7_start] = ACTIONS(1318), + [sym__pipe_table_start] = ACTIONS(1318), }, - [276] = { - [ts_builtin_sym_end] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_RBRACK] = ACTIONS(1572), - [anon_sym_LT] = ACTIONS(1572), - [anon_sym_GT] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [anon_sym_POUND] = ACTIONS(1572), - [anon_sym_DOLLAR] = ACTIONS(1572), - [anon_sym_PERCENT] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_PLUS] = ACTIONS(1572), - [anon_sym_COMMA] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1572), - [anon_sym_DOT] = ACTIONS(1572), - [anon_sym_SLASH] = ACTIONS(1572), - [anon_sym_COLON] = ACTIONS(1572), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_EQ] = ACTIONS(1572), - [anon_sym_QMARK] = ACTIONS(1572), - [anon_sym_AT] = ACTIONS(1572), - [anon_sym_BSLASH] = ACTIONS(1572), - [anon_sym_CARET] = ACTIONS(1572), - [anon_sym__] = ACTIONS(1572), - [anon_sym_BQUOTE] = ACTIONS(1572), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_PIPE] = ACTIONS(1572), - [anon_sym_RBRACE] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_LPAREN] = ACTIONS(1572), - [anon_sym_RPAREN] = ACTIONS(1572), - [aux_sym__word_token1] = ACTIONS(1572), - [aux_sym__word_token2] = ACTIONS(1572), - [aux_sym__word_token3] = ACTIONS(1572), - [sym__whitespace] = ACTIONS(1572), - [sym__soft_line_ending] = ACTIONS(1572), - [sym__block_quote_start] = ACTIONS(1572), - [sym__indented_chunk_start] = ACTIONS(1572), - [sym_atx_h1_marker] = ACTIONS(1572), - [sym_atx_h2_marker] = ACTIONS(1572), - [sym_atx_h3_marker] = ACTIONS(1572), - [sym_atx_h4_marker] = ACTIONS(1572), - [sym_atx_h5_marker] = ACTIONS(1572), - [sym_atx_h6_marker] = ACTIONS(1572), - [sym__thematic_break] = ACTIONS(1572), - [sym__list_marker_minus] = ACTIONS(1572), - [sym__list_marker_plus] = ACTIONS(1572), - [sym__list_marker_star] = ACTIONS(1572), - [sym__list_marker_parenthesis] = ACTIONS(1572), - [sym__list_marker_dot] = ACTIONS(1572), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1572), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1572), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1572), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1572), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1572), - [sym__fenced_code_block_start_backtick] = ACTIONS(1572), - [sym__fenced_code_block_start_tilde] = ACTIONS(1572), - [sym__blank_line_start] = ACTIONS(1572), - [sym__html_block_1_start] = ACTIONS(1572), - [sym__html_block_2_start] = ACTIONS(1572), - [sym__html_block_3_start] = ACTIONS(1572), - [sym__html_block_4_start] = ACTIONS(1572), - [sym__html_block_5_start] = ACTIONS(1572), - [sym__html_block_6_start] = ACTIONS(1572), - [sym__html_block_7_start] = ACTIONS(1572), - [sym__pipe_table_start] = ACTIONS(1572), + [295] = { + [ts_builtin_sym_end] = ACTIONS(1652), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_RBRACK] = ACTIONS(1652), + [anon_sym_LT] = ACTIONS(1652), + [anon_sym_GT] = ACTIONS(1652), + [anon_sym_BANG] = ACTIONS(1652), + [anon_sym_DQUOTE] = ACTIONS(1652), + [anon_sym_POUND] = ACTIONS(1652), + [anon_sym_DOLLAR] = ACTIONS(1652), + [anon_sym_PERCENT] = ACTIONS(1652), + [anon_sym_AMP] = ACTIONS(1652), + [anon_sym_SQUOTE] = ACTIONS(1652), + [anon_sym_STAR] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1652), + [anon_sym_COMMA] = ACTIONS(1652), + [anon_sym_DASH] = ACTIONS(1652), + [anon_sym_DOT] = ACTIONS(1652), + [anon_sym_SLASH] = ACTIONS(1652), + [anon_sym_COLON] = ACTIONS(1652), + [anon_sym_SEMI] = ACTIONS(1652), + [anon_sym_EQ] = ACTIONS(1652), + [anon_sym_QMARK] = ACTIONS(1652), + [anon_sym_AT] = ACTIONS(1652), + [anon_sym_BSLASH] = ACTIONS(1652), + [anon_sym_CARET] = ACTIONS(1652), + [anon_sym__] = ACTIONS(1652), + [anon_sym_BQUOTE] = ACTIONS(1652), + [anon_sym_LBRACE] = ACTIONS(1652), + [anon_sym_PIPE] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(1652), + [anon_sym_TILDE] = ACTIONS(1652), + [anon_sym_LPAREN] = ACTIONS(1652), + [anon_sym_RPAREN] = ACTIONS(1652), + [aux_sym__word_token1] = ACTIONS(1652), + [aux_sym__word_token2] = ACTIONS(1652), + [aux_sym__word_token3] = ACTIONS(1652), + [sym__whitespace] = ACTIONS(1652), + [sym__soft_line_ending] = ACTIONS(1652), + [sym__block_quote_start] = ACTIONS(1652), + [sym__indented_chunk_start] = ACTIONS(1652), + [sym_atx_h1_marker] = ACTIONS(1652), + [sym_atx_h2_marker] = ACTIONS(1652), + [sym_atx_h3_marker] = ACTIONS(1652), + [sym_atx_h4_marker] = ACTIONS(1652), + [sym_atx_h5_marker] = ACTIONS(1652), + [sym_atx_h6_marker] = ACTIONS(1652), + [sym__thematic_break] = ACTIONS(1652), + [sym__list_marker_minus] = ACTIONS(1652), + [sym__list_marker_plus] = ACTIONS(1652), + [sym__list_marker_star] = ACTIONS(1652), + [sym__list_marker_parenthesis] = ACTIONS(1652), + [sym__list_marker_dot] = ACTIONS(1652), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1652), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1652), + [sym__fenced_code_block_start_backtick] = ACTIONS(1652), + [sym__fenced_code_block_start_tilde] = ACTIONS(1652), + [sym__blank_line_start] = ACTIONS(1652), + [sym__html_block_1_start] = ACTIONS(1652), + [sym__html_block_2_start] = ACTIONS(1652), + [sym__html_block_3_start] = ACTIONS(1652), + [sym__html_block_4_start] = ACTIONS(1652), + [sym__html_block_5_start] = ACTIONS(1652), + [sym__html_block_6_start] = ACTIONS(1652), + [sym__html_block_7_start] = ACTIONS(1652), + [sym__pipe_table_start] = ACTIONS(1652), }, - [277] = { - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_RBRACK] = ACTIONS(1448), - [anon_sym_LT] = ACTIONS(1448), - [anon_sym_GT] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [anon_sym_POUND] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_PERCENT] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1448), - [anon_sym_COLON] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_EQ] = ACTIONS(1448), - [anon_sym_QMARK] = ACTIONS(1448), - [anon_sym_AT] = ACTIONS(1448), - [anon_sym_BSLASH] = ACTIONS(1448), - [anon_sym_CARET] = ACTIONS(1448), - [anon_sym__] = ACTIONS(1448), - [anon_sym_BQUOTE] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_PIPE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_RPAREN] = ACTIONS(1448), - [aux_sym__word_token1] = ACTIONS(1448), - [aux_sym__word_token2] = ACTIONS(1448), - [aux_sym__word_token3] = ACTIONS(1448), - [sym__whitespace] = ACTIONS(1448), - [sym__soft_line_ending] = ACTIONS(1448), - [sym__block_close] = ACTIONS(1448), - [sym__block_quote_start] = ACTIONS(1448), - [sym__indented_chunk_start] = ACTIONS(1448), - [sym_atx_h1_marker] = ACTIONS(1448), - [sym_atx_h2_marker] = ACTIONS(1448), - [sym_atx_h3_marker] = ACTIONS(1448), - [sym_atx_h4_marker] = ACTIONS(1448), - [sym_atx_h5_marker] = ACTIONS(1448), - [sym_atx_h6_marker] = ACTIONS(1448), - [sym__thematic_break] = ACTIONS(1448), - [sym__list_marker_minus] = ACTIONS(1448), - [sym__list_marker_plus] = ACTIONS(1448), - [sym__list_marker_star] = ACTIONS(1448), - [sym__list_marker_parenthesis] = ACTIONS(1448), - [sym__list_marker_dot] = ACTIONS(1448), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1448), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1448), - [sym__fenced_code_block_start_backtick] = ACTIONS(1448), - [sym__fenced_code_block_start_tilde] = ACTIONS(1448), - [sym__blank_line_start] = ACTIONS(1448), - [sym__html_block_1_start] = ACTIONS(1448), - [sym__html_block_2_start] = ACTIONS(1448), - [sym__html_block_3_start] = ACTIONS(1448), - [sym__html_block_4_start] = ACTIONS(1448), - [sym__html_block_5_start] = ACTIONS(1448), - [sym__html_block_6_start] = ACTIONS(1448), - [sym__html_block_7_start] = ACTIONS(1448), - [sym__pipe_table_start] = ACTIONS(1448), + [296] = { + [anon_sym_LBRACK] = ACTIONS(1326), + [anon_sym_RBRACK] = ACTIONS(1324), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_BANG] = ACTIONS(1324), + [anon_sym_DQUOTE] = ACTIONS(1324), + [anon_sym_POUND] = ACTIONS(1324), + [anon_sym_DOLLAR] = ACTIONS(1324), + [anon_sym_PERCENT] = ACTIONS(1324), + [anon_sym_AMP] = ACTIONS(1324), + [anon_sym_SQUOTE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_COMMA] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_DOT] = ACTIONS(1324), + [anon_sym_SLASH] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SEMI] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [anon_sym_QMARK] = ACTIONS(1324), + [anon_sym_AT] = ACTIONS(1324), + [anon_sym_BSLASH] = ACTIONS(1324), + [anon_sym_CARET] = ACTIONS(1324), + [anon_sym__] = ACTIONS(1324), + [anon_sym_BQUOTE] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_PIPE] = ACTIONS(1324), + [anon_sym_RBRACE] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_RPAREN] = ACTIONS(1324), + [aux_sym__word_token1] = ACTIONS(1324), + [aux_sym__word_token2] = ACTIONS(1324), + [aux_sym__word_token3] = ACTIONS(1324), + [sym__whitespace] = ACTIONS(1324), + [sym__soft_line_ending] = ACTIONS(1324), + [sym__block_close] = ACTIONS(1324), + [sym__block_quote_start] = ACTIONS(1324), + [sym__indented_chunk_start] = ACTIONS(1324), + [sym_atx_h1_marker] = ACTIONS(1324), + [sym_atx_h2_marker] = ACTIONS(1324), + [sym_atx_h3_marker] = ACTIONS(1324), + [sym_atx_h4_marker] = ACTIONS(1324), + [sym_atx_h5_marker] = ACTIONS(1324), + [sym_atx_h6_marker] = ACTIONS(1324), + [sym__thematic_break] = ACTIONS(1324), + [sym__list_marker_minus] = ACTIONS(1324), + [sym__list_marker_plus] = ACTIONS(1324), + [sym__list_marker_star] = ACTIONS(1324), + [sym__list_marker_parenthesis] = ACTIONS(1324), + [sym__list_marker_dot] = ACTIONS(1324), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1324), + [sym__fenced_code_block_start_backtick] = ACTIONS(1324), + [sym__fenced_code_block_start_tilde] = ACTIONS(1324), + [sym__blank_line_start] = ACTIONS(1324), + [sym__html_block_1_start] = ACTIONS(1324), + [sym__html_block_2_start] = ACTIONS(1324), + [sym__html_block_3_start] = ACTIONS(1324), + [sym__html_block_4_start] = ACTIONS(1324), + [sym__html_block_5_start] = ACTIONS(1324), + [sym__html_block_6_start] = ACTIONS(1324), + [sym__html_block_7_start] = ACTIONS(1324), + [sym__pipe_table_start] = ACTIONS(1324), }, - [278] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_RBRACK] = ACTIONS(1568), - [anon_sym_LT] = ACTIONS(1568), - [anon_sym_GT] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [anon_sym_POUND] = ACTIONS(1568), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_PERCENT] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_PLUS] = ACTIONS(1568), - [anon_sym_COMMA] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1568), - [anon_sym_DOT] = ACTIONS(1568), - [anon_sym_SLASH] = ACTIONS(1568), - [anon_sym_COLON] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_EQ] = ACTIONS(1568), - [anon_sym_QMARK] = ACTIONS(1568), - [anon_sym_AT] = ACTIONS(1568), - [anon_sym_BSLASH] = ACTIONS(1568), - [anon_sym_CARET] = ACTIONS(1568), - [anon_sym__] = ACTIONS(1568), - [anon_sym_BQUOTE] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_PIPE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_RPAREN] = ACTIONS(1568), - [aux_sym__word_token1] = ACTIONS(1568), - [aux_sym__word_token2] = ACTIONS(1568), - [aux_sym__word_token3] = ACTIONS(1568), - [sym__whitespace] = ACTIONS(1568), - [sym__soft_line_ending] = ACTIONS(1568), - [sym__block_quote_start] = ACTIONS(1568), - [sym__indented_chunk_start] = ACTIONS(1568), - [sym_atx_h1_marker] = ACTIONS(1568), - [sym_atx_h2_marker] = ACTIONS(1568), - [sym_atx_h3_marker] = ACTIONS(1568), - [sym_atx_h4_marker] = ACTIONS(1568), - [sym_atx_h5_marker] = ACTIONS(1568), - [sym_atx_h6_marker] = ACTIONS(1568), - [sym__thematic_break] = ACTIONS(1568), - [sym__list_marker_minus] = ACTIONS(1568), - [sym__list_marker_plus] = ACTIONS(1568), - [sym__list_marker_star] = ACTIONS(1568), - [sym__list_marker_parenthesis] = ACTIONS(1568), - [sym__list_marker_dot] = ACTIONS(1568), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1568), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1568), - [sym__fenced_code_block_start_backtick] = ACTIONS(1568), - [sym__fenced_code_block_start_tilde] = ACTIONS(1568), - [sym__blank_line_start] = ACTIONS(1568), - [sym__html_block_1_start] = ACTIONS(1568), - [sym__html_block_2_start] = ACTIONS(1568), - [sym__html_block_3_start] = ACTIONS(1568), - [sym__html_block_4_start] = ACTIONS(1568), - [sym__html_block_5_start] = ACTIONS(1568), - [sym__html_block_6_start] = ACTIONS(1568), - [sym__html_block_7_start] = ACTIONS(1568), - [sym__pipe_table_start] = ACTIONS(1568), + [297] = { + [anon_sym_LBRACK] = ACTIONS(1738), + [anon_sym_RBRACK] = ACTIONS(1740), + [anon_sym_LT] = ACTIONS(1740), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_BANG] = ACTIONS(1740), + [anon_sym_DQUOTE] = ACTIONS(1740), + [anon_sym_POUND] = ACTIONS(1740), + [anon_sym_DOLLAR] = ACTIONS(1740), + [anon_sym_PERCENT] = ACTIONS(1740), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SQUOTE] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_COMMA] = ACTIONS(1740), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_DOT] = ACTIONS(1740), + [anon_sym_SLASH] = ACTIONS(1740), + [anon_sym_COLON] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1740), + [anon_sym_EQ] = ACTIONS(1740), + [anon_sym_QMARK] = ACTIONS(1740), + [anon_sym_AT] = ACTIONS(1740), + [anon_sym_BSLASH] = ACTIONS(1740), + [anon_sym_CARET] = ACTIONS(1740), + [anon_sym__] = ACTIONS(1740), + [anon_sym_BQUOTE] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1740), + [anon_sym_PIPE] = ACTIONS(1740), + [anon_sym_RBRACE] = ACTIONS(1740), + [anon_sym_TILDE] = ACTIONS(1740), + [anon_sym_LPAREN] = ACTIONS(1740), + [anon_sym_RPAREN] = ACTIONS(1740), + [aux_sym__word_token1] = ACTIONS(1740), + [aux_sym__word_token2] = ACTIONS(1740), + [aux_sym__word_token3] = ACTIONS(1740), + [sym__whitespace] = ACTIONS(1740), + [sym__soft_line_ending] = ACTIONS(1740), + [sym__block_close] = ACTIONS(1740), + [sym__block_quote_start] = ACTIONS(1740), + [sym__indented_chunk_start] = ACTIONS(1740), + [sym_atx_h1_marker] = ACTIONS(1740), + [sym_atx_h2_marker] = ACTIONS(1740), + [sym_atx_h3_marker] = ACTIONS(1740), + [sym_atx_h4_marker] = ACTIONS(1740), + [sym_atx_h5_marker] = ACTIONS(1740), + [sym_atx_h6_marker] = ACTIONS(1740), + [sym__thematic_break] = ACTIONS(1740), + [sym__list_marker_minus] = ACTIONS(1740), + [sym__list_marker_plus] = ACTIONS(1740), + [sym__list_marker_star] = ACTIONS(1740), + [sym__list_marker_parenthesis] = ACTIONS(1740), + [sym__list_marker_dot] = ACTIONS(1740), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1740), + [sym__fenced_code_block_start_backtick] = ACTIONS(1740), + [sym__fenced_code_block_start_tilde] = ACTIONS(1740), + [sym__blank_line_start] = ACTIONS(1740), + [sym__html_block_1_start] = ACTIONS(1740), + [sym__html_block_2_start] = ACTIONS(1740), + [sym__html_block_3_start] = ACTIONS(1740), + [sym__html_block_4_start] = ACTIONS(1740), + [sym__html_block_5_start] = ACTIONS(1740), + [sym__html_block_6_start] = ACTIONS(1740), + [sym__html_block_7_start] = ACTIONS(1740), + [sym__pipe_table_start] = ACTIONS(1740), }, - [279] = { + [298] = { + [anon_sym_LBRACK] = ACTIONS(1742), + [anon_sym_RBRACK] = ACTIONS(1744), + [anon_sym_LT] = ACTIONS(1744), + [anon_sym_GT] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(1744), + [anon_sym_DQUOTE] = ACTIONS(1744), + [anon_sym_POUND] = ACTIONS(1744), + [anon_sym_DOLLAR] = ACTIONS(1744), + [anon_sym_PERCENT] = ACTIONS(1744), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SQUOTE] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_COMMA] = ACTIONS(1744), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_SLASH] = ACTIONS(1744), + [anon_sym_COLON] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1744), + [anon_sym_EQ] = ACTIONS(1744), + [anon_sym_QMARK] = ACTIONS(1744), + [anon_sym_AT] = ACTIONS(1744), + [anon_sym_BSLASH] = ACTIONS(1744), + [anon_sym_CARET] = ACTIONS(1744), + [anon_sym__] = ACTIONS(1744), + [anon_sym_BQUOTE] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1744), + [anon_sym_RBRACE] = ACTIONS(1744), + [anon_sym_TILDE] = ACTIONS(1744), + [anon_sym_LPAREN] = ACTIONS(1744), + [anon_sym_RPAREN] = ACTIONS(1744), + [aux_sym__word_token1] = ACTIONS(1744), + [aux_sym__word_token2] = ACTIONS(1744), + [aux_sym__word_token3] = ACTIONS(1744), + [sym__whitespace] = ACTIONS(1744), + [sym__soft_line_ending] = ACTIONS(1744), + [sym__block_close] = ACTIONS(1744), + [sym__block_quote_start] = ACTIONS(1744), + [sym__indented_chunk_start] = ACTIONS(1744), + [sym_atx_h1_marker] = ACTIONS(1744), + [sym_atx_h2_marker] = ACTIONS(1744), + [sym_atx_h3_marker] = ACTIONS(1744), + [sym_atx_h4_marker] = ACTIONS(1744), + [sym_atx_h5_marker] = ACTIONS(1744), + [sym_atx_h6_marker] = ACTIONS(1744), + [sym__thematic_break] = ACTIONS(1744), + [sym__list_marker_minus] = ACTIONS(1744), + [sym__list_marker_plus] = ACTIONS(1744), + [sym__list_marker_star] = ACTIONS(1744), + [sym__list_marker_parenthesis] = ACTIONS(1744), + [sym__list_marker_dot] = ACTIONS(1744), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1744), + [sym__fenced_code_block_start_backtick] = ACTIONS(1744), + [sym__fenced_code_block_start_tilde] = ACTIONS(1744), + [sym__blank_line_start] = ACTIONS(1744), + [sym__html_block_1_start] = ACTIONS(1744), + [sym__html_block_2_start] = ACTIONS(1744), + [sym__html_block_3_start] = ACTIONS(1744), + [sym__html_block_4_start] = ACTIONS(1744), + [sym__html_block_5_start] = ACTIONS(1744), + [sym__html_block_6_start] = ACTIONS(1744), + [sym__html_block_7_start] = ACTIONS(1744), + [sym__pipe_table_start] = ACTIONS(1744), + }, + [299] = { + [anon_sym_LBRACK] = ACTIONS(1746), + [anon_sym_RBRACK] = ACTIONS(1748), + [anon_sym_LT] = ACTIONS(1748), + [anon_sym_GT] = ACTIONS(1748), + [anon_sym_BANG] = ACTIONS(1748), + [anon_sym_DQUOTE] = ACTIONS(1748), + [anon_sym_POUND] = ACTIONS(1748), + [anon_sym_DOLLAR] = ACTIONS(1748), + [anon_sym_PERCENT] = ACTIONS(1748), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SQUOTE] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_COMMA] = ACTIONS(1748), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_DOT] = ACTIONS(1748), + [anon_sym_SLASH] = ACTIONS(1748), + [anon_sym_COLON] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1748), + [anon_sym_EQ] = ACTIONS(1748), + [anon_sym_QMARK] = ACTIONS(1748), + [anon_sym_AT] = ACTIONS(1748), + [anon_sym_BSLASH] = ACTIONS(1748), + [anon_sym_CARET] = ACTIONS(1748), + [anon_sym__] = ACTIONS(1748), + [anon_sym_BQUOTE] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1748), + [anon_sym_PIPE] = ACTIONS(1748), + [anon_sym_RBRACE] = ACTIONS(1748), + [anon_sym_TILDE] = ACTIONS(1748), + [anon_sym_LPAREN] = ACTIONS(1748), + [anon_sym_RPAREN] = ACTIONS(1748), + [aux_sym__word_token1] = ACTIONS(1748), + [aux_sym__word_token2] = ACTIONS(1748), + [aux_sym__word_token3] = ACTIONS(1748), + [sym__whitespace] = ACTIONS(1748), + [sym__soft_line_ending] = ACTIONS(1748), + [sym__block_close] = ACTIONS(1748), + [sym__block_quote_start] = ACTIONS(1748), + [sym__indented_chunk_start] = ACTIONS(1748), + [sym_atx_h1_marker] = ACTIONS(1748), + [sym_atx_h2_marker] = ACTIONS(1748), + [sym_atx_h3_marker] = ACTIONS(1748), + [sym_atx_h4_marker] = ACTIONS(1748), + [sym_atx_h5_marker] = ACTIONS(1748), + [sym_atx_h6_marker] = ACTIONS(1748), + [sym__thematic_break] = ACTIONS(1748), + [sym__list_marker_minus] = ACTIONS(1748), + [sym__list_marker_plus] = ACTIONS(1748), + [sym__list_marker_star] = ACTIONS(1748), + [sym__list_marker_parenthesis] = ACTIONS(1748), + [sym__list_marker_dot] = ACTIONS(1748), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1748), + [sym__fenced_code_block_start_backtick] = ACTIONS(1748), + [sym__fenced_code_block_start_tilde] = ACTIONS(1748), + [sym__blank_line_start] = ACTIONS(1748), + [sym__html_block_1_start] = ACTIONS(1748), + [sym__html_block_2_start] = ACTIONS(1748), + [sym__html_block_3_start] = ACTIONS(1748), + [sym__html_block_4_start] = ACTIONS(1748), + [sym__html_block_5_start] = ACTIONS(1748), + [sym__html_block_6_start] = ACTIONS(1748), + [sym__html_block_7_start] = ACTIONS(1748), + [sym__pipe_table_start] = ACTIONS(1748), + }, + [300] = { + [anon_sym_LBRACK] = ACTIONS(1168), + [anon_sym_RBRACK] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_BANG] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1170), + [anon_sym_POUND] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_SQUOTE] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_DOT] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_COLON] = ACTIONS(1170), + [anon_sym_SEMI] = ACTIONS(1170), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_AT] = ACTIONS(1170), + [anon_sym_BSLASH] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym__] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_RBRACE] = ACTIONS(1170), + [anon_sym_TILDE] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1170), + [anon_sym_RPAREN] = ACTIONS(1170), + [aux_sym__word_token1] = ACTIONS(1170), + [aux_sym__word_token2] = ACTIONS(1170), + [aux_sym__word_token3] = ACTIONS(1170), + [sym__whitespace] = ACTIONS(1170), + [sym__soft_line_ending] = ACTIONS(1170), + [sym__block_close] = ACTIONS(1170), + [sym__block_quote_start] = ACTIONS(1170), + [sym__indented_chunk_start] = ACTIONS(1170), + [sym_atx_h1_marker] = ACTIONS(1170), + [sym_atx_h2_marker] = ACTIONS(1170), + [sym_atx_h3_marker] = ACTIONS(1170), + [sym_atx_h4_marker] = ACTIONS(1170), + [sym_atx_h5_marker] = ACTIONS(1170), + [sym_atx_h6_marker] = ACTIONS(1170), + [sym__thematic_break] = ACTIONS(1170), + [sym__list_marker_minus] = ACTIONS(1170), + [sym__list_marker_plus] = ACTIONS(1170), + [sym__list_marker_star] = ACTIONS(1170), + [sym__list_marker_parenthesis] = ACTIONS(1170), + [sym__list_marker_dot] = ACTIONS(1170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1170), + [sym__fenced_code_block_start_backtick] = ACTIONS(1170), + [sym__fenced_code_block_start_tilde] = ACTIONS(1170), + [sym__blank_line_start] = ACTIONS(1170), + [sym__html_block_1_start] = ACTIONS(1170), + [sym__html_block_2_start] = ACTIONS(1170), + [sym__html_block_3_start] = ACTIONS(1170), + [sym__html_block_4_start] = ACTIONS(1170), + [sym__html_block_5_start] = ACTIONS(1170), + [sym__html_block_6_start] = ACTIONS(1170), + [sym__html_block_7_start] = ACTIONS(1170), + [sym__pipe_table_start] = ACTIONS(1170), + }, + [301] = { + [ts_builtin_sym_end] = ACTIONS(1440), [anon_sym_LBRACK] = ACTIONS(1438), [anon_sym_RBRACK] = ACTIONS(1440), [anon_sym_LT] = ACTIONS(1440), @@ -35970,7 +37511,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__word_token3] = ACTIONS(1440), [sym__whitespace] = ACTIONS(1440), [sym__soft_line_ending] = ACTIONS(1440), - [sym__block_close] = ACTIONS(1440), [sym__block_quote_start] = ACTIONS(1440), [sym__indented_chunk_start] = ACTIONS(1440), [sym_atx_h1_marker] = ACTIONS(1440), @@ -36002,2387 +37542,987 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1440), [sym__pipe_table_start] = ACTIONS(1440), }, - [280] = { - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1732), - [anon_sym_RBRACK] = ACTIONS(1730), - [anon_sym_LT] = ACTIONS(1730), - [anon_sym_GT] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_DQUOTE] = ACTIONS(1730), - [anon_sym_POUND] = ACTIONS(1730), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PERCENT] = ACTIONS(1730), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SQUOTE] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_COMMA] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_DOT] = ACTIONS(1730), - [anon_sym_SLASH] = ACTIONS(1730), - [anon_sym_COLON] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1730), - [anon_sym_QMARK] = ACTIONS(1730), - [anon_sym_AT] = ACTIONS(1730), - [anon_sym_BSLASH] = ACTIONS(1730), - [anon_sym_CARET] = ACTIONS(1730), - [anon_sym__] = ACTIONS(1730), - [anon_sym_BQUOTE] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_RPAREN] = ACTIONS(1730), - [aux_sym__word_token1] = ACTIONS(1730), - [aux_sym__word_token2] = ACTIONS(1730), - [aux_sym__word_token3] = ACTIONS(1730), - [sym__whitespace] = ACTIONS(1730), - [sym__soft_line_ending] = ACTIONS(1730), - [sym__block_quote_start] = ACTIONS(1730), - [sym__indented_chunk_start] = ACTIONS(1730), - [sym_atx_h1_marker] = ACTIONS(1730), - [sym_atx_h2_marker] = ACTIONS(1730), - [sym_atx_h3_marker] = ACTIONS(1730), - [sym_atx_h4_marker] = ACTIONS(1730), - [sym_atx_h5_marker] = ACTIONS(1730), - [sym_atx_h6_marker] = ACTIONS(1730), - [sym__thematic_break] = ACTIONS(1730), - [sym__list_marker_minus] = ACTIONS(1730), - [sym__list_marker_plus] = ACTIONS(1730), - [sym__list_marker_star] = ACTIONS(1730), - [sym__list_marker_parenthesis] = ACTIONS(1730), - [sym__list_marker_dot] = ACTIONS(1730), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1730), - [sym__fenced_code_block_start_backtick] = ACTIONS(1730), - [sym__fenced_code_block_start_tilde] = ACTIONS(1730), - [sym__blank_line_start] = ACTIONS(1730), - [sym__html_block_1_start] = ACTIONS(1730), - [sym__html_block_2_start] = ACTIONS(1730), - [sym__html_block_3_start] = ACTIONS(1730), - [sym__html_block_4_start] = ACTIONS(1730), - [sym__html_block_5_start] = ACTIONS(1730), - [sym__html_block_6_start] = ACTIONS(1730), - [sym__html_block_7_start] = ACTIONS(1730), - [sym__pipe_table_start] = ACTIONS(1730), - }, - [281] = { - [ts_builtin_sym_end] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_RBRACK] = ACTIONS(1636), - [anon_sym_LT] = ACTIONS(1636), - [anon_sym_GT] = ACTIONS(1636), - [anon_sym_BANG] = ACTIONS(1636), - [anon_sym_DQUOTE] = ACTIONS(1636), - [anon_sym_POUND] = ACTIONS(1636), - [anon_sym_DOLLAR] = ACTIONS(1636), - [anon_sym_PERCENT] = ACTIONS(1636), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_COMMA] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_DOT] = ACTIONS(1636), - [anon_sym_SLASH] = ACTIONS(1636), - [anon_sym_COLON] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1636), - [anon_sym_EQ] = ACTIONS(1636), - [anon_sym_QMARK] = ACTIONS(1636), - [anon_sym_AT] = ACTIONS(1636), - [anon_sym_BSLASH] = ACTIONS(1636), - [anon_sym_CARET] = ACTIONS(1636), - [anon_sym__] = ACTIONS(1636), - [anon_sym_BQUOTE] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1636), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_RBRACE] = ACTIONS(1636), - [anon_sym_TILDE] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(1636), - [anon_sym_RPAREN] = ACTIONS(1636), - [aux_sym__word_token1] = ACTIONS(1636), - [aux_sym__word_token2] = ACTIONS(1636), - [aux_sym__word_token3] = ACTIONS(1636), - [sym__whitespace] = ACTIONS(1636), - [sym__soft_line_ending] = ACTIONS(1636), - [sym__block_quote_start] = ACTIONS(1636), - [sym__indented_chunk_start] = ACTIONS(1636), - [sym_atx_h1_marker] = ACTIONS(1636), - [sym_atx_h2_marker] = ACTIONS(1636), - [sym_atx_h3_marker] = ACTIONS(1636), - [sym_atx_h4_marker] = ACTIONS(1636), - [sym_atx_h5_marker] = ACTIONS(1636), - [sym_atx_h6_marker] = ACTIONS(1636), - [sym__thematic_break] = ACTIONS(1636), - [sym__list_marker_minus] = ACTIONS(1636), - [sym__list_marker_plus] = ACTIONS(1636), - [sym__list_marker_star] = ACTIONS(1636), - [sym__list_marker_parenthesis] = ACTIONS(1636), - [sym__list_marker_dot] = ACTIONS(1636), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1636), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1636), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1636), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1636), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1636), - [sym__fenced_code_block_start_backtick] = ACTIONS(1636), - [sym__fenced_code_block_start_tilde] = ACTIONS(1636), - [sym__blank_line_start] = ACTIONS(1636), - [sym__html_block_1_start] = ACTIONS(1636), - [sym__html_block_2_start] = ACTIONS(1636), - [sym__html_block_3_start] = ACTIONS(1636), - [sym__html_block_4_start] = ACTIONS(1636), - [sym__html_block_5_start] = ACTIONS(1636), - [sym__html_block_6_start] = ACTIONS(1636), - [sym__html_block_7_start] = ACTIONS(1636), - [sym__pipe_table_start] = ACTIONS(1636), - }, - [282] = { - [ts_builtin_sym_end] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1734), - [anon_sym_GT] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1734), - [anon_sym_DQUOTE] = ACTIONS(1734), - [anon_sym_POUND] = ACTIONS(1734), - [anon_sym_DOLLAR] = ACTIONS(1734), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SQUOTE] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_DOT] = ACTIONS(1734), - [anon_sym_SLASH] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_QMARK] = ACTIONS(1734), - [anon_sym_AT] = ACTIONS(1734), - [anon_sym_BSLASH] = ACTIONS(1734), - [anon_sym_CARET] = ACTIONS(1734), - [anon_sym__] = ACTIONS(1734), - [anon_sym_BQUOTE] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_PIPE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_TILDE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [aux_sym__word_token1] = ACTIONS(1734), - [aux_sym__word_token2] = ACTIONS(1734), - [aux_sym__word_token3] = ACTIONS(1734), - [sym__whitespace] = ACTIONS(1734), - [sym__soft_line_ending] = ACTIONS(1734), - [sym__block_quote_start] = ACTIONS(1734), - [sym__indented_chunk_start] = ACTIONS(1734), - [sym_atx_h1_marker] = ACTIONS(1734), - [sym_atx_h2_marker] = ACTIONS(1734), - [sym_atx_h3_marker] = ACTIONS(1734), - [sym_atx_h4_marker] = ACTIONS(1734), - [sym_atx_h5_marker] = ACTIONS(1734), - [sym_atx_h6_marker] = ACTIONS(1734), - [sym__thematic_break] = ACTIONS(1734), - [sym__list_marker_minus] = ACTIONS(1734), - [sym__list_marker_plus] = ACTIONS(1734), - [sym__list_marker_star] = ACTIONS(1734), - [sym__list_marker_parenthesis] = ACTIONS(1734), - [sym__list_marker_dot] = ACTIONS(1734), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1734), - [sym__fenced_code_block_start_backtick] = ACTIONS(1734), - [sym__fenced_code_block_start_tilde] = ACTIONS(1734), - [sym__blank_line_start] = ACTIONS(1734), - [sym__html_block_1_start] = ACTIONS(1734), - [sym__html_block_2_start] = ACTIONS(1734), - [sym__html_block_3_start] = ACTIONS(1734), - [sym__html_block_4_start] = ACTIONS(1734), - [sym__html_block_5_start] = ACTIONS(1734), - [sym__html_block_6_start] = ACTIONS(1734), - [sym__html_block_7_start] = ACTIONS(1734), - [sym__pipe_table_start] = ACTIONS(1734), - }, - [283] = { - [ts_builtin_sym_end] = ACTIONS(1738), - [anon_sym_LBRACK] = ACTIONS(1740), - [anon_sym_RBRACK] = ACTIONS(1738), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1738), - [anon_sym_BANG] = ACTIONS(1738), - [anon_sym_DQUOTE] = ACTIONS(1738), - [anon_sym_POUND] = ACTIONS(1738), - [anon_sym_DOLLAR] = ACTIONS(1738), - [anon_sym_PERCENT] = ACTIONS(1738), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SQUOTE] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_COMMA] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_DOT] = ACTIONS(1738), - [anon_sym_SLASH] = ACTIONS(1738), - [anon_sym_COLON] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1738), - [anon_sym_EQ] = ACTIONS(1738), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_AT] = ACTIONS(1738), - [anon_sym_BSLASH] = ACTIONS(1738), - [anon_sym_CARET] = ACTIONS(1738), - [anon_sym__] = ACTIONS(1738), - [anon_sym_BQUOTE] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1738), - [anon_sym_PIPE] = ACTIONS(1738), - [anon_sym_RBRACE] = ACTIONS(1738), - [anon_sym_TILDE] = ACTIONS(1738), - [anon_sym_LPAREN] = ACTIONS(1738), - [anon_sym_RPAREN] = ACTIONS(1738), - [aux_sym__word_token1] = ACTIONS(1738), - [aux_sym__word_token2] = ACTIONS(1738), - [aux_sym__word_token3] = ACTIONS(1738), - [sym__whitespace] = ACTIONS(1738), - [sym__soft_line_ending] = ACTIONS(1738), - [sym__block_quote_start] = ACTIONS(1738), - [sym__indented_chunk_start] = ACTIONS(1738), - [sym_atx_h1_marker] = ACTIONS(1738), - [sym_atx_h2_marker] = ACTIONS(1738), - [sym_atx_h3_marker] = ACTIONS(1738), - [sym_atx_h4_marker] = ACTIONS(1738), - [sym_atx_h5_marker] = ACTIONS(1738), - [sym_atx_h6_marker] = ACTIONS(1738), - [sym__thematic_break] = ACTIONS(1738), - [sym__list_marker_minus] = ACTIONS(1738), - [sym__list_marker_plus] = ACTIONS(1738), - [sym__list_marker_star] = ACTIONS(1738), - [sym__list_marker_parenthesis] = ACTIONS(1738), - [sym__list_marker_dot] = ACTIONS(1738), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1738), - [sym__fenced_code_block_start_backtick] = ACTIONS(1738), - [sym__fenced_code_block_start_tilde] = ACTIONS(1738), - [sym__blank_line_start] = ACTIONS(1738), - [sym__html_block_1_start] = ACTIONS(1738), - [sym__html_block_2_start] = ACTIONS(1738), - [sym__html_block_3_start] = ACTIONS(1738), - [sym__html_block_4_start] = ACTIONS(1738), - [sym__html_block_5_start] = ACTIONS(1738), - [sym__html_block_6_start] = ACTIONS(1738), - [sym__html_block_7_start] = ACTIONS(1738), - [sym__pipe_table_start] = ACTIONS(1738), - }, - [284] = { - [ts_builtin_sym_end] = ACTIONS(1742), - [anon_sym_LBRACK] = ACTIONS(1744), - [anon_sym_RBRACK] = ACTIONS(1742), - [anon_sym_LT] = ACTIONS(1742), - [anon_sym_GT] = ACTIONS(1742), - [anon_sym_BANG] = ACTIONS(1742), - [anon_sym_DQUOTE] = ACTIONS(1742), - [anon_sym_POUND] = ACTIONS(1742), - [anon_sym_DOLLAR] = ACTIONS(1742), - [anon_sym_PERCENT] = ACTIONS(1742), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SQUOTE] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_COMMA] = ACTIONS(1742), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SLASH] = ACTIONS(1742), - [anon_sym_COLON] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1742), - [anon_sym_EQ] = ACTIONS(1742), - [anon_sym_QMARK] = ACTIONS(1742), - [anon_sym_AT] = ACTIONS(1742), - [anon_sym_BSLASH] = ACTIONS(1742), - [anon_sym_CARET] = ACTIONS(1742), - [anon_sym__] = ACTIONS(1742), - [anon_sym_BQUOTE] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1742), - [anon_sym_PIPE] = ACTIONS(1742), - [anon_sym_RBRACE] = ACTIONS(1742), - [anon_sym_TILDE] = ACTIONS(1742), - [anon_sym_LPAREN] = ACTIONS(1742), - [anon_sym_RPAREN] = ACTIONS(1742), - [aux_sym__word_token1] = ACTIONS(1742), - [aux_sym__word_token2] = ACTIONS(1742), - [aux_sym__word_token3] = ACTIONS(1742), - [sym__whitespace] = ACTIONS(1742), - [sym__soft_line_ending] = ACTIONS(1742), - [sym__block_quote_start] = ACTIONS(1742), - [sym__indented_chunk_start] = ACTIONS(1742), - [sym_atx_h1_marker] = ACTIONS(1742), - [sym_atx_h2_marker] = ACTIONS(1742), - [sym_atx_h3_marker] = ACTIONS(1742), - [sym_atx_h4_marker] = ACTIONS(1742), - [sym_atx_h5_marker] = ACTIONS(1742), - [sym_atx_h6_marker] = ACTIONS(1742), - [sym__thematic_break] = ACTIONS(1742), - [sym__list_marker_minus] = ACTIONS(1742), - [sym__list_marker_plus] = ACTIONS(1742), - [sym__list_marker_star] = ACTIONS(1742), - [sym__list_marker_parenthesis] = ACTIONS(1742), - [sym__list_marker_dot] = ACTIONS(1742), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1742), - [sym__fenced_code_block_start_backtick] = ACTIONS(1742), - [sym__fenced_code_block_start_tilde] = ACTIONS(1742), - [sym__blank_line_start] = ACTIONS(1742), - [sym__html_block_1_start] = ACTIONS(1742), - [sym__html_block_2_start] = ACTIONS(1742), - [sym__html_block_3_start] = ACTIONS(1742), - [sym__html_block_4_start] = ACTIONS(1742), - [sym__html_block_5_start] = ACTIONS(1742), - [sym__html_block_6_start] = ACTIONS(1742), - [sym__html_block_7_start] = ACTIONS(1742), - [sym__pipe_table_start] = ACTIONS(1742), - }, - [285] = { - [ts_builtin_sym_end] = ACTIONS(1746), - [anon_sym_LBRACK] = ACTIONS(1748), - [anon_sym_RBRACK] = ACTIONS(1746), - [anon_sym_LT] = ACTIONS(1746), - [anon_sym_GT] = ACTIONS(1746), - [anon_sym_BANG] = ACTIONS(1746), - [anon_sym_DQUOTE] = ACTIONS(1746), - [anon_sym_POUND] = ACTIONS(1746), - [anon_sym_DOLLAR] = ACTIONS(1746), - [anon_sym_PERCENT] = ACTIONS(1746), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SQUOTE] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_COMMA] = ACTIONS(1746), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_SLASH] = ACTIONS(1746), - [anon_sym_COLON] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1746), - [anon_sym_EQ] = ACTIONS(1746), - [anon_sym_QMARK] = ACTIONS(1746), - [anon_sym_AT] = ACTIONS(1746), - [anon_sym_BSLASH] = ACTIONS(1746), - [anon_sym_CARET] = ACTIONS(1746), - [anon_sym__] = ACTIONS(1746), - [anon_sym_BQUOTE] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1746), - [anon_sym_RBRACE] = ACTIONS(1746), - [anon_sym_TILDE] = ACTIONS(1746), - [anon_sym_LPAREN] = ACTIONS(1746), - [anon_sym_RPAREN] = ACTIONS(1746), - [aux_sym__word_token1] = ACTIONS(1746), - [aux_sym__word_token2] = ACTIONS(1746), - [aux_sym__word_token3] = ACTIONS(1746), - [sym__whitespace] = ACTIONS(1746), - [sym__soft_line_ending] = ACTIONS(1746), - [sym__block_quote_start] = ACTIONS(1746), - [sym__indented_chunk_start] = ACTIONS(1746), - [sym_atx_h1_marker] = ACTIONS(1746), - [sym_atx_h2_marker] = ACTIONS(1746), - [sym_atx_h3_marker] = ACTIONS(1746), - [sym_atx_h4_marker] = ACTIONS(1746), - [sym_atx_h5_marker] = ACTIONS(1746), - [sym_atx_h6_marker] = ACTIONS(1746), - [sym__thematic_break] = ACTIONS(1746), - [sym__list_marker_minus] = ACTIONS(1746), - [sym__list_marker_plus] = ACTIONS(1746), - [sym__list_marker_star] = ACTIONS(1746), - [sym__list_marker_parenthesis] = ACTIONS(1746), - [sym__list_marker_dot] = ACTIONS(1746), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1746), - [sym__fenced_code_block_start_backtick] = ACTIONS(1746), - [sym__fenced_code_block_start_tilde] = ACTIONS(1746), - [sym__blank_line_start] = ACTIONS(1746), - [sym__html_block_1_start] = ACTIONS(1746), - [sym__html_block_2_start] = ACTIONS(1746), - [sym__html_block_3_start] = ACTIONS(1746), - [sym__html_block_4_start] = ACTIONS(1746), - [sym__html_block_5_start] = ACTIONS(1746), - [sym__html_block_6_start] = ACTIONS(1746), - [sym__html_block_7_start] = ACTIONS(1746), - [sym__pipe_table_start] = ACTIONS(1746), - }, - [286] = { - [ts_builtin_sym_end] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1752), - [anon_sym_RBRACK] = ACTIONS(1750), - [anon_sym_LT] = ACTIONS(1750), - [anon_sym_GT] = ACTIONS(1750), - [anon_sym_BANG] = ACTIONS(1750), - [anon_sym_DQUOTE] = ACTIONS(1750), - [anon_sym_POUND] = ACTIONS(1750), - [anon_sym_DOLLAR] = ACTIONS(1750), - [anon_sym_PERCENT] = ACTIONS(1750), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SQUOTE] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1750), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_DOT] = ACTIONS(1750), - [anon_sym_SLASH] = ACTIONS(1750), - [anon_sym_COLON] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1750), - [anon_sym_EQ] = ACTIONS(1750), - [anon_sym_QMARK] = ACTIONS(1750), - [anon_sym_AT] = ACTIONS(1750), - [anon_sym_BSLASH] = ACTIONS(1750), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym__] = ACTIONS(1750), - [anon_sym_BQUOTE] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_PIPE] = ACTIONS(1750), - [anon_sym_RBRACE] = ACTIONS(1750), - [anon_sym_TILDE] = ACTIONS(1750), - [anon_sym_LPAREN] = ACTIONS(1750), - [anon_sym_RPAREN] = ACTIONS(1750), - [aux_sym__word_token1] = ACTIONS(1750), - [aux_sym__word_token2] = ACTIONS(1750), - [aux_sym__word_token3] = ACTIONS(1750), - [sym__whitespace] = ACTIONS(1750), - [sym__soft_line_ending] = ACTIONS(1750), - [sym__block_quote_start] = ACTIONS(1750), - [sym__indented_chunk_start] = ACTIONS(1750), - [sym_atx_h1_marker] = ACTIONS(1750), - [sym_atx_h2_marker] = ACTIONS(1750), - [sym_atx_h3_marker] = ACTIONS(1750), - [sym_atx_h4_marker] = ACTIONS(1750), - [sym_atx_h5_marker] = ACTIONS(1750), - [sym_atx_h6_marker] = ACTIONS(1750), - [sym__thematic_break] = ACTIONS(1750), - [sym__list_marker_minus] = ACTIONS(1750), - [sym__list_marker_plus] = ACTIONS(1750), - [sym__list_marker_star] = ACTIONS(1750), - [sym__list_marker_parenthesis] = ACTIONS(1750), - [sym__list_marker_dot] = ACTIONS(1750), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1750), - [sym__fenced_code_block_start_backtick] = ACTIONS(1750), - [sym__fenced_code_block_start_tilde] = ACTIONS(1750), - [sym__blank_line_start] = ACTIONS(1750), - [sym__html_block_1_start] = ACTIONS(1750), - [sym__html_block_2_start] = ACTIONS(1750), - [sym__html_block_3_start] = ACTIONS(1750), - [sym__html_block_4_start] = ACTIONS(1750), - [sym__html_block_5_start] = ACTIONS(1750), - [sym__html_block_6_start] = ACTIONS(1750), - [sym__html_block_7_start] = ACTIONS(1750), - [sym__pipe_table_start] = ACTIONS(1750), - }, - [287] = { - [anon_sym_LBRACK] = ACTIONS(1432), - [anon_sym_RBRACK] = ACTIONS(1434), - [anon_sym_LT] = ACTIONS(1434), - [anon_sym_GT] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [anon_sym_POUND] = ACTIONS(1434), - [anon_sym_DOLLAR] = ACTIONS(1434), - [anon_sym_PERCENT] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_COMMA] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_DOT] = ACTIONS(1434), - [anon_sym_SLASH] = ACTIONS(1434), - [anon_sym_COLON] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym_EQ] = ACTIONS(1434), - [anon_sym_QMARK] = ACTIONS(1434), - [anon_sym_AT] = ACTIONS(1434), - [anon_sym_BSLASH] = ACTIONS(1434), - [anon_sym_CARET] = ACTIONS(1434), - [anon_sym__] = ACTIONS(1434), - [anon_sym_BQUOTE] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_PIPE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_LPAREN] = ACTIONS(1434), - [anon_sym_RPAREN] = ACTIONS(1434), - [aux_sym__word_token1] = ACTIONS(1434), - [aux_sym__word_token2] = ACTIONS(1434), - [aux_sym__word_token3] = ACTIONS(1434), - [sym__whitespace] = ACTIONS(1434), - [sym__soft_line_ending] = ACTIONS(1434), - [sym__block_close] = ACTIONS(1434), - [sym__block_quote_start] = ACTIONS(1434), - [sym__indented_chunk_start] = ACTIONS(1434), - [sym_atx_h1_marker] = ACTIONS(1434), - [sym_atx_h2_marker] = ACTIONS(1434), - [sym_atx_h3_marker] = ACTIONS(1434), - [sym_atx_h4_marker] = ACTIONS(1434), - [sym_atx_h5_marker] = ACTIONS(1434), - [sym_atx_h6_marker] = ACTIONS(1434), - [sym__thematic_break] = ACTIONS(1434), - [sym__list_marker_minus] = ACTIONS(1434), - [sym__list_marker_plus] = ACTIONS(1434), - [sym__list_marker_star] = ACTIONS(1434), - [sym__list_marker_parenthesis] = ACTIONS(1434), - [sym__list_marker_dot] = ACTIONS(1434), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1434), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1434), - [sym__fenced_code_block_start_backtick] = ACTIONS(1434), - [sym__fenced_code_block_start_tilde] = ACTIONS(1434), - [sym__blank_line_start] = ACTIONS(1434), - [sym__html_block_1_start] = ACTIONS(1434), - [sym__html_block_2_start] = ACTIONS(1434), - [sym__html_block_3_start] = ACTIONS(1434), - [sym__html_block_4_start] = ACTIONS(1434), - [sym__html_block_5_start] = ACTIONS(1434), - [sym__html_block_6_start] = ACTIONS(1434), - [sym__html_block_7_start] = ACTIONS(1434), - [sym__pipe_table_start] = ACTIONS(1434), - }, - [288] = { - [ts_builtin_sym_end] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1756), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1754), - [anon_sym_DQUOTE] = ACTIONS(1754), - [anon_sym_POUND] = ACTIONS(1754), - [anon_sym_DOLLAR] = ACTIONS(1754), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SQUOTE] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_DOT] = ACTIONS(1754), - [anon_sym_SLASH] = ACTIONS(1754), - [anon_sym_COLON] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_EQ] = ACTIONS(1754), - [anon_sym_QMARK] = ACTIONS(1754), - [anon_sym_AT] = ACTIONS(1754), - [anon_sym_BSLASH] = ACTIONS(1754), - [anon_sym_CARET] = ACTIONS(1754), - [anon_sym__] = ACTIONS(1754), - [anon_sym_BQUOTE] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_PIPE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_TILDE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [aux_sym__word_token1] = ACTIONS(1754), - [aux_sym__word_token2] = ACTIONS(1754), - [aux_sym__word_token3] = ACTIONS(1754), - [sym__whitespace] = ACTIONS(1754), - [sym__soft_line_ending] = ACTIONS(1754), - [sym__block_quote_start] = ACTIONS(1754), - [sym__indented_chunk_start] = ACTIONS(1754), - [sym_atx_h1_marker] = ACTIONS(1754), - [sym_atx_h2_marker] = ACTIONS(1754), - [sym_atx_h3_marker] = ACTIONS(1754), - [sym_atx_h4_marker] = ACTIONS(1754), - [sym_atx_h5_marker] = ACTIONS(1754), - [sym_atx_h6_marker] = ACTIONS(1754), - [sym__thematic_break] = ACTIONS(1754), - [sym__list_marker_minus] = ACTIONS(1754), - [sym__list_marker_plus] = ACTIONS(1754), - [sym__list_marker_star] = ACTIONS(1754), - [sym__list_marker_parenthesis] = ACTIONS(1754), - [sym__list_marker_dot] = ACTIONS(1754), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1754), - [sym__fenced_code_block_start_backtick] = ACTIONS(1754), - [sym__fenced_code_block_start_tilde] = ACTIONS(1754), - [sym__blank_line_start] = ACTIONS(1754), - [sym__html_block_1_start] = ACTIONS(1754), - [sym__html_block_2_start] = ACTIONS(1754), - [sym__html_block_3_start] = ACTIONS(1754), - [sym__html_block_4_start] = ACTIONS(1754), - [sym__html_block_5_start] = ACTIONS(1754), - [sym__html_block_6_start] = ACTIONS(1754), - [sym__html_block_7_start] = ACTIONS(1754), - [sym__pipe_table_start] = ACTIONS(1754), - }, - [289] = { - [ts_builtin_sym_end] = ACTIONS(1628), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_RBRACK] = ACTIONS(1628), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1628), - [anon_sym_POUND] = ACTIONS(1628), - [anon_sym_DOLLAR] = ACTIONS(1628), - [anon_sym_PERCENT] = ACTIONS(1628), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SQUOTE] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_COMMA] = ACTIONS(1628), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_DOT] = ACTIONS(1628), - [anon_sym_SLASH] = ACTIONS(1628), - [anon_sym_COLON] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1628), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1628), - [anon_sym_AT] = ACTIONS(1628), - [anon_sym_BSLASH] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym__] = ACTIONS(1628), - [anon_sym_BQUOTE] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1628), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_RBRACE] = ACTIONS(1628), - [anon_sym_TILDE] = ACTIONS(1628), - [anon_sym_LPAREN] = ACTIONS(1628), - [anon_sym_RPAREN] = ACTIONS(1628), - [aux_sym__word_token1] = ACTIONS(1628), - [aux_sym__word_token2] = ACTIONS(1628), - [aux_sym__word_token3] = ACTIONS(1628), - [sym__whitespace] = ACTIONS(1628), - [sym__soft_line_ending] = ACTIONS(1628), - [sym__block_quote_start] = ACTIONS(1628), - [sym__indented_chunk_start] = ACTIONS(1628), - [sym_atx_h1_marker] = ACTIONS(1628), - [sym_atx_h2_marker] = ACTIONS(1628), - [sym_atx_h3_marker] = ACTIONS(1628), - [sym_atx_h4_marker] = ACTIONS(1628), - [sym_atx_h5_marker] = ACTIONS(1628), - [sym_atx_h6_marker] = ACTIONS(1628), - [sym__thematic_break] = ACTIONS(1628), - [sym__list_marker_minus] = ACTIONS(1628), - [sym__list_marker_plus] = ACTIONS(1628), - [sym__list_marker_star] = ACTIONS(1628), - [sym__list_marker_parenthesis] = ACTIONS(1628), - [sym__list_marker_dot] = ACTIONS(1628), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1628), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1628), - [sym__fenced_code_block_start_backtick] = ACTIONS(1628), - [sym__fenced_code_block_start_tilde] = ACTIONS(1628), - [sym__blank_line_start] = ACTIONS(1628), - [sym__html_block_1_start] = ACTIONS(1628), - [sym__html_block_2_start] = ACTIONS(1628), - [sym__html_block_3_start] = ACTIONS(1628), - [sym__html_block_4_start] = ACTIONS(1628), - [sym__html_block_5_start] = ACTIONS(1628), - [sym__html_block_6_start] = ACTIONS(1628), - [sym__html_block_7_start] = ACTIONS(1628), - [sym__pipe_table_start] = ACTIONS(1628), - }, - [290] = { - [ts_builtin_sym_end] = ACTIONS(1758), - [anon_sym_LBRACK] = ACTIONS(1760), - [anon_sym_RBRACK] = ACTIONS(1758), - [anon_sym_LT] = ACTIONS(1758), - [anon_sym_GT] = ACTIONS(1758), - [anon_sym_BANG] = ACTIONS(1758), - [anon_sym_DQUOTE] = ACTIONS(1758), - [anon_sym_POUND] = ACTIONS(1758), - [anon_sym_DOLLAR] = ACTIONS(1758), - [anon_sym_PERCENT] = ACTIONS(1758), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SQUOTE] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_COMMA] = ACTIONS(1758), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_DOT] = ACTIONS(1758), - [anon_sym_SLASH] = ACTIONS(1758), - [anon_sym_COLON] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_EQ] = ACTIONS(1758), - [anon_sym_QMARK] = ACTIONS(1758), - [anon_sym_AT] = ACTIONS(1758), - [anon_sym_BSLASH] = ACTIONS(1758), - [anon_sym_CARET] = ACTIONS(1758), - [anon_sym__] = ACTIONS(1758), - [anon_sym_BQUOTE] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1758), - [anon_sym_PIPE] = ACTIONS(1758), - [anon_sym_RBRACE] = ACTIONS(1758), - [anon_sym_TILDE] = ACTIONS(1758), - [anon_sym_LPAREN] = ACTIONS(1758), - [anon_sym_RPAREN] = ACTIONS(1758), - [aux_sym__word_token1] = ACTIONS(1758), - [aux_sym__word_token2] = ACTIONS(1758), - [aux_sym__word_token3] = ACTIONS(1758), - [sym__whitespace] = ACTIONS(1758), - [sym__soft_line_ending] = ACTIONS(1758), - [sym__block_quote_start] = ACTIONS(1758), - [sym__indented_chunk_start] = ACTIONS(1758), - [sym_atx_h1_marker] = ACTIONS(1758), - [sym_atx_h2_marker] = ACTIONS(1758), - [sym_atx_h3_marker] = ACTIONS(1758), - [sym_atx_h4_marker] = ACTIONS(1758), - [sym_atx_h5_marker] = ACTIONS(1758), - [sym_atx_h6_marker] = ACTIONS(1758), - [sym__thematic_break] = ACTIONS(1758), - [sym__list_marker_minus] = ACTIONS(1758), - [sym__list_marker_plus] = ACTIONS(1758), - [sym__list_marker_star] = ACTIONS(1758), - [sym__list_marker_parenthesis] = ACTIONS(1758), - [sym__list_marker_dot] = ACTIONS(1758), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1758), - [sym__fenced_code_block_start_backtick] = ACTIONS(1758), - [sym__fenced_code_block_start_tilde] = ACTIONS(1758), - [sym__blank_line_start] = ACTIONS(1758), - [sym__html_block_1_start] = ACTIONS(1758), - [sym__html_block_2_start] = ACTIONS(1758), - [sym__html_block_3_start] = ACTIONS(1758), - [sym__html_block_4_start] = ACTIONS(1758), - [sym__html_block_5_start] = ACTIONS(1758), - [sym__html_block_6_start] = ACTIONS(1758), - [sym__html_block_7_start] = ACTIONS(1758), - [sym__pipe_table_start] = ACTIONS(1758), - }, - [291] = { - [ts_builtin_sym_end] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_RBRACK] = ACTIONS(1564), - [anon_sym_LT] = ACTIONS(1564), - [anon_sym_GT] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [anon_sym_POUND] = ACTIONS(1564), - [anon_sym_DOLLAR] = ACTIONS(1564), - [anon_sym_PERCENT] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_PLUS] = ACTIONS(1564), - [anon_sym_COMMA] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1564), - [anon_sym_DOT] = ACTIONS(1564), - [anon_sym_SLASH] = ACTIONS(1564), - [anon_sym_COLON] = ACTIONS(1564), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_EQ] = ACTIONS(1564), - [anon_sym_QMARK] = ACTIONS(1564), - [anon_sym_AT] = ACTIONS(1564), - [anon_sym_BSLASH] = ACTIONS(1564), - [anon_sym_CARET] = ACTIONS(1564), - [anon_sym__] = ACTIONS(1564), - [anon_sym_BQUOTE] = ACTIONS(1564), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_PIPE] = ACTIONS(1564), - [anon_sym_RBRACE] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_RPAREN] = ACTIONS(1564), - [aux_sym__word_token1] = ACTIONS(1564), - [aux_sym__word_token2] = ACTIONS(1564), - [aux_sym__word_token3] = ACTIONS(1564), - [sym__whitespace] = ACTIONS(1564), - [sym__soft_line_ending] = ACTIONS(1564), - [sym__block_quote_start] = ACTIONS(1564), - [sym__indented_chunk_start] = ACTIONS(1564), - [sym_atx_h1_marker] = ACTIONS(1564), - [sym_atx_h2_marker] = ACTIONS(1564), - [sym_atx_h3_marker] = ACTIONS(1564), - [sym_atx_h4_marker] = ACTIONS(1564), - [sym_atx_h5_marker] = ACTIONS(1564), - [sym_atx_h6_marker] = ACTIONS(1564), - [sym__thematic_break] = ACTIONS(1564), - [sym__list_marker_minus] = ACTIONS(1564), - [sym__list_marker_plus] = ACTIONS(1564), - [sym__list_marker_star] = ACTIONS(1564), - [sym__list_marker_parenthesis] = ACTIONS(1564), - [sym__list_marker_dot] = ACTIONS(1564), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1564), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1564), - [sym__fenced_code_block_start_backtick] = ACTIONS(1564), - [sym__fenced_code_block_start_tilde] = ACTIONS(1564), - [sym__blank_line_start] = ACTIONS(1564), - [sym__html_block_1_start] = ACTIONS(1564), - [sym__html_block_2_start] = ACTIONS(1564), - [sym__html_block_3_start] = ACTIONS(1564), - [sym__html_block_4_start] = ACTIONS(1564), - [sym__html_block_5_start] = ACTIONS(1564), - [sym__html_block_6_start] = ACTIONS(1564), - [sym__html_block_7_start] = ACTIONS(1564), - [sym__pipe_table_start] = ACTIONS(1564), - }, - [292] = { - [anon_sym_LBRACK] = ACTIONS(1294), - [anon_sym_RBRACK] = ACTIONS(1296), - [anon_sym_LT] = ACTIONS(1296), - [anon_sym_GT] = ACTIONS(1296), - [anon_sym_BANG] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [anon_sym_POUND] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_PERCENT] = ACTIONS(1296), - [anon_sym_AMP] = ACTIONS(1296), - [anon_sym_SQUOTE] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_COMMA] = ACTIONS(1296), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_DOT] = ACTIONS(1296), - [anon_sym_SLASH] = ACTIONS(1296), - [anon_sym_COLON] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_EQ] = ACTIONS(1296), - [anon_sym_QMARK] = ACTIONS(1296), - [anon_sym_AT] = ACTIONS(1296), - [anon_sym_BSLASH] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [anon_sym__] = ACTIONS(1296), - [anon_sym_BQUOTE] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_TILDE] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [aux_sym__word_token1] = ACTIONS(1296), - [aux_sym__word_token2] = ACTIONS(1296), - [aux_sym__word_token3] = ACTIONS(1296), - [sym__whitespace] = ACTIONS(1296), - [sym__soft_line_ending] = ACTIONS(1296), - [sym__block_close] = ACTIONS(1296), - [sym__block_quote_start] = ACTIONS(1296), - [sym__indented_chunk_start] = ACTIONS(1296), - [sym_atx_h1_marker] = ACTIONS(1296), - [sym_atx_h2_marker] = ACTIONS(1296), - [sym_atx_h3_marker] = ACTIONS(1296), - [sym_atx_h4_marker] = ACTIONS(1296), - [sym_atx_h5_marker] = ACTIONS(1296), - [sym_atx_h6_marker] = ACTIONS(1296), - [sym__thematic_break] = ACTIONS(1296), - [sym__list_marker_minus] = ACTIONS(1296), - [sym__list_marker_plus] = ACTIONS(1296), - [sym__list_marker_star] = ACTIONS(1296), - [sym__list_marker_parenthesis] = ACTIONS(1296), - [sym__list_marker_dot] = ACTIONS(1296), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1296), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1296), - [sym__fenced_code_block_start_backtick] = ACTIONS(1296), - [sym__fenced_code_block_start_tilde] = ACTIONS(1296), - [sym__blank_line_start] = ACTIONS(1296), - [sym__html_block_1_start] = ACTIONS(1296), - [sym__html_block_2_start] = ACTIONS(1296), - [sym__html_block_3_start] = ACTIONS(1296), - [sym__html_block_4_start] = ACTIONS(1296), - [sym__html_block_5_start] = ACTIONS(1296), - [sym__html_block_6_start] = ACTIONS(1296), - [sym__html_block_7_start] = ACTIONS(1296), - [sym__pipe_table_start] = ACTIONS(1296), - }, - [293] = { - [ts_builtin_sym_end] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_RBRACK] = ACTIONS(1560), - [anon_sym_LT] = ACTIONS(1560), - [anon_sym_GT] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [anon_sym_POUND] = ACTIONS(1560), - [anon_sym_DOLLAR] = ACTIONS(1560), - [anon_sym_PERCENT] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_PLUS] = ACTIONS(1560), - [anon_sym_COMMA] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1560), - [anon_sym_DOT] = ACTIONS(1560), - [anon_sym_SLASH] = ACTIONS(1560), - [anon_sym_COLON] = ACTIONS(1560), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_EQ] = ACTIONS(1560), - [anon_sym_QMARK] = ACTIONS(1560), - [anon_sym_AT] = ACTIONS(1560), - [anon_sym_BSLASH] = ACTIONS(1560), - [anon_sym_CARET] = ACTIONS(1560), - [anon_sym__] = ACTIONS(1560), - [anon_sym_BQUOTE] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_PIPE] = ACTIONS(1560), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_LPAREN] = ACTIONS(1560), - [anon_sym_RPAREN] = ACTIONS(1560), - [aux_sym__word_token1] = ACTIONS(1560), - [aux_sym__word_token2] = ACTIONS(1560), - [aux_sym__word_token3] = ACTIONS(1560), - [sym__whitespace] = ACTIONS(1560), - [sym__soft_line_ending] = ACTIONS(1560), - [sym__block_quote_start] = ACTIONS(1560), - [sym__indented_chunk_start] = ACTIONS(1560), - [sym_atx_h1_marker] = ACTIONS(1560), - [sym_atx_h2_marker] = ACTIONS(1560), - [sym_atx_h3_marker] = ACTIONS(1560), - [sym_atx_h4_marker] = ACTIONS(1560), - [sym_atx_h5_marker] = ACTIONS(1560), - [sym_atx_h6_marker] = ACTIONS(1560), - [sym__thematic_break] = ACTIONS(1560), - [sym__list_marker_minus] = ACTIONS(1560), - [sym__list_marker_plus] = ACTIONS(1560), - [sym__list_marker_star] = ACTIONS(1560), - [sym__list_marker_parenthesis] = ACTIONS(1560), - [sym__list_marker_dot] = ACTIONS(1560), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1560), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1560), - [sym__fenced_code_block_start_backtick] = ACTIONS(1560), - [sym__fenced_code_block_start_tilde] = ACTIONS(1560), - [sym__blank_line_start] = ACTIONS(1560), - [sym__html_block_1_start] = ACTIONS(1560), - [sym__html_block_2_start] = ACTIONS(1560), - [sym__html_block_3_start] = ACTIONS(1560), - [sym__html_block_4_start] = ACTIONS(1560), - [sym__html_block_5_start] = ACTIONS(1560), - [sym__html_block_6_start] = ACTIONS(1560), - [sym__html_block_7_start] = ACTIONS(1560), - [sym__pipe_table_start] = ACTIONS(1560), - }, - [294] = { - [ts_builtin_sym_end] = ACTIONS(1213), - [anon_sym_LBRACK] = ACTIONS(1215), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_LT] = ACTIONS(1213), - [anon_sym_GT] = ACTIONS(1213), - [anon_sym_BANG] = ACTIONS(1213), - [anon_sym_DQUOTE] = ACTIONS(1213), - [anon_sym_POUND] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1213), - [anon_sym_PERCENT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1213), - [anon_sym_SQUOTE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_DOT] = ACTIONS(1213), - [anon_sym_SLASH] = ACTIONS(1213), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(1213), - [anon_sym_AT] = ACTIONS(1213), - [anon_sym_BSLASH] = ACTIONS(1213), - [anon_sym_CARET] = ACTIONS(1213), - [anon_sym__] = ACTIONS(1213), - [anon_sym_BQUOTE] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1213), - [anon_sym_PIPE] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_TILDE] = ACTIONS(1213), - [anon_sym_LPAREN] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [aux_sym__word_token1] = ACTIONS(1213), - [aux_sym__word_token2] = ACTIONS(1213), - [aux_sym__word_token3] = ACTIONS(1213), - [sym__whitespace] = ACTIONS(1213), - [sym__soft_line_ending] = ACTIONS(1213), - [sym__block_quote_start] = ACTIONS(1213), - [sym__indented_chunk_start] = ACTIONS(1213), - [sym_atx_h1_marker] = ACTIONS(1213), - [sym_atx_h2_marker] = ACTIONS(1213), - [sym_atx_h3_marker] = ACTIONS(1213), - [sym_atx_h4_marker] = ACTIONS(1213), - [sym_atx_h5_marker] = ACTIONS(1213), - [sym_atx_h6_marker] = ACTIONS(1213), - [sym__thematic_break] = ACTIONS(1213), - [sym__list_marker_minus] = ACTIONS(1213), - [sym__list_marker_plus] = ACTIONS(1213), - [sym__list_marker_star] = ACTIONS(1213), - [sym__list_marker_parenthesis] = ACTIONS(1213), - [sym__list_marker_dot] = ACTIONS(1213), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1213), - [sym__fenced_code_block_start_backtick] = ACTIONS(1213), - [sym__fenced_code_block_start_tilde] = ACTIONS(1213), - [sym__blank_line_start] = ACTIONS(1213), - [sym__html_block_1_start] = ACTIONS(1213), - [sym__html_block_2_start] = ACTIONS(1213), - [sym__html_block_3_start] = ACTIONS(1213), - [sym__html_block_4_start] = ACTIONS(1213), - [sym__html_block_5_start] = ACTIONS(1213), - [sym__html_block_6_start] = ACTIONS(1213), - [sym__html_block_7_start] = ACTIONS(1213), - [sym__pipe_table_start] = ACTIONS(1213), - }, - [295] = { - [anon_sym_LBRACK] = ACTIONS(1211), - [anon_sym_RBRACK] = ACTIONS(1209), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_BANG] = ACTIONS(1209), - [anon_sym_DQUOTE] = ACTIONS(1209), - [anon_sym_POUND] = ACTIONS(1209), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_PERCENT] = ACTIONS(1209), - [anon_sym_AMP] = ACTIONS(1209), - [anon_sym_SQUOTE] = ACTIONS(1209), - [anon_sym_STAR] = ACTIONS(1209), - [anon_sym_PLUS] = ACTIONS(1209), - [anon_sym_COMMA] = ACTIONS(1209), - [anon_sym_DASH] = ACTIONS(1209), - [anon_sym_DOT] = ACTIONS(1209), - [anon_sym_SLASH] = ACTIONS(1209), - [anon_sym_COLON] = ACTIONS(1209), - [anon_sym_SEMI] = ACTIONS(1209), - [anon_sym_EQ] = ACTIONS(1209), - [anon_sym_QMARK] = ACTIONS(1209), - [anon_sym_AT] = ACTIONS(1209), - [anon_sym_BSLASH] = ACTIONS(1209), - [anon_sym_CARET] = ACTIONS(1209), - [anon_sym__] = ACTIONS(1209), - [anon_sym_BQUOTE] = ACTIONS(1209), - [anon_sym_LBRACE] = ACTIONS(1209), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RBRACE] = ACTIONS(1209), - [anon_sym_TILDE] = ACTIONS(1209), - [anon_sym_LPAREN] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(1209), - [aux_sym__word_token1] = ACTIONS(1209), - [aux_sym__word_token2] = ACTIONS(1209), - [aux_sym__word_token3] = ACTIONS(1209), - [sym__whitespace] = ACTIONS(1209), - [sym__soft_line_ending] = ACTIONS(1209), - [sym__block_close] = ACTIONS(1209), - [sym__block_quote_start] = ACTIONS(1209), - [sym__indented_chunk_start] = ACTIONS(1209), - [sym_atx_h1_marker] = ACTIONS(1209), - [sym_atx_h2_marker] = ACTIONS(1209), - [sym_atx_h3_marker] = ACTIONS(1209), - [sym_atx_h4_marker] = ACTIONS(1209), - [sym_atx_h5_marker] = ACTIONS(1209), - [sym_atx_h6_marker] = ACTIONS(1209), - [sym__thematic_break] = ACTIONS(1209), - [sym__list_marker_minus] = ACTIONS(1209), - [sym__list_marker_plus] = ACTIONS(1209), - [sym__list_marker_star] = ACTIONS(1209), - [sym__list_marker_parenthesis] = ACTIONS(1209), - [sym__list_marker_dot] = ACTIONS(1209), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1209), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1209), - [sym__fenced_code_block_start_backtick] = ACTIONS(1209), - [sym__fenced_code_block_start_tilde] = ACTIONS(1209), - [sym__blank_line_start] = ACTIONS(1209), - [sym__html_block_1_start] = ACTIONS(1209), - [sym__html_block_2_start] = ACTIONS(1209), - [sym__html_block_3_start] = ACTIONS(1209), - [sym__html_block_4_start] = ACTIONS(1209), - [sym__html_block_5_start] = ACTIONS(1209), - [sym__html_block_6_start] = ACTIONS(1209), - [sym__html_block_7_start] = ACTIONS(1209), - [sym__pipe_table_start] = ACTIONS(1209), - }, - [296] = { - [ts_builtin_sym_end] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_RBRACK] = ACTIONS(1552), - [anon_sym_LT] = ACTIONS(1552), - [anon_sym_GT] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [anon_sym_POUND] = ACTIONS(1552), - [anon_sym_DOLLAR] = ACTIONS(1552), - [anon_sym_PERCENT] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_COMMA] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_DOT] = ACTIONS(1552), - [anon_sym_SLASH] = ACTIONS(1552), - [anon_sym_COLON] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_EQ] = ACTIONS(1552), - [anon_sym_QMARK] = ACTIONS(1552), - [anon_sym_AT] = ACTIONS(1552), - [anon_sym_BSLASH] = ACTIONS(1552), - [anon_sym_CARET] = ACTIONS(1552), - [anon_sym__] = ACTIONS(1552), - [anon_sym_BQUOTE] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_PIPE] = ACTIONS(1552), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_LPAREN] = ACTIONS(1552), - [anon_sym_RPAREN] = ACTIONS(1552), - [aux_sym__word_token1] = ACTIONS(1552), - [aux_sym__word_token2] = ACTIONS(1552), - [aux_sym__word_token3] = ACTIONS(1552), - [sym__whitespace] = ACTIONS(1552), - [sym__soft_line_ending] = ACTIONS(1552), - [sym__block_quote_start] = ACTIONS(1552), - [sym__indented_chunk_start] = ACTIONS(1552), - [sym_atx_h1_marker] = ACTIONS(1552), - [sym_atx_h2_marker] = ACTIONS(1552), - [sym_atx_h3_marker] = ACTIONS(1552), - [sym_atx_h4_marker] = ACTIONS(1552), - [sym_atx_h5_marker] = ACTIONS(1552), - [sym_atx_h6_marker] = ACTIONS(1552), - [sym__thematic_break] = ACTIONS(1552), - [sym__list_marker_minus] = ACTIONS(1552), - [sym__list_marker_plus] = ACTIONS(1552), - [sym__list_marker_star] = ACTIONS(1552), - [sym__list_marker_parenthesis] = ACTIONS(1552), - [sym__list_marker_dot] = ACTIONS(1552), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1552), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1552), - [sym__fenced_code_block_start_backtick] = ACTIONS(1552), - [sym__fenced_code_block_start_tilde] = ACTIONS(1552), - [sym__blank_line_start] = ACTIONS(1552), - [sym__html_block_1_start] = ACTIONS(1552), - [sym__html_block_2_start] = ACTIONS(1552), - [sym__html_block_3_start] = ACTIONS(1552), - [sym__html_block_4_start] = ACTIONS(1552), - [sym__html_block_5_start] = ACTIONS(1552), - [sym__html_block_6_start] = ACTIONS(1552), - [sym__html_block_7_start] = ACTIONS(1552), - [sym__pipe_table_start] = ACTIONS(1552), - }, - [297] = { - [ts_builtin_sym_end] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_RBRACK] = ACTIONS(1548), - [anon_sym_LT] = ACTIONS(1548), - [anon_sym_GT] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [anon_sym_POUND] = ACTIONS(1548), - [anon_sym_DOLLAR] = ACTIONS(1548), - [anon_sym_PERCENT] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_COMMA] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_DOT] = ACTIONS(1548), - [anon_sym_SLASH] = ACTIONS(1548), - [anon_sym_COLON] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_EQ] = ACTIONS(1548), - [anon_sym_QMARK] = ACTIONS(1548), - [anon_sym_AT] = ACTIONS(1548), - [anon_sym_BSLASH] = ACTIONS(1548), - [anon_sym_CARET] = ACTIONS(1548), - [anon_sym__] = ACTIONS(1548), - [anon_sym_BQUOTE] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_PIPE] = ACTIONS(1548), - [anon_sym_RBRACE] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_LPAREN] = ACTIONS(1548), - [anon_sym_RPAREN] = ACTIONS(1548), - [aux_sym__word_token1] = ACTIONS(1548), - [aux_sym__word_token2] = ACTIONS(1548), - [aux_sym__word_token3] = ACTIONS(1548), - [sym__whitespace] = ACTIONS(1548), - [sym__soft_line_ending] = ACTIONS(1548), - [sym__block_quote_start] = ACTIONS(1548), - [sym__indented_chunk_start] = ACTIONS(1548), - [sym_atx_h1_marker] = ACTIONS(1548), - [sym_atx_h2_marker] = ACTIONS(1548), - [sym_atx_h3_marker] = ACTIONS(1548), - [sym_atx_h4_marker] = ACTIONS(1548), - [sym_atx_h5_marker] = ACTIONS(1548), - [sym_atx_h6_marker] = ACTIONS(1548), - [sym__thematic_break] = ACTIONS(1548), - [sym__list_marker_minus] = ACTIONS(1548), - [sym__list_marker_plus] = ACTIONS(1548), - [sym__list_marker_star] = ACTIONS(1548), - [sym__list_marker_parenthesis] = ACTIONS(1548), - [sym__list_marker_dot] = ACTIONS(1548), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1548), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1548), - [sym__fenced_code_block_start_backtick] = ACTIONS(1548), - [sym__fenced_code_block_start_tilde] = ACTIONS(1548), - [sym__blank_line_start] = ACTIONS(1548), - [sym__html_block_1_start] = ACTIONS(1548), - [sym__html_block_2_start] = ACTIONS(1548), - [sym__html_block_3_start] = ACTIONS(1548), - [sym__html_block_4_start] = ACTIONS(1548), - [sym__html_block_5_start] = ACTIONS(1548), - [sym__html_block_6_start] = ACTIONS(1548), - [sym__html_block_7_start] = ACTIONS(1548), - [sym__pipe_table_start] = ACTIONS(1548), - }, - [298] = { - [ts_builtin_sym_end] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1764), - [anon_sym_RBRACK] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(1762), - [anon_sym_DQUOTE] = ACTIONS(1762), - [anon_sym_POUND] = ACTIONS(1762), - [anon_sym_DOLLAR] = ACTIONS(1762), - [anon_sym_PERCENT] = ACTIONS(1762), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SQUOTE] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_COMMA] = ACTIONS(1762), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_DOT] = ACTIONS(1762), - [anon_sym_SLASH] = ACTIONS(1762), - [anon_sym_COLON] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym_EQ] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_AT] = ACTIONS(1762), - [anon_sym_BSLASH] = ACTIONS(1762), - [anon_sym_CARET] = ACTIONS(1762), - [anon_sym__] = ACTIONS(1762), - [anon_sym_BQUOTE] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1762), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_TILDE] = ACTIONS(1762), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1762), - [aux_sym__word_token1] = ACTIONS(1762), - [aux_sym__word_token2] = ACTIONS(1762), - [aux_sym__word_token3] = ACTIONS(1762), - [sym__whitespace] = ACTIONS(1762), - [sym__soft_line_ending] = ACTIONS(1762), - [sym__block_quote_start] = ACTIONS(1762), - [sym__indented_chunk_start] = ACTIONS(1762), - [sym_atx_h1_marker] = ACTIONS(1762), - [sym_atx_h2_marker] = ACTIONS(1762), - [sym_atx_h3_marker] = ACTIONS(1762), - [sym_atx_h4_marker] = ACTIONS(1762), - [sym_atx_h5_marker] = ACTIONS(1762), - [sym_atx_h6_marker] = ACTIONS(1762), - [sym__thematic_break] = ACTIONS(1762), - [sym__list_marker_minus] = ACTIONS(1762), - [sym__list_marker_plus] = ACTIONS(1762), - [sym__list_marker_star] = ACTIONS(1762), - [sym__list_marker_parenthesis] = ACTIONS(1762), - [sym__list_marker_dot] = ACTIONS(1762), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1762), - [sym__fenced_code_block_start_backtick] = ACTIONS(1762), - [sym__fenced_code_block_start_tilde] = ACTIONS(1762), - [sym__blank_line_start] = ACTIONS(1762), - [sym__html_block_1_start] = ACTIONS(1762), - [sym__html_block_2_start] = ACTIONS(1762), - [sym__html_block_3_start] = ACTIONS(1762), - [sym__html_block_4_start] = ACTIONS(1762), - [sym__html_block_5_start] = ACTIONS(1762), - [sym__html_block_6_start] = ACTIONS(1762), - [sym__html_block_7_start] = ACTIONS(1762), - [sym__pipe_table_start] = ACTIONS(1762), - }, - [299] = { - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_RBRACK] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1622), - [anon_sym_GT] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [anon_sym_POUND] = ACTIONS(1622), - [anon_sym_DOLLAR] = ACTIONS(1622), - [anon_sym_PERCENT] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_PLUS] = ACTIONS(1622), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1622), - [anon_sym_DOT] = ACTIONS(1622), - [anon_sym_SLASH] = ACTIONS(1622), - [anon_sym_COLON] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_EQ] = ACTIONS(1622), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_AT] = ACTIONS(1622), - [anon_sym_BSLASH] = ACTIONS(1622), - [anon_sym_CARET] = ACTIONS(1622), - [anon_sym__] = ACTIONS(1622), - [anon_sym_BQUOTE] = ACTIONS(1622), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(1622), - [anon_sym_RPAREN] = ACTIONS(1622), - [aux_sym__word_token1] = ACTIONS(1622), - [aux_sym__word_token2] = ACTIONS(1622), - [aux_sym__word_token3] = ACTIONS(1622), - [sym__whitespace] = ACTIONS(1622), - [sym__soft_line_ending] = ACTIONS(1622), - [sym__block_close] = ACTIONS(1622), - [sym__block_quote_start] = ACTIONS(1622), - [sym__indented_chunk_start] = ACTIONS(1622), - [sym_atx_h1_marker] = ACTIONS(1622), - [sym_atx_h2_marker] = ACTIONS(1622), - [sym_atx_h3_marker] = ACTIONS(1622), - [sym_atx_h4_marker] = ACTIONS(1622), - [sym_atx_h5_marker] = ACTIONS(1622), - [sym_atx_h6_marker] = ACTIONS(1622), - [sym__thematic_break] = ACTIONS(1622), - [sym__list_marker_minus] = ACTIONS(1622), - [sym__list_marker_plus] = ACTIONS(1622), - [sym__list_marker_star] = ACTIONS(1622), - [sym__list_marker_parenthesis] = ACTIONS(1622), - [sym__list_marker_dot] = ACTIONS(1622), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1622), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1622), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1622), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1622), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1622), - [sym__fenced_code_block_start_backtick] = ACTIONS(1622), - [sym__fenced_code_block_start_tilde] = ACTIONS(1622), - [sym__blank_line_start] = ACTIONS(1622), - [sym__html_block_1_start] = ACTIONS(1622), - [sym__html_block_2_start] = ACTIONS(1622), - [sym__html_block_3_start] = ACTIONS(1622), - [sym__html_block_4_start] = ACTIONS(1622), - [sym__html_block_5_start] = ACTIONS(1622), - [sym__html_block_6_start] = ACTIONS(1622), - [sym__html_block_7_start] = ACTIONS(1622), - [sym__pipe_table_start] = ACTIONS(1622), - }, - [300] = { - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_RBRACK] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [anon_sym_POUND] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_PERCENT] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_COLON] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_EQ] = ACTIONS(1630), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_AT] = ACTIONS(1630), - [anon_sym_BSLASH] = ACTIONS(1630), - [anon_sym_CARET] = ACTIONS(1630), - [anon_sym__] = ACTIONS(1630), - [anon_sym_BQUOTE] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [aux_sym__word_token1] = ACTIONS(1630), - [aux_sym__word_token2] = ACTIONS(1630), - [aux_sym__word_token3] = ACTIONS(1630), - [sym__whitespace] = ACTIONS(1630), - [sym__soft_line_ending] = ACTIONS(1630), - [sym__block_close] = ACTIONS(1630), - [sym__block_quote_start] = ACTIONS(1630), - [sym__indented_chunk_start] = ACTIONS(1630), - [sym_atx_h1_marker] = ACTIONS(1630), - [sym_atx_h2_marker] = ACTIONS(1630), - [sym_atx_h3_marker] = ACTIONS(1630), - [sym_atx_h4_marker] = ACTIONS(1630), - [sym_atx_h5_marker] = ACTIONS(1630), - [sym_atx_h6_marker] = ACTIONS(1630), - [sym__thematic_break] = ACTIONS(1630), - [sym__list_marker_minus] = ACTIONS(1630), - [sym__list_marker_plus] = ACTIONS(1630), - [sym__list_marker_star] = ACTIONS(1630), - [sym__list_marker_parenthesis] = ACTIONS(1630), - [sym__list_marker_dot] = ACTIONS(1630), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1630), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1630), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1630), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1630), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1630), - [sym__fenced_code_block_start_backtick] = ACTIONS(1630), - [sym__fenced_code_block_start_tilde] = ACTIONS(1630), - [sym__blank_line_start] = ACTIONS(1630), - [sym__html_block_1_start] = ACTIONS(1630), - [sym__html_block_2_start] = ACTIONS(1630), - [sym__html_block_3_start] = ACTIONS(1630), - [sym__html_block_4_start] = ACTIONS(1630), - [sym__html_block_5_start] = ACTIONS(1630), - [sym__html_block_6_start] = ACTIONS(1630), - [sym__html_block_7_start] = ACTIONS(1630), - [sym__pipe_table_start] = ACTIONS(1630), - }, - [301] = { - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_RBRACK] = ACTIONS(1642), - [anon_sym_LT] = ACTIONS(1642), - [anon_sym_GT] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [anon_sym_POUND] = ACTIONS(1642), - [anon_sym_DOLLAR] = ACTIONS(1642), - [anon_sym_PERCENT] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_PLUS] = ACTIONS(1642), - [anon_sym_COMMA] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1642), - [anon_sym_DOT] = ACTIONS(1642), - [anon_sym_SLASH] = ACTIONS(1642), - [anon_sym_COLON] = ACTIONS(1642), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_EQ] = ACTIONS(1642), - [anon_sym_QMARK] = ACTIONS(1642), - [anon_sym_AT] = ACTIONS(1642), - [anon_sym_BSLASH] = ACTIONS(1642), - [anon_sym_CARET] = ACTIONS(1642), - [anon_sym__] = ACTIONS(1642), - [anon_sym_BQUOTE] = ACTIONS(1642), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_PIPE] = ACTIONS(1642), - [anon_sym_RBRACE] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_LPAREN] = ACTIONS(1642), - [anon_sym_RPAREN] = ACTIONS(1642), - [aux_sym__word_token1] = ACTIONS(1642), - [aux_sym__word_token2] = ACTIONS(1642), - [aux_sym__word_token3] = ACTIONS(1642), - [sym__whitespace] = ACTIONS(1642), - [sym__soft_line_ending] = ACTIONS(1642), - [sym__block_close] = ACTIONS(1642), - [sym__block_quote_start] = ACTIONS(1642), - [sym__indented_chunk_start] = ACTIONS(1642), - [sym_atx_h1_marker] = ACTIONS(1642), - [sym_atx_h2_marker] = ACTIONS(1642), - [sym_atx_h3_marker] = ACTIONS(1642), - [sym_atx_h4_marker] = ACTIONS(1642), - [sym_atx_h5_marker] = ACTIONS(1642), - [sym_atx_h6_marker] = ACTIONS(1642), - [sym__thematic_break] = ACTIONS(1642), - [sym__list_marker_minus] = ACTIONS(1642), - [sym__list_marker_plus] = ACTIONS(1642), - [sym__list_marker_star] = ACTIONS(1642), - [sym__list_marker_parenthesis] = ACTIONS(1642), - [sym__list_marker_dot] = ACTIONS(1642), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1642), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1642), - [sym__fenced_code_block_start_backtick] = ACTIONS(1642), - [sym__fenced_code_block_start_tilde] = ACTIONS(1642), - [sym__blank_line_start] = ACTIONS(1642), - [sym__html_block_1_start] = ACTIONS(1642), - [sym__html_block_2_start] = ACTIONS(1642), - [sym__html_block_3_start] = ACTIONS(1642), - [sym__html_block_4_start] = ACTIONS(1642), - [sym__html_block_5_start] = ACTIONS(1642), - [sym__html_block_6_start] = ACTIONS(1642), - [sym__html_block_7_start] = ACTIONS(1642), - [sym__pipe_table_start] = ACTIONS(1642), - }, [302] = { - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_RBRACK] = ACTIONS(1650), - [anon_sym_LT] = ACTIONS(1650), - [anon_sym_GT] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [anon_sym_POUND] = ACTIONS(1650), - [anon_sym_DOLLAR] = ACTIONS(1650), - [anon_sym_PERCENT] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_PLUS] = ACTIONS(1650), - [anon_sym_COMMA] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1650), - [anon_sym_DOT] = ACTIONS(1650), - [anon_sym_SLASH] = ACTIONS(1650), - [anon_sym_COLON] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_EQ] = ACTIONS(1650), - [anon_sym_QMARK] = ACTIONS(1650), - [anon_sym_AT] = ACTIONS(1650), - [anon_sym_BSLASH] = ACTIONS(1650), - [anon_sym_CARET] = ACTIONS(1650), - [anon_sym__] = ACTIONS(1650), - [anon_sym_BQUOTE] = ACTIONS(1650), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_PIPE] = ACTIONS(1650), - [anon_sym_RBRACE] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_LPAREN] = ACTIONS(1650), - [anon_sym_RPAREN] = ACTIONS(1650), - [aux_sym__word_token1] = ACTIONS(1650), - [aux_sym__word_token2] = ACTIONS(1650), - [aux_sym__word_token3] = ACTIONS(1650), - [sym__whitespace] = ACTIONS(1650), - [sym__soft_line_ending] = ACTIONS(1650), - [sym__block_close] = ACTIONS(1650), - [sym__block_quote_start] = ACTIONS(1650), - [sym__indented_chunk_start] = ACTIONS(1650), - [sym_atx_h1_marker] = ACTIONS(1650), - [sym_atx_h2_marker] = ACTIONS(1650), - [sym_atx_h3_marker] = ACTIONS(1650), - [sym_atx_h4_marker] = ACTIONS(1650), - [sym_atx_h5_marker] = ACTIONS(1650), - [sym_atx_h6_marker] = ACTIONS(1650), - [sym__thematic_break] = ACTIONS(1650), - [sym__list_marker_minus] = ACTIONS(1650), - [sym__list_marker_plus] = ACTIONS(1650), - [sym__list_marker_star] = ACTIONS(1650), - [sym__list_marker_parenthesis] = ACTIONS(1650), - [sym__list_marker_dot] = ACTIONS(1650), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1650), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1650), - [sym__fenced_code_block_start_backtick] = ACTIONS(1650), - [sym__fenced_code_block_start_tilde] = ACTIONS(1650), - [sym__blank_line_start] = ACTIONS(1650), - [sym__html_block_1_start] = ACTIONS(1650), - [sym__html_block_2_start] = ACTIONS(1650), - [sym__html_block_3_start] = ACTIONS(1650), - [sym__html_block_4_start] = ACTIONS(1650), - [sym__html_block_5_start] = ACTIONS(1650), - [sym__html_block_6_start] = ACTIONS(1650), - [sym__html_block_7_start] = ACTIONS(1650), - [sym__pipe_table_start] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_RBRACK] = ACTIONS(1752), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_DQUOTE] = ACTIONS(1752), + [anon_sym_POUND] = ACTIONS(1752), + [anon_sym_DOLLAR] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_COLON] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_QMARK] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1752), + [anon_sym_BSLASH] = ACTIONS(1752), + [anon_sym_CARET] = ACTIONS(1752), + [anon_sym__] = ACTIONS(1752), + [anon_sym_BQUOTE] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1752), + [anon_sym_PIPE] = ACTIONS(1752), + [anon_sym_RBRACE] = ACTIONS(1752), + [anon_sym_TILDE] = ACTIONS(1752), + [anon_sym_LPAREN] = ACTIONS(1752), + [anon_sym_RPAREN] = ACTIONS(1752), + [aux_sym__word_token1] = ACTIONS(1752), + [aux_sym__word_token2] = ACTIONS(1752), + [aux_sym__word_token3] = ACTIONS(1752), + [sym__whitespace] = ACTIONS(1752), + [sym__soft_line_ending] = ACTIONS(1752), + [sym__block_close] = ACTIONS(1752), + [sym__block_quote_start] = ACTIONS(1752), + [sym__indented_chunk_start] = ACTIONS(1752), + [sym_atx_h1_marker] = ACTIONS(1752), + [sym_atx_h2_marker] = ACTIONS(1752), + [sym_atx_h3_marker] = ACTIONS(1752), + [sym_atx_h4_marker] = ACTIONS(1752), + [sym_atx_h5_marker] = ACTIONS(1752), + [sym_atx_h6_marker] = ACTIONS(1752), + [sym__thematic_break] = ACTIONS(1752), + [sym__list_marker_minus] = ACTIONS(1752), + [sym__list_marker_plus] = ACTIONS(1752), + [sym__list_marker_star] = ACTIONS(1752), + [sym__list_marker_parenthesis] = ACTIONS(1752), + [sym__list_marker_dot] = ACTIONS(1752), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1752), + [sym__fenced_code_block_start_backtick] = ACTIONS(1752), + [sym__fenced_code_block_start_tilde] = ACTIONS(1752), + [sym__blank_line_start] = ACTIONS(1752), + [sym__html_block_1_start] = ACTIONS(1752), + [sym__html_block_2_start] = ACTIONS(1752), + [sym__html_block_3_start] = ACTIONS(1752), + [sym__html_block_4_start] = ACTIONS(1752), + [sym__html_block_5_start] = ACTIONS(1752), + [sym__html_block_6_start] = ACTIONS(1752), + [sym__html_block_7_start] = ACTIONS(1752), + [sym__pipe_table_start] = ACTIONS(1752), }, [303] = { - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_RBRACK] = ACTIONS(1670), - [anon_sym_LT] = ACTIONS(1670), - [anon_sym_GT] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [anon_sym_POUND] = ACTIONS(1670), - [anon_sym_DOLLAR] = ACTIONS(1670), - [anon_sym_PERCENT] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_PLUS] = ACTIONS(1670), - [anon_sym_COMMA] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1670), - [anon_sym_DOT] = ACTIONS(1670), - [anon_sym_SLASH] = ACTIONS(1670), - [anon_sym_COLON] = ACTIONS(1670), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_EQ] = ACTIONS(1670), - [anon_sym_QMARK] = ACTIONS(1670), - [anon_sym_AT] = ACTIONS(1670), - [anon_sym_BSLASH] = ACTIONS(1670), - [anon_sym_CARET] = ACTIONS(1670), - [anon_sym__] = ACTIONS(1670), - [anon_sym_BQUOTE] = ACTIONS(1670), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_PIPE] = ACTIONS(1670), - [anon_sym_RBRACE] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_LPAREN] = ACTIONS(1670), - [anon_sym_RPAREN] = ACTIONS(1670), - [aux_sym__word_token1] = ACTIONS(1670), - [aux_sym__word_token2] = ACTIONS(1670), - [aux_sym__word_token3] = ACTIONS(1670), - [sym__whitespace] = ACTIONS(1670), - [sym__soft_line_ending] = ACTIONS(1670), - [sym__block_close] = ACTIONS(1670), - [sym__block_quote_start] = ACTIONS(1670), - [sym__indented_chunk_start] = ACTIONS(1670), - [sym_atx_h1_marker] = ACTIONS(1670), - [sym_atx_h2_marker] = ACTIONS(1670), - [sym_atx_h3_marker] = ACTIONS(1670), - [sym_atx_h4_marker] = ACTIONS(1670), - [sym_atx_h5_marker] = ACTIONS(1670), - [sym_atx_h6_marker] = ACTIONS(1670), - [sym__thematic_break] = ACTIONS(1670), - [sym__list_marker_minus] = ACTIONS(1670), - [sym__list_marker_plus] = ACTIONS(1670), - [sym__list_marker_star] = ACTIONS(1670), - [sym__list_marker_parenthesis] = ACTIONS(1670), - [sym__list_marker_dot] = ACTIONS(1670), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1670), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1670), - [sym__fenced_code_block_start_backtick] = ACTIONS(1670), - [sym__fenced_code_block_start_tilde] = ACTIONS(1670), - [sym__blank_line_start] = ACTIONS(1670), - [sym__html_block_1_start] = ACTIONS(1670), - [sym__html_block_2_start] = ACTIONS(1670), - [sym__html_block_3_start] = ACTIONS(1670), - [sym__html_block_4_start] = ACTIONS(1670), - [sym__html_block_5_start] = ACTIONS(1670), - [sym__html_block_6_start] = ACTIONS(1670), - [sym__html_block_7_start] = ACTIONS(1670), - [sym__pipe_table_start] = ACTIONS(1670), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1756), + [anon_sym_LT] = ACTIONS(1756), + [anon_sym_GT] = ACTIONS(1756), + [anon_sym_BANG] = ACTIONS(1756), + [anon_sym_DQUOTE] = ACTIONS(1756), + [anon_sym_POUND] = ACTIONS(1756), + [anon_sym_DOLLAR] = ACTIONS(1756), + [anon_sym_PERCENT] = ACTIONS(1756), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SQUOTE] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_COMMA] = ACTIONS(1756), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_DOT] = ACTIONS(1756), + [anon_sym_SLASH] = ACTIONS(1756), + [anon_sym_COLON] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1756), + [anon_sym_EQ] = ACTIONS(1756), + [anon_sym_QMARK] = ACTIONS(1756), + [anon_sym_AT] = ACTIONS(1756), + [anon_sym_BSLASH] = ACTIONS(1756), + [anon_sym_CARET] = ACTIONS(1756), + [anon_sym__] = ACTIONS(1756), + [anon_sym_BQUOTE] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1756), + [anon_sym_PIPE] = ACTIONS(1756), + [anon_sym_RBRACE] = ACTIONS(1756), + [anon_sym_TILDE] = ACTIONS(1756), + [anon_sym_LPAREN] = ACTIONS(1756), + [anon_sym_RPAREN] = ACTIONS(1756), + [aux_sym__word_token1] = ACTIONS(1756), + [aux_sym__word_token2] = ACTIONS(1756), + [aux_sym__word_token3] = ACTIONS(1756), + [sym__whitespace] = ACTIONS(1756), + [sym__soft_line_ending] = ACTIONS(1756), + [sym__block_close] = ACTIONS(1756), + [sym__block_quote_start] = ACTIONS(1756), + [sym__indented_chunk_start] = ACTIONS(1756), + [sym_atx_h1_marker] = ACTIONS(1756), + [sym_atx_h2_marker] = ACTIONS(1756), + [sym_atx_h3_marker] = ACTIONS(1756), + [sym_atx_h4_marker] = ACTIONS(1756), + [sym_atx_h5_marker] = ACTIONS(1756), + [sym_atx_h6_marker] = ACTIONS(1756), + [sym__thematic_break] = ACTIONS(1756), + [sym__list_marker_minus] = ACTIONS(1756), + [sym__list_marker_plus] = ACTIONS(1756), + [sym__list_marker_star] = ACTIONS(1756), + [sym__list_marker_parenthesis] = ACTIONS(1756), + [sym__list_marker_dot] = ACTIONS(1756), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1756), + [sym__fenced_code_block_start_backtick] = ACTIONS(1756), + [sym__fenced_code_block_start_tilde] = ACTIONS(1756), + [sym__blank_line_start] = ACTIONS(1756), + [sym__html_block_1_start] = ACTIONS(1756), + [sym__html_block_2_start] = ACTIONS(1756), + [sym__html_block_3_start] = ACTIONS(1756), + [sym__html_block_4_start] = ACTIONS(1756), + [sym__html_block_5_start] = ACTIONS(1756), + [sym__html_block_6_start] = ACTIONS(1756), + [sym__html_block_7_start] = ACTIONS(1756), + [sym__pipe_table_start] = ACTIONS(1756), }, [304] = { - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_RBRACK] = ACTIONS(1678), - [anon_sym_LT] = ACTIONS(1678), - [anon_sym_GT] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [anon_sym_POUND] = ACTIONS(1678), - [anon_sym_DOLLAR] = ACTIONS(1678), - [anon_sym_PERCENT] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_PLUS] = ACTIONS(1678), - [anon_sym_COMMA] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1678), - [anon_sym_DOT] = ACTIONS(1678), - [anon_sym_SLASH] = ACTIONS(1678), - [anon_sym_COLON] = ACTIONS(1678), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_EQ] = ACTIONS(1678), - [anon_sym_QMARK] = ACTIONS(1678), - [anon_sym_AT] = ACTIONS(1678), - [anon_sym_BSLASH] = ACTIONS(1678), - [anon_sym_CARET] = ACTIONS(1678), - [anon_sym__] = ACTIONS(1678), - [anon_sym_BQUOTE] = ACTIONS(1678), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_PIPE] = ACTIONS(1678), - [anon_sym_RBRACE] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_RPAREN] = ACTIONS(1678), - [aux_sym__word_token1] = ACTIONS(1678), - [aux_sym__word_token2] = ACTIONS(1678), - [aux_sym__word_token3] = ACTIONS(1678), - [sym__whitespace] = ACTIONS(1678), - [sym__soft_line_ending] = ACTIONS(1678), - [sym__block_close] = ACTIONS(1678), - [sym__block_quote_start] = ACTIONS(1678), - [sym__indented_chunk_start] = ACTIONS(1678), - [sym_atx_h1_marker] = ACTIONS(1678), - [sym_atx_h2_marker] = ACTIONS(1678), - [sym_atx_h3_marker] = ACTIONS(1678), - [sym_atx_h4_marker] = ACTIONS(1678), - [sym_atx_h5_marker] = ACTIONS(1678), - [sym_atx_h6_marker] = ACTIONS(1678), - [sym__thematic_break] = ACTIONS(1678), - [sym__list_marker_minus] = ACTIONS(1678), - [sym__list_marker_plus] = ACTIONS(1678), - [sym__list_marker_star] = ACTIONS(1678), - [sym__list_marker_parenthesis] = ACTIONS(1678), - [sym__list_marker_dot] = ACTIONS(1678), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1678), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1678), - [sym__fenced_code_block_start_backtick] = ACTIONS(1678), - [sym__fenced_code_block_start_tilde] = ACTIONS(1678), - [sym__blank_line_start] = ACTIONS(1678), - [sym__html_block_1_start] = ACTIONS(1678), - [sym__html_block_2_start] = ACTIONS(1678), - [sym__html_block_3_start] = ACTIONS(1678), - [sym__html_block_4_start] = ACTIONS(1678), - [sym__html_block_5_start] = ACTIONS(1678), - [sym__html_block_6_start] = ACTIONS(1678), - [sym__html_block_7_start] = ACTIONS(1678), - [sym__pipe_table_start] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1758), + [anon_sym_RBRACK] = ACTIONS(1760), + [anon_sym_LT] = ACTIONS(1760), + [anon_sym_GT] = ACTIONS(1760), + [anon_sym_BANG] = ACTIONS(1760), + [anon_sym_DQUOTE] = ACTIONS(1760), + [anon_sym_POUND] = ACTIONS(1760), + [anon_sym_DOLLAR] = ACTIONS(1760), + [anon_sym_PERCENT] = ACTIONS(1760), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SQUOTE] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_COMMA] = ACTIONS(1760), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_DOT] = ACTIONS(1760), + [anon_sym_SLASH] = ACTIONS(1760), + [anon_sym_COLON] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1760), + [anon_sym_EQ] = ACTIONS(1760), + [anon_sym_QMARK] = ACTIONS(1760), + [anon_sym_AT] = ACTIONS(1760), + [anon_sym_BSLASH] = ACTIONS(1760), + [anon_sym_CARET] = ACTIONS(1760), + [anon_sym__] = ACTIONS(1760), + [anon_sym_BQUOTE] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1760), + [anon_sym_PIPE] = ACTIONS(1760), + [anon_sym_RBRACE] = ACTIONS(1760), + [anon_sym_TILDE] = ACTIONS(1760), + [anon_sym_LPAREN] = ACTIONS(1760), + [anon_sym_RPAREN] = ACTIONS(1760), + [aux_sym__word_token1] = ACTIONS(1760), + [aux_sym__word_token2] = ACTIONS(1760), + [aux_sym__word_token3] = ACTIONS(1760), + [sym__whitespace] = ACTIONS(1760), + [sym__soft_line_ending] = ACTIONS(1760), + [sym__block_close] = ACTIONS(1760), + [sym__block_quote_start] = ACTIONS(1760), + [sym__indented_chunk_start] = ACTIONS(1760), + [sym_atx_h1_marker] = ACTIONS(1760), + [sym_atx_h2_marker] = ACTIONS(1760), + [sym_atx_h3_marker] = ACTIONS(1760), + [sym_atx_h4_marker] = ACTIONS(1760), + [sym_atx_h5_marker] = ACTIONS(1760), + [sym_atx_h6_marker] = ACTIONS(1760), + [sym__thematic_break] = ACTIONS(1760), + [sym__list_marker_minus] = ACTIONS(1760), + [sym__list_marker_plus] = ACTIONS(1760), + [sym__list_marker_star] = ACTIONS(1760), + [sym__list_marker_parenthesis] = ACTIONS(1760), + [sym__list_marker_dot] = ACTIONS(1760), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1760), + [sym__fenced_code_block_start_backtick] = ACTIONS(1760), + [sym__fenced_code_block_start_tilde] = ACTIONS(1760), + [sym__blank_line_start] = ACTIONS(1760), + [sym__html_block_1_start] = ACTIONS(1760), + [sym__html_block_2_start] = ACTIONS(1760), + [sym__html_block_3_start] = ACTIONS(1760), + [sym__html_block_4_start] = ACTIONS(1760), + [sym__html_block_5_start] = ACTIONS(1760), + [sym__html_block_6_start] = ACTIONS(1760), + [sym__html_block_7_start] = ACTIONS(1760), + [sym__pipe_table_start] = ACTIONS(1760), }, [305] = { - [anon_sym_LBRACK] = ACTIONS(1716), - [anon_sym_RBRACK] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1714), - [anon_sym_GT] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(1714), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_POUND] = ACTIONS(1714), - [anon_sym_DOLLAR] = ACTIONS(1714), - [anon_sym_PERCENT] = ACTIONS(1714), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [anon_sym_STAR] = ACTIONS(1714), - [anon_sym_PLUS] = ACTIONS(1714), - [anon_sym_COMMA] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1714), - [anon_sym_DOT] = ACTIONS(1714), - [anon_sym_SLASH] = ACTIONS(1714), - [anon_sym_COLON] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_EQ] = ACTIONS(1714), - [anon_sym_QMARK] = ACTIONS(1714), - [anon_sym_AT] = ACTIONS(1714), - [anon_sym_BSLASH] = ACTIONS(1714), - [anon_sym_CARET] = ACTIONS(1714), - [anon_sym__] = ACTIONS(1714), - [anon_sym_BQUOTE] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_PIPE] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1714), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_RPAREN] = ACTIONS(1714), - [aux_sym__word_token1] = ACTIONS(1714), - [aux_sym__word_token2] = ACTIONS(1714), - [aux_sym__word_token3] = ACTIONS(1714), - [sym__whitespace] = ACTIONS(1714), - [sym__soft_line_ending] = ACTIONS(1714), - [sym__block_close] = ACTIONS(1714), - [sym__block_quote_start] = ACTIONS(1714), - [sym__indented_chunk_start] = ACTIONS(1714), - [sym_atx_h1_marker] = ACTIONS(1714), - [sym_atx_h2_marker] = ACTIONS(1714), - [sym_atx_h3_marker] = ACTIONS(1714), - [sym_atx_h4_marker] = ACTIONS(1714), - [sym_atx_h5_marker] = ACTIONS(1714), - [sym_atx_h6_marker] = ACTIONS(1714), - [sym__thematic_break] = ACTIONS(1714), - [sym__list_marker_minus] = ACTIONS(1714), - [sym__list_marker_plus] = ACTIONS(1714), - [sym__list_marker_star] = ACTIONS(1714), - [sym__list_marker_parenthesis] = ACTIONS(1714), - [sym__list_marker_dot] = ACTIONS(1714), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1714), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1714), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1714), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1714), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1714), - [sym__fenced_code_block_start_backtick] = ACTIONS(1714), - [sym__fenced_code_block_start_tilde] = ACTIONS(1714), - [sym__blank_line_start] = ACTIONS(1714), - [sym__html_block_1_start] = ACTIONS(1714), - [sym__html_block_2_start] = ACTIONS(1714), - [sym__html_block_3_start] = ACTIONS(1714), - [sym__html_block_4_start] = ACTIONS(1714), - [sym__html_block_5_start] = ACTIONS(1714), - [sym__html_block_6_start] = ACTIONS(1714), - [sym__html_block_7_start] = ACTIONS(1714), - [sym__pipe_table_start] = ACTIONS(1714), + [anon_sym_LBRACK] = ACTIONS(1762), + [anon_sym_RBRACK] = ACTIONS(1764), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_DQUOTE] = ACTIONS(1764), + [anon_sym_POUND] = ACTIONS(1764), + [anon_sym_DOLLAR] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_COMMA] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_COLON] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_QMARK] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(1764), + [anon_sym_BSLASH] = ACTIONS(1764), + [anon_sym_CARET] = ACTIONS(1764), + [anon_sym__] = ACTIONS(1764), + [anon_sym_BQUOTE] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1764), + [anon_sym_PIPE] = ACTIONS(1764), + [anon_sym_RBRACE] = ACTIONS(1764), + [anon_sym_TILDE] = ACTIONS(1764), + [anon_sym_LPAREN] = ACTIONS(1764), + [anon_sym_RPAREN] = ACTIONS(1764), + [aux_sym__word_token1] = ACTIONS(1764), + [aux_sym__word_token2] = ACTIONS(1764), + [aux_sym__word_token3] = ACTIONS(1764), + [sym__whitespace] = ACTIONS(1764), + [sym__soft_line_ending] = ACTIONS(1764), + [sym__block_close] = ACTIONS(1764), + [sym__block_quote_start] = ACTIONS(1764), + [sym__indented_chunk_start] = ACTIONS(1764), + [sym_atx_h1_marker] = ACTIONS(1764), + [sym_atx_h2_marker] = ACTIONS(1764), + [sym_atx_h3_marker] = ACTIONS(1764), + [sym_atx_h4_marker] = ACTIONS(1764), + [sym_atx_h5_marker] = ACTIONS(1764), + [sym_atx_h6_marker] = ACTIONS(1764), + [sym__thematic_break] = ACTIONS(1764), + [sym__list_marker_minus] = ACTIONS(1764), + [sym__list_marker_plus] = ACTIONS(1764), + [sym__list_marker_star] = ACTIONS(1764), + [sym__list_marker_parenthesis] = ACTIONS(1764), + [sym__list_marker_dot] = ACTIONS(1764), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1764), + [sym__fenced_code_block_start_backtick] = ACTIONS(1764), + [sym__fenced_code_block_start_tilde] = ACTIONS(1764), + [sym__blank_line_start] = ACTIONS(1764), + [sym__html_block_1_start] = ACTIONS(1764), + [sym__html_block_2_start] = ACTIONS(1764), + [sym__html_block_3_start] = ACTIONS(1764), + [sym__html_block_4_start] = ACTIONS(1764), + [sym__html_block_5_start] = ACTIONS(1764), + [sym__html_block_6_start] = ACTIONS(1764), + [sym__html_block_7_start] = ACTIONS(1764), + [sym__pipe_table_start] = ACTIONS(1764), }, [306] = { - [anon_sym_LBRACK] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [anon_sym_POUND] = ACTIONS(1239), - [anon_sym_DOLLAR] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_DOT] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_AT] = ACTIONS(1239), - [anon_sym_BSLASH] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym__] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_LPAREN] = ACTIONS(1239), - [anon_sym_RPAREN] = ACTIONS(1239), - [aux_sym__word_token1] = ACTIONS(1239), - [aux_sym__word_token2] = ACTIONS(1239), - [aux_sym__word_token3] = ACTIONS(1239), - [sym__whitespace] = ACTIONS(1239), - [sym__soft_line_ending] = ACTIONS(1239), - [sym__block_close] = ACTIONS(1239), - [sym__block_quote_start] = ACTIONS(1239), - [sym__indented_chunk_start] = ACTIONS(1239), - [sym_atx_h1_marker] = ACTIONS(1239), - [sym_atx_h2_marker] = ACTIONS(1239), - [sym_atx_h3_marker] = ACTIONS(1239), - [sym_atx_h4_marker] = ACTIONS(1239), - [sym_atx_h5_marker] = ACTIONS(1239), - [sym_atx_h6_marker] = ACTIONS(1239), - [sym__thematic_break] = ACTIONS(1239), - [sym__list_marker_minus] = ACTIONS(1239), - [sym__list_marker_plus] = ACTIONS(1239), - [sym__list_marker_star] = ACTIONS(1239), - [sym__list_marker_parenthesis] = ACTIONS(1239), - [sym__list_marker_dot] = ACTIONS(1239), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1239), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1239), - [sym__fenced_code_block_start_backtick] = ACTIONS(1239), - [sym__fenced_code_block_start_tilde] = ACTIONS(1239), - [sym__blank_line_start] = ACTIONS(1239), - [sym__html_block_1_start] = ACTIONS(1239), - [sym__html_block_2_start] = ACTIONS(1239), - [sym__html_block_3_start] = ACTIONS(1239), - [sym__html_block_4_start] = ACTIONS(1239), - [sym__html_block_5_start] = ACTIONS(1239), - [sym__html_block_6_start] = ACTIONS(1239), - [sym__html_block_7_start] = ACTIONS(1239), - [sym__pipe_table_start] = ACTIONS(1239), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_POUND] = ACTIONS(1768), + [anon_sym_DOLLAR] = ACTIONS(1768), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SQUOTE] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1768), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_DOT] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_AT] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1768), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym__] = ACTIONS(1768), + [anon_sym_BQUOTE] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1768), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_TILDE] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1768), + [anon_sym_RPAREN] = ACTIONS(1768), + [aux_sym__word_token1] = ACTIONS(1768), + [aux_sym__word_token2] = ACTIONS(1768), + [aux_sym__word_token3] = ACTIONS(1768), + [sym__whitespace] = ACTIONS(1768), + [sym__soft_line_ending] = ACTIONS(1768), + [sym__block_close] = ACTIONS(1768), + [sym__block_quote_start] = ACTIONS(1768), + [sym__indented_chunk_start] = ACTIONS(1768), + [sym_atx_h1_marker] = ACTIONS(1768), + [sym_atx_h2_marker] = ACTIONS(1768), + [sym_atx_h3_marker] = ACTIONS(1768), + [sym_atx_h4_marker] = ACTIONS(1768), + [sym_atx_h5_marker] = ACTIONS(1768), + [sym_atx_h6_marker] = ACTIONS(1768), + [sym__thematic_break] = ACTIONS(1768), + [sym__list_marker_minus] = ACTIONS(1768), + [sym__list_marker_plus] = ACTIONS(1768), + [sym__list_marker_star] = ACTIONS(1768), + [sym__list_marker_parenthesis] = ACTIONS(1768), + [sym__list_marker_dot] = ACTIONS(1768), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1768), + [sym__fenced_code_block_start_backtick] = ACTIONS(1768), + [sym__fenced_code_block_start_tilde] = ACTIONS(1768), + [sym__blank_line_start] = ACTIONS(1768), + [sym__html_block_1_start] = ACTIONS(1768), + [sym__html_block_2_start] = ACTIONS(1768), + [sym__html_block_3_start] = ACTIONS(1768), + [sym__html_block_4_start] = ACTIONS(1768), + [sym__html_block_5_start] = ACTIONS(1768), + [sym__html_block_6_start] = ACTIONS(1768), + [sym__html_block_7_start] = ACTIONS(1768), + [sym__pipe_table_start] = ACTIONS(1768), }, [307] = { - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_RBRACK] = ACTIONS(1686), - [anon_sym_LT] = ACTIONS(1686), - [anon_sym_GT] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [anon_sym_POUND] = ACTIONS(1686), - [anon_sym_DOLLAR] = ACTIONS(1686), - [anon_sym_PERCENT] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_PLUS] = ACTIONS(1686), - [anon_sym_COMMA] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_SLASH] = ACTIONS(1686), - [anon_sym_COLON] = ACTIONS(1686), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_EQ] = ACTIONS(1686), - [anon_sym_QMARK] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1686), - [anon_sym_BSLASH] = ACTIONS(1686), - [anon_sym_CARET] = ACTIONS(1686), - [anon_sym__] = ACTIONS(1686), - [anon_sym_BQUOTE] = ACTIONS(1686), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_PIPE] = ACTIONS(1686), - [anon_sym_RBRACE] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_LPAREN] = ACTIONS(1686), - [anon_sym_RPAREN] = ACTIONS(1686), - [aux_sym__word_token1] = ACTIONS(1686), - [aux_sym__word_token2] = ACTIONS(1686), - [aux_sym__word_token3] = ACTIONS(1686), - [sym__whitespace] = ACTIONS(1686), - [sym__soft_line_ending] = ACTIONS(1686), - [sym__block_close] = ACTIONS(1686), - [sym__block_quote_start] = ACTIONS(1686), - [sym__indented_chunk_start] = ACTIONS(1686), - [sym_atx_h1_marker] = ACTIONS(1686), - [sym_atx_h2_marker] = ACTIONS(1686), - [sym_atx_h3_marker] = ACTIONS(1686), - [sym_atx_h4_marker] = ACTIONS(1686), - [sym_atx_h5_marker] = ACTIONS(1686), - [sym_atx_h6_marker] = ACTIONS(1686), - [sym__thematic_break] = ACTIONS(1686), - [sym__list_marker_minus] = ACTIONS(1686), - [sym__list_marker_plus] = ACTIONS(1686), - [sym__list_marker_star] = ACTIONS(1686), - [sym__list_marker_parenthesis] = ACTIONS(1686), - [sym__list_marker_dot] = ACTIONS(1686), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1686), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1686), - [sym__fenced_code_block_start_backtick] = ACTIONS(1686), - [sym__fenced_code_block_start_tilde] = ACTIONS(1686), - [sym__blank_line_start] = ACTIONS(1686), - [sym__html_block_1_start] = ACTIONS(1686), - [sym__html_block_2_start] = ACTIONS(1686), - [sym__html_block_3_start] = ACTIONS(1686), - [sym__html_block_4_start] = ACTIONS(1686), - [sym__html_block_5_start] = ACTIONS(1686), - [sym__html_block_6_start] = ACTIONS(1686), - [sym__html_block_7_start] = ACTIONS(1686), - [sym__pipe_table_start] = ACTIONS(1686), - }, - [308] = { - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_RBRACK] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1690), - [anon_sym_GT] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(1690), - [anon_sym_DOLLAR] = ACTIONS(1690), - [anon_sym_PERCENT] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_PLUS] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1690), - [anon_sym_DOT] = ACTIONS(1690), - [anon_sym_SLASH] = ACTIONS(1690), - [anon_sym_COLON] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_EQ] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(1690), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_BSLASH] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(1690), - [anon_sym__] = ACTIONS(1690), - [anon_sym_BQUOTE] = ACTIONS(1690), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [aux_sym__word_token1] = ACTIONS(1690), - [aux_sym__word_token2] = ACTIONS(1690), - [aux_sym__word_token3] = ACTIONS(1690), - [sym__whitespace] = ACTIONS(1690), - [sym__soft_line_ending] = ACTIONS(1690), - [sym__block_close] = ACTIONS(1690), - [sym__block_quote_start] = ACTIONS(1690), - [sym__indented_chunk_start] = ACTIONS(1690), - [sym_atx_h1_marker] = ACTIONS(1690), - [sym_atx_h2_marker] = ACTIONS(1690), - [sym_atx_h3_marker] = ACTIONS(1690), - [sym_atx_h4_marker] = ACTIONS(1690), - [sym_atx_h5_marker] = ACTIONS(1690), - [sym_atx_h6_marker] = ACTIONS(1690), - [sym__thematic_break] = ACTIONS(1690), - [sym__list_marker_minus] = ACTIONS(1690), - [sym__list_marker_plus] = ACTIONS(1690), - [sym__list_marker_star] = ACTIONS(1690), - [sym__list_marker_parenthesis] = ACTIONS(1690), - [sym__list_marker_dot] = ACTIONS(1690), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1690), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1690), - [sym__fenced_code_block_start_backtick] = ACTIONS(1690), - [sym__fenced_code_block_start_tilde] = ACTIONS(1690), - [sym__blank_line_start] = ACTIONS(1690), - [sym__html_block_1_start] = ACTIONS(1690), - [sym__html_block_2_start] = ACTIONS(1690), - [sym__html_block_3_start] = ACTIONS(1690), - [sym__html_block_4_start] = ACTIONS(1690), - [sym__html_block_5_start] = ACTIONS(1690), - [sym__html_block_6_start] = ACTIONS(1690), - [sym__html_block_7_start] = ACTIONS(1690), - [sym__pipe_table_start] = ACTIONS(1690), + [anon_sym_LBRACK] = ACTIONS(1770), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1772), + [anon_sym_GT] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1772), + [anon_sym_DQUOTE] = ACTIONS(1772), + [anon_sym_POUND] = ACTIONS(1772), + [anon_sym_DOLLAR] = ACTIONS(1772), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_STAR] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1772), + [anon_sym_DOT] = ACTIONS(1772), + [anon_sym_SLASH] = ACTIONS(1772), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_EQ] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1772), + [anon_sym_AT] = ACTIONS(1772), + [anon_sym_BSLASH] = ACTIONS(1772), + [anon_sym_CARET] = ACTIONS(1772), + [anon_sym__] = ACTIONS(1772), + [anon_sym_BQUOTE] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_PIPE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_TILDE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [aux_sym__word_token1] = ACTIONS(1772), + [aux_sym__word_token2] = ACTIONS(1772), + [aux_sym__word_token3] = ACTIONS(1772), + [sym__whitespace] = ACTIONS(1772), + [sym__soft_line_ending] = ACTIONS(1772), + [sym__block_close] = ACTIONS(1772), + [sym__block_quote_start] = ACTIONS(1772), + [sym__indented_chunk_start] = ACTIONS(1772), + [sym_atx_h1_marker] = ACTIONS(1772), + [sym_atx_h2_marker] = ACTIONS(1772), + [sym_atx_h3_marker] = ACTIONS(1772), + [sym_atx_h4_marker] = ACTIONS(1772), + [sym_atx_h5_marker] = ACTIONS(1772), + [sym_atx_h6_marker] = ACTIONS(1772), + [sym__thematic_break] = ACTIONS(1772), + [sym__list_marker_minus] = ACTIONS(1772), + [sym__list_marker_plus] = ACTIONS(1772), + [sym__list_marker_star] = ACTIONS(1772), + [sym__list_marker_parenthesis] = ACTIONS(1772), + [sym__list_marker_dot] = ACTIONS(1772), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1772), + [sym__fenced_code_block_start_backtick] = ACTIONS(1772), + [sym__fenced_code_block_start_tilde] = ACTIONS(1772), + [sym__blank_line_start] = ACTIONS(1772), + [sym__html_block_1_start] = ACTIONS(1772), + [sym__html_block_2_start] = ACTIONS(1772), + [sym__html_block_3_start] = ACTIONS(1772), + [sym__html_block_4_start] = ACTIONS(1772), + [sym__html_block_5_start] = ACTIONS(1772), + [sym__html_block_6_start] = ACTIONS(1772), + [sym__html_block_7_start] = ACTIONS(1772), + [sym__pipe_table_start] = ACTIONS(1772), + }, + [308] = { + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_RBRACK] = ACTIONS(1776), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_DQUOTE] = ACTIONS(1776), + [anon_sym_POUND] = ACTIONS(1776), + [anon_sym_DOLLAR] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SQUOTE] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_COMMA] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_DOT] = ACTIONS(1776), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_COLON] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_QMARK] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(1776), + [anon_sym_BSLASH] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym__] = ACTIONS(1776), + [anon_sym_BQUOTE] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1776), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_RBRACE] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1776), + [anon_sym_RPAREN] = ACTIONS(1776), + [aux_sym__word_token1] = ACTIONS(1776), + [aux_sym__word_token2] = ACTIONS(1776), + [aux_sym__word_token3] = ACTIONS(1776), + [sym__whitespace] = ACTIONS(1776), + [sym__soft_line_ending] = ACTIONS(1776), + [sym__block_close] = ACTIONS(1776), + [sym__block_quote_start] = ACTIONS(1776), + [sym__indented_chunk_start] = ACTIONS(1776), + [sym_atx_h1_marker] = ACTIONS(1776), + [sym_atx_h2_marker] = ACTIONS(1776), + [sym_atx_h3_marker] = ACTIONS(1776), + [sym_atx_h4_marker] = ACTIONS(1776), + [sym_atx_h5_marker] = ACTIONS(1776), + [sym_atx_h6_marker] = ACTIONS(1776), + [sym__thematic_break] = ACTIONS(1776), + [sym__list_marker_minus] = ACTIONS(1776), + [sym__list_marker_plus] = ACTIONS(1776), + [sym__list_marker_star] = ACTIONS(1776), + [sym__list_marker_parenthesis] = ACTIONS(1776), + [sym__list_marker_dot] = ACTIONS(1776), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1776), + [sym__fenced_code_block_start_backtick] = ACTIONS(1776), + [sym__fenced_code_block_start_tilde] = ACTIONS(1776), + [sym__blank_line_start] = ACTIONS(1776), + [sym__html_block_1_start] = ACTIONS(1776), + [sym__html_block_2_start] = ACTIONS(1776), + [sym__html_block_3_start] = ACTIONS(1776), + [sym__html_block_4_start] = ACTIONS(1776), + [sym__html_block_5_start] = ACTIONS(1776), + [sym__html_block_6_start] = ACTIONS(1776), + [sym__html_block_7_start] = ACTIONS(1776), + [sym__pipe_table_start] = ACTIONS(1776), }, [309] = { - [anon_sym_LBRACK] = ACTIONS(1724), - [anon_sym_RBRACK] = ACTIONS(1722), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [anon_sym_POUND] = ACTIONS(1722), - [anon_sym_DOLLAR] = ACTIONS(1722), - [anon_sym_PERCENT] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_COMMA] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_DOT] = ACTIONS(1722), - [anon_sym_SLASH] = ACTIONS(1722), - [anon_sym_COLON] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_EQ] = ACTIONS(1722), - [anon_sym_QMARK] = ACTIONS(1722), - [anon_sym_AT] = ACTIONS(1722), - [anon_sym_BSLASH] = ACTIONS(1722), - [anon_sym_CARET] = ACTIONS(1722), - [anon_sym__] = ACTIONS(1722), - [anon_sym_BQUOTE] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_PIPE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_RPAREN] = ACTIONS(1722), - [aux_sym__word_token1] = ACTIONS(1722), - [aux_sym__word_token2] = ACTIONS(1722), - [aux_sym__word_token3] = ACTIONS(1722), - [sym__whitespace] = ACTIONS(1722), - [sym__soft_line_ending] = ACTIONS(1722), - [sym__block_close] = ACTIONS(1722), - [sym__block_quote_start] = ACTIONS(1722), - [sym__indented_chunk_start] = ACTIONS(1722), - [sym_atx_h1_marker] = ACTIONS(1722), - [sym_atx_h2_marker] = ACTIONS(1722), - [sym_atx_h3_marker] = ACTIONS(1722), - [sym_atx_h4_marker] = ACTIONS(1722), - [sym_atx_h5_marker] = ACTIONS(1722), - [sym_atx_h6_marker] = ACTIONS(1722), - [sym__thematic_break] = ACTIONS(1722), - [sym__list_marker_minus] = ACTIONS(1722), - [sym__list_marker_plus] = ACTIONS(1722), - [sym__list_marker_star] = ACTIONS(1722), - [sym__list_marker_parenthesis] = ACTIONS(1722), - [sym__list_marker_dot] = ACTIONS(1722), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1722), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1722), - [sym__fenced_code_block_start_backtick] = ACTIONS(1722), - [sym__fenced_code_block_start_tilde] = ACTIONS(1722), - [sym__blank_line_start] = ACTIONS(1722), - [sym__html_block_1_start] = ACTIONS(1722), - [sym__html_block_2_start] = ACTIONS(1722), - [sym__html_block_3_start] = ACTIONS(1722), - [sym__html_block_4_start] = ACTIONS(1722), - [sym__html_block_5_start] = ACTIONS(1722), - [sym__html_block_6_start] = ACTIONS(1722), - [sym__html_block_7_start] = ACTIONS(1722), - [sym__pipe_table_start] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1186), + [anon_sym_RBRACK] = ACTIONS(1188), + [anon_sym_LT] = ACTIONS(1188), + [anon_sym_GT] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1188), + [anon_sym_POUND] = ACTIONS(1188), + [anon_sym_DOLLAR] = ACTIONS(1188), + [anon_sym_PERCENT] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1188), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_PLUS] = ACTIONS(1188), + [anon_sym_COMMA] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1188), + [anon_sym_DOT] = ACTIONS(1188), + [anon_sym_SLASH] = ACTIONS(1188), + [anon_sym_COLON] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym_EQ] = ACTIONS(1188), + [anon_sym_QMARK] = ACTIONS(1188), + [anon_sym_AT] = ACTIONS(1188), + [anon_sym_BSLASH] = ACTIONS(1188), + [anon_sym_CARET] = ACTIONS(1188), + [anon_sym__] = ACTIONS(1188), + [anon_sym_BQUOTE] = ACTIONS(1188), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_PIPE] = ACTIONS(1188), + [anon_sym_RBRACE] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_LPAREN] = ACTIONS(1188), + [anon_sym_RPAREN] = ACTIONS(1188), + [aux_sym__word_token1] = ACTIONS(1188), + [aux_sym__word_token2] = ACTIONS(1188), + [aux_sym__word_token3] = ACTIONS(1188), + [sym__whitespace] = ACTIONS(1188), + [sym__soft_line_ending] = ACTIONS(1188), + [sym__block_close] = ACTIONS(1188), + [sym__block_quote_start] = ACTIONS(1188), + [sym__indented_chunk_start] = ACTIONS(1188), + [sym_atx_h1_marker] = ACTIONS(1188), + [sym_atx_h2_marker] = ACTIONS(1188), + [sym_atx_h3_marker] = ACTIONS(1188), + [sym_atx_h4_marker] = ACTIONS(1188), + [sym_atx_h5_marker] = ACTIONS(1188), + [sym_atx_h6_marker] = ACTIONS(1188), + [sym__thematic_break] = ACTIONS(1188), + [sym__list_marker_minus] = ACTIONS(1188), + [sym__list_marker_plus] = ACTIONS(1188), + [sym__list_marker_star] = ACTIONS(1188), + [sym__list_marker_parenthesis] = ACTIONS(1188), + [sym__list_marker_dot] = ACTIONS(1188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1188), + [sym__fenced_code_block_start_backtick] = ACTIONS(1188), + [sym__fenced_code_block_start_tilde] = ACTIONS(1188), + [sym__blank_line_start] = ACTIONS(1188), + [sym__html_block_1_start] = ACTIONS(1188), + [sym__html_block_2_start] = ACTIONS(1188), + [sym__html_block_3_start] = ACTIONS(1188), + [sym__html_block_4_start] = ACTIONS(1188), + [sym__html_block_5_start] = ACTIONS(1188), + [sym__html_block_6_start] = ACTIONS(1188), + [sym__html_block_7_start] = ACTIONS(1188), + [sym__pipe_table_start] = ACTIONS(1188), }, [310] = { - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_RBRACK] = ACTIONS(1718), - [anon_sym_LT] = ACTIONS(1718), - [anon_sym_GT] = ACTIONS(1718), - [anon_sym_BANG] = ACTIONS(1718), - [anon_sym_DQUOTE] = ACTIONS(1718), - [anon_sym_POUND] = ACTIONS(1718), - [anon_sym_DOLLAR] = ACTIONS(1718), - [anon_sym_PERCENT] = ACTIONS(1718), - [anon_sym_AMP] = ACTIONS(1718), - [anon_sym_SQUOTE] = ACTIONS(1718), - [anon_sym_STAR] = ACTIONS(1718), - [anon_sym_PLUS] = ACTIONS(1718), - [anon_sym_COMMA] = ACTIONS(1718), - [anon_sym_DASH] = ACTIONS(1718), - [anon_sym_DOT] = ACTIONS(1718), - [anon_sym_SLASH] = ACTIONS(1718), - [anon_sym_COLON] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1718), - [anon_sym_EQ] = ACTIONS(1718), - [anon_sym_QMARK] = ACTIONS(1718), - [anon_sym_AT] = ACTIONS(1718), - [anon_sym_BSLASH] = ACTIONS(1718), - [anon_sym_CARET] = ACTIONS(1718), - [anon_sym__] = ACTIONS(1718), - [anon_sym_BQUOTE] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1718), - [anon_sym_PIPE] = ACTIONS(1718), - [anon_sym_RBRACE] = ACTIONS(1718), - [anon_sym_TILDE] = ACTIONS(1718), - [anon_sym_LPAREN] = ACTIONS(1718), - [anon_sym_RPAREN] = ACTIONS(1718), - [aux_sym__word_token1] = ACTIONS(1718), - [aux_sym__word_token2] = ACTIONS(1718), - [aux_sym__word_token3] = ACTIONS(1718), - [sym__whitespace] = ACTIONS(1718), - [sym__soft_line_ending] = ACTIONS(1718), - [sym__block_close] = ACTIONS(1718), - [sym__block_quote_start] = ACTIONS(1718), - [sym__indented_chunk_start] = ACTIONS(1718), - [sym_atx_h1_marker] = ACTIONS(1718), - [sym_atx_h2_marker] = ACTIONS(1718), - [sym_atx_h3_marker] = ACTIONS(1718), - [sym_atx_h4_marker] = ACTIONS(1718), - [sym_atx_h5_marker] = ACTIONS(1718), - [sym_atx_h6_marker] = ACTIONS(1718), - [sym__thematic_break] = ACTIONS(1718), - [sym__list_marker_minus] = ACTIONS(1718), - [sym__list_marker_plus] = ACTIONS(1718), - [sym__list_marker_star] = ACTIONS(1718), - [sym__list_marker_parenthesis] = ACTIONS(1718), - [sym__list_marker_dot] = ACTIONS(1718), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1718), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1718), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1718), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1718), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1718), - [sym__fenced_code_block_start_backtick] = ACTIONS(1718), - [sym__fenced_code_block_start_tilde] = ACTIONS(1718), - [sym__blank_line_start] = ACTIONS(1718), - [sym__html_block_1_start] = ACTIONS(1718), - [sym__html_block_2_start] = ACTIONS(1718), - [sym__html_block_3_start] = ACTIONS(1718), - [sym__html_block_4_start] = ACTIONS(1718), - [sym__html_block_5_start] = ACTIONS(1718), - [sym__html_block_6_start] = ACTIONS(1718), - [sym__html_block_7_start] = ACTIONS(1718), - [sym__pipe_table_start] = ACTIONS(1718), + [ts_builtin_sym_end] = ACTIONS(1656), + [anon_sym_LBRACK] = ACTIONS(1654), + [anon_sym_RBRACK] = ACTIONS(1656), + [anon_sym_LT] = ACTIONS(1656), + [anon_sym_GT] = ACTIONS(1656), + [anon_sym_BANG] = ACTIONS(1656), + [anon_sym_DQUOTE] = ACTIONS(1656), + [anon_sym_POUND] = ACTIONS(1656), + [anon_sym_DOLLAR] = ACTIONS(1656), + [anon_sym_PERCENT] = ACTIONS(1656), + [anon_sym_AMP] = ACTIONS(1656), + [anon_sym_SQUOTE] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1656), + [anon_sym_PLUS] = ACTIONS(1656), + [anon_sym_COMMA] = ACTIONS(1656), + [anon_sym_DASH] = ACTIONS(1656), + [anon_sym_DOT] = ACTIONS(1656), + [anon_sym_SLASH] = ACTIONS(1656), + [anon_sym_COLON] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1656), + [anon_sym_EQ] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1656), + [anon_sym_AT] = ACTIONS(1656), + [anon_sym_BSLASH] = ACTIONS(1656), + [anon_sym_CARET] = ACTIONS(1656), + [anon_sym__] = ACTIONS(1656), + [anon_sym_BQUOTE] = ACTIONS(1656), + [anon_sym_LBRACE] = ACTIONS(1656), + [anon_sym_PIPE] = ACTIONS(1656), + [anon_sym_RBRACE] = ACTIONS(1656), + [anon_sym_TILDE] = ACTIONS(1656), + [anon_sym_LPAREN] = ACTIONS(1656), + [anon_sym_RPAREN] = ACTIONS(1656), + [aux_sym__word_token1] = ACTIONS(1656), + [aux_sym__word_token2] = ACTIONS(1656), + [aux_sym__word_token3] = ACTIONS(1656), + [sym__whitespace] = ACTIONS(1656), + [sym__soft_line_ending] = ACTIONS(1656), + [sym__block_quote_start] = ACTIONS(1656), + [sym__indented_chunk_start] = ACTIONS(1656), + [sym_atx_h1_marker] = ACTIONS(1656), + [sym_atx_h2_marker] = ACTIONS(1656), + [sym_atx_h3_marker] = ACTIONS(1656), + [sym_atx_h4_marker] = ACTIONS(1656), + [sym_atx_h5_marker] = ACTIONS(1656), + [sym_atx_h6_marker] = ACTIONS(1656), + [sym__thematic_break] = ACTIONS(1656), + [sym__list_marker_minus] = ACTIONS(1656), + [sym__list_marker_plus] = ACTIONS(1656), + [sym__list_marker_star] = ACTIONS(1656), + [sym__list_marker_parenthesis] = ACTIONS(1656), + [sym__list_marker_dot] = ACTIONS(1656), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1656), + [sym__fenced_code_block_start_backtick] = ACTIONS(1656), + [sym__fenced_code_block_start_tilde] = ACTIONS(1656), + [sym__blank_line_start] = ACTIONS(1656), + [sym__html_block_1_start] = ACTIONS(1656), + [sym__html_block_2_start] = ACTIONS(1656), + [sym__html_block_3_start] = ACTIONS(1656), + [sym__html_block_4_start] = ACTIONS(1656), + [sym__html_block_5_start] = ACTIONS(1656), + [sym__html_block_6_start] = ACTIONS(1656), + [sym__html_block_7_start] = ACTIONS(1656), + [sym__pipe_table_start] = ACTIONS(1656), }, [311] = { - [ts_builtin_sym_end] = ACTIONS(1544), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_RBRACK] = ACTIONS(1544), - [anon_sym_LT] = ACTIONS(1544), - [anon_sym_GT] = ACTIONS(1544), - [anon_sym_BANG] = ACTIONS(1544), - [anon_sym_DQUOTE] = ACTIONS(1544), - [anon_sym_POUND] = ACTIONS(1544), - [anon_sym_DOLLAR] = ACTIONS(1544), - [anon_sym_PERCENT] = ACTIONS(1544), - [anon_sym_AMP] = ACTIONS(1544), - [anon_sym_SQUOTE] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_COMMA] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_DOT] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1544), - [anon_sym_COLON] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_EQ] = ACTIONS(1544), - [anon_sym_QMARK] = ACTIONS(1544), - [anon_sym_AT] = ACTIONS(1544), - [anon_sym_BSLASH] = ACTIONS(1544), - [anon_sym_CARET] = ACTIONS(1544), - [anon_sym__] = ACTIONS(1544), - [anon_sym_BQUOTE] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1544), - [anon_sym_PIPE] = ACTIONS(1544), - [anon_sym_RBRACE] = ACTIONS(1544), - [anon_sym_TILDE] = ACTIONS(1544), - [anon_sym_LPAREN] = ACTIONS(1544), - [anon_sym_RPAREN] = ACTIONS(1544), - [aux_sym__word_token1] = ACTIONS(1544), - [aux_sym__word_token2] = ACTIONS(1544), - [aux_sym__word_token3] = ACTIONS(1544), - [sym__whitespace] = ACTIONS(1544), - [sym__soft_line_ending] = ACTIONS(1544), - [sym__block_quote_start] = ACTIONS(1544), - [sym__indented_chunk_start] = ACTIONS(1544), - [sym_atx_h1_marker] = ACTIONS(1544), - [sym_atx_h2_marker] = ACTIONS(1544), - [sym_atx_h3_marker] = ACTIONS(1544), - [sym_atx_h4_marker] = ACTIONS(1544), - [sym_atx_h5_marker] = ACTIONS(1544), - [sym_atx_h6_marker] = ACTIONS(1544), - [sym__thematic_break] = ACTIONS(1544), - [sym__list_marker_minus] = ACTIONS(1544), - [sym__list_marker_plus] = ACTIONS(1544), - [sym__list_marker_star] = ACTIONS(1544), - [sym__list_marker_parenthesis] = ACTIONS(1544), - [sym__list_marker_dot] = ACTIONS(1544), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1544), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1544), - [sym__fenced_code_block_start_backtick] = ACTIONS(1544), - [sym__fenced_code_block_start_tilde] = ACTIONS(1544), - [sym__blank_line_start] = ACTIONS(1544), - [sym__html_block_1_start] = ACTIONS(1544), - [sym__html_block_2_start] = ACTIONS(1544), - [sym__html_block_3_start] = ACTIONS(1544), - [sym__html_block_4_start] = ACTIONS(1544), - [sym__html_block_5_start] = ACTIONS(1544), - [sym__html_block_6_start] = ACTIONS(1544), - [sym__html_block_7_start] = ACTIONS(1544), - [sym__pipe_table_start] = ACTIONS(1544), + [anon_sym_LBRACK] = ACTIONS(1778), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1780), + [anon_sym_GT] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1780), + [anon_sym_DQUOTE] = ACTIONS(1780), + [anon_sym_POUND] = ACTIONS(1780), + [anon_sym_DOLLAR] = ACTIONS(1780), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SQUOTE] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_DOT] = ACTIONS(1780), + [anon_sym_SLASH] = ACTIONS(1780), + [anon_sym_COLON] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_EQ] = ACTIONS(1780), + [anon_sym_QMARK] = ACTIONS(1780), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_BSLASH] = ACTIONS(1780), + [anon_sym_CARET] = ACTIONS(1780), + [anon_sym__] = ACTIONS(1780), + [anon_sym_BQUOTE] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_PIPE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_TILDE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [aux_sym__word_token1] = ACTIONS(1780), + [aux_sym__word_token2] = ACTIONS(1780), + [aux_sym__word_token3] = ACTIONS(1780), + [sym__whitespace] = ACTIONS(1780), + [sym__soft_line_ending] = ACTIONS(1780), + [sym__block_close] = ACTIONS(1780), + [sym__block_quote_start] = ACTIONS(1780), + [sym__indented_chunk_start] = ACTIONS(1780), + [sym_atx_h1_marker] = ACTIONS(1780), + [sym_atx_h2_marker] = ACTIONS(1780), + [sym_atx_h3_marker] = ACTIONS(1780), + [sym_atx_h4_marker] = ACTIONS(1780), + [sym_atx_h5_marker] = ACTIONS(1780), + [sym_atx_h6_marker] = ACTIONS(1780), + [sym__thematic_break] = ACTIONS(1780), + [sym__list_marker_minus] = ACTIONS(1780), + [sym__list_marker_plus] = ACTIONS(1780), + [sym__list_marker_star] = ACTIONS(1780), + [sym__list_marker_parenthesis] = ACTIONS(1780), + [sym__list_marker_dot] = ACTIONS(1780), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1780), + [sym__fenced_code_block_start_backtick] = ACTIONS(1780), + [sym__fenced_code_block_start_tilde] = ACTIONS(1780), + [sym__blank_line_start] = ACTIONS(1780), + [sym__html_block_1_start] = ACTIONS(1780), + [sym__html_block_2_start] = ACTIONS(1780), + [sym__html_block_3_start] = ACTIONS(1780), + [sym__html_block_4_start] = ACTIONS(1780), + [sym__html_block_5_start] = ACTIONS(1780), + [sym__html_block_6_start] = ACTIONS(1780), + [sym__html_block_7_start] = ACTIONS(1780), + [sym__pipe_table_start] = ACTIONS(1780), }, [312] = { - [anon_sym_LBRACK] = ACTIONS(1171), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_LT] = ACTIONS(1169), - [anon_sym_GT] = ACTIONS(1169), - [anon_sym_BANG] = ACTIONS(1169), - [anon_sym_DQUOTE] = ACTIONS(1169), - [anon_sym_POUND] = ACTIONS(1169), - [anon_sym_DOLLAR] = ACTIONS(1169), - [anon_sym_PERCENT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_SQUOTE] = ACTIONS(1169), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_PLUS] = ACTIONS(1169), - [anon_sym_COMMA] = ACTIONS(1169), - [anon_sym_DASH] = ACTIONS(1169), - [anon_sym_DOT] = ACTIONS(1169), - [anon_sym_SLASH] = ACTIONS(1169), - [anon_sym_COLON] = ACTIONS(1169), - [anon_sym_SEMI] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1169), - [anon_sym_QMARK] = ACTIONS(1169), - [anon_sym_AT] = ACTIONS(1169), - [anon_sym_BSLASH] = ACTIONS(1169), - [anon_sym_CARET] = ACTIONS(1169), - [anon_sym__] = ACTIONS(1169), - [anon_sym_BQUOTE] = ACTIONS(1169), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_PIPE] = ACTIONS(1169), - [anon_sym_RBRACE] = ACTIONS(1169), - [anon_sym_TILDE] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1169), - [anon_sym_RPAREN] = ACTIONS(1169), - [aux_sym__word_token1] = ACTIONS(1169), - [aux_sym__word_token2] = ACTIONS(1169), - [aux_sym__word_token3] = ACTIONS(1169), - [sym__whitespace] = ACTIONS(1169), - [sym__soft_line_ending] = ACTIONS(1169), - [sym__block_close] = ACTIONS(1169), - [sym__block_quote_start] = ACTIONS(1169), - [sym__indented_chunk_start] = ACTIONS(1169), - [sym_atx_h1_marker] = ACTIONS(1169), - [sym_atx_h2_marker] = ACTIONS(1169), - [sym_atx_h3_marker] = ACTIONS(1169), - [sym_atx_h4_marker] = ACTIONS(1169), - [sym_atx_h5_marker] = ACTIONS(1169), - [sym_atx_h6_marker] = ACTIONS(1169), - [sym__thematic_break] = ACTIONS(1169), - [sym__list_marker_minus] = ACTIONS(1169), - [sym__list_marker_plus] = ACTIONS(1169), - [sym__list_marker_star] = ACTIONS(1169), - [sym__list_marker_parenthesis] = ACTIONS(1169), - [sym__list_marker_dot] = ACTIONS(1169), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1169), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1169), - [sym__fenced_code_block_start_backtick] = ACTIONS(1169), - [sym__fenced_code_block_start_tilde] = ACTIONS(1169), - [sym__blank_line_start] = ACTIONS(1169), - [sym__html_block_1_start] = ACTIONS(1169), - [sym__html_block_2_start] = ACTIONS(1169), - [sym__html_block_3_start] = ACTIONS(1169), - [sym__html_block_4_start] = ACTIONS(1169), - [sym__html_block_5_start] = ACTIONS(1169), - [sym__html_block_6_start] = ACTIONS(1169), - [sym__html_block_7_start] = ACTIONS(1169), - [sym__pipe_table_start] = ACTIONS(1169), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(1784), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_DQUOTE] = ACTIONS(1784), + [anon_sym_POUND] = ACTIONS(1784), + [anon_sym_DOLLAR] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_COMMA] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_COLON] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_QMARK] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(1784), + [anon_sym_BSLASH] = ACTIONS(1784), + [anon_sym_CARET] = ACTIONS(1784), + [anon_sym__] = ACTIONS(1784), + [anon_sym_BQUOTE] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1784), + [anon_sym_PIPE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_TILDE] = ACTIONS(1784), + [anon_sym_LPAREN] = ACTIONS(1784), + [anon_sym_RPAREN] = ACTIONS(1784), + [aux_sym__word_token1] = ACTIONS(1784), + [aux_sym__word_token2] = ACTIONS(1784), + [aux_sym__word_token3] = ACTIONS(1784), + [sym__whitespace] = ACTIONS(1784), + [sym__soft_line_ending] = ACTIONS(1784), + [sym__block_close] = ACTIONS(1784), + [sym__block_quote_start] = ACTIONS(1784), + [sym__indented_chunk_start] = ACTIONS(1784), + [sym_atx_h1_marker] = ACTIONS(1784), + [sym_atx_h2_marker] = ACTIONS(1784), + [sym_atx_h3_marker] = ACTIONS(1784), + [sym_atx_h4_marker] = ACTIONS(1784), + [sym_atx_h5_marker] = ACTIONS(1784), + [sym_atx_h6_marker] = ACTIONS(1784), + [sym__thematic_break] = ACTIONS(1784), + [sym__list_marker_minus] = ACTIONS(1784), + [sym__list_marker_plus] = ACTIONS(1784), + [sym__list_marker_star] = ACTIONS(1784), + [sym__list_marker_parenthesis] = ACTIONS(1784), + [sym__list_marker_dot] = ACTIONS(1784), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1784), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1784), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1784), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1784), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1784), + [sym__fenced_code_block_start_backtick] = ACTIONS(1784), + [sym__fenced_code_block_start_tilde] = ACTIONS(1784), + [sym__blank_line_start] = ACTIONS(1784), + [sym__html_block_1_start] = ACTIONS(1784), + [sym__html_block_2_start] = ACTIONS(1784), + [sym__html_block_3_start] = ACTIONS(1784), + [sym__html_block_4_start] = ACTIONS(1784), + [sym__html_block_5_start] = ACTIONS(1784), + [sym__html_block_6_start] = ACTIONS(1784), + [sym__html_block_7_start] = ACTIONS(1784), + [sym__pipe_table_start] = ACTIONS(1784), }, [313] = { - [anon_sym_LBRACK] = ACTIONS(1350), - [anon_sym_RBRACK] = ACTIONS(1348), - [anon_sym_LT] = ACTIONS(1348), - [anon_sym_GT] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [anon_sym_POUND] = ACTIONS(1348), - [anon_sym_DOLLAR] = ACTIONS(1348), - [anon_sym_PERCENT] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_COMMA] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_DOT] = ACTIONS(1348), - [anon_sym_SLASH] = ACTIONS(1348), - [anon_sym_COLON] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym_EQ] = ACTIONS(1348), - [anon_sym_QMARK] = ACTIONS(1348), - [anon_sym_AT] = ACTIONS(1348), - [anon_sym_BSLASH] = ACTIONS(1348), - [anon_sym_CARET] = ACTIONS(1348), - [anon_sym__] = ACTIONS(1348), - [anon_sym_BQUOTE] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_PIPE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_LPAREN] = ACTIONS(1348), - [anon_sym_RPAREN] = ACTIONS(1348), - [aux_sym__word_token1] = ACTIONS(1348), - [aux_sym__word_token2] = ACTIONS(1348), - [aux_sym__word_token3] = ACTIONS(1348), - [sym__whitespace] = ACTIONS(1348), - [sym__soft_line_ending] = ACTIONS(1348), - [sym__block_close] = ACTIONS(1348), - [sym__block_quote_start] = ACTIONS(1348), - [sym__indented_chunk_start] = ACTIONS(1348), - [sym_atx_h1_marker] = ACTIONS(1348), - [sym_atx_h2_marker] = ACTIONS(1348), - [sym_atx_h3_marker] = ACTIONS(1348), - [sym_atx_h4_marker] = ACTIONS(1348), - [sym_atx_h5_marker] = ACTIONS(1348), - [sym_atx_h6_marker] = ACTIONS(1348), - [sym__thematic_break] = ACTIONS(1348), - [sym__list_marker_minus] = ACTIONS(1348), - [sym__list_marker_plus] = ACTIONS(1348), - [sym__list_marker_star] = ACTIONS(1348), - [sym__list_marker_parenthesis] = ACTIONS(1348), - [sym__list_marker_dot] = ACTIONS(1348), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1348), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1348), - [sym__fenced_code_block_start_backtick] = ACTIONS(1348), - [sym__fenced_code_block_start_tilde] = ACTIONS(1348), - [sym__blank_line_start] = ACTIONS(1348), - [sym__html_block_1_start] = ACTIONS(1348), - [sym__html_block_2_start] = ACTIONS(1348), - [sym__html_block_3_start] = ACTIONS(1348), - [sym__html_block_4_start] = ACTIONS(1348), - [sym__html_block_5_start] = ACTIONS(1348), - [sym__html_block_6_start] = ACTIONS(1348), - [sym__html_block_7_start] = ACTIONS(1348), - [sym__pipe_table_start] = ACTIONS(1348), + [anon_sym_LBRACK] = ACTIONS(1204), + [anon_sym_RBRACK] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [anon_sym_POUND] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_COMMA] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_DOT] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_COLON] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_AT] = ACTIONS(1206), + [anon_sym_BSLASH] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym__] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1206), + [anon_sym_RPAREN] = ACTIONS(1206), + [aux_sym__word_token1] = ACTIONS(1206), + [aux_sym__word_token2] = ACTIONS(1206), + [aux_sym__word_token3] = ACTIONS(1206), + [sym__whitespace] = ACTIONS(1206), + [sym__soft_line_ending] = ACTIONS(1206), + [sym__block_close] = ACTIONS(1206), + [sym__block_quote_start] = ACTIONS(1206), + [sym__indented_chunk_start] = ACTIONS(1206), + [sym_atx_h1_marker] = ACTIONS(1206), + [sym_atx_h2_marker] = ACTIONS(1206), + [sym_atx_h3_marker] = ACTIONS(1206), + [sym_atx_h4_marker] = ACTIONS(1206), + [sym_atx_h5_marker] = ACTIONS(1206), + [sym_atx_h6_marker] = ACTIONS(1206), + [sym__thematic_break] = ACTIONS(1206), + [sym__list_marker_minus] = ACTIONS(1206), + [sym__list_marker_plus] = ACTIONS(1206), + [sym__list_marker_star] = ACTIONS(1206), + [sym__list_marker_parenthesis] = ACTIONS(1206), + [sym__list_marker_dot] = ACTIONS(1206), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1206), + [sym__fenced_code_block_start_backtick] = ACTIONS(1206), + [sym__fenced_code_block_start_tilde] = ACTIONS(1206), + [sym__blank_line_start] = ACTIONS(1206), + [sym__html_block_1_start] = ACTIONS(1206), + [sym__html_block_2_start] = ACTIONS(1206), + [sym__html_block_3_start] = ACTIONS(1206), + [sym__html_block_4_start] = ACTIONS(1206), + [sym__html_block_5_start] = ACTIONS(1206), + [sym__html_block_6_start] = ACTIONS(1206), + [sym__html_block_7_start] = ACTIONS(1206), + [sym__pipe_table_start] = ACTIONS(1206), }, [314] = { + [ts_builtin_sym_end] = ACTIONS(1660), + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_RBRACK] = ACTIONS(1660), + [anon_sym_LT] = ACTIONS(1660), + [anon_sym_GT] = ACTIONS(1660), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_DQUOTE] = ACTIONS(1660), + [anon_sym_POUND] = ACTIONS(1660), + [anon_sym_DOLLAR] = ACTIONS(1660), + [anon_sym_PERCENT] = ACTIONS(1660), + [anon_sym_AMP] = ACTIONS(1660), + [anon_sym_SQUOTE] = ACTIONS(1660), + [anon_sym_STAR] = ACTIONS(1660), + [anon_sym_PLUS] = ACTIONS(1660), + [anon_sym_COMMA] = ACTIONS(1660), + [anon_sym_DASH] = ACTIONS(1660), + [anon_sym_DOT] = ACTIONS(1660), + [anon_sym_SLASH] = ACTIONS(1660), + [anon_sym_COLON] = ACTIONS(1660), + [anon_sym_SEMI] = ACTIONS(1660), + [anon_sym_EQ] = ACTIONS(1660), + [anon_sym_QMARK] = ACTIONS(1660), + [anon_sym_AT] = ACTIONS(1660), + [anon_sym_BSLASH] = ACTIONS(1660), + [anon_sym_CARET] = ACTIONS(1660), + [anon_sym__] = ACTIONS(1660), + [anon_sym_BQUOTE] = ACTIONS(1660), + [anon_sym_LBRACE] = ACTIONS(1660), + [anon_sym_PIPE] = ACTIONS(1660), + [anon_sym_RBRACE] = ACTIONS(1660), + [anon_sym_TILDE] = ACTIONS(1660), + [anon_sym_LPAREN] = ACTIONS(1660), + [anon_sym_RPAREN] = ACTIONS(1660), + [aux_sym__word_token1] = ACTIONS(1660), + [aux_sym__word_token2] = ACTIONS(1660), + [aux_sym__word_token3] = ACTIONS(1660), + [sym__whitespace] = ACTIONS(1660), + [sym__soft_line_ending] = ACTIONS(1660), + [sym__block_quote_start] = ACTIONS(1660), + [sym__indented_chunk_start] = ACTIONS(1660), + [sym_atx_h1_marker] = ACTIONS(1660), + [sym_atx_h2_marker] = ACTIONS(1660), + [sym_atx_h3_marker] = ACTIONS(1660), + [sym_atx_h4_marker] = ACTIONS(1660), + [sym_atx_h5_marker] = ACTIONS(1660), + [sym_atx_h6_marker] = ACTIONS(1660), + [sym__thematic_break] = ACTIONS(1660), + [sym__list_marker_minus] = ACTIONS(1660), + [sym__list_marker_plus] = ACTIONS(1660), + [sym__list_marker_star] = ACTIONS(1660), + [sym__list_marker_parenthesis] = ACTIONS(1660), + [sym__list_marker_dot] = ACTIONS(1660), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1660), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1660), + [sym__fenced_code_block_start_backtick] = ACTIONS(1660), + [sym__fenced_code_block_start_tilde] = ACTIONS(1660), + [sym__blank_line_start] = ACTIONS(1660), + [sym__html_block_1_start] = ACTIONS(1660), + [sym__html_block_2_start] = ACTIONS(1660), + [sym__html_block_3_start] = ACTIONS(1660), + [sym__html_block_4_start] = ACTIONS(1660), + [sym__html_block_5_start] = ACTIONS(1660), + [sym__html_block_6_start] = ACTIONS(1660), + [sym__html_block_7_start] = ACTIONS(1660), + [sym__pipe_table_start] = ACTIONS(1660), + }, + [315] = { + [anon_sym_LBRACK] = ACTIONS(1708), + [anon_sym_RBRACK] = ACTIONS(1706), + [anon_sym_LT] = ACTIONS(1706), + [anon_sym_GT] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [anon_sym_POUND] = ACTIONS(1706), + [anon_sym_DOLLAR] = ACTIONS(1706), + [anon_sym_PERCENT] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1706), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_PLUS] = ACTIONS(1706), + [anon_sym_COMMA] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1706), + [anon_sym_DOT] = ACTIONS(1706), + [anon_sym_SLASH] = ACTIONS(1706), + [anon_sym_COLON] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_EQ] = ACTIONS(1706), + [anon_sym_QMARK] = ACTIONS(1706), + [anon_sym_AT] = ACTIONS(1706), + [anon_sym_BSLASH] = ACTIONS(1706), + [anon_sym_CARET] = ACTIONS(1706), + [anon_sym__] = ACTIONS(1706), + [anon_sym_BQUOTE] = ACTIONS(1706), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_PIPE] = ACTIONS(1706), + [anon_sym_RBRACE] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_LPAREN] = ACTIONS(1706), + [anon_sym_RPAREN] = ACTIONS(1706), + [aux_sym__word_token1] = ACTIONS(1706), + [aux_sym__word_token2] = ACTIONS(1706), + [aux_sym__word_token3] = ACTIONS(1706), + [sym__whitespace] = ACTIONS(1706), + [sym__soft_line_ending] = ACTIONS(1706), + [sym__block_close] = ACTIONS(1706), + [sym__block_quote_start] = ACTIONS(1706), + [sym__indented_chunk_start] = ACTIONS(1706), + [sym_atx_h1_marker] = ACTIONS(1706), + [sym_atx_h2_marker] = ACTIONS(1706), + [sym_atx_h3_marker] = ACTIONS(1706), + [sym_atx_h4_marker] = ACTIONS(1706), + [sym_atx_h5_marker] = ACTIONS(1706), + [sym_atx_h6_marker] = ACTIONS(1706), + [sym__thematic_break] = ACTIONS(1706), + [sym__list_marker_minus] = ACTIONS(1706), + [sym__list_marker_plus] = ACTIONS(1706), + [sym__list_marker_star] = ACTIONS(1706), + [sym__list_marker_parenthesis] = ACTIONS(1706), + [sym__list_marker_dot] = ACTIONS(1706), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1706), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1706), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1706), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1706), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1706), + [sym__fenced_code_block_start_backtick] = ACTIONS(1706), + [sym__fenced_code_block_start_tilde] = ACTIONS(1706), + [sym__blank_line_start] = ACTIONS(1706), + [sym__html_block_1_start] = ACTIONS(1706), + [sym__html_block_2_start] = ACTIONS(1706), + [sym__html_block_3_start] = ACTIONS(1706), + [sym__html_block_4_start] = ACTIONS(1706), + [sym__html_block_5_start] = ACTIONS(1706), + [sym__html_block_6_start] = ACTIONS(1706), + [sym__html_block_7_start] = ACTIONS(1706), + [sym__pipe_table_start] = ACTIONS(1706), + }, + [316] = { [anon_sym_LBRACK] = ACTIONS(1540), [anon_sym_RBRACK] = ACTIONS(1538), [anon_sym_LT] = ACTIONS(1538), @@ -38452,1477 +38592,1827 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1538), [sym__pipe_table_start] = ACTIONS(1538), }, - [315] = { - [anon_sym_LBRACK] = ACTIONS(1322), - [anon_sym_RBRACK] = ACTIONS(1320), - [anon_sym_LT] = ACTIONS(1320), - [anon_sym_GT] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_PERCENT] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_COMMA] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_SLASH] = ACTIONS(1320), - [anon_sym_COLON] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_EQ] = ACTIONS(1320), - [anon_sym_QMARK] = ACTIONS(1320), - [anon_sym_AT] = ACTIONS(1320), - [anon_sym_BSLASH] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [anon_sym__] = ACTIONS(1320), - [anon_sym_BQUOTE] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [aux_sym__word_token1] = ACTIONS(1320), - [aux_sym__word_token2] = ACTIONS(1320), - [aux_sym__word_token3] = ACTIONS(1320), - [sym__whitespace] = ACTIONS(1320), - [sym__soft_line_ending] = ACTIONS(1320), - [sym__block_close] = ACTIONS(1320), - [sym__block_quote_start] = ACTIONS(1320), - [sym__indented_chunk_start] = ACTIONS(1320), - [sym_atx_h1_marker] = ACTIONS(1320), - [sym_atx_h2_marker] = ACTIONS(1320), - [sym_atx_h3_marker] = ACTIONS(1320), - [sym_atx_h4_marker] = ACTIONS(1320), - [sym_atx_h5_marker] = ACTIONS(1320), - [sym_atx_h6_marker] = ACTIONS(1320), - [sym__thematic_break] = ACTIONS(1320), - [sym__list_marker_minus] = ACTIONS(1320), - [sym__list_marker_plus] = ACTIONS(1320), - [sym__list_marker_star] = ACTIONS(1320), - [sym__list_marker_parenthesis] = ACTIONS(1320), - [sym__list_marker_dot] = ACTIONS(1320), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1320), - [sym__fenced_code_block_start_backtick] = ACTIONS(1320), - [sym__fenced_code_block_start_tilde] = ACTIONS(1320), - [sym__blank_line_start] = ACTIONS(1320), - [sym__html_block_1_start] = ACTIONS(1320), - [sym__html_block_2_start] = ACTIONS(1320), - [sym__html_block_3_start] = ACTIONS(1320), - [sym__html_block_4_start] = ACTIONS(1320), - [sym__html_block_5_start] = ACTIONS(1320), - [sym__html_block_6_start] = ACTIONS(1320), - [sym__html_block_7_start] = ACTIONS(1320), - [sym__pipe_table_start] = ACTIONS(1320), - }, - [316] = { - [anon_sym_LBRACK] = ACTIONS(1732), - [anon_sym_RBRACK] = ACTIONS(1730), - [anon_sym_LT] = ACTIONS(1730), - [anon_sym_GT] = ACTIONS(1730), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_DQUOTE] = ACTIONS(1730), - [anon_sym_POUND] = ACTIONS(1730), - [anon_sym_DOLLAR] = ACTIONS(1730), - [anon_sym_PERCENT] = ACTIONS(1730), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SQUOTE] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_COMMA] = ACTIONS(1730), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_DOT] = ACTIONS(1730), - [anon_sym_SLASH] = ACTIONS(1730), - [anon_sym_COLON] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1730), - [anon_sym_QMARK] = ACTIONS(1730), - [anon_sym_AT] = ACTIONS(1730), - [anon_sym_BSLASH] = ACTIONS(1730), - [anon_sym_CARET] = ACTIONS(1730), - [anon_sym__] = ACTIONS(1730), - [anon_sym_BQUOTE] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1730), - [anon_sym_PIPE] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1730), - [anon_sym_RPAREN] = ACTIONS(1730), - [aux_sym__word_token1] = ACTIONS(1730), - [aux_sym__word_token2] = ACTIONS(1730), - [aux_sym__word_token3] = ACTIONS(1730), - [sym__whitespace] = ACTIONS(1730), - [sym__soft_line_ending] = ACTIONS(1730), - [sym__block_close] = ACTIONS(1730), - [sym__block_quote_start] = ACTIONS(1730), - [sym__indented_chunk_start] = ACTIONS(1730), - [sym_atx_h1_marker] = ACTIONS(1730), - [sym_atx_h2_marker] = ACTIONS(1730), - [sym_atx_h3_marker] = ACTIONS(1730), - [sym_atx_h4_marker] = ACTIONS(1730), - [sym_atx_h5_marker] = ACTIONS(1730), - [sym_atx_h6_marker] = ACTIONS(1730), - [sym__thematic_break] = ACTIONS(1730), - [sym__list_marker_minus] = ACTIONS(1730), - [sym__list_marker_plus] = ACTIONS(1730), - [sym__list_marker_star] = ACTIONS(1730), - [sym__list_marker_parenthesis] = ACTIONS(1730), - [sym__list_marker_dot] = ACTIONS(1730), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1730), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1730), - [sym__fenced_code_block_start_backtick] = ACTIONS(1730), - [sym__fenced_code_block_start_tilde] = ACTIONS(1730), - [sym__blank_line_start] = ACTIONS(1730), - [sym__html_block_1_start] = ACTIONS(1730), - [sym__html_block_2_start] = ACTIONS(1730), - [sym__html_block_3_start] = ACTIONS(1730), - [sym__html_block_4_start] = ACTIONS(1730), - [sym__html_block_5_start] = ACTIONS(1730), - [sym__html_block_6_start] = ACTIONS(1730), - [sym__html_block_7_start] = ACTIONS(1730), - [sym__pipe_table_start] = ACTIONS(1730), - }, [317] = { - [anon_sym_LBRACK] = ACTIONS(1756), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1754), - [anon_sym_DQUOTE] = ACTIONS(1754), - [anon_sym_POUND] = ACTIONS(1754), - [anon_sym_DOLLAR] = ACTIONS(1754), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SQUOTE] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_DOT] = ACTIONS(1754), - [anon_sym_SLASH] = ACTIONS(1754), - [anon_sym_COLON] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_EQ] = ACTIONS(1754), - [anon_sym_QMARK] = ACTIONS(1754), - [anon_sym_AT] = ACTIONS(1754), - [anon_sym_BSLASH] = ACTIONS(1754), - [anon_sym_CARET] = ACTIONS(1754), - [anon_sym__] = ACTIONS(1754), - [anon_sym_BQUOTE] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_PIPE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_TILDE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [aux_sym__word_token1] = ACTIONS(1754), - [aux_sym__word_token2] = ACTIONS(1754), - [aux_sym__word_token3] = ACTIONS(1754), - [sym__whitespace] = ACTIONS(1754), - [sym__soft_line_ending] = ACTIONS(1754), - [sym__block_close] = ACTIONS(1754), - [sym__block_quote_start] = ACTIONS(1754), - [sym__indented_chunk_start] = ACTIONS(1754), - [sym_atx_h1_marker] = ACTIONS(1754), - [sym_atx_h2_marker] = ACTIONS(1754), - [sym_atx_h3_marker] = ACTIONS(1754), - [sym_atx_h4_marker] = ACTIONS(1754), - [sym_atx_h5_marker] = ACTIONS(1754), - [sym_atx_h6_marker] = ACTIONS(1754), - [sym__thematic_break] = ACTIONS(1754), - [sym__list_marker_minus] = ACTIONS(1754), - [sym__list_marker_plus] = ACTIONS(1754), - [sym__list_marker_star] = ACTIONS(1754), - [sym__list_marker_parenthesis] = ACTIONS(1754), - [sym__list_marker_dot] = ACTIONS(1754), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1754), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1754), - [sym__fenced_code_block_start_backtick] = ACTIONS(1754), - [sym__fenced_code_block_start_tilde] = ACTIONS(1754), - [sym__blank_line_start] = ACTIONS(1754), - [sym__html_block_1_start] = ACTIONS(1754), - [sym__html_block_2_start] = ACTIONS(1754), - [sym__html_block_3_start] = ACTIONS(1754), - [sym__html_block_4_start] = ACTIONS(1754), - [sym__html_block_5_start] = ACTIONS(1754), - [sym__html_block_6_start] = ACTIONS(1754), - [sym__html_block_7_start] = ACTIONS(1754), - [sym__pipe_table_start] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_RBRACK] = ACTIONS(1542), + [anon_sym_LT] = ACTIONS(1542), + [anon_sym_GT] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [anon_sym_POUND] = ACTIONS(1542), + [anon_sym_DOLLAR] = ACTIONS(1542), + [anon_sym_PERCENT] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_PLUS] = ACTIONS(1542), + [anon_sym_COMMA] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1542), + [anon_sym_DOT] = ACTIONS(1542), + [anon_sym_SLASH] = ACTIONS(1542), + [anon_sym_COLON] = ACTIONS(1542), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_EQ] = ACTIONS(1542), + [anon_sym_QMARK] = ACTIONS(1542), + [anon_sym_AT] = ACTIONS(1542), + [anon_sym_BSLASH] = ACTIONS(1542), + [anon_sym_CARET] = ACTIONS(1542), + [anon_sym__] = ACTIONS(1542), + [anon_sym_BQUOTE] = ACTIONS(1542), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_PIPE] = ACTIONS(1542), + [anon_sym_RBRACE] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_LPAREN] = ACTIONS(1542), + [anon_sym_RPAREN] = ACTIONS(1542), + [aux_sym__word_token1] = ACTIONS(1542), + [aux_sym__word_token2] = ACTIONS(1542), + [aux_sym__word_token3] = ACTIONS(1542), + [sym__whitespace] = ACTIONS(1542), + [sym__soft_line_ending] = ACTIONS(1542), + [sym__block_close] = ACTIONS(1542), + [sym__block_quote_start] = ACTIONS(1542), + [sym__indented_chunk_start] = ACTIONS(1542), + [sym_atx_h1_marker] = ACTIONS(1542), + [sym_atx_h2_marker] = ACTIONS(1542), + [sym_atx_h3_marker] = ACTIONS(1542), + [sym_atx_h4_marker] = ACTIONS(1542), + [sym_atx_h5_marker] = ACTIONS(1542), + [sym_atx_h6_marker] = ACTIONS(1542), + [sym__thematic_break] = ACTIONS(1542), + [sym__list_marker_minus] = ACTIONS(1542), + [sym__list_marker_plus] = ACTIONS(1542), + [sym__list_marker_star] = ACTIONS(1542), + [sym__list_marker_parenthesis] = ACTIONS(1542), + [sym__list_marker_dot] = ACTIONS(1542), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1542), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1542), + [sym__fenced_code_block_start_backtick] = ACTIONS(1542), + [sym__fenced_code_block_start_tilde] = ACTIONS(1542), + [sym__blank_line_start] = ACTIONS(1542), + [sym__html_block_1_start] = ACTIONS(1542), + [sym__html_block_2_start] = ACTIONS(1542), + [sym__html_block_3_start] = ACTIONS(1542), + [sym__html_block_4_start] = ACTIONS(1542), + [sym__html_block_5_start] = ACTIONS(1542), + [sym__html_block_6_start] = ACTIONS(1542), + [sym__html_block_7_start] = ACTIONS(1542), + [sym__pipe_table_start] = ACTIONS(1542), }, [318] = { - [anon_sym_LBRACK] = ACTIONS(1328), - [anon_sym_RBRACK] = ACTIONS(1326), - [anon_sym_LT] = ACTIONS(1326), - [anon_sym_GT] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [anon_sym_POUND] = ACTIONS(1326), - [anon_sym_DOLLAR] = ACTIONS(1326), - [anon_sym_PERCENT] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_COMMA] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_DOT] = ACTIONS(1326), - [anon_sym_SLASH] = ACTIONS(1326), - [anon_sym_COLON] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym_EQ] = ACTIONS(1326), - [anon_sym_QMARK] = ACTIONS(1326), - [anon_sym_AT] = ACTIONS(1326), - [anon_sym_BSLASH] = ACTIONS(1326), - [anon_sym_CARET] = ACTIONS(1326), - [anon_sym__] = ACTIONS(1326), - [anon_sym_BQUOTE] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_PIPE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_LPAREN] = ACTIONS(1326), - [anon_sym_RPAREN] = ACTIONS(1326), - [aux_sym__word_token1] = ACTIONS(1326), - [aux_sym__word_token2] = ACTIONS(1326), - [aux_sym__word_token3] = ACTIONS(1326), - [sym__whitespace] = ACTIONS(1326), - [sym__soft_line_ending] = ACTIONS(1326), - [sym__block_close] = ACTIONS(1326), - [sym__block_quote_start] = ACTIONS(1326), - [sym__indented_chunk_start] = ACTIONS(1326), - [sym_atx_h1_marker] = ACTIONS(1326), - [sym_atx_h2_marker] = ACTIONS(1326), - [sym_atx_h3_marker] = ACTIONS(1326), - [sym_atx_h4_marker] = ACTIONS(1326), - [sym_atx_h5_marker] = ACTIONS(1326), - [sym_atx_h6_marker] = ACTIONS(1326), - [sym__thematic_break] = ACTIONS(1326), - [sym__list_marker_minus] = ACTIONS(1326), - [sym__list_marker_plus] = ACTIONS(1326), - [sym__list_marker_star] = ACTIONS(1326), - [sym__list_marker_parenthesis] = ACTIONS(1326), - [sym__list_marker_dot] = ACTIONS(1326), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1326), - [sym__fenced_code_block_start_backtick] = ACTIONS(1326), - [sym__fenced_code_block_start_tilde] = ACTIONS(1326), - [sym__blank_line_start] = ACTIONS(1326), - [sym__html_block_1_start] = ACTIONS(1326), - [sym__html_block_2_start] = ACTIONS(1326), - [sym__html_block_3_start] = ACTIONS(1326), - [sym__html_block_4_start] = ACTIONS(1326), - [sym__html_block_5_start] = ACTIONS(1326), - [sym__html_block_6_start] = ACTIONS(1326), - [sym__html_block_7_start] = ACTIONS(1326), - [sym__pipe_table_start] = ACTIONS(1326), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1224), + [anon_sym_LT] = ACTIONS(1224), + [anon_sym_GT] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [anon_sym_POUND] = ACTIONS(1224), + [anon_sym_DOLLAR] = ACTIONS(1224), + [anon_sym_PERCENT] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_COMMA] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_DOT] = ACTIONS(1224), + [anon_sym_SLASH] = ACTIONS(1224), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_QMARK] = ACTIONS(1224), + [anon_sym_AT] = ACTIONS(1224), + [anon_sym_BSLASH] = ACTIONS(1224), + [anon_sym_CARET] = ACTIONS(1224), + [anon_sym__] = ACTIONS(1224), + [anon_sym_BQUOTE] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_PIPE] = ACTIONS(1224), + [anon_sym_RBRACE] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN] = ACTIONS(1224), + [aux_sym__word_token1] = ACTIONS(1224), + [aux_sym__word_token2] = ACTIONS(1224), + [aux_sym__word_token3] = ACTIONS(1224), + [sym__whitespace] = ACTIONS(1224), + [sym__soft_line_ending] = ACTIONS(1224), + [sym__block_close] = ACTIONS(1224), + [sym__block_quote_start] = ACTIONS(1224), + [sym__indented_chunk_start] = ACTIONS(1224), + [sym_atx_h1_marker] = ACTIONS(1224), + [sym_atx_h2_marker] = ACTIONS(1224), + [sym_atx_h3_marker] = ACTIONS(1224), + [sym_atx_h4_marker] = ACTIONS(1224), + [sym_atx_h5_marker] = ACTIONS(1224), + [sym_atx_h6_marker] = ACTIONS(1224), + [sym__thematic_break] = ACTIONS(1224), + [sym__list_marker_minus] = ACTIONS(1224), + [sym__list_marker_plus] = ACTIONS(1224), + [sym__list_marker_star] = ACTIONS(1224), + [sym__list_marker_parenthesis] = ACTIONS(1224), + [sym__list_marker_dot] = ACTIONS(1224), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1224), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1224), + [sym__fenced_code_block_start_backtick] = ACTIONS(1224), + [sym__fenced_code_block_start_tilde] = ACTIONS(1224), + [sym__blank_line_start] = ACTIONS(1224), + [sym__html_block_1_start] = ACTIONS(1224), + [sym__html_block_2_start] = ACTIONS(1224), + [sym__html_block_3_start] = ACTIONS(1224), + [sym__html_block_4_start] = ACTIONS(1224), + [sym__html_block_5_start] = ACTIONS(1224), + [sym__html_block_6_start] = ACTIONS(1224), + [sym__html_block_7_start] = ACTIONS(1224), + [sym__pipe_table_start] = ACTIONS(1224), }, [319] = { - [ts_builtin_sym_end] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1768), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1766), - [anon_sym_GT] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1766), - [anon_sym_DQUOTE] = ACTIONS(1766), - [anon_sym_POUND] = ACTIONS(1766), - [anon_sym_DOLLAR] = ACTIONS(1766), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SQUOTE] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_DOT] = ACTIONS(1766), - [anon_sym_SLASH] = ACTIONS(1766), - [anon_sym_COLON] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_EQ] = ACTIONS(1766), - [anon_sym_QMARK] = ACTIONS(1766), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_BSLASH] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1766), - [anon_sym__] = ACTIONS(1766), - [anon_sym_BQUOTE] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_PIPE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_TILDE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [aux_sym__word_token1] = ACTIONS(1766), - [aux_sym__word_token2] = ACTIONS(1766), - [aux_sym__word_token3] = ACTIONS(1766), - [sym__whitespace] = ACTIONS(1766), - [sym__soft_line_ending] = ACTIONS(1766), - [sym__block_quote_start] = ACTIONS(1766), - [sym__indented_chunk_start] = ACTIONS(1766), - [sym_atx_h1_marker] = ACTIONS(1766), - [sym_atx_h2_marker] = ACTIONS(1766), - [sym_atx_h3_marker] = ACTIONS(1766), - [sym_atx_h4_marker] = ACTIONS(1766), - [sym_atx_h5_marker] = ACTIONS(1766), - [sym_atx_h6_marker] = ACTIONS(1766), - [sym__thematic_break] = ACTIONS(1766), - [sym__list_marker_minus] = ACTIONS(1766), - [sym__list_marker_plus] = ACTIONS(1766), - [sym__list_marker_star] = ACTIONS(1766), - [sym__list_marker_parenthesis] = ACTIONS(1766), - [sym__list_marker_dot] = ACTIONS(1766), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1766), - [sym__fenced_code_block_start_backtick] = ACTIONS(1766), - [sym__fenced_code_block_start_tilde] = ACTIONS(1766), - [sym__blank_line_start] = ACTIONS(1766), - [sym__html_block_1_start] = ACTIONS(1766), - [sym__html_block_2_start] = ACTIONS(1766), - [sym__html_block_3_start] = ACTIONS(1766), - [sym__html_block_4_start] = ACTIONS(1766), - [sym__html_block_5_start] = ACTIONS(1766), - [sym__html_block_6_start] = ACTIONS(1766), - [sym__html_block_7_start] = ACTIONS(1766), - [sym__pipe_table_start] = ACTIONS(1766), + [ts_builtin_sym_end] = ACTIONS(1294), + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_RBRACK] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [anon_sym_POUND] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_PERCENT] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_COMMA] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_DOT] = ACTIONS(1294), + [anon_sym_SLASH] = ACTIONS(1294), + [anon_sym_COLON] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_EQ] = ACTIONS(1294), + [anon_sym_QMARK] = ACTIONS(1294), + [anon_sym_AT] = ACTIONS(1294), + [anon_sym_BSLASH] = ACTIONS(1294), + [anon_sym_CARET] = ACTIONS(1294), + [anon_sym__] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_LPAREN] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [aux_sym__word_token1] = ACTIONS(1294), + [aux_sym__word_token2] = ACTIONS(1294), + [aux_sym__word_token3] = ACTIONS(1294), + [sym__whitespace] = ACTIONS(1294), + [sym__soft_line_ending] = ACTIONS(1294), + [sym__block_quote_start] = ACTIONS(1294), + [sym__indented_chunk_start] = ACTIONS(1294), + [sym_atx_h1_marker] = ACTIONS(1294), + [sym_atx_h2_marker] = ACTIONS(1294), + [sym_atx_h3_marker] = ACTIONS(1294), + [sym_atx_h4_marker] = ACTIONS(1294), + [sym_atx_h5_marker] = ACTIONS(1294), + [sym_atx_h6_marker] = ACTIONS(1294), + [sym__thematic_break] = ACTIONS(1294), + [sym__list_marker_minus] = ACTIONS(1294), + [sym__list_marker_plus] = ACTIONS(1294), + [sym__list_marker_star] = ACTIONS(1294), + [sym__list_marker_parenthesis] = ACTIONS(1294), + [sym__list_marker_dot] = ACTIONS(1294), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1294), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1294), + [sym__fenced_code_block_start_backtick] = ACTIONS(1294), + [sym__fenced_code_block_start_tilde] = ACTIONS(1294), + [sym__blank_line_start] = ACTIONS(1294), + [sym__html_block_1_start] = ACTIONS(1294), + [sym__html_block_2_start] = ACTIONS(1294), + [sym__html_block_3_start] = ACTIONS(1294), + [sym__html_block_4_start] = ACTIONS(1294), + [sym__html_block_5_start] = ACTIONS(1294), + [sym__html_block_6_start] = ACTIONS(1294), + [sym__html_block_7_start] = ACTIONS(1294), + [sym__pipe_table_start] = ACTIONS(1294), }, [320] = { - [ts_builtin_sym_end] = ACTIONS(1193), - [anon_sym_LBRACK] = ACTIONS(1191), - [anon_sym_RBRACK] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_DQUOTE] = ACTIONS(1193), - [anon_sym_POUND] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_PERCENT] = ACTIONS(1193), - [anon_sym_AMP] = ACTIONS(1193), - [anon_sym_SQUOTE] = ACTIONS(1193), - [anon_sym_STAR] = ACTIONS(1193), - [anon_sym_PLUS] = ACTIONS(1193), - [anon_sym_COMMA] = ACTIONS(1193), - [anon_sym_DASH] = ACTIONS(1193), - [anon_sym_DOT] = ACTIONS(1193), - [anon_sym_SLASH] = ACTIONS(1193), - [anon_sym_COLON] = ACTIONS(1193), - [anon_sym_SEMI] = ACTIONS(1193), - [anon_sym_EQ] = ACTIONS(1193), - [anon_sym_QMARK] = ACTIONS(1193), - [anon_sym_AT] = ACTIONS(1193), - [anon_sym_BSLASH] = ACTIONS(1193), - [anon_sym_CARET] = ACTIONS(1193), - [anon_sym__] = ACTIONS(1193), - [anon_sym_BQUOTE] = ACTIONS(1193), - [anon_sym_LBRACE] = ACTIONS(1193), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RBRACE] = ACTIONS(1193), - [anon_sym_TILDE] = ACTIONS(1193), - [anon_sym_LPAREN] = ACTIONS(1193), - [anon_sym_RPAREN] = ACTIONS(1193), - [aux_sym__word_token1] = ACTIONS(1193), - [aux_sym__word_token2] = ACTIONS(1193), - [aux_sym__word_token3] = ACTIONS(1193), - [sym__whitespace] = ACTIONS(1193), - [sym__soft_line_ending] = ACTIONS(1193), - [sym__block_quote_start] = ACTIONS(1193), - [sym__indented_chunk_start] = ACTIONS(1193), - [sym_atx_h1_marker] = ACTIONS(1193), - [sym_atx_h2_marker] = ACTIONS(1193), - [sym_atx_h3_marker] = ACTIONS(1193), - [sym_atx_h4_marker] = ACTIONS(1193), - [sym_atx_h5_marker] = ACTIONS(1193), - [sym_atx_h6_marker] = ACTIONS(1193), - [sym__thematic_break] = ACTIONS(1193), - [sym__list_marker_minus] = ACTIONS(1193), - [sym__list_marker_plus] = ACTIONS(1193), - [sym__list_marker_star] = ACTIONS(1193), - [sym__list_marker_parenthesis] = ACTIONS(1193), - [sym__list_marker_dot] = ACTIONS(1193), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1193), - [sym__fenced_code_block_start_backtick] = ACTIONS(1193), - [sym__fenced_code_block_start_tilde] = ACTIONS(1193), - [sym__blank_line_start] = ACTIONS(1193), - [sym__html_block_1_start] = ACTIONS(1193), - [sym__html_block_2_start] = ACTIONS(1193), - [sym__html_block_3_start] = ACTIONS(1193), - [sym__html_block_4_start] = ACTIONS(1193), - [sym__html_block_5_start] = ACTIONS(1193), - [sym__html_block_6_start] = ACTIONS(1193), - [sym__html_block_7_start] = ACTIONS(1193), - [sym__pipe_table_start] = ACTIONS(1193), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_RBRACK] = ACTIONS(1546), + [anon_sym_LT] = ACTIONS(1546), + [anon_sym_GT] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [anon_sym_POUND] = ACTIONS(1546), + [anon_sym_DOLLAR] = ACTIONS(1546), + [anon_sym_PERCENT] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_PLUS] = ACTIONS(1546), + [anon_sym_COMMA] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1546), + [anon_sym_DOT] = ACTIONS(1546), + [anon_sym_SLASH] = ACTIONS(1546), + [anon_sym_COLON] = ACTIONS(1546), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_EQ] = ACTIONS(1546), + [anon_sym_QMARK] = ACTIONS(1546), + [anon_sym_AT] = ACTIONS(1546), + [anon_sym_BSLASH] = ACTIONS(1546), + [anon_sym_CARET] = ACTIONS(1546), + [anon_sym__] = ACTIONS(1546), + [anon_sym_BQUOTE] = ACTIONS(1546), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_PIPE] = ACTIONS(1546), + [anon_sym_RBRACE] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_LPAREN] = ACTIONS(1546), + [anon_sym_RPAREN] = ACTIONS(1546), + [aux_sym__word_token1] = ACTIONS(1546), + [aux_sym__word_token2] = ACTIONS(1546), + [aux_sym__word_token3] = ACTIONS(1546), + [sym__whitespace] = ACTIONS(1546), + [sym__soft_line_ending] = ACTIONS(1546), + [sym__block_close] = ACTIONS(1546), + [sym__block_quote_start] = ACTIONS(1546), + [sym__indented_chunk_start] = ACTIONS(1546), + [sym_atx_h1_marker] = ACTIONS(1546), + [sym_atx_h2_marker] = ACTIONS(1546), + [sym_atx_h3_marker] = ACTIONS(1546), + [sym_atx_h4_marker] = ACTIONS(1546), + [sym_atx_h5_marker] = ACTIONS(1546), + [sym_atx_h6_marker] = ACTIONS(1546), + [sym__thematic_break] = ACTIONS(1546), + [sym__list_marker_minus] = ACTIONS(1546), + [sym__list_marker_plus] = ACTIONS(1546), + [sym__list_marker_star] = ACTIONS(1546), + [sym__list_marker_parenthesis] = ACTIONS(1546), + [sym__list_marker_dot] = ACTIONS(1546), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1546), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1546), + [sym__fenced_code_block_start_backtick] = ACTIONS(1546), + [sym__fenced_code_block_start_tilde] = ACTIONS(1546), + [sym__blank_line_start] = ACTIONS(1546), + [sym__html_block_1_start] = ACTIONS(1546), + [sym__html_block_2_start] = ACTIONS(1546), + [sym__html_block_3_start] = ACTIONS(1546), + [sym__html_block_4_start] = ACTIONS(1546), + [sym__html_block_5_start] = ACTIONS(1546), + [sym__html_block_6_start] = ACTIONS(1546), + [sym__html_block_7_start] = ACTIONS(1546), + [sym__pipe_table_start] = ACTIONS(1546), }, [321] = { - [anon_sym_LBRACK] = ACTIONS(1760), - [anon_sym_RBRACK] = ACTIONS(1758), - [anon_sym_LT] = ACTIONS(1758), - [anon_sym_GT] = ACTIONS(1758), - [anon_sym_BANG] = ACTIONS(1758), - [anon_sym_DQUOTE] = ACTIONS(1758), - [anon_sym_POUND] = ACTIONS(1758), - [anon_sym_DOLLAR] = ACTIONS(1758), - [anon_sym_PERCENT] = ACTIONS(1758), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SQUOTE] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_COMMA] = ACTIONS(1758), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_DOT] = ACTIONS(1758), - [anon_sym_SLASH] = ACTIONS(1758), - [anon_sym_COLON] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_EQ] = ACTIONS(1758), - [anon_sym_QMARK] = ACTIONS(1758), - [anon_sym_AT] = ACTIONS(1758), - [anon_sym_BSLASH] = ACTIONS(1758), - [anon_sym_CARET] = ACTIONS(1758), - [anon_sym__] = ACTIONS(1758), - [anon_sym_BQUOTE] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1758), - [anon_sym_PIPE] = ACTIONS(1758), - [anon_sym_RBRACE] = ACTIONS(1758), - [anon_sym_TILDE] = ACTIONS(1758), - [anon_sym_LPAREN] = ACTIONS(1758), - [anon_sym_RPAREN] = ACTIONS(1758), - [aux_sym__word_token1] = ACTIONS(1758), - [aux_sym__word_token2] = ACTIONS(1758), - [aux_sym__word_token3] = ACTIONS(1758), - [sym__whitespace] = ACTIONS(1758), - [sym__soft_line_ending] = ACTIONS(1758), - [sym__block_close] = ACTIONS(1758), - [sym__block_quote_start] = ACTIONS(1758), - [sym__indented_chunk_start] = ACTIONS(1758), - [sym_atx_h1_marker] = ACTIONS(1758), - [sym_atx_h2_marker] = ACTIONS(1758), - [sym_atx_h3_marker] = ACTIONS(1758), - [sym_atx_h4_marker] = ACTIONS(1758), - [sym_atx_h5_marker] = ACTIONS(1758), - [sym_atx_h6_marker] = ACTIONS(1758), - [sym__thematic_break] = ACTIONS(1758), - [sym__list_marker_minus] = ACTIONS(1758), - [sym__list_marker_plus] = ACTIONS(1758), - [sym__list_marker_star] = ACTIONS(1758), - [sym__list_marker_parenthesis] = ACTIONS(1758), - [sym__list_marker_dot] = ACTIONS(1758), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1758), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1758), - [sym__fenced_code_block_start_backtick] = ACTIONS(1758), - [sym__fenced_code_block_start_tilde] = ACTIONS(1758), - [sym__blank_line_start] = ACTIONS(1758), - [sym__html_block_1_start] = ACTIONS(1758), - [sym__html_block_2_start] = ACTIONS(1758), - [sym__html_block_3_start] = ACTIONS(1758), - [sym__html_block_4_start] = ACTIONS(1758), - [sym__html_block_5_start] = ACTIONS(1758), - [sym__html_block_6_start] = ACTIONS(1758), - [sym__html_block_7_start] = ACTIONS(1758), - [sym__pipe_table_start] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_RBRACK] = ACTIONS(1550), + [anon_sym_LT] = ACTIONS(1550), + [anon_sym_GT] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [anon_sym_POUND] = ACTIONS(1550), + [anon_sym_DOLLAR] = ACTIONS(1550), + [anon_sym_PERCENT] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_PLUS] = ACTIONS(1550), + [anon_sym_COMMA] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1550), + [anon_sym_DOT] = ACTIONS(1550), + [anon_sym_SLASH] = ACTIONS(1550), + [anon_sym_COLON] = ACTIONS(1550), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_EQ] = ACTIONS(1550), + [anon_sym_QMARK] = ACTIONS(1550), + [anon_sym_AT] = ACTIONS(1550), + [anon_sym_BSLASH] = ACTIONS(1550), + [anon_sym_CARET] = ACTIONS(1550), + [anon_sym__] = ACTIONS(1550), + [anon_sym_BQUOTE] = ACTIONS(1550), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_PIPE] = ACTIONS(1550), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_LPAREN] = ACTIONS(1550), + [anon_sym_RPAREN] = ACTIONS(1550), + [aux_sym__word_token1] = ACTIONS(1550), + [aux_sym__word_token2] = ACTIONS(1550), + [aux_sym__word_token3] = ACTIONS(1550), + [sym__whitespace] = ACTIONS(1550), + [sym__soft_line_ending] = ACTIONS(1550), + [sym__block_close] = ACTIONS(1550), + [sym__block_quote_start] = ACTIONS(1550), + [sym__indented_chunk_start] = ACTIONS(1550), + [sym_atx_h1_marker] = ACTIONS(1550), + [sym_atx_h2_marker] = ACTIONS(1550), + [sym_atx_h3_marker] = ACTIONS(1550), + [sym_atx_h4_marker] = ACTIONS(1550), + [sym_atx_h5_marker] = ACTIONS(1550), + [sym_atx_h6_marker] = ACTIONS(1550), + [sym__thematic_break] = ACTIONS(1550), + [sym__list_marker_minus] = ACTIONS(1550), + [sym__list_marker_plus] = ACTIONS(1550), + [sym__list_marker_star] = ACTIONS(1550), + [sym__list_marker_parenthesis] = ACTIONS(1550), + [sym__list_marker_dot] = ACTIONS(1550), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1550), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1550), + [sym__fenced_code_block_start_backtick] = ACTIONS(1550), + [sym__fenced_code_block_start_tilde] = ACTIONS(1550), + [sym__blank_line_start] = ACTIONS(1550), + [sym__html_block_1_start] = ACTIONS(1550), + [sym__html_block_2_start] = ACTIONS(1550), + [sym__html_block_3_start] = ACTIONS(1550), + [sym__html_block_4_start] = ACTIONS(1550), + [sym__html_block_5_start] = ACTIONS(1550), + [sym__html_block_6_start] = ACTIONS(1550), + [sym__html_block_7_start] = ACTIONS(1550), + [sym__pipe_table_start] = ACTIONS(1550), }, [322] = { - [anon_sym_LBRACK] = ACTIONS(1340), - [anon_sym_RBRACK] = ACTIONS(1338), - [anon_sym_LT] = ACTIONS(1338), - [anon_sym_GT] = ACTIONS(1338), - [anon_sym_BANG] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1338), - [anon_sym_POUND] = ACTIONS(1338), - [anon_sym_DOLLAR] = ACTIONS(1338), - [anon_sym_PERCENT] = ACTIONS(1338), - [anon_sym_AMP] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_COMMA] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_DOT] = ACTIONS(1338), - [anon_sym_SLASH] = ACTIONS(1338), - [anon_sym_COLON] = ACTIONS(1338), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym_EQ] = ACTIONS(1338), - [anon_sym_QMARK] = ACTIONS(1338), - [anon_sym_AT] = ACTIONS(1338), - [anon_sym_BSLASH] = ACTIONS(1338), - [anon_sym_CARET] = ACTIONS(1338), - [anon_sym__] = ACTIONS(1338), - [anon_sym_BQUOTE] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1338), - [anon_sym_PIPE] = ACTIONS(1338), - [anon_sym_RBRACE] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1338), - [anon_sym_LPAREN] = ACTIONS(1338), - [anon_sym_RPAREN] = ACTIONS(1338), - [aux_sym__word_token1] = ACTIONS(1338), - [aux_sym__word_token2] = ACTIONS(1338), - [aux_sym__word_token3] = ACTIONS(1338), - [sym__whitespace] = ACTIONS(1338), - [sym__soft_line_ending] = ACTIONS(1338), - [sym__block_close] = ACTIONS(1338), - [sym__block_quote_start] = ACTIONS(1338), - [sym__indented_chunk_start] = ACTIONS(1338), - [sym_atx_h1_marker] = ACTIONS(1338), - [sym_atx_h2_marker] = ACTIONS(1338), - [sym_atx_h3_marker] = ACTIONS(1338), - [sym_atx_h4_marker] = ACTIONS(1338), - [sym_atx_h5_marker] = ACTIONS(1338), - [sym_atx_h6_marker] = ACTIONS(1338), - [sym__thematic_break] = ACTIONS(1338), - [sym__list_marker_minus] = ACTIONS(1338), - [sym__list_marker_plus] = ACTIONS(1338), - [sym__list_marker_star] = ACTIONS(1338), - [sym__list_marker_parenthesis] = ACTIONS(1338), - [sym__list_marker_dot] = ACTIONS(1338), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), - [sym__fenced_code_block_start_backtick] = ACTIONS(1338), - [sym__fenced_code_block_start_tilde] = ACTIONS(1338), - [sym__blank_line_start] = ACTIONS(1338), - [sym__html_block_1_start] = ACTIONS(1338), - [sym__html_block_2_start] = ACTIONS(1338), - [sym__html_block_3_start] = ACTIONS(1338), - [sym__html_block_4_start] = ACTIONS(1338), - [sym__html_block_5_start] = ACTIONS(1338), - [sym__html_block_6_start] = ACTIONS(1338), - [sym__html_block_7_start] = ACTIONS(1338), - [sym__pipe_table_start] = ACTIONS(1338), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_RBRACK] = ACTIONS(1554), + [anon_sym_LT] = ACTIONS(1554), + [anon_sym_GT] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [anon_sym_POUND] = ACTIONS(1554), + [anon_sym_DOLLAR] = ACTIONS(1554), + [anon_sym_PERCENT] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_PLUS] = ACTIONS(1554), + [anon_sym_COMMA] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1554), + [anon_sym_DOT] = ACTIONS(1554), + [anon_sym_SLASH] = ACTIONS(1554), + [anon_sym_COLON] = ACTIONS(1554), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_EQ] = ACTIONS(1554), + [anon_sym_QMARK] = ACTIONS(1554), + [anon_sym_AT] = ACTIONS(1554), + [anon_sym_BSLASH] = ACTIONS(1554), + [anon_sym_CARET] = ACTIONS(1554), + [anon_sym__] = ACTIONS(1554), + [anon_sym_BQUOTE] = ACTIONS(1554), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_PIPE] = ACTIONS(1554), + [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_LPAREN] = ACTIONS(1554), + [anon_sym_RPAREN] = ACTIONS(1554), + [aux_sym__word_token1] = ACTIONS(1554), + [aux_sym__word_token2] = ACTIONS(1554), + [aux_sym__word_token3] = ACTIONS(1554), + [sym__whitespace] = ACTIONS(1554), + [sym__soft_line_ending] = ACTIONS(1554), + [sym__block_close] = ACTIONS(1554), + [sym__block_quote_start] = ACTIONS(1554), + [sym__indented_chunk_start] = ACTIONS(1554), + [sym_atx_h1_marker] = ACTIONS(1554), + [sym_atx_h2_marker] = ACTIONS(1554), + [sym_atx_h3_marker] = ACTIONS(1554), + [sym_atx_h4_marker] = ACTIONS(1554), + [sym_atx_h5_marker] = ACTIONS(1554), + [sym_atx_h6_marker] = ACTIONS(1554), + [sym__thematic_break] = ACTIONS(1554), + [sym__list_marker_minus] = ACTIONS(1554), + [sym__list_marker_plus] = ACTIONS(1554), + [sym__list_marker_star] = ACTIONS(1554), + [sym__list_marker_parenthesis] = ACTIONS(1554), + [sym__list_marker_dot] = ACTIONS(1554), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1554), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1554), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1554), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1554), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1554), + [sym__fenced_code_block_start_backtick] = ACTIONS(1554), + [sym__fenced_code_block_start_tilde] = ACTIONS(1554), + [sym__blank_line_start] = ACTIONS(1554), + [sym__html_block_1_start] = ACTIONS(1554), + [sym__html_block_2_start] = ACTIONS(1554), + [sym__html_block_3_start] = ACTIONS(1554), + [sym__html_block_4_start] = ACTIONS(1554), + [sym__html_block_5_start] = ACTIONS(1554), + [sym__html_block_6_start] = ACTIONS(1554), + [sym__html_block_7_start] = ACTIONS(1554), + [sym__pipe_table_start] = ACTIONS(1554), }, [323] = { - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1734), - [anon_sym_GT] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1734), - [anon_sym_DQUOTE] = ACTIONS(1734), - [anon_sym_POUND] = ACTIONS(1734), - [anon_sym_DOLLAR] = ACTIONS(1734), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SQUOTE] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_DOT] = ACTIONS(1734), - [anon_sym_SLASH] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_QMARK] = ACTIONS(1734), - [anon_sym_AT] = ACTIONS(1734), - [anon_sym_BSLASH] = ACTIONS(1734), - [anon_sym_CARET] = ACTIONS(1734), - [anon_sym__] = ACTIONS(1734), - [anon_sym_BQUOTE] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_PIPE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_TILDE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [aux_sym__word_token1] = ACTIONS(1734), - [aux_sym__word_token2] = ACTIONS(1734), - [aux_sym__word_token3] = ACTIONS(1734), - [sym__whitespace] = ACTIONS(1734), - [sym__soft_line_ending] = ACTIONS(1734), - [sym__block_close] = ACTIONS(1734), - [sym__block_quote_start] = ACTIONS(1734), - [sym__indented_chunk_start] = ACTIONS(1734), - [sym_atx_h1_marker] = ACTIONS(1734), - [sym_atx_h2_marker] = ACTIONS(1734), - [sym_atx_h3_marker] = ACTIONS(1734), - [sym_atx_h4_marker] = ACTIONS(1734), - [sym_atx_h5_marker] = ACTIONS(1734), - [sym_atx_h6_marker] = ACTIONS(1734), - [sym__thematic_break] = ACTIONS(1734), - [sym__list_marker_minus] = ACTIONS(1734), - [sym__list_marker_plus] = ACTIONS(1734), - [sym__list_marker_star] = ACTIONS(1734), - [sym__list_marker_parenthesis] = ACTIONS(1734), - [sym__list_marker_dot] = ACTIONS(1734), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1734), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1734), - [sym__fenced_code_block_start_backtick] = ACTIONS(1734), - [sym__fenced_code_block_start_tilde] = ACTIONS(1734), - [sym__blank_line_start] = ACTIONS(1734), - [sym__html_block_1_start] = ACTIONS(1734), - [sym__html_block_2_start] = ACTIONS(1734), - [sym__html_block_3_start] = ACTIONS(1734), - [sym__html_block_4_start] = ACTIONS(1734), - [sym__html_block_5_start] = ACTIONS(1734), - [sym__html_block_6_start] = ACTIONS(1734), - [sym__html_block_7_start] = ACTIONS(1734), - [sym__pipe_table_start] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_RBRACK] = ACTIONS(1558), + [anon_sym_LT] = ACTIONS(1558), + [anon_sym_GT] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [anon_sym_POUND] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_PERCENT] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1558), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1558), + [anon_sym_COLON] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_EQ] = ACTIONS(1558), + [anon_sym_QMARK] = ACTIONS(1558), + [anon_sym_AT] = ACTIONS(1558), + [anon_sym_BSLASH] = ACTIONS(1558), + [anon_sym_CARET] = ACTIONS(1558), + [anon_sym__] = ACTIONS(1558), + [anon_sym_BQUOTE] = ACTIONS(1558), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_PIPE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_RPAREN] = ACTIONS(1558), + [aux_sym__word_token1] = ACTIONS(1558), + [aux_sym__word_token2] = ACTIONS(1558), + [aux_sym__word_token3] = ACTIONS(1558), + [sym__whitespace] = ACTIONS(1558), + [sym__soft_line_ending] = ACTIONS(1558), + [sym__block_close] = ACTIONS(1558), + [sym__block_quote_start] = ACTIONS(1558), + [sym__indented_chunk_start] = ACTIONS(1558), + [sym_atx_h1_marker] = ACTIONS(1558), + [sym_atx_h2_marker] = ACTIONS(1558), + [sym_atx_h3_marker] = ACTIONS(1558), + [sym_atx_h4_marker] = ACTIONS(1558), + [sym_atx_h5_marker] = ACTIONS(1558), + [sym_atx_h6_marker] = ACTIONS(1558), + [sym__thematic_break] = ACTIONS(1558), + [sym__list_marker_minus] = ACTIONS(1558), + [sym__list_marker_plus] = ACTIONS(1558), + [sym__list_marker_star] = ACTIONS(1558), + [sym__list_marker_parenthesis] = ACTIONS(1558), + [sym__list_marker_dot] = ACTIONS(1558), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1558), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1558), + [sym__fenced_code_block_start_backtick] = ACTIONS(1558), + [sym__fenced_code_block_start_tilde] = ACTIONS(1558), + [sym__blank_line_start] = ACTIONS(1558), + [sym__html_block_1_start] = ACTIONS(1558), + [sym__html_block_2_start] = ACTIONS(1558), + [sym__html_block_3_start] = ACTIONS(1558), + [sym__html_block_4_start] = ACTIONS(1558), + [sym__html_block_5_start] = ACTIONS(1558), + [sym__html_block_6_start] = ACTIONS(1558), + [sym__html_block_7_start] = ACTIONS(1558), + [sym__pipe_table_start] = ACTIONS(1558), }, [324] = { - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1772), - [anon_sym_DQUOTE] = ACTIONS(1772), - [anon_sym_POUND] = ACTIONS(1772), - [anon_sym_DOLLAR] = ACTIONS(1772), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1772), - [anon_sym_SQUOTE] = ACTIONS(1772), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_DASH] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_SLASH] = ACTIONS(1772), - [anon_sym_COLON] = ACTIONS(1772), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_EQ] = ACTIONS(1772), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_AT] = ACTIONS(1772), - [anon_sym_BSLASH] = ACTIONS(1772), - [anon_sym_CARET] = ACTIONS(1772), - [anon_sym__] = ACTIONS(1772), - [anon_sym_BQUOTE] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [aux_sym__word_token1] = ACTIONS(1772), - [aux_sym__word_token2] = ACTIONS(1772), - [aux_sym__word_token3] = ACTIONS(1772), - [sym__whitespace] = ACTIONS(1772), - [sym__soft_line_ending] = ACTIONS(1772), - [sym__block_close] = ACTIONS(1772), - [sym__block_quote_start] = ACTIONS(1772), - [sym__indented_chunk_start] = ACTIONS(1772), - [sym_atx_h1_marker] = ACTIONS(1772), - [sym_atx_h2_marker] = ACTIONS(1772), - [sym_atx_h3_marker] = ACTIONS(1772), - [sym_atx_h4_marker] = ACTIONS(1772), - [sym_atx_h5_marker] = ACTIONS(1772), - [sym_atx_h6_marker] = ACTIONS(1772), - [sym__thematic_break] = ACTIONS(1772), - [sym__list_marker_minus] = ACTIONS(1772), - [sym__list_marker_plus] = ACTIONS(1772), - [sym__list_marker_star] = ACTIONS(1772), - [sym__list_marker_parenthesis] = ACTIONS(1772), - [sym__list_marker_dot] = ACTIONS(1772), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1772), - [sym__fenced_code_block_start_backtick] = ACTIONS(1772), - [sym__fenced_code_block_start_tilde] = ACTIONS(1772), - [sym__blank_line_start] = ACTIONS(1772), - [sym__html_block_1_start] = ACTIONS(1772), - [sym__html_block_2_start] = ACTIONS(1772), - [sym__html_block_3_start] = ACTIONS(1772), - [sym__html_block_4_start] = ACTIONS(1772), - [sym__html_block_5_start] = ACTIONS(1772), - [sym__html_block_6_start] = ACTIONS(1772), - [sym__html_block_7_start] = ACTIONS(1772), - [sym__pipe_table_start] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_RBRACK] = ACTIONS(1562), + [anon_sym_LT] = ACTIONS(1562), + [anon_sym_GT] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [anon_sym_POUND] = ACTIONS(1562), + [anon_sym_DOLLAR] = ACTIONS(1562), + [anon_sym_PERCENT] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_PLUS] = ACTIONS(1562), + [anon_sym_COMMA] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1562), + [anon_sym_DOT] = ACTIONS(1562), + [anon_sym_SLASH] = ACTIONS(1562), + [anon_sym_COLON] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_EQ] = ACTIONS(1562), + [anon_sym_QMARK] = ACTIONS(1562), + [anon_sym_AT] = ACTIONS(1562), + [anon_sym_BSLASH] = ACTIONS(1562), + [anon_sym_CARET] = ACTIONS(1562), + [anon_sym__] = ACTIONS(1562), + [anon_sym_BQUOTE] = ACTIONS(1562), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_PIPE] = ACTIONS(1562), + [anon_sym_RBRACE] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_LPAREN] = ACTIONS(1562), + [anon_sym_RPAREN] = ACTIONS(1562), + [aux_sym__word_token1] = ACTIONS(1562), + [aux_sym__word_token2] = ACTIONS(1562), + [aux_sym__word_token3] = ACTIONS(1562), + [sym__whitespace] = ACTIONS(1562), + [sym__soft_line_ending] = ACTIONS(1562), + [sym__block_close] = ACTIONS(1562), + [sym__block_quote_start] = ACTIONS(1562), + [sym__indented_chunk_start] = ACTIONS(1562), + [sym_atx_h1_marker] = ACTIONS(1562), + [sym_atx_h2_marker] = ACTIONS(1562), + [sym_atx_h3_marker] = ACTIONS(1562), + [sym_atx_h4_marker] = ACTIONS(1562), + [sym_atx_h5_marker] = ACTIONS(1562), + [sym_atx_h6_marker] = ACTIONS(1562), + [sym__thematic_break] = ACTIONS(1562), + [sym__list_marker_minus] = ACTIONS(1562), + [sym__list_marker_plus] = ACTIONS(1562), + [sym__list_marker_star] = ACTIONS(1562), + [sym__list_marker_parenthesis] = ACTIONS(1562), + [sym__list_marker_dot] = ACTIONS(1562), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1562), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1562), + [sym__fenced_code_block_start_backtick] = ACTIONS(1562), + [sym__fenced_code_block_start_tilde] = ACTIONS(1562), + [sym__blank_line_start] = ACTIONS(1562), + [sym__html_block_1_start] = ACTIONS(1562), + [sym__html_block_2_start] = ACTIONS(1562), + [sym__html_block_3_start] = ACTIONS(1562), + [sym__html_block_4_start] = ACTIONS(1562), + [sym__html_block_5_start] = ACTIONS(1562), + [sym__html_block_6_start] = ACTIONS(1562), + [sym__html_block_7_start] = ACTIONS(1562), + [sym__pipe_table_start] = ACTIONS(1562), }, [325] = { - [anon_sym_LBRACK] = ACTIONS(1191), - [anon_sym_RBRACK] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_DQUOTE] = ACTIONS(1193), - [anon_sym_POUND] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_PERCENT] = ACTIONS(1193), - [anon_sym_AMP] = ACTIONS(1193), - [anon_sym_SQUOTE] = ACTIONS(1193), - [anon_sym_STAR] = ACTIONS(1193), - [anon_sym_PLUS] = ACTIONS(1193), - [anon_sym_COMMA] = ACTIONS(1193), - [anon_sym_DASH] = ACTIONS(1193), - [anon_sym_DOT] = ACTIONS(1193), - [anon_sym_SLASH] = ACTIONS(1193), - [anon_sym_COLON] = ACTIONS(1193), - [anon_sym_SEMI] = ACTIONS(1193), - [anon_sym_EQ] = ACTIONS(1193), - [anon_sym_QMARK] = ACTIONS(1193), - [anon_sym_AT] = ACTIONS(1193), - [anon_sym_BSLASH] = ACTIONS(1193), - [anon_sym_CARET] = ACTIONS(1193), - [anon_sym__] = ACTIONS(1193), - [anon_sym_BQUOTE] = ACTIONS(1193), - [anon_sym_LBRACE] = ACTIONS(1193), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RBRACE] = ACTIONS(1193), - [anon_sym_TILDE] = ACTIONS(1193), - [anon_sym_LPAREN] = ACTIONS(1193), - [anon_sym_RPAREN] = ACTIONS(1193), - [aux_sym__word_token1] = ACTIONS(1193), - [aux_sym__word_token2] = ACTIONS(1193), - [aux_sym__word_token3] = ACTIONS(1193), - [sym__whitespace] = ACTIONS(1193), - [sym__soft_line_ending] = ACTIONS(1193), - [sym__block_close] = ACTIONS(1193), - [sym__block_quote_start] = ACTIONS(1193), - [sym__indented_chunk_start] = ACTIONS(1193), - [sym_atx_h1_marker] = ACTIONS(1193), - [sym_atx_h2_marker] = ACTIONS(1193), - [sym_atx_h3_marker] = ACTIONS(1193), - [sym_atx_h4_marker] = ACTIONS(1193), - [sym_atx_h5_marker] = ACTIONS(1193), - [sym_atx_h6_marker] = ACTIONS(1193), - [sym__thematic_break] = ACTIONS(1193), - [sym__list_marker_minus] = ACTIONS(1193), - [sym__list_marker_plus] = ACTIONS(1193), - [sym__list_marker_star] = ACTIONS(1193), - [sym__list_marker_parenthesis] = ACTIONS(1193), - [sym__list_marker_dot] = ACTIONS(1193), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1193), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1193), - [sym__fenced_code_block_start_backtick] = ACTIONS(1193), - [sym__fenced_code_block_start_tilde] = ACTIONS(1193), - [sym__blank_line_start] = ACTIONS(1193), - [sym__html_block_1_start] = ACTIONS(1193), - [sym__html_block_2_start] = ACTIONS(1193), - [sym__html_block_3_start] = ACTIONS(1193), - [sym__html_block_4_start] = ACTIONS(1193), - [sym__html_block_5_start] = ACTIONS(1193), - [sym__html_block_6_start] = ACTIONS(1193), - [sym__html_block_7_start] = ACTIONS(1193), - [sym__pipe_table_start] = ACTIONS(1193), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_RBRACK] = ACTIONS(1566), + [anon_sym_LT] = ACTIONS(1566), + [anon_sym_GT] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [anon_sym_POUND] = ACTIONS(1566), + [anon_sym_DOLLAR] = ACTIONS(1566), + [anon_sym_PERCENT] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_COMMA] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_SLASH] = ACTIONS(1566), + [anon_sym_COLON] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_EQ] = ACTIONS(1566), + [anon_sym_QMARK] = ACTIONS(1566), + [anon_sym_AT] = ACTIONS(1566), + [anon_sym_BSLASH] = ACTIONS(1566), + [anon_sym_CARET] = ACTIONS(1566), + [anon_sym__] = ACTIONS(1566), + [anon_sym_BQUOTE] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_PIPE] = ACTIONS(1566), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1566), + [anon_sym_RPAREN] = ACTIONS(1566), + [aux_sym__word_token1] = ACTIONS(1566), + [aux_sym__word_token2] = ACTIONS(1566), + [aux_sym__word_token3] = ACTIONS(1566), + [sym__whitespace] = ACTIONS(1566), + [sym__soft_line_ending] = ACTIONS(1566), + [sym__block_close] = ACTIONS(1566), + [sym__block_quote_start] = ACTIONS(1566), + [sym__indented_chunk_start] = ACTIONS(1566), + [sym_atx_h1_marker] = ACTIONS(1566), + [sym_atx_h2_marker] = ACTIONS(1566), + [sym_atx_h3_marker] = ACTIONS(1566), + [sym_atx_h4_marker] = ACTIONS(1566), + [sym_atx_h5_marker] = ACTIONS(1566), + [sym_atx_h6_marker] = ACTIONS(1566), + [sym__thematic_break] = ACTIONS(1566), + [sym__list_marker_minus] = ACTIONS(1566), + [sym__list_marker_plus] = ACTIONS(1566), + [sym__list_marker_star] = ACTIONS(1566), + [sym__list_marker_parenthesis] = ACTIONS(1566), + [sym__list_marker_dot] = ACTIONS(1566), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1566), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1566), + [sym__fenced_code_block_start_backtick] = ACTIONS(1566), + [sym__fenced_code_block_start_tilde] = ACTIONS(1566), + [sym__blank_line_start] = ACTIONS(1566), + [sym__html_block_1_start] = ACTIONS(1566), + [sym__html_block_2_start] = ACTIONS(1566), + [sym__html_block_3_start] = ACTIONS(1566), + [sym__html_block_4_start] = ACTIONS(1566), + [sym__html_block_5_start] = ACTIONS(1566), + [sym__html_block_6_start] = ACTIONS(1566), + [sym__html_block_7_start] = ACTIONS(1566), + [sym__pipe_table_start] = ACTIONS(1566), }, [326] = { - [ts_builtin_sym_end] = ACTIONS(1338), - [anon_sym_LBRACK] = ACTIONS(1340), - [anon_sym_RBRACK] = ACTIONS(1338), - [anon_sym_LT] = ACTIONS(1338), - [anon_sym_GT] = ACTIONS(1338), - [anon_sym_BANG] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1338), - [anon_sym_POUND] = ACTIONS(1338), - [anon_sym_DOLLAR] = ACTIONS(1338), - [anon_sym_PERCENT] = ACTIONS(1338), - [anon_sym_AMP] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_COMMA] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_DOT] = ACTIONS(1338), - [anon_sym_SLASH] = ACTIONS(1338), - [anon_sym_COLON] = ACTIONS(1338), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym_EQ] = ACTIONS(1338), - [anon_sym_QMARK] = ACTIONS(1338), - [anon_sym_AT] = ACTIONS(1338), - [anon_sym_BSLASH] = ACTIONS(1338), - [anon_sym_CARET] = ACTIONS(1338), - [anon_sym__] = ACTIONS(1338), - [anon_sym_BQUOTE] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1338), - [anon_sym_PIPE] = ACTIONS(1338), - [anon_sym_RBRACE] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1338), - [anon_sym_LPAREN] = ACTIONS(1338), - [anon_sym_RPAREN] = ACTIONS(1338), - [aux_sym__word_token1] = ACTIONS(1338), - [aux_sym__word_token2] = ACTIONS(1338), - [aux_sym__word_token3] = ACTIONS(1338), - [sym__whitespace] = ACTIONS(1338), - [sym__soft_line_ending] = ACTIONS(1338), - [sym__block_quote_start] = ACTIONS(1338), - [sym__indented_chunk_start] = ACTIONS(1338), - [sym_atx_h1_marker] = ACTIONS(1338), - [sym_atx_h2_marker] = ACTIONS(1338), - [sym_atx_h3_marker] = ACTIONS(1338), - [sym_atx_h4_marker] = ACTIONS(1338), - [sym_atx_h5_marker] = ACTIONS(1338), - [sym_atx_h6_marker] = ACTIONS(1338), - [sym__thematic_break] = ACTIONS(1338), - [sym__list_marker_minus] = ACTIONS(1338), - [sym__list_marker_plus] = ACTIONS(1338), - [sym__list_marker_star] = ACTIONS(1338), - [sym__list_marker_parenthesis] = ACTIONS(1338), - [sym__list_marker_dot] = ACTIONS(1338), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1338), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1338), - [sym__fenced_code_block_start_backtick] = ACTIONS(1338), - [sym__fenced_code_block_start_tilde] = ACTIONS(1338), - [sym__blank_line_start] = ACTIONS(1338), - [sym__html_block_1_start] = ACTIONS(1338), - [sym__html_block_2_start] = ACTIONS(1338), - [sym__html_block_3_start] = ACTIONS(1338), - [sym__html_block_4_start] = ACTIONS(1338), - [sym__html_block_5_start] = ACTIONS(1338), - [sym__html_block_6_start] = ACTIONS(1338), - [sym__html_block_7_start] = ACTIONS(1338), - [sym__pipe_table_start] = ACTIONS(1338), + [anon_sym_LBRACK] = ACTIONS(1257), + [anon_sym_RBRACK] = ACTIONS(1259), + [anon_sym_LT] = ACTIONS(1259), + [anon_sym_GT] = ACTIONS(1259), + [anon_sym_BANG] = ACTIONS(1259), + [anon_sym_DQUOTE] = ACTIONS(1259), + [anon_sym_POUND] = ACTIONS(1259), + [anon_sym_DOLLAR] = ACTIONS(1259), + [anon_sym_PERCENT] = ACTIONS(1259), + [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SQUOTE] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_COMMA] = ACTIONS(1259), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_SLASH] = ACTIONS(1259), + [anon_sym_COLON] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1259), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_AT] = ACTIONS(1259), + [anon_sym_BSLASH] = ACTIONS(1259), + [anon_sym_CARET] = ACTIONS(1259), + [anon_sym__] = ACTIONS(1259), + [anon_sym_BQUOTE] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1259), + [anon_sym_PIPE] = ACTIONS(1259), + [anon_sym_RBRACE] = ACTIONS(1259), + [anon_sym_TILDE] = ACTIONS(1259), + [anon_sym_LPAREN] = ACTIONS(1259), + [anon_sym_RPAREN] = ACTIONS(1259), + [aux_sym__word_token1] = ACTIONS(1259), + [aux_sym__word_token2] = ACTIONS(1259), + [aux_sym__word_token3] = ACTIONS(1259), + [sym__whitespace] = ACTIONS(1259), + [sym__soft_line_ending] = ACTIONS(1259), + [sym__block_close] = ACTIONS(1259), + [sym__block_quote_start] = ACTIONS(1259), + [sym__indented_chunk_start] = ACTIONS(1259), + [sym_atx_h1_marker] = ACTIONS(1259), + [sym_atx_h2_marker] = ACTIONS(1259), + [sym_atx_h3_marker] = ACTIONS(1259), + [sym_atx_h4_marker] = ACTIONS(1259), + [sym_atx_h5_marker] = ACTIONS(1259), + [sym_atx_h6_marker] = ACTIONS(1259), + [sym__thematic_break] = ACTIONS(1259), + [sym__list_marker_minus] = ACTIONS(1259), + [sym__list_marker_plus] = ACTIONS(1259), + [sym__list_marker_star] = ACTIONS(1259), + [sym__list_marker_parenthesis] = ACTIONS(1259), + [sym__list_marker_dot] = ACTIONS(1259), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1259), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1259), + [sym__fenced_code_block_start_backtick] = ACTIONS(1259), + [sym__fenced_code_block_start_tilde] = ACTIONS(1259), + [sym__blank_line_start] = ACTIONS(1259), + [sym__html_block_1_start] = ACTIONS(1259), + [sym__html_block_2_start] = ACTIONS(1259), + [sym__html_block_3_start] = ACTIONS(1259), + [sym__html_block_4_start] = ACTIONS(1259), + [sym__html_block_5_start] = ACTIONS(1259), + [sym__html_block_6_start] = ACTIONS(1259), + [sym__html_block_7_start] = ACTIONS(1259), + [sym__pipe_table_start] = ACTIONS(1259), }, [327] = { - [ts_builtin_sym_end] = ACTIONS(1774), - [anon_sym_LBRACK] = ACTIONS(1776), - [anon_sym_RBRACK] = ACTIONS(1774), - [anon_sym_LT] = ACTIONS(1774), - [anon_sym_GT] = ACTIONS(1774), - [anon_sym_BANG] = ACTIONS(1774), - [anon_sym_DQUOTE] = ACTIONS(1774), - [anon_sym_POUND] = ACTIONS(1774), - [anon_sym_DOLLAR] = ACTIONS(1774), - [anon_sym_PERCENT] = ACTIONS(1774), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SQUOTE] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_COMMA] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_DOT] = ACTIONS(1774), - [anon_sym_SLASH] = ACTIONS(1774), - [anon_sym_COLON] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_EQ] = ACTIONS(1774), - [anon_sym_QMARK] = ACTIONS(1774), - [anon_sym_AT] = ACTIONS(1774), - [anon_sym_BSLASH] = ACTIONS(1774), - [anon_sym_CARET] = ACTIONS(1774), - [anon_sym__] = ACTIONS(1774), - [anon_sym_BQUOTE] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1774), - [anon_sym_PIPE] = ACTIONS(1774), - [anon_sym_RBRACE] = ACTIONS(1774), - [anon_sym_TILDE] = ACTIONS(1774), - [anon_sym_LPAREN] = ACTIONS(1774), - [anon_sym_RPAREN] = ACTIONS(1774), - [aux_sym__word_token1] = ACTIONS(1774), - [aux_sym__word_token2] = ACTIONS(1774), - [aux_sym__word_token3] = ACTIONS(1774), - [sym__whitespace] = ACTIONS(1774), - [sym__soft_line_ending] = ACTIONS(1774), - [sym__block_quote_start] = ACTIONS(1774), - [sym__indented_chunk_start] = ACTIONS(1774), - [sym_atx_h1_marker] = ACTIONS(1774), - [sym_atx_h2_marker] = ACTIONS(1774), - [sym_atx_h3_marker] = ACTIONS(1774), - [sym_atx_h4_marker] = ACTIONS(1774), - [sym_atx_h5_marker] = ACTIONS(1774), - [sym_atx_h6_marker] = ACTIONS(1774), - [sym__thematic_break] = ACTIONS(1774), - [sym__list_marker_minus] = ACTIONS(1774), - [sym__list_marker_plus] = ACTIONS(1774), - [sym__list_marker_star] = ACTIONS(1774), - [sym__list_marker_parenthesis] = ACTIONS(1774), - [sym__list_marker_dot] = ACTIONS(1774), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1774), - [sym__fenced_code_block_start_backtick] = ACTIONS(1774), - [sym__fenced_code_block_start_tilde] = ACTIONS(1774), - [sym__blank_line_start] = ACTIONS(1774), - [sym__html_block_1_start] = ACTIONS(1774), - [sym__html_block_2_start] = ACTIONS(1774), - [sym__html_block_3_start] = ACTIONS(1774), - [sym__html_block_4_start] = ACTIONS(1774), - [sym__html_block_5_start] = ACTIONS(1774), - [sym__html_block_6_start] = ACTIONS(1774), - [sym__html_block_7_start] = ACTIONS(1774), - [sym__pipe_table_start] = ACTIONS(1774), + [ts_builtin_sym_end] = ACTIONS(1300), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_RBRACK] = ACTIONS(1300), + [anon_sym_LT] = ACTIONS(1300), + [anon_sym_GT] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [anon_sym_POUND] = ACTIONS(1300), + [anon_sym_DOLLAR] = ACTIONS(1300), + [anon_sym_PERCENT] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_DOT] = ACTIONS(1300), + [anon_sym_SLASH] = ACTIONS(1300), + [anon_sym_COLON] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym_EQ] = ACTIONS(1300), + [anon_sym_QMARK] = ACTIONS(1300), + [anon_sym_AT] = ACTIONS(1300), + [anon_sym_BSLASH] = ACTIONS(1300), + [anon_sym_CARET] = ACTIONS(1300), + [anon_sym__] = ACTIONS(1300), + [anon_sym_BQUOTE] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_PIPE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1300), + [anon_sym_RPAREN] = ACTIONS(1300), + [aux_sym__word_token1] = ACTIONS(1300), + [aux_sym__word_token2] = ACTIONS(1300), + [aux_sym__word_token3] = ACTIONS(1300), + [sym__whitespace] = ACTIONS(1300), + [sym__soft_line_ending] = ACTIONS(1300), + [sym__block_quote_start] = ACTIONS(1300), + [sym__indented_chunk_start] = ACTIONS(1300), + [sym_atx_h1_marker] = ACTIONS(1300), + [sym_atx_h2_marker] = ACTIONS(1300), + [sym_atx_h3_marker] = ACTIONS(1300), + [sym_atx_h4_marker] = ACTIONS(1300), + [sym_atx_h5_marker] = ACTIONS(1300), + [sym_atx_h6_marker] = ACTIONS(1300), + [sym__thematic_break] = ACTIONS(1300), + [sym__list_marker_minus] = ACTIONS(1300), + [sym__list_marker_plus] = ACTIONS(1300), + [sym__list_marker_star] = ACTIONS(1300), + [sym__list_marker_parenthesis] = ACTIONS(1300), + [sym__list_marker_dot] = ACTIONS(1300), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1300), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1300), + [sym__fenced_code_block_start_backtick] = ACTIONS(1300), + [sym__fenced_code_block_start_tilde] = ACTIONS(1300), + [sym__blank_line_start] = ACTIONS(1300), + [sym__html_block_1_start] = ACTIONS(1300), + [sym__html_block_2_start] = ACTIONS(1300), + [sym__html_block_3_start] = ACTIONS(1300), + [sym__html_block_4_start] = ACTIONS(1300), + [sym__html_block_5_start] = ACTIONS(1300), + [sym__html_block_6_start] = ACTIONS(1300), + [sym__html_block_7_start] = ACTIONS(1300), + [sym__pipe_table_start] = ACTIONS(1300), }, [328] = { - [ts_builtin_sym_end] = ACTIONS(1145), - [anon_sym_LBRACK] = ACTIONS(1147), - [anon_sym_RBRACK] = ACTIONS(1145), - [anon_sym_LT] = ACTIONS(1145), - [anon_sym_GT] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_DQUOTE] = ACTIONS(1145), - [anon_sym_POUND] = ACTIONS(1145), - [anon_sym_DOLLAR] = ACTIONS(1145), - [anon_sym_PERCENT] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1145), - [anon_sym_SQUOTE] = ACTIONS(1145), - [anon_sym_STAR] = ACTIONS(1145), - [anon_sym_PLUS] = ACTIONS(1145), - [anon_sym_COMMA] = ACTIONS(1145), - [anon_sym_DASH] = ACTIONS(1145), - [anon_sym_DOT] = ACTIONS(1145), - [anon_sym_SLASH] = ACTIONS(1145), - [anon_sym_COLON] = ACTIONS(1145), - [anon_sym_SEMI] = ACTIONS(1145), - [anon_sym_EQ] = ACTIONS(1145), - [anon_sym_QMARK] = ACTIONS(1145), - [anon_sym_AT] = ACTIONS(1145), - [anon_sym_BSLASH] = ACTIONS(1145), - [anon_sym_CARET] = ACTIONS(1145), - [anon_sym__] = ACTIONS(1145), - [anon_sym_BQUOTE] = ACTIONS(1145), - [anon_sym_LBRACE] = ACTIONS(1145), - [anon_sym_PIPE] = ACTIONS(1145), - [anon_sym_RBRACE] = ACTIONS(1145), - [anon_sym_TILDE] = ACTIONS(1145), - [anon_sym_LPAREN] = ACTIONS(1145), - [anon_sym_RPAREN] = ACTIONS(1145), - [aux_sym__word_token1] = ACTIONS(1145), - [aux_sym__word_token2] = ACTIONS(1145), - [aux_sym__word_token3] = ACTIONS(1145), - [sym__whitespace] = ACTIONS(1145), - [sym__soft_line_ending] = ACTIONS(1145), - [sym__block_quote_start] = ACTIONS(1145), - [sym__indented_chunk_start] = ACTIONS(1145), - [sym_atx_h1_marker] = ACTIONS(1145), - [sym_atx_h2_marker] = ACTIONS(1145), - [sym_atx_h3_marker] = ACTIONS(1145), - [sym_atx_h4_marker] = ACTIONS(1145), - [sym_atx_h5_marker] = ACTIONS(1145), - [sym_atx_h6_marker] = ACTIONS(1145), - [sym__thematic_break] = ACTIONS(1145), - [sym__list_marker_minus] = ACTIONS(1145), - [sym__list_marker_plus] = ACTIONS(1145), - [sym__list_marker_star] = ACTIONS(1145), - [sym__list_marker_parenthesis] = ACTIONS(1145), - [sym__list_marker_dot] = ACTIONS(1145), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1145), - [sym__fenced_code_block_start_backtick] = ACTIONS(1145), - [sym__fenced_code_block_start_tilde] = ACTIONS(1145), - [sym__blank_line_start] = ACTIONS(1145), - [sym__html_block_1_start] = ACTIONS(1145), - [sym__html_block_2_start] = ACTIONS(1145), - [sym__html_block_3_start] = ACTIONS(1145), - [sym__html_block_4_start] = ACTIONS(1145), - [sym__html_block_5_start] = ACTIONS(1145), - [sym__html_block_6_start] = ACTIONS(1145), - [sym__html_block_7_start] = ACTIONS(1145), - [sym__pipe_table_start] = ACTIONS(1145), + [ts_builtin_sym_end] = ACTIONS(1318), + [anon_sym_LBRACK] = ACTIONS(1320), + [anon_sym_RBRACK] = ACTIONS(1318), + [anon_sym_LT] = ACTIONS(1318), + [anon_sym_GT] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [anon_sym_POUND] = ACTIONS(1318), + [anon_sym_DOLLAR] = ACTIONS(1318), + [anon_sym_PERCENT] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_COMMA] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_DOT] = ACTIONS(1318), + [anon_sym_SLASH] = ACTIONS(1318), + [anon_sym_COLON] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym_EQ] = ACTIONS(1318), + [anon_sym_QMARK] = ACTIONS(1318), + [anon_sym_AT] = ACTIONS(1318), + [anon_sym_BSLASH] = ACTIONS(1318), + [anon_sym_CARET] = ACTIONS(1318), + [anon_sym__] = ACTIONS(1318), + [anon_sym_BQUOTE] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_PIPE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_RPAREN] = ACTIONS(1318), + [aux_sym__word_token1] = ACTIONS(1318), + [aux_sym__word_token2] = ACTIONS(1318), + [aux_sym__word_token3] = ACTIONS(1318), + [sym__whitespace] = ACTIONS(1318), + [sym__soft_line_ending] = ACTIONS(1318), + [sym__block_quote_start] = ACTIONS(1318), + [sym__indented_chunk_start] = ACTIONS(1318), + [sym_atx_h1_marker] = ACTIONS(1318), + [sym_atx_h2_marker] = ACTIONS(1318), + [sym_atx_h3_marker] = ACTIONS(1318), + [sym_atx_h4_marker] = ACTIONS(1318), + [sym_atx_h5_marker] = ACTIONS(1318), + [sym_atx_h6_marker] = ACTIONS(1318), + [sym__thematic_break] = ACTIONS(1318), + [sym__list_marker_minus] = ACTIONS(1318), + [sym__list_marker_plus] = ACTIONS(1318), + [sym__list_marker_star] = ACTIONS(1318), + [sym__list_marker_parenthesis] = ACTIONS(1318), + [sym__list_marker_dot] = ACTIONS(1318), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1318), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1318), + [sym__fenced_code_block_start_backtick] = ACTIONS(1318), + [sym__fenced_code_block_start_tilde] = ACTIONS(1318), + [sym__blank_line_start] = ACTIONS(1318), + [sym__html_block_1_start] = ACTIONS(1318), + [sym__html_block_2_start] = ACTIONS(1318), + [sym__html_block_3_start] = ACTIONS(1318), + [sym__html_block_4_start] = ACTIONS(1318), + [sym__html_block_5_start] = ACTIONS(1318), + [sym__html_block_6_start] = ACTIONS(1318), + [sym__html_block_7_start] = ACTIONS(1318), + [sym__pipe_table_start] = ACTIONS(1318), }, [329] = { - [ts_builtin_sym_end] = ACTIONS(1326), - [anon_sym_LBRACK] = ACTIONS(1328), - [anon_sym_RBRACK] = ACTIONS(1326), - [anon_sym_LT] = ACTIONS(1326), - [anon_sym_GT] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [anon_sym_POUND] = ACTIONS(1326), - [anon_sym_DOLLAR] = ACTIONS(1326), - [anon_sym_PERCENT] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_COMMA] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_DOT] = ACTIONS(1326), - [anon_sym_SLASH] = ACTIONS(1326), - [anon_sym_COLON] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym_EQ] = ACTIONS(1326), - [anon_sym_QMARK] = ACTIONS(1326), - [anon_sym_AT] = ACTIONS(1326), - [anon_sym_BSLASH] = ACTIONS(1326), - [anon_sym_CARET] = ACTIONS(1326), - [anon_sym__] = ACTIONS(1326), - [anon_sym_BQUOTE] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_PIPE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_LPAREN] = ACTIONS(1326), - [anon_sym_RPAREN] = ACTIONS(1326), - [aux_sym__word_token1] = ACTIONS(1326), - [aux_sym__word_token2] = ACTIONS(1326), - [aux_sym__word_token3] = ACTIONS(1326), - [sym__whitespace] = ACTIONS(1326), - [sym__soft_line_ending] = ACTIONS(1326), - [sym__block_quote_start] = ACTIONS(1326), - [sym__indented_chunk_start] = ACTIONS(1326), - [sym_atx_h1_marker] = ACTIONS(1326), - [sym_atx_h2_marker] = ACTIONS(1326), - [sym_atx_h3_marker] = ACTIONS(1326), - [sym_atx_h4_marker] = ACTIONS(1326), - [sym_atx_h5_marker] = ACTIONS(1326), - [sym_atx_h6_marker] = ACTIONS(1326), - [sym__thematic_break] = ACTIONS(1326), - [sym__list_marker_minus] = ACTIONS(1326), - [sym__list_marker_plus] = ACTIONS(1326), - [sym__list_marker_star] = ACTIONS(1326), - [sym__list_marker_parenthesis] = ACTIONS(1326), - [sym__list_marker_dot] = ACTIONS(1326), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1326), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1326), - [sym__fenced_code_block_start_backtick] = ACTIONS(1326), - [sym__fenced_code_block_start_tilde] = ACTIONS(1326), - [sym__blank_line_start] = ACTIONS(1326), - [sym__html_block_1_start] = ACTIONS(1326), - [sym__html_block_2_start] = ACTIONS(1326), - [sym__html_block_3_start] = ACTIONS(1326), - [sym__html_block_4_start] = ACTIONS(1326), - [sym__html_block_5_start] = ACTIONS(1326), - [sym__html_block_6_start] = ACTIONS(1326), - [sym__html_block_7_start] = ACTIONS(1326), - [sym__pipe_table_start] = ACTIONS(1326), + [ts_builtin_sym_end] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_LT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_POUND] = ACTIONS(1470), + [anon_sym_DOLLAR] = ACTIONS(1470), + [anon_sym_PERCENT] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_DOT] = ACTIONS(1470), + [anon_sym_SLASH] = ACTIONS(1470), + [anon_sym_COLON] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_EQ] = ACTIONS(1470), + [anon_sym_QMARK] = ACTIONS(1470), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_BSLASH] = ACTIONS(1470), + [anon_sym_CARET] = ACTIONS(1470), + [anon_sym__] = ACTIONS(1470), + [anon_sym_BQUOTE] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_RPAREN] = ACTIONS(1470), + [aux_sym__word_token1] = ACTIONS(1470), + [aux_sym__word_token2] = ACTIONS(1470), + [aux_sym__word_token3] = ACTIONS(1470), + [sym__whitespace] = ACTIONS(1470), + [sym__soft_line_ending] = ACTIONS(1470), + [sym__block_quote_start] = ACTIONS(1470), + [sym__indented_chunk_start] = ACTIONS(1470), + [sym_atx_h1_marker] = ACTIONS(1470), + [sym_atx_h2_marker] = ACTIONS(1470), + [sym_atx_h3_marker] = ACTIONS(1470), + [sym_atx_h4_marker] = ACTIONS(1470), + [sym_atx_h5_marker] = ACTIONS(1470), + [sym_atx_h6_marker] = ACTIONS(1470), + [sym__thematic_break] = ACTIONS(1470), + [sym__list_marker_minus] = ACTIONS(1470), + [sym__list_marker_plus] = ACTIONS(1470), + [sym__list_marker_star] = ACTIONS(1470), + [sym__list_marker_parenthesis] = ACTIONS(1470), + [sym__list_marker_dot] = ACTIONS(1470), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1470), + [sym__fenced_code_block_start_backtick] = ACTIONS(1470), + [sym__fenced_code_block_start_tilde] = ACTIONS(1470), + [sym__blank_line_start] = ACTIONS(1470), + [sym__html_block_1_start] = ACTIONS(1470), + [sym__html_block_2_start] = ACTIONS(1470), + [sym__html_block_3_start] = ACTIONS(1470), + [sym__html_block_4_start] = ACTIONS(1470), + [sym__html_block_5_start] = ACTIONS(1470), + [sym__html_block_6_start] = ACTIONS(1470), + [sym__html_block_7_start] = ACTIONS(1470), + [sym__pipe_table_start] = ACTIONS(1470), }, [330] = { - [anon_sym_LBRACK] = ACTIONS(1752), - [anon_sym_RBRACK] = ACTIONS(1750), - [anon_sym_LT] = ACTIONS(1750), - [anon_sym_GT] = ACTIONS(1750), - [anon_sym_BANG] = ACTIONS(1750), - [anon_sym_DQUOTE] = ACTIONS(1750), - [anon_sym_POUND] = ACTIONS(1750), - [anon_sym_DOLLAR] = ACTIONS(1750), - [anon_sym_PERCENT] = ACTIONS(1750), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SQUOTE] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1750), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_DOT] = ACTIONS(1750), - [anon_sym_SLASH] = ACTIONS(1750), - [anon_sym_COLON] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1750), - [anon_sym_EQ] = ACTIONS(1750), - [anon_sym_QMARK] = ACTIONS(1750), - [anon_sym_AT] = ACTIONS(1750), - [anon_sym_BSLASH] = ACTIONS(1750), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym__] = ACTIONS(1750), - [anon_sym_BQUOTE] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_PIPE] = ACTIONS(1750), - [anon_sym_RBRACE] = ACTIONS(1750), - [anon_sym_TILDE] = ACTIONS(1750), - [anon_sym_LPAREN] = ACTIONS(1750), - [anon_sym_RPAREN] = ACTIONS(1750), - [aux_sym__word_token1] = ACTIONS(1750), - [aux_sym__word_token2] = ACTIONS(1750), - [aux_sym__word_token3] = ACTIONS(1750), - [sym__whitespace] = ACTIONS(1750), - [sym__soft_line_ending] = ACTIONS(1750), - [sym__block_close] = ACTIONS(1750), - [sym__block_quote_start] = ACTIONS(1750), - [sym__indented_chunk_start] = ACTIONS(1750), - [sym_atx_h1_marker] = ACTIONS(1750), - [sym_atx_h2_marker] = ACTIONS(1750), - [sym_atx_h3_marker] = ACTIONS(1750), - [sym_atx_h4_marker] = ACTIONS(1750), - [sym_atx_h5_marker] = ACTIONS(1750), - [sym_atx_h6_marker] = ACTIONS(1750), - [sym__thematic_break] = ACTIONS(1750), - [sym__list_marker_minus] = ACTIONS(1750), - [sym__list_marker_plus] = ACTIONS(1750), - [sym__list_marker_star] = ACTIONS(1750), - [sym__list_marker_parenthesis] = ACTIONS(1750), - [sym__list_marker_dot] = ACTIONS(1750), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1750), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1750), - [sym__fenced_code_block_start_backtick] = ACTIONS(1750), - [sym__fenced_code_block_start_tilde] = ACTIONS(1750), - [sym__blank_line_start] = ACTIONS(1750), - [sym__html_block_1_start] = ACTIONS(1750), - [sym__html_block_2_start] = ACTIONS(1750), - [sym__html_block_3_start] = ACTIONS(1750), - [sym__html_block_4_start] = ACTIONS(1750), - [sym__html_block_5_start] = ACTIONS(1750), - [sym__html_block_6_start] = ACTIONS(1750), - [sym__html_block_7_start] = ACTIONS(1750), - [sym__pipe_table_start] = ACTIONS(1750), + [ts_builtin_sym_end] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1326), + [anon_sym_RBRACK] = ACTIONS(1324), + [anon_sym_LT] = ACTIONS(1324), + [anon_sym_GT] = ACTIONS(1324), + [anon_sym_BANG] = ACTIONS(1324), + [anon_sym_DQUOTE] = ACTIONS(1324), + [anon_sym_POUND] = ACTIONS(1324), + [anon_sym_DOLLAR] = ACTIONS(1324), + [anon_sym_PERCENT] = ACTIONS(1324), + [anon_sym_AMP] = ACTIONS(1324), + [anon_sym_SQUOTE] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_COMMA] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_DOT] = ACTIONS(1324), + [anon_sym_SLASH] = ACTIONS(1324), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_SEMI] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1324), + [anon_sym_QMARK] = ACTIONS(1324), + [anon_sym_AT] = ACTIONS(1324), + [anon_sym_BSLASH] = ACTIONS(1324), + [anon_sym_CARET] = ACTIONS(1324), + [anon_sym__] = ACTIONS(1324), + [anon_sym_BQUOTE] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_PIPE] = ACTIONS(1324), + [anon_sym_RBRACE] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1324), + [anon_sym_RPAREN] = ACTIONS(1324), + [aux_sym__word_token1] = ACTIONS(1324), + [aux_sym__word_token2] = ACTIONS(1324), + [aux_sym__word_token3] = ACTIONS(1324), + [sym__whitespace] = ACTIONS(1324), + [sym__soft_line_ending] = ACTIONS(1324), + [sym__block_quote_start] = ACTIONS(1324), + [sym__indented_chunk_start] = ACTIONS(1324), + [sym_atx_h1_marker] = ACTIONS(1324), + [sym_atx_h2_marker] = ACTIONS(1324), + [sym_atx_h3_marker] = ACTIONS(1324), + [sym_atx_h4_marker] = ACTIONS(1324), + [sym_atx_h5_marker] = ACTIONS(1324), + [sym_atx_h6_marker] = ACTIONS(1324), + [sym__thematic_break] = ACTIONS(1324), + [sym__list_marker_minus] = ACTIONS(1324), + [sym__list_marker_plus] = ACTIONS(1324), + [sym__list_marker_star] = ACTIONS(1324), + [sym__list_marker_parenthesis] = ACTIONS(1324), + [sym__list_marker_dot] = ACTIONS(1324), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1324), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1324), + [sym__fenced_code_block_start_backtick] = ACTIONS(1324), + [sym__fenced_code_block_start_tilde] = ACTIONS(1324), + [sym__blank_line_start] = ACTIONS(1324), + [sym__html_block_1_start] = ACTIONS(1324), + [sym__html_block_2_start] = ACTIONS(1324), + [sym__html_block_3_start] = ACTIONS(1324), + [sym__html_block_4_start] = ACTIONS(1324), + [sym__html_block_5_start] = ACTIONS(1324), + [sym__html_block_6_start] = ACTIONS(1324), + [sym__html_block_7_start] = ACTIONS(1324), + [sym__pipe_table_start] = ACTIONS(1324), }, [331] = { - [ts_builtin_sym_end] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1322), - [anon_sym_RBRACK] = ACTIONS(1320), - [anon_sym_LT] = ACTIONS(1320), - [anon_sym_GT] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_PERCENT] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_COMMA] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_SLASH] = ACTIONS(1320), - [anon_sym_COLON] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_EQ] = ACTIONS(1320), - [anon_sym_QMARK] = ACTIONS(1320), - [anon_sym_AT] = ACTIONS(1320), - [anon_sym_BSLASH] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [anon_sym__] = ACTIONS(1320), - [anon_sym_BQUOTE] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [aux_sym__word_token1] = ACTIONS(1320), - [aux_sym__word_token2] = ACTIONS(1320), - [aux_sym__word_token3] = ACTIONS(1320), - [sym__whitespace] = ACTIONS(1320), - [sym__soft_line_ending] = ACTIONS(1320), - [sym__block_quote_start] = ACTIONS(1320), - [sym__indented_chunk_start] = ACTIONS(1320), - [sym_atx_h1_marker] = ACTIONS(1320), - [sym_atx_h2_marker] = ACTIONS(1320), - [sym_atx_h3_marker] = ACTIONS(1320), - [sym_atx_h4_marker] = ACTIONS(1320), - [sym_atx_h5_marker] = ACTIONS(1320), - [sym_atx_h6_marker] = ACTIONS(1320), - [sym__thematic_break] = ACTIONS(1320), - [sym__list_marker_minus] = ACTIONS(1320), - [sym__list_marker_plus] = ACTIONS(1320), - [sym__list_marker_star] = ACTIONS(1320), - [sym__list_marker_parenthesis] = ACTIONS(1320), - [sym__list_marker_dot] = ACTIONS(1320), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1320), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1320), - [sym__fenced_code_block_start_backtick] = ACTIONS(1320), - [sym__fenced_code_block_start_tilde] = ACTIONS(1320), - [sym__blank_line_start] = ACTIONS(1320), - [sym__html_block_1_start] = ACTIONS(1320), - [sym__html_block_2_start] = ACTIONS(1320), - [sym__html_block_3_start] = ACTIONS(1320), - [sym__html_block_4_start] = ACTIONS(1320), - [sym__html_block_5_start] = ACTIONS(1320), - [sym__html_block_6_start] = ACTIONS(1320), - [sym__html_block_7_start] = ACTIONS(1320), - [sym__pipe_table_start] = ACTIONS(1320), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_LT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_POUND] = ACTIONS(1470), + [anon_sym_DOLLAR] = ACTIONS(1470), + [anon_sym_PERCENT] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_DOT] = ACTIONS(1470), + [anon_sym_SLASH] = ACTIONS(1470), + [anon_sym_COLON] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_EQ] = ACTIONS(1470), + [anon_sym_QMARK] = ACTIONS(1470), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_BSLASH] = ACTIONS(1470), + [anon_sym_CARET] = ACTIONS(1470), + [anon_sym__] = ACTIONS(1470), + [anon_sym_BQUOTE] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_RPAREN] = ACTIONS(1470), + [aux_sym__word_token1] = ACTIONS(1470), + [aux_sym__word_token2] = ACTIONS(1470), + [aux_sym__word_token3] = ACTIONS(1470), + [sym__whitespace] = ACTIONS(1470), + [sym__soft_line_ending] = ACTIONS(1470), + [sym__block_close] = ACTIONS(1470), + [sym__block_quote_start] = ACTIONS(1470), + [sym__indented_chunk_start] = ACTIONS(1470), + [sym_atx_h1_marker] = ACTIONS(1470), + [sym_atx_h2_marker] = ACTIONS(1470), + [sym_atx_h3_marker] = ACTIONS(1470), + [sym_atx_h4_marker] = ACTIONS(1470), + [sym_atx_h5_marker] = ACTIONS(1470), + [sym_atx_h6_marker] = ACTIONS(1470), + [sym__thematic_break] = ACTIONS(1470), + [sym__list_marker_minus] = ACTIONS(1470), + [sym__list_marker_plus] = ACTIONS(1470), + [sym__list_marker_star] = ACTIONS(1470), + [sym__list_marker_parenthesis] = ACTIONS(1470), + [sym__list_marker_dot] = ACTIONS(1470), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1470), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1470), + [sym__fenced_code_block_start_backtick] = ACTIONS(1470), + [sym__fenced_code_block_start_tilde] = ACTIONS(1470), + [sym__blank_line_start] = ACTIONS(1470), + [sym__html_block_1_start] = ACTIONS(1470), + [sym__html_block_2_start] = ACTIONS(1470), + [sym__html_block_3_start] = ACTIONS(1470), + [sym__html_block_4_start] = ACTIONS(1470), + [sym__html_block_5_start] = ACTIONS(1470), + [sym__html_block_6_start] = ACTIONS(1470), + [sym__html_block_7_start] = ACTIONS(1470), + [sym__pipe_table_start] = ACTIONS(1470), }, [332] = { - [anon_sym_LBRACK] = ACTIONS(1748), - [anon_sym_RBRACK] = ACTIONS(1746), - [anon_sym_LT] = ACTIONS(1746), - [anon_sym_GT] = ACTIONS(1746), - [anon_sym_BANG] = ACTIONS(1746), - [anon_sym_DQUOTE] = ACTIONS(1746), - [anon_sym_POUND] = ACTIONS(1746), - [anon_sym_DOLLAR] = ACTIONS(1746), - [anon_sym_PERCENT] = ACTIONS(1746), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SQUOTE] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_COMMA] = ACTIONS(1746), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_SLASH] = ACTIONS(1746), - [anon_sym_COLON] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1746), - [anon_sym_EQ] = ACTIONS(1746), - [anon_sym_QMARK] = ACTIONS(1746), - [anon_sym_AT] = ACTIONS(1746), - [anon_sym_BSLASH] = ACTIONS(1746), - [anon_sym_CARET] = ACTIONS(1746), - [anon_sym__] = ACTIONS(1746), - [anon_sym_BQUOTE] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1746), - [anon_sym_RBRACE] = ACTIONS(1746), - [anon_sym_TILDE] = ACTIONS(1746), - [anon_sym_LPAREN] = ACTIONS(1746), - [anon_sym_RPAREN] = ACTIONS(1746), - [aux_sym__word_token1] = ACTIONS(1746), - [aux_sym__word_token2] = ACTIONS(1746), - [aux_sym__word_token3] = ACTIONS(1746), - [sym__whitespace] = ACTIONS(1746), - [sym__soft_line_ending] = ACTIONS(1746), - [sym__block_close] = ACTIONS(1746), - [sym__block_quote_start] = ACTIONS(1746), - [sym__indented_chunk_start] = ACTIONS(1746), - [sym_atx_h1_marker] = ACTIONS(1746), - [sym_atx_h2_marker] = ACTIONS(1746), - [sym_atx_h3_marker] = ACTIONS(1746), - [sym_atx_h4_marker] = ACTIONS(1746), - [sym_atx_h5_marker] = ACTIONS(1746), - [sym_atx_h6_marker] = ACTIONS(1746), - [sym__thematic_break] = ACTIONS(1746), - [sym__list_marker_minus] = ACTIONS(1746), - [sym__list_marker_plus] = ACTIONS(1746), - [sym__list_marker_star] = ACTIONS(1746), - [sym__list_marker_parenthesis] = ACTIONS(1746), - [sym__list_marker_dot] = ACTIONS(1746), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1746), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1746), - [sym__fenced_code_block_start_backtick] = ACTIONS(1746), - [sym__fenced_code_block_start_tilde] = ACTIONS(1746), - [sym__blank_line_start] = ACTIONS(1746), - [sym__html_block_1_start] = ACTIONS(1746), - [sym__html_block_2_start] = ACTIONS(1746), - [sym__html_block_3_start] = ACTIONS(1746), - [sym__html_block_4_start] = ACTIONS(1746), - [sym__html_block_5_start] = ACTIONS(1746), - [sym__html_block_6_start] = ACTIONS(1746), - [sym__html_block_7_start] = ACTIONS(1746), - [sym__pipe_table_start] = ACTIONS(1746), + [ts_builtin_sym_end] = ACTIONS(1740), + [anon_sym_LBRACK] = ACTIONS(1738), + [anon_sym_RBRACK] = ACTIONS(1740), + [anon_sym_LT] = ACTIONS(1740), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_BANG] = ACTIONS(1740), + [anon_sym_DQUOTE] = ACTIONS(1740), + [anon_sym_POUND] = ACTIONS(1740), + [anon_sym_DOLLAR] = ACTIONS(1740), + [anon_sym_PERCENT] = ACTIONS(1740), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SQUOTE] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_COMMA] = ACTIONS(1740), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_DOT] = ACTIONS(1740), + [anon_sym_SLASH] = ACTIONS(1740), + [anon_sym_COLON] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1740), + [anon_sym_EQ] = ACTIONS(1740), + [anon_sym_QMARK] = ACTIONS(1740), + [anon_sym_AT] = ACTIONS(1740), + [anon_sym_BSLASH] = ACTIONS(1740), + [anon_sym_CARET] = ACTIONS(1740), + [anon_sym__] = ACTIONS(1740), + [anon_sym_BQUOTE] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1740), + [anon_sym_PIPE] = ACTIONS(1740), + [anon_sym_RBRACE] = ACTIONS(1740), + [anon_sym_TILDE] = ACTIONS(1740), + [anon_sym_LPAREN] = ACTIONS(1740), + [anon_sym_RPAREN] = ACTIONS(1740), + [aux_sym__word_token1] = ACTIONS(1740), + [aux_sym__word_token2] = ACTIONS(1740), + [aux_sym__word_token3] = ACTIONS(1740), + [sym__whitespace] = ACTIONS(1740), + [sym__soft_line_ending] = ACTIONS(1740), + [sym__block_quote_start] = ACTIONS(1740), + [sym__indented_chunk_start] = ACTIONS(1740), + [sym_atx_h1_marker] = ACTIONS(1740), + [sym_atx_h2_marker] = ACTIONS(1740), + [sym_atx_h3_marker] = ACTIONS(1740), + [sym_atx_h4_marker] = ACTIONS(1740), + [sym_atx_h5_marker] = ACTIONS(1740), + [sym_atx_h6_marker] = ACTIONS(1740), + [sym__thematic_break] = ACTIONS(1740), + [sym__list_marker_minus] = ACTIONS(1740), + [sym__list_marker_plus] = ACTIONS(1740), + [sym__list_marker_star] = ACTIONS(1740), + [sym__list_marker_parenthesis] = ACTIONS(1740), + [sym__list_marker_dot] = ACTIONS(1740), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1740), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1740), + [sym__fenced_code_block_start_backtick] = ACTIONS(1740), + [sym__fenced_code_block_start_tilde] = ACTIONS(1740), + [sym__blank_line_start] = ACTIONS(1740), + [sym__html_block_1_start] = ACTIONS(1740), + [sym__html_block_2_start] = ACTIONS(1740), + [sym__html_block_3_start] = ACTIONS(1740), + [sym__html_block_4_start] = ACTIONS(1740), + [sym__html_block_5_start] = ACTIONS(1740), + [sym__html_block_6_start] = ACTIONS(1740), + [sym__html_block_7_start] = ACTIONS(1740), + [sym__pipe_table_start] = ACTIONS(1740), }, [333] = { - [ts_builtin_sym_end] = ACTIONS(1314), - [anon_sym_LBRACK] = ACTIONS(1316), - [anon_sym_RBRACK] = ACTIONS(1314), - [anon_sym_LT] = ACTIONS(1314), - [anon_sym_GT] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [anon_sym_POUND] = ACTIONS(1314), - [anon_sym_DOLLAR] = ACTIONS(1314), - [anon_sym_PERCENT] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_COMMA] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_DOT] = ACTIONS(1314), - [anon_sym_SLASH] = ACTIONS(1314), - [anon_sym_COLON] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym_EQ] = ACTIONS(1314), - [anon_sym_QMARK] = ACTIONS(1314), - [anon_sym_AT] = ACTIONS(1314), - [anon_sym_BSLASH] = ACTIONS(1314), - [anon_sym_CARET] = ACTIONS(1314), - [anon_sym__] = ACTIONS(1314), - [anon_sym_BQUOTE] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_PIPE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1314), - [anon_sym_RPAREN] = ACTIONS(1314), - [aux_sym__word_token1] = ACTIONS(1314), - [aux_sym__word_token2] = ACTIONS(1314), - [aux_sym__word_token3] = ACTIONS(1314), - [sym__whitespace] = ACTIONS(1314), - [sym__soft_line_ending] = ACTIONS(1314), - [sym__block_quote_start] = ACTIONS(1314), - [sym__indented_chunk_start] = ACTIONS(1314), - [sym_atx_h1_marker] = ACTIONS(1314), - [sym_atx_h2_marker] = ACTIONS(1314), - [sym_atx_h3_marker] = ACTIONS(1314), - [sym_atx_h4_marker] = ACTIONS(1314), - [sym_atx_h5_marker] = ACTIONS(1314), - [sym_atx_h6_marker] = ACTIONS(1314), - [sym__thematic_break] = ACTIONS(1314), - [sym__list_marker_minus] = ACTIONS(1314), - [sym__list_marker_plus] = ACTIONS(1314), - [sym__list_marker_star] = ACTIONS(1314), - [sym__list_marker_parenthesis] = ACTIONS(1314), - [sym__list_marker_dot] = ACTIONS(1314), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1314), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1314), - [sym__fenced_code_block_start_backtick] = ACTIONS(1314), - [sym__fenced_code_block_start_tilde] = ACTIONS(1314), - [sym__blank_line_start] = ACTIONS(1314), - [sym__html_block_1_start] = ACTIONS(1314), - [sym__html_block_2_start] = ACTIONS(1314), - [sym__html_block_3_start] = ACTIONS(1314), - [sym__html_block_4_start] = ACTIONS(1314), - [sym__html_block_5_start] = ACTIONS(1314), - [sym__html_block_6_start] = ACTIONS(1314), - [sym__html_block_7_start] = ACTIONS(1314), - [sym__pipe_table_start] = ACTIONS(1314), + [ts_builtin_sym_end] = ACTIONS(1744), + [anon_sym_LBRACK] = ACTIONS(1742), + [anon_sym_RBRACK] = ACTIONS(1744), + [anon_sym_LT] = ACTIONS(1744), + [anon_sym_GT] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(1744), + [anon_sym_DQUOTE] = ACTIONS(1744), + [anon_sym_POUND] = ACTIONS(1744), + [anon_sym_DOLLAR] = ACTIONS(1744), + [anon_sym_PERCENT] = ACTIONS(1744), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SQUOTE] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_COMMA] = ACTIONS(1744), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_SLASH] = ACTIONS(1744), + [anon_sym_COLON] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1744), + [anon_sym_EQ] = ACTIONS(1744), + [anon_sym_QMARK] = ACTIONS(1744), + [anon_sym_AT] = ACTIONS(1744), + [anon_sym_BSLASH] = ACTIONS(1744), + [anon_sym_CARET] = ACTIONS(1744), + [anon_sym__] = ACTIONS(1744), + [anon_sym_BQUOTE] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1744), + [anon_sym_RBRACE] = ACTIONS(1744), + [anon_sym_TILDE] = ACTIONS(1744), + [anon_sym_LPAREN] = ACTIONS(1744), + [anon_sym_RPAREN] = ACTIONS(1744), + [aux_sym__word_token1] = ACTIONS(1744), + [aux_sym__word_token2] = ACTIONS(1744), + [aux_sym__word_token3] = ACTIONS(1744), + [sym__whitespace] = ACTIONS(1744), + [sym__soft_line_ending] = ACTIONS(1744), + [sym__block_quote_start] = ACTIONS(1744), + [sym__indented_chunk_start] = ACTIONS(1744), + [sym_atx_h1_marker] = ACTIONS(1744), + [sym_atx_h2_marker] = ACTIONS(1744), + [sym_atx_h3_marker] = ACTIONS(1744), + [sym_atx_h4_marker] = ACTIONS(1744), + [sym_atx_h5_marker] = ACTIONS(1744), + [sym_atx_h6_marker] = ACTIONS(1744), + [sym__thematic_break] = ACTIONS(1744), + [sym__list_marker_minus] = ACTIONS(1744), + [sym__list_marker_plus] = ACTIONS(1744), + [sym__list_marker_star] = ACTIONS(1744), + [sym__list_marker_parenthesis] = ACTIONS(1744), + [sym__list_marker_dot] = ACTIONS(1744), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1744), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1744), + [sym__fenced_code_block_start_backtick] = ACTIONS(1744), + [sym__fenced_code_block_start_tilde] = ACTIONS(1744), + [sym__blank_line_start] = ACTIONS(1744), + [sym__html_block_1_start] = ACTIONS(1744), + [sym__html_block_2_start] = ACTIONS(1744), + [sym__html_block_3_start] = ACTIONS(1744), + [sym__html_block_4_start] = ACTIONS(1744), + [sym__html_block_5_start] = ACTIONS(1744), + [sym__html_block_6_start] = ACTIONS(1744), + [sym__html_block_7_start] = ACTIONS(1744), + [sym__pipe_table_start] = ACTIONS(1744), }, [334] = { - [anon_sym_LBRACK] = ACTIONS(1744), - [anon_sym_RBRACK] = ACTIONS(1742), - [anon_sym_LT] = ACTIONS(1742), - [anon_sym_GT] = ACTIONS(1742), - [anon_sym_BANG] = ACTIONS(1742), - [anon_sym_DQUOTE] = ACTIONS(1742), - [anon_sym_POUND] = ACTIONS(1742), - [anon_sym_DOLLAR] = ACTIONS(1742), - [anon_sym_PERCENT] = ACTIONS(1742), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SQUOTE] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_COMMA] = ACTIONS(1742), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SLASH] = ACTIONS(1742), - [anon_sym_COLON] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1742), - [anon_sym_EQ] = ACTIONS(1742), - [anon_sym_QMARK] = ACTIONS(1742), - [anon_sym_AT] = ACTIONS(1742), - [anon_sym_BSLASH] = ACTIONS(1742), - [anon_sym_CARET] = ACTIONS(1742), - [anon_sym__] = ACTIONS(1742), - [anon_sym_BQUOTE] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1742), - [anon_sym_PIPE] = ACTIONS(1742), - [anon_sym_RBRACE] = ACTIONS(1742), - [anon_sym_TILDE] = ACTIONS(1742), - [anon_sym_LPAREN] = ACTIONS(1742), - [anon_sym_RPAREN] = ACTIONS(1742), - [aux_sym__word_token1] = ACTIONS(1742), - [aux_sym__word_token2] = ACTIONS(1742), - [aux_sym__word_token3] = ACTIONS(1742), - [sym__whitespace] = ACTIONS(1742), - [sym__soft_line_ending] = ACTIONS(1742), - [sym__block_close] = ACTIONS(1742), - [sym__block_quote_start] = ACTIONS(1742), - [sym__indented_chunk_start] = ACTIONS(1742), - [sym_atx_h1_marker] = ACTIONS(1742), - [sym_atx_h2_marker] = ACTIONS(1742), - [sym_atx_h3_marker] = ACTIONS(1742), - [sym_atx_h4_marker] = ACTIONS(1742), - [sym_atx_h5_marker] = ACTIONS(1742), - [sym_atx_h6_marker] = ACTIONS(1742), - [sym__thematic_break] = ACTIONS(1742), - [sym__list_marker_minus] = ACTIONS(1742), - [sym__list_marker_plus] = ACTIONS(1742), - [sym__list_marker_star] = ACTIONS(1742), - [sym__list_marker_parenthesis] = ACTIONS(1742), - [sym__list_marker_dot] = ACTIONS(1742), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1742), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1742), - [sym__fenced_code_block_start_backtick] = ACTIONS(1742), - [sym__fenced_code_block_start_tilde] = ACTIONS(1742), - [sym__blank_line_start] = ACTIONS(1742), - [sym__html_block_1_start] = ACTIONS(1742), - [sym__html_block_2_start] = ACTIONS(1742), - [sym__html_block_3_start] = ACTIONS(1742), - [sym__html_block_4_start] = ACTIONS(1742), - [sym__html_block_5_start] = ACTIONS(1742), - [sym__html_block_6_start] = ACTIONS(1742), - [sym__html_block_7_start] = ACTIONS(1742), - [sym__pipe_table_start] = ACTIONS(1742), + [ts_builtin_sym_end] = ACTIONS(1748), + [anon_sym_LBRACK] = ACTIONS(1746), + [anon_sym_RBRACK] = ACTIONS(1748), + [anon_sym_LT] = ACTIONS(1748), + [anon_sym_GT] = ACTIONS(1748), + [anon_sym_BANG] = ACTIONS(1748), + [anon_sym_DQUOTE] = ACTIONS(1748), + [anon_sym_POUND] = ACTIONS(1748), + [anon_sym_DOLLAR] = ACTIONS(1748), + [anon_sym_PERCENT] = ACTIONS(1748), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SQUOTE] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_COMMA] = ACTIONS(1748), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_DOT] = ACTIONS(1748), + [anon_sym_SLASH] = ACTIONS(1748), + [anon_sym_COLON] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1748), + [anon_sym_EQ] = ACTIONS(1748), + [anon_sym_QMARK] = ACTIONS(1748), + [anon_sym_AT] = ACTIONS(1748), + [anon_sym_BSLASH] = ACTIONS(1748), + [anon_sym_CARET] = ACTIONS(1748), + [anon_sym__] = ACTIONS(1748), + [anon_sym_BQUOTE] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1748), + [anon_sym_PIPE] = ACTIONS(1748), + [anon_sym_RBRACE] = ACTIONS(1748), + [anon_sym_TILDE] = ACTIONS(1748), + [anon_sym_LPAREN] = ACTIONS(1748), + [anon_sym_RPAREN] = ACTIONS(1748), + [aux_sym__word_token1] = ACTIONS(1748), + [aux_sym__word_token2] = ACTIONS(1748), + [aux_sym__word_token3] = ACTIONS(1748), + [sym__whitespace] = ACTIONS(1748), + [sym__soft_line_ending] = ACTIONS(1748), + [sym__block_quote_start] = ACTIONS(1748), + [sym__indented_chunk_start] = ACTIONS(1748), + [sym_atx_h1_marker] = ACTIONS(1748), + [sym_atx_h2_marker] = ACTIONS(1748), + [sym_atx_h3_marker] = ACTIONS(1748), + [sym_atx_h4_marker] = ACTIONS(1748), + [sym_atx_h5_marker] = ACTIONS(1748), + [sym_atx_h6_marker] = ACTIONS(1748), + [sym__thematic_break] = ACTIONS(1748), + [sym__list_marker_minus] = ACTIONS(1748), + [sym__list_marker_plus] = ACTIONS(1748), + [sym__list_marker_star] = ACTIONS(1748), + [sym__list_marker_parenthesis] = ACTIONS(1748), + [sym__list_marker_dot] = ACTIONS(1748), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1748), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1748), + [sym__fenced_code_block_start_backtick] = ACTIONS(1748), + [sym__fenced_code_block_start_tilde] = ACTIONS(1748), + [sym__blank_line_start] = ACTIONS(1748), + [sym__html_block_1_start] = ACTIONS(1748), + [sym__html_block_2_start] = ACTIONS(1748), + [sym__html_block_3_start] = ACTIONS(1748), + [sym__html_block_4_start] = ACTIONS(1748), + [sym__html_block_5_start] = ACTIONS(1748), + [sym__html_block_6_start] = ACTIONS(1748), + [sym__html_block_7_start] = ACTIONS(1748), + [sym__pipe_table_start] = ACTIONS(1748), }, [335] = { - [ts_builtin_sym_end] = ACTIONS(1302), - [anon_sym_LBRACK] = ACTIONS(1300), - [anon_sym_RBRACK] = ACTIONS(1302), - [anon_sym_LT] = ACTIONS(1302), - [anon_sym_GT] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [anon_sym_POUND] = ACTIONS(1302), - [anon_sym_DOLLAR] = ACTIONS(1302), - [anon_sym_PERCENT] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_COMMA] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DOT] = ACTIONS(1302), - [anon_sym_SLASH] = ACTIONS(1302), - [anon_sym_COLON] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym_EQ] = ACTIONS(1302), - [anon_sym_QMARK] = ACTIONS(1302), - [anon_sym_AT] = ACTIONS(1302), - [anon_sym_BSLASH] = ACTIONS(1302), - [anon_sym_CARET] = ACTIONS(1302), - [anon_sym__] = ACTIONS(1302), - [anon_sym_BQUOTE] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_PIPE] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1302), - [anon_sym_RPAREN] = ACTIONS(1302), - [aux_sym__word_token1] = ACTIONS(1302), - [aux_sym__word_token2] = ACTIONS(1302), - [aux_sym__word_token3] = ACTIONS(1302), - [sym__whitespace] = ACTIONS(1302), - [sym__soft_line_ending] = ACTIONS(1302), - [sym__block_quote_start] = ACTIONS(1302), - [sym__indented_chunk_start] = ACTIONS(1302), - [sym_atx_h1_marker] = ACTIONS(1302), - [sym_atx_h2_marker] = ACTIONS(1302), - [sym_atx_h3_marker] = ACTIONS(1302), - [sym_atx_h4_marker] = ACTIONS(1302), - [sym_atx_h5_marker] = ACTIONS(1302), - [sym_atx_h6_marker] = ACTIONS(1302), - [sym__thematic_break] = ACTIONS(1302), - [sym__list_marker_minus] = ACTIONS(1302), - [sym__list_marker_plus] = ACTIONS(1302), - [sym__list_marker_star] = ACTIONS(1302), - [sym__list_marker_parenthesis] = ACTIONS(1302), - [sym__list_marker_dot] = ACTIONS(1302), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1302), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1302), - [sym__fenced_code_block_start_backtick] = ACTIONS(1302), - [sym__fenced_code_block_start_tilde] = ACTIONS(1302), - [sym__blank_line_start] = ACTIONS(1302), - [sym__html_block_1_start] = ACTIONS(1302), - [sym__html_block_2_start] = ACTIONS(1302), - [sym__html_block_3_start] = ACTIONS(1302), - [sym__html_block_4_start] = ACTIONS(1302), - [sym__html_block_5_start] = ACTIONS(1302), - [sym__html_block_6_start] = ACTIONS(1302), - [sym__html_block_7_start] = ACTIONS(1302), - [sym__pipe_table_start] = ACTIONS(1302), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_RBRACK] = ACTIONS(1253), + [anon_sym_LT] = ACTIONS(1253), + [anon_sym_GT] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [anon_sym_POUND] = ACTIONS(1253), + [anon_sym_DOLLAR] = ACTIONS(1253), + [anon_sym_PERCENT] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1253), + [anon_sym_COMMA] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1253), + [anon_sym_DOT] = ACTIONS(1253), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_COLON] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_EQ] = ACTIONS(1253), + [anon_sym_QMARK] = ACTIONS(1253), + [anon_sym_AT] = ACTIONS(1253), + [anon_sym_BSLASH] = ACTIONS(1253), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym__] = ACTIONS(1253), + [anon_sym_BQUOTE] = ACTIONS(1253), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_PIPE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_LPAREN] = ACTIONS(1253), + [anon_sym_RPAREN] = ACTIONS(1253), + [aux_sym__word_token1] = ACTIONS(1253), + [aux_sym__word_token2] = ACTIONS(1253), + [aux_sym__word_token3] = ACTIONS(1253), + [sym__whitespace] = ACTIONS(1253), + [sym__soft_line_ending] = ACTIONS(1253), + [sym__block_close] = ACTIONS(1253), + [sym__block_quote_start] = ACTIONS(1253), + [sym__indented_chunk_start] = ACTIONS(1253), + [sym_atx_h1_marker] = ACTIONS(1253), + [sym_atx_h2_marker] = ACTIONS(1253), + [sym_atx_h3_marker] = ACTIONS(1253), + [sym_atx_h4_marker] = ACTIONS(1253), + [sym_atx_h5_marker] = ACTIONS(1253), + [sym_atx_h6_marker] = ACTIONS(1253), + [sym__thematic_break] = ACTIONS(1253), + [sym__list_marker_minus] = ACTIONS(1253), + [sym__list_marker_plus] = ACTIONS(1253), + [sym__list_marker_star] = ACTIONS(1253), + [sym__list_marker_parenthesis] = ACTIONS(1253), + [sym__list_marker_dot] = ACTIONS(1253), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1253), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1253), + [sym__fenced_code_block_start_backtick] = ACTIONS(1253), + [sym__fenced_code_block_start_tilde] = ACTIONS(1253), + [sym__blank_line_start] = ACTIONS(1253), + [sym__html_block_1_start] = ACTIONS(1253), + [sym__html_block_2_start] = ACTIONS(1253), + [sym__html_block_3_start] = ACTIONS(1253), + [sym__html_block_4_start] = ACTIONS(1253), + [sym__html_block_5_start] = ACTIONS(1253), + [sym__html_block_6_start] = ACTIONS(1253), + [sym__html_block_7_start] = ACTIONS(1253), + [sym__pipe_table_start] = ACTIONS(1253), }, [336] = { + [ts_builtin_sym_end] = ACTIONS(1170), + [anon_sym_LBRACK] = ACTIONS(1168), + [anon_sym_RBRACK] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_BANG] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1170), + [anon_sym_POUND] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_SQUOTE] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_DOT] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_COLON] = ACTIONS(1170), + [anon_sym_SEMI] = ACTIONS(1170), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_AT] = ACTIONS(1170), + [anon_sym_BSLASH] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym__] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_RBRACE] = ACTIONS(1170), + [anon_sym_TILDE] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1170), + [anon_sym_RPAREN] = ACTIONS(1170), + [aux_sym__word_token1] = ACTIONS(1170), + [aux_sym__word_token2] = ACTIONS(1170), + [aux_sym__word_token3] = ACTIONS(1170), + [sym__whitespace] = ACTIONS(1170), + [sym__soft_line_ending] = ACTIONS(1170), + [sym__block_quote_start] = ACTIONS(1170), + [sym__indented_chunk_start] = ACTIONS(1170), + [sym_atx_h1_marker] = ACTIONS(1170), + [sym_atx_h2_marker] = ACTIONS(1170), + [sym_atx_h3_marker] = ACTIONS(1170), + [sym_atx_h4_marker] = ACTIONS(1170), + [sym_atx_h5_marker] = ACTIONS(1170), + [sym_atx_h6_marker] = ACTIONS(1170), + [sym__thematic_break] = ACTIONS(1170), + [sym__list_marker_minus] = ACTIONS(1170), + [sym__list_marker_plus] = ACTIONS(1170), + [sym__list_marker_star] = ACTIONS(1170), + [sym__list_marker_parenthesis] = ACTIONS(1170), + [sym__list_marker_dot] = ACTIONS(1170), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1170), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1170), + [sym__fenced_code_block_start_backtick] = ACTIONS(1170), + [sym__fenced_code_block_start_tilde] = ACTIONS(1170), + [sym__blank_line_start] = ACTIONS(1170), + [sym__html_block_1_start] = ACTIONS(1170), + [sym__html_block_2_start] = ACTIONS(1170), + [sym__html_block_3_start] = ACTIONS(1170), + [sym__html_block_4_start] = ACTIONS(1170), + [sym__html_block_5_start] = ACTIONS(1170), + [sym__html_block_6_start] = ACTIONS(1170), + [sym__html_block_7_start] = ACTIONS(1170), + [sym__pipe_table_start] = ACTIONS(1170), + }, + [337] = { + [ts_builtin_sym_end] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_RBRACK] = ACTIONS(1752), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_DQUOTE] = ACTIONS(1752), + [anon_sym_POUND] = ACTIONS(1752), + [anon_sym_DOLLAR] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_COLON] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_QMARK] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1752), + [anon_sym_BSLASH] = ACTIONS(1752), + [anon_sym_CARET] = ACTIONS(1752), + [anon_sym__] = ACTIONS(1752), + [anon_sym_BQUOTE] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1752), + [anon_sym_PIPE] = ACTIONS(1752), + [anon_sym_RBRACE] = ACTIONS(1752), + [anon_sym_TILDE] = ACTIONS(1752), + [anon_sym_LPAREN] = ACTIONS(1752), + [anon_sym_RPAREN] = ACTIONS(1752), + [aux_sym__word_token1] = ACTIONS(1752), + [aux_sym__word_token2] = ACTIONS(1752), + [aux_sym__word_token3] = ACTIONS(1752), + [sym__whitespace] = ACTIONS(1752), + [sym__soft_line_ending] = ACTIONS(1752), + [sym__block_quote_start] = ACTIONS(1752), + [sym__indented_chunk_start] = ACTIONS(1752), + [sym_atx_h1_marker] = ACTIONS(1752), + [sym_atx_h2_marker] = ACTIONS(1752), + [sym_atx_h3_marker] = ACTIONS(1752), + [sym_atx_h4_marker] = ACTIONS(1752), + [sym_atx_h5_marker] = ACTIONS(1752), + [sym_atx_h6_marker] = ACTIONS(1752), + [sym__thematic_break] = ACTIONS(1752), + [sym__list_marker_minus] = ACTIONS(1752), + [sym__list_marker_plus] = ACTIONS(1752), + [sym__list_marker_star] = ACTIONS(1752), + [sym__list_marker_parenthesis] = ACTIONS(1752), + [sym__list_marker_dot] = ACTIONS(1752), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1752), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1752), + [sym__fenced_code_block_start_backtick] = ACTIONS(1752), + [sym__fenced_code_block_start_tilde] = ACTIONS(1752), + [sym__blank_line_start] = ACTIONS(1752), + [sym__html_block_1_start] = ACTIONS(1752), + [sym__html_block_2_start] = ACTIONS(1752), + [sym__html_block_3_start] = ACTIONS(1752), + [sym__html_block_4_start] = ACTIONS(1752), + [sym__html_block_5_start] = ACTIONS(1752), + [sym__html_block_6_start] = ACTIONS(1752), + [sym__html_block_7_start] = ACTIONS(1752), + [sym__pipe_table_start] = ACTIONS(1752), + }, + [338] = { + [ts_builtin_sym_end] = ACTIONS(1756), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1756), + [anon_sym_LT] = ACTIONS(1756), + [anon_sym_GT] = ACTIONS(1756), + [anon_sym_BANG] = ACTIONS(1756), + [anon_sym_DQUOTE] = ACTIONS(1756), + [anon_sym_POUND] = ACTIONS(1756), + [anon_sym_DOLLAR] = ACTIONS(1756), + [anon_sym_PERCENT] = ACTIONS(1756), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SQUOTE] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_COMMA] = ACTIONS(1756), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_DOT] = ACTIONS(1756), + [anon_sym_SLASH] = ACTIONS(1756), + [anon_sym_COLON] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1756), + [anon_sym_EQ] = ACTIONS(1756), + [anon_sym_QMARK] = ACTIONS(1756), + [anon_sym_AT] = ACTIONS(1756), + [anon_sym_BSLASH] = ACTIONS(1756), + [anon_sym_CARET] = ACTIONS(1756), + [anon_sym__] = ACTIONS(1756), + [anon_sym_BQUOTE] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1756), + [anon_sym_PIPE] = ACTIONS(1756), + [anon_sym_RBRACE] = ACTIONS(1756), + [anon_sym_TILDE] = ACTIONS(1756), + [anon_sym_LPAREN] = ACTIONS(1756), + [anon_sym_RPAREN] = ACTIONS(1756), + [aux_sym__word_token1] = ACTIONS(1756), + [aux_sym__word_token2] = ACTIONS(1756), + [aux_sym__word_token3] = ACTIONS(1756), + [sym__whitespace] = ACTIONS(1756), + [sym__soft_line_ending] = ACTIONS(1756), + [sym__block_quote_start] = ACTIONS(1756), + [sym__indented_chunk_start] = ACTIONS(1756), + [sym_atx_h1_marker] = ACTIONS(1756), + [sym_atx_h2_marker] = ACTIONS(1756), + [sym_atx_h3_marker] = ACTIONS(1756), + [sym_atx_h4_marker] = ACTIONS(1756), + [sym_atx_h5_marker] = ACTIONS(1756), + [sym_atx_h6_marker] = ACTIONS(1756), + [sym__thematic_break] = ACTIONS(1756), + [sym__list_marker_minus] = ACTIONS(1756), + [sym__list_marker_plus] = ACTIONS(1756), + [sym__list_marker_star] = ACTIONS(1756), + [sym__list_marker_parenthesis] = ACTIONS(1756), + [sym__list_marker_dot] = ACTIONS(1756), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1756), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1756), + [sym__fenced_code_block_start_backtick] = ACTIONS(1756), + [sym__fenced_code_block_start_tilde] = ACTIONS(1756), + [sym__blank_line_start] = ACTIONS(1756), + [sym__html_block_1_start] = ACTIONS(1756), + [sym__html_block_2_start] = ACTIONS(1756), + [sym__html_block_3_start] = ACTIONS(1756), + [sym__html_block_4_start] = ACTIONS(1756), + [sym__html_block_5_start] = ACTIONS(1756), + [sym__html_block_6_start] = ACTIONS(1756), + [sym__html_block_7_start] = ACTIONS(1756), + [sym__pipe_table_start] = ACTIONS(1756), + }, + [339] = { + [ts_builtin_sym_end] = ACTIONS(1572), + [anon_sym_LBRACK] = ACTIONS(1570), + [anon_sym_RBRACK] = ACTIONS(1572), + [anon_sym_LT] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_BANG] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1572), + [anon_sym_POUND] = ACTIONS(1572), + [anon_sym_DOLLAR] = ACTIONS(1572), + [anon_sym_PERCENT] = ACTIONS(1572), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_SQUOTE] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_COMMA] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_COLON] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1572), + [anon_sym_EQ] = ACTIONS(1572), + [anon_sym_QMARK] = ACTIONS(1572), + [anon_sym_AT] = ACTIONS(1572), + [anon_sym_BSLASH] = ACTIONS(1572), + [anon_sym_CARET] = ACTIONS(1572), + [anon_sym__] = ACTIONS(1572), + [anon_sym_BQUOTE] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1572), + [anon_sym_PIPE] = ACTIONS(1572), + [anon_sym_RBRACE] = ACTIONS(1572), + [anon_sym_TILDE] = ACTIONS(1572), + [anon_sym_LPAREN] = ACTIONS(1572), + [anon_sym_RPAREN] = ACTIONS(1572), + [aux_sym__word_token1] = ACTIONS(1572), + [aux_sym__word_token2] = ACTIONS(1572), + [aux_sym__word_token3] = ACTIONS(1572), + [sym__whitespace] = ACTIONS(1572), + [sym__soft_line_ending] = ACTIONS(1572), + [sym__block_quote_start] = ACTIONS(1572), + [sym__indented_chunk_start] = ACTIONS(1572), + [sym_atx_h1_marker] = ACTIONS(1572), + [sym_atx_h2_marker] = ACTIONS(1572), + [sym_atx_h3_marker] = ACTIONS(1572), + [sym_atx_h4_marker] = ACTIONS(1572), + [sym_atx_h5_marker] = ACTIONS(1572), + [sym_atx_h6_marker] = ACTIONS(1572), + [sym__thematic_break] = ACTIONS(1572), + [sym__list_marker_minus] = ACTIONS(1572), + [sym__list_marker_plus] = ACTIONS(1572), + [sym__list_marker_star] = ACTIONS(1572), + [sym__list_marker_parenthesis] = ACTIONS(1572), + [sym__list_marker_dot] = ACTIONS(1572), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1572), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1572), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1572), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1572), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1572), + [sym__fenced_code_block_start_backtick] = ACTIONS(1572), + [sym__fenced_code_block_start_tilde] = ACTIONS(1572), + [sym__blank_line_start] = ACTIONS(1572), + [sym__html_block_1_start] = ACTIONS(1572), + [sym__html_block_2_start] = ACTIONS(1572), + [sym__html_block_3_start] = ACTIONS(1572), + [sym__html_block_4_start] = ACTIONS(1572), + [sym__html_block_5_start] = ACTIONS(1572), + [sym__html_block_6_start] = ACTIONS(1572), + [sym__html_block_7_start] = ACTIONS(1572), + [sym__pipe_table_start] = ACTIONS(1572), + }, + [340] = { + [ts_builtin_sym_end] = ACTIONS(1760), + [anon_sym_LBRACK] = ACTIONS(1758), + [anon_sym_RBRACK] = ACTIONS(1760), + [anon_sym_LT] = ACTIONS(1760), + [anon_sym_GT] = ACTIONS(1760), + [anon_sym_BANG] = ACTIONS(1760), + [anon_sym_DQUOTE] = ACTIONS(1760), + [anon_sym_POUND] = ACTIONS(1760), + [anon_sym_DOLLAR] = ACTIONS(1760), + [anon_sym_PERCENT] = ACTIONS(1760), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SQUOTE] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_COMMA] = ACTIONS(1760), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_DOT] = ACTIONS(1760), + [anon_sym_SLASH] = ACTIONS(1760), + [anon_sym_COLON] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1760), + [anon_sym_EQ] = ACTIONS(1760), + [anon_sym_QMARK] = ACTIONS(1760), + [anon_sym_AT] = ACTIONS(1760), + [anon_sym_BSLASH] = ACTIONS(1760), + [anon_sym_CARET] = ACTIONS(1760), + [anon_sym__] = ACTIONS(1760), + [anon_sym_BQUOTE] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1760), + [anon_sym_PIPE] = ACTIONS(1760), + [anon_sym_RBRACE] = ACTIONS(1760), + [anon_sym_TILDE] = ACTIONS(1760), + [anon_sym_LPAREN] = ACTIONS(1760), + [anon_sym_RPAREN] = ACTIONS(1760), + [aux_sym__word_token1] = ACTIONS(1760), + [aux_sym__word_token2] = ACTIONS(1760), + [aux_sym__word_token3] = ACTIONS(1760), + [sym__whitespace] = ACTIONS(1760), + [sym__soft_line_ending] = ACTIONS(1760), + [sym__block_quote_start] = ACTIONS(1760), + [sym__indented_chunk_start] = ACTIONS(1760), + [sym_atx_h1_marker] = ACTIONS(1760), + [sym_atx_h2_marker] = ACTIONS(1760), + [sym_atx_h3_marker] = ACTIONS(1760), + [sym_atx_h4_marker] = ACTIONS(1760), + [sym_atx_h5_marker] = ACTIONS(1760), + [sym_atx_h6_marker] = ACTIONS(1760), + [sym__thematic_break] = ACTIONS(1760), + [sym__list_marker_minus] = ACTIONS(1760), + [sym__list_marker_plus] = ACTIONS(1760), + [sym__list_marker_star] = ACTIONS(1760), + [sym__list_marker_parenthesis] = ACTIONS(1760), + [sym__list_marker_dot] = ACTIONS(1760), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1760), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1760), + [sym__fenced_code_block_start_backtick] = ACTIONS(1760), + [sym__fenced_code_block_start_tilde] = ACTIONS(1760), + [sym__blank_line_start] = ACTIONS(1760), + [sym__html_block_1_start] = ACTIONS(1760), + [sym__html_block_2_start] = ACTIONS(1760), + [sym__html_block_3_start] = ACTIONS(1760), + [sym__html_block_4_start] = ACTIONS(1760), + [sym__html_block_5_start] = ACTIONS(1760), + [sym__html_block_6_start] = ACTIONS(1760), + [sym__html_block_7_start] = ACTIONS(1760), + [sym__pipe_table_start] = ACTIONS(1760), + }, + [341] = { + [ts_builtin_sym_end] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(1762), + [anon_sym_RBRACK] = ACTIONS(1764), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_DQUOTE] = ACTIONS(1764), + [anon_sym_POUND] = ACTIONS(1764), + [anon_sym_DOLLAR] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_COMMA] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_COLON] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_QMARK] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(1764), + [anon_sym_BSLASH] = ACTIONS(1764), + [anon_sym_CARET] = ACTIONS(1764), + [anon_sym__] = ACTIONS(1764), + [anon_sym_BQUOTE] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1764), + [anon_sym_PIPE] = ACTIONS(1764), + [anon_sym_RBRACE] = ACTIONS(1764), + [anon_sym_TILDE] = ACTIONS(1764), + [anon_sym_LPAREN] = ACTIONS(1764), + [anon_sym_RPAREN] = ACTIONS(1764), + [aux_sym__word_token1] = ACTIONS(1764), + [aux_sym__word_token2] = ACTIONS(1764), + [aux_sym__word_token3] = ACTIONS(1764), + [sym__whitespace] = ACTIONS(1764), + [sym__soft_line_ending] = ACTIONS(1764), + [sym__block_quote_start] = ACTIONS(1764), + [sym__indented_chunk_start] = ACTIONS(1764), + [sym_atx_h1_marker] = ACTIONS(1764), + [sym_atx_h2_marker] = ACTIONS(1764), + [sym_atx_h3_marker] = ACTIONS(1764), + [sym_atx_h4_marker] = ACTIONS(1764), + [sym_atx_h5_marker] = ACTIONS(1764), + [sym_atx_h6_marker] = ACTIONS(1764), + [sym__thematic_break] = ACTIONS(1764), + [sym__list_marker_minus] = ACTIONS(1764), + [sym__list_marker_plus] = ACTIONS(1764), + [sym__list_marker_star] = ACTIONS(1764), + [sym__list_marker_parenthesis] = ACTIONS(1764), + [sym__list_marker_dot] = ACTIONS(1764), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1764), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1764), + [sym__fenced_code_block_start_backtick] = ACTIONS(1764), + [sym__fenced_code_block_start_tilde] = ACTIONS(1764), + [sym__blank_line_start] = ACTIONS(1764), + [sym__html_block_1_start] = ACTIONS(1764), + [sym__html_block_2_start] = ACTIONS(1764), + [sym__html_block_3_start] = ACTIONS(1764), + [sym__html_block_4_start] = ACTIONS(1764), + [sym__html_block_5_start] = ACTIONS(1764), + [sym__html_block_6_start] = ACTIONS(1764), + [sym__html_block_7_start] = ACTIONS(1764), + [sym__pipe_table_start] = ACTIONS(1764), + }, + [342] = { + [ts_builtin_sym_end] = ACTIONS(1768), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(1768), + [anon_sym_DQUOTE] = ACTIONS(1768), + [anon_sym_POUND] = ACTIONS(1768), + [anon_sym_DOLLAR] = ACTIONS(1768), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SQUOTE] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1768), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_DOT] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_AT] = ACTIONS(1768), + [anon_sym_BSLASH] = ACTIONS(1768), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym__] = ACTIONS(1768), + [anon_sym_BQUOTE] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1768), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_TILDE] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1768), + [anon_sym_RPAREN] = ACTIONS(1768), + [aux_sym__word_token1] = ACTIONS(1768), + [aux_sym__word_token2] = ACTIONS(1768), + [aux_sym__word_token3] = ACTIONS(1768), + [sym__whitespace] = ACTIONS(1768), + [sym__soft_line_ending] = ACTIONS(1768), + [sym__block_quote_start] = ACTIONS(1768), + [sym__indented_chunk_start] = ACTIONS(1768), + [sym_atx_h1_marker] = ACTIONS(1768), + [sym_atx_h2_marker] = ACTIONS(1768), + [sym_atx_h3_marker] = ACTIONS(1768), + [sym_atx_h4_marker] = ACTIONS(1768), + [sym_atx_h5_marker] = ACTIONS(1768), + [sym_atx_h6_marker] = ACTIONS(1768), + [sym__thematic_break] = ACTIONS(1768), + [sym__list_marker_minus] = ACTIONS(1768), + [sym__list_marker_plus] = ACTIONS(1768), + [sym__list_marker_star] = ACTIONS(1768), + [sym__list_marker_parenthesis] = ACTIONS(1768), + [sym__list_marker_dot] = ACTIONS(1768), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1768), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1768), + [sym__fenced_code_block_start_backtick] = ACTIONS(1768), + [sym__fenced_code_block_start_tilde] = ACTIONS(1768), + [sym__blank_line_start] = ACTIONS(1768), + [sym__html_block_1_start] = ACTIONS(1768), + [sym__html_block_2_start] = ACTIONS(1768), + [sym__html_block_3_start] = ACTIONS(1768), + [sym__html_block_4_start] = ACTIONS(1768), + [sym__html_block_5_start] = ACTIONS(1768), + [sym__html_block_6_start] = ACTIONS(1768), + [sym__html_block_7_start] = ACTIONS(1768), + [sym__pipe_table_start] = ACTIONS(1768), + }, + [343] = { [ts_builtin_sym_end] = ACTIONS(1772), [anon_sym_LBRACK] = ACTIONS(1770), [anon_sym_RBRACK] = ACTIONS(1772), @@ -39940,689 +40430,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_DASH] = ACTIONS(1772), [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_SLASH] = ACTIONS(1772), - [anon_sym_COLON] = ACTIONS(1772), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_EQ] = ACTIONS(1772), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_AT] = ACTIONS(1772), - [anon_sym_BSLASH] = ACTIONS(1772), - [anon_sym_CARET] = ACTIONS(1772), - [anon_sym__] = ACTIONS(1772), - [anon_sym_BQUOTE] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [aux_sym__word_token1] = ACTIONS(1772), - [aux_sym__word_token2] = ACTIONS(1772), - [aux_sym__word_token3] = ACTIONS(1772), - [sym__whitespace] = ACTIONS(1772), - [sym__soft_line_ending] = ACTIONS(1772), - [sym__block_quote_start] = ACTIONS(1772), - [sym__indented_chunk_start] = ACTIONS(1772), - [sym_atx_h1_marker] = ACTIONS(1772), - [sym_atx_h2_marker] = ACTIONS(1772), - [sym_atx_h3_marker] = ACTIONS(1772), - [sym_atx_h4_marker] = ACTIONS(1772), - [sym_atx_h5_marker] = ACTIONS(1772), - [sym_atx_h6_marker] = ACTIONS(1772), - [sym__thematic_break] = ACTIONS(1772), - [sym__list_marker_minus] = ACTIONS(1772), - [sym__list_marker_plus] = ACTIONS(1772), - [sym__list_marker_star] = ACTIONS(1772), - [sym__list_marker_parenthesis] = ACTIONS(1772), - [sym__list_marker_dot] = ACTIONS(1772), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1772), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1772), - [sym__fenced_code_block_start_backtick] = ACTIONS(1772), - [sym__fenced_code_block_start_tilde] = ACTIONS(1772), - [sym__blank_line_start] = ACTIONS(1772), - [sym__html_block_1_start] = ACTIONS(1772), - [sym__html_block_2_start] = ACTIONS(1772), - [sym__html_block_3_start] = ACTIONS(1772), - [sym__html_block_4_start] = ACTIONS(1772), - [sym__html_block_5_start] = ACTIONS(1772), - [sym__html_block_6_start] = ACTIONS(1772), - [sym__html_block_7_start] = ACTIONS(1772), - [sym__pipe_table_start] = ACTIONS(1772), - }, - [337] = { - [ts_builtin_sym_end] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1780), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1778), - [anon_sym_DQUOTE] = ACTIONS(1778), - [anon_sym_POUND] = ACTIONS(1778), - [anon_sym_DOLLAR] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SQUOTE] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_DOT] = ACTIONS(1778), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_COLON] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_EQ] = ACTIONS(1778), - [anon_sym_QMARK] = ACTIONS(1778), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_BSLASH] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym__] = ACTIONS(1778), - [anon_sym_BQUOTE] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_TILDE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [aux_sym__word_token1] = ACTIONS(1778), - [aux_sym__word_token2] = ACTIONS(1778), - [aux_sym__word_token3] = ACTIONS(1778), - [sym__whitespace] = ACTIONS(1778), - [sym__soft_line_ending] = ACTIONS(1778), - [sym__block_quote_start] = ACTIONS(1778), - [sym__indented_chunk_start] = ACTIONS(1778), - [sym_atx_h1_marker] = ACTIONS(1778), - [sym_atx_h2_marker] = ACTIONS(1778), - [sym_atx_h3_marker] = ACTIONS(1778), - [sym_atx_h4_marker] = ACTIONS(1778), - [sym_atx_h5_marker] = ACTIONS(1778), - [sym_atx_h6_marker] = ACTIONS(1778), - [sym__thematic_break] = ACTIONS(1778), - [sym__list_marker_minus] = ACTIONS(1778), - [sym__list_marker_plus] = ACTIONS(1778), - [sym__list_marker_star] = ACTIONS(1778), - [sym__list_marker_parenthesis] = ACTIONS(1778), - [sym__list_marker_dot] = ACTIONS(1778), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1778), - [sym__fenced_code_block_start_backtick] = ACTIONS(1778), - [sym__fenced_code_block_start_tilde] = ACTIONS(1778), - [sym__blank_line_start] = ACTIONS(1778), - [sym__html_block_1_start] = ACTIONS(1778), - [sym__html_block_2_start] = ACTIONS(1778), - [sym__html_block_3_start] = ACTIONS(1778), - [sym__html_block_4_start] = ACTIONS(1778), - [sym__html_block_5_start] = ACTIONS(1778), - [sym__html_block_6_start] = ACTIONS(1778), - [sym__html_block_7_start] = ACTIONS(1778), - [sym__pipe_table_start] = ACTIONS(1778), - }, - [338] = { - [anon_sym_LBRACK] = ACTIONS(1215), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_LT] = ACTIONS(1213), - [anon_sym_GT] = ACTIONS(1213), - [anon_sym_BANG] = ACTIONS(1213), - [anon_sym_DQUOTE] = ACTIONS(1213), - [anon_sym_POUND] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1213), - [anon_sym_PERCENT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1213), - [anon_sym_SQUOTE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_DOT] = ACTIONS(1213), - [anon_sym_SLASH] = ACTIONS(1213), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(1213), - [anon_sym_AT] = ACTIONS(1213), - [anon_sym_BSLASH] = ACTIONS(1213), - [anon_sym_CARET] = ACTIONS(1213), - [anon_sym__] = ACTIONS(1213), - [anon_sym_BQUOTE] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1213), - [anon_sym_PIPE] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_TILDE] = ACTIONS(1213), - [anon_sym_LPAREN] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [aux_sym__word_token1] = ACTIONS(1213), - [aux_sym__word_token2] = ACTIONS(1213), - [aux_sym__word_token3] = ACTIONS(1213), - [sym__whitespace] = ACTIONS(1213), - [sym__soft_line_ending] = ACTIONS(1213), - [sym__block_close] = ACTIONS(1213), - [sym__block_quote_start] = ACTIONS(1213), - [sym__indented_chunk_start] = ACTIONS(1213), - [sym_atx_h1_marker] = ACTIONS(1213), - [sym_atx_h2_marker] = ACTIONS(1213), - [sym_atx_h3_marker] = ACTIONS(1213), - [sym_atx_h4_marker] = ACTIONS(1213), - [sym_atx_h5_marker] = ACTIONS(1213), - [sym_atx_h6_marker] = ACTIONS(1213), - [sym__thematic_break] = ACTIONS(1213), - [sym__list_marker_minus] = ACTIONS(1213), - [sym__list_marker_plus] = ACTIONS(1213), - [sym__list_marker_star] = ACTIONS(1213), - [sym__list_marker_parenthesis] = ACTIONS(1213), - [sym__list_marker_dot] = ACTIONS(1213), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1213), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1213), - [sym__fenced_code_block_start_backtick] = ACTIONS(1213), - [sym__fenced_code_block_start_tilde] = ACTIONS(1213), - [sym__blank_line_start] = ACTIONS(1213), - [sym__html_block_1_start] = ACTIONS(1213), - [sym__html_block_2_start] = ACTIONS(1213), - [sym__html_block_3_start] = ACTIONS(1213), - [sym__html_block_4_start] = ACTIONS(1213), - [sym__html_block_5_start] = ACTIONS(1213), - [sym__html_block_6_start] = ACTIONS(1213), - [sym__html_block_7_start] = ACTIONS(1213), - [sym__pipe_table_start] = ACTIONS(1213), - }, - [339] = { - [anon_sym_LBRACK] = ACTIONS(1764), - [anon_sym_RBRACK] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(1762), - [anon_sym_DQUOTE] = ACTIONS(1762), - [anon_sym_POUND] = ACTIONS(1762), - [anon_sym_DOLLAR] = ACTIONS(1762), - [anon_sym_PERCENT] = ACTIONS(1762), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SQUOTE] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_COMMA] = ACTIONS(1762), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_DOT] = ACTIONS(1762), - [anon_sym_SLASH] = ACTIONS(1762), - [anon_sym_COLON] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym_EQ] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_AT] = ACTIONS(1762), - [anon_sym_BSLASH] = ACTIONS(1762), - [anon_sym_CARET] = ACTIONS(1762), - [anon_sym__] = ACTIONS(1762), - [anon_sym_BQUOTE] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1762), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_TILDE] = ACTIONS(1762), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1762), - [aux_sym__word_token1] = ACTIONS(1762), - [aux_sym__word_token2] = ACTIONS(1762), - [aux_sym__word_token3] = ACTIONS(1762), - [sym__whitespace] = ACTIONS(1762), - [sym__soft_line_ending] = ACTIONS(1762), - [sym__block_close] = ACTIONS(1762), - [sym__block_quote_start] = ACTIONS(1762), - [sym__indented_chunk_start] = ACTIONS(1762), - [sym_atx_h1_marker] = ACTIONS(1762), - [sym_atx_h2_marker] = ACTIONS(1762), - [sym_atx_h3_marker] = ACTIONS(1762), - [sym_atx_h4_marker] = ACTIONS(1762), - [sym_atx_h5_marker] = ACTIONS(1762), - [sym_atx_h6_marker] = ACTIONS(1762), - [sym__thematic_break] = ACTIONS(1762), - [sym__list_marker_minus] = ACTIONS(1762), - [sym__list_marker_plus] = ACTIONS(1762), - [sym__list_marker_star] = ACTIONS(1762), - [sym__list_marker_parenthesis] = ACTIONS(1762), - [sym__list_marker_dot] = ACTIONS(1762), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1762), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1762), - [sym__fenced_code_block_start_backtick] = ACTIONS(1762), - [sym__fenced_code_block_start_tilde] = ACTIONS(1762), - [sym__blank_line_start] = ACTIONS(1762), - [sym__html_block_1_start] = ACTIONS(1762), - [sym__html_block_2_start] = ACTIONS(1762), - [sym__html_block_3_start] = ACTIONS(1762), - [sym__html_block_4_start] = ACTIONS(1762), - [sym__html_block_5_start] = ACTIONS(1762), - [sym__html_block_6_start] = ACTIONS(1762), - [sym__html_block_7_start] = ACTIONS(1762), - [sym__pipe_table_start] = ACTIONS(1762), - }, - [340] = { - [anon_sym_LBRACK] = ACTIONS(1776), - [anon_sym_RBRACK] = ACTIONS(1774), - [anon_sym_LT] = ACTIONS(1774), - [anon_sym_GT] = ACTIONS(1774), - [anon_sym_BANG] = ACTIONS(1774), - [anon_sym_DQUOTE] = ACTIONS(1774), - [anon_sym_POUND] = ACTIONS(1774), - [anon_sym_DOLLAR] = ACTIONS(1774), - [anon_sym_PERCENT] = ACTIONS(1774), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SQUOTE] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_COMMA] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_DOT] = ACTIONS(1774), - [anon_sym_SLASH] = ACTIONS(1774), - [anon_sym_COLON] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_EQ] = ACTIONS(1774), - [anon_sym_QMARK] = ACTIONS(1774), - [anon_sym_AT] = ACTIONS(1774), - [anon_sym_BSLASH] = ACTIONS(1774), - [anon_sym_CARET] = ACTIONS(1774), - [anon_sym__] = ACTIONS(1774), - [anon_sym_BQUOTE] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1774), - [anon_sym_PIPE] = ACTIONS(1774), - [anon_sym_RBRACE] = ACTIONS(1774), - [anon_sym_TILDE] = ACTIONS(1774), - [anon_sym_LPAREN] = ACTIONS(1774), - [anon_sym_RPAREN] = ACTIONS(1774), - [aux_sym__word_token1] = ACTIONS(1774), - [aux_sym__word_token2] = ACTIONS(1774), - [aux_sym__word_token3] = ACTIONS(1774), - [sym__whitespace] = ACTIONS(1774), - [sym__soft_line_ending] = ACTIONS(1774), - [sym__block_close] = ACTIONS(1774), - [sym__block_quote_start] = ACTIONS(1774), - [sym__indented_chunk_start] = ACTIONS(1774), - [sym_atx_h1_marker] = ACTIONS(1774), - [sym_atx_h2_marker] = ACTIONS(1774), - [sym_atx_h3_marker] = ACTIONS(1774), - [sym_atx_h4_marker] = ACTIONS(1774), - [sym_atx_h5_marker] = ACTIONS(1774), - [sym_atx_h6_marker] = ACTIONS(1774), - [sym__thematic_break] = ACTIONS(1774), - [sym__list_marker_minus] = ACTIONS(1774), - [sym__list_marker_plus] = ACTIONS(1774), - [sym__list_marker_star] = ACTIONS(1774), - [sym__list_marker_parenthesis] = ACTIONS(1774), - [sym__list_marker_dot] = ACTIONS(1774), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1774), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1774), - [sym__fenced_code_block_start_backtick] = ACTIONS(1774), - [sym__fenced_code_block_start_tilde] = ACTIONS(1774), - [sym__blank_line_start] = ACTIONS(1774), - [sym__html_block_1_start] = ACTIONS(1774), - [sym__html_block_2_start] = ACTIONS(1774), - [sym__html_block_3_start] = ACTIONS(1774), - [sym__html_block_4_start] = ACTIONS(1774), - [sym__html_block_5_start] = ACTIONS(1774), - [sym__html_block_6_start] = ACTIONS(1774), - [sym__html_block_7_start] = ACTIONS(1774), - [sym__pipe_table_start] = ACTIONS(1774), - }, - [341] = { - [anon_sym_LBRACK] = ACTIONS(1768), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1766), - [anon_sym_GT] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1766), - [anon_sym_DQUOTE] = ACTIONS(1766), - [anon_sym_POUND] = ACTIONS(1766), - [anon_sym_DOLLAR] = ACTIONS(1766), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SQUOTE] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_DOT] = ACTIONS(1766), - [anon_sym_SLASH] = ACTIONS(1766), - [anon_sym_COLON] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_EQ] = ACTIONS(1766), - [anon_sym_QMARK] = ACTIONS(1766), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_BSLASH] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1766), - [anon_sym__] = ACTIONS(1766), - [anon_sym_BQUOTE] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_PIPE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_TILDE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [aux_sym__word_token1] = ACTIONS(1766), - [aux_sym__word_token2] = ACTIONS(1766), - [aux_sym__word_token3] = ACTIONS(1766), - [sym__whitespace] = ACTIONS(1766), - [sym__soft_line_ending] = ACTIONS(1766), - [sym__block_close] = ACTIONS(1766), - [sym__block_quote_start] = ACTIONS(1766), - [sym__indented_chunk_start] = ACTIONS(1766), - [sym_atx_h1_marker] = ACTIONS(1766), - [sym_atx_h2_marker] = ACTIONS(1766), - [sym_atx_h3_marker] = ACTIONS(1766), - [sym_atx_h4_marker] = ACTIONS(1766), - [sym_atx_h5_marker] = ACTIONS(1766), - [sym_atx_h6_marker] = ACTIONS(1766), - [sym__thematic_break] = ACTIONS(1766), - [sym__list_marker_minus] = ACTIONS(1766), - [sym__list_marker_plus] = ACTIONS(1766), - [sym__list_marker_star] = ACTIONS(1766), - [sym__list_marker_parenthesis] = ACTIONS(1766), - [sym__list_marker_dot] = ACTIONS(1766), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1766), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1766), - [sym__fenced_code_block_start_backtick] = ACTIONS(1766), - [sym__fenced_code_block_start_tilde] = ACTIONS(1766), - [sym__blank_line_start] = ACTIONS(1766), - [sym__html_block_1_start] = ACTIONS(1766), - [sym__html_block_2_start] = ACTIONS(1766), - [sym__html_block_3_start] = ACTIONS(1766), - [sym__html_block_4_start] = ACTIONS(1766), - [sym__html_block_5_start] = ACTIONS(1766), - [sym__html_block_6_start] = ACTIONS(1766), - [sym__html_block_7_start] = ACTIONS(1766), - [sym__pipe_table_start] = ACTIONS(1766), - }, - [342] = { - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_RBRACK] = ACTIONS(1726), - [anon_sym_LT] = ACTIONS(1726), - [anon_sym_GT] = ACTIONS(1726), - [anon_sym_BANG] = ACTIONS(1726), - [anon_sym_DQUOTE] = ACTIONS(1726), - [anon_sym_POUND] = ACTIONS(1726), - [anon_sym_DOLLAR] = ACTIONS(1726), - [anon_sym_PERCENT] = ACTIONS(1726), - [anon_sym_AMP] = ACTIONS(1726), - [anon_sym_SQUOTE] = ACTIONS(1726), - [anon_sym_STAR] = ACTIONS(1726), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_COMMA] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_DOT] = ACTIONS(1726), - [anon_sym_SLASH] = ACTIONS(1726), - [anon_sym_COLON] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1726), - [anon_sym_EQ] = ACTIONS(1726), - [anon_sym_QMARK] = ACTIONS(1726), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_BSLASH] = ACTIONS(1726), - [anon_sym_CARET] = ACTIONS(1726), - [anon_sym__] = ACTIONS(1726), - [anon_sym_BQUOTE] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_PIPE] = ACTIONS(1726), - [anon_sym_RBRACE] = ACTIONS(1726), - [anon_sym_TILDE] = ACTIONS(1726), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_RPAREN] = ACTIONS(1726), - [aux_sym__word_token1] = ACTIONS(1726), - [aux_sym__word_token2] = ACTIONS(1726), - [aux_sym__word_token3] = ACTIONS(1726), - [sym__whitespace] = ACTIONS(1726), - [sym__soft_line_ending] = ACTIONS(1726), - [sym__block_close] = ACTIONS(1726), - [sym__block_quote_start] = ACTIONS(1726), - [sym__indented_chunk_start] = ACTIONS(1726), - [sym_atx_h1_marker] = ACTIONS(1726), - [sym_atx_h2_marker] = ACTIONS(1726), - [sym_atx_h3_marker] = ACTIONS(1726), - [sym_atx_h4_marker] = ACTIONS(1726), - [sym_atx_h5_marker] = ACTIONS(1726), - [sym_atx_h6_marker] = ACTIONS(1726), - [sym__thematic_break] = ACTIONS(1726), - [sym__list_marker_minus] = ACTIONS(1726), - [sym__list_marker_plus] = ACTIONS(1726), - [sym__list_marker_star] = ACTIONS(1726), - [sym__list_marker_parenthesis] = ACTIONS(1726), - [sym__list_marker_dot] = ACTIONS(1726), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1726), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1726), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1726), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1726), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1726), - [sym__fenced_code_block_start_backtick] = ACTIONS(1726), - [sym__fenced_code_block_start_tilde] = ACTIONS(1726), - [sym__blank_line_start] = ACTIONS(1726), - [sym__html_block_1_start] = ACTIONS(1726), - [sym__html_block_2_start] = ACTIONS(1726), - [sym__html_block_3_start] = ACTIONS(1726), - [sym__html_block_4_start] = ACTIONS(1726), - [sym__html_block_5_start] = ACTIONS(1726), - [sym__html_block_6_start] = ACTIONS(1726), - [sym__html_block_7_start] = ACTIONS(1726), - [sym__pipe_table_start] = ACTIONS(1726), - }, - [343] = { - [anon_sym_LBRACK] = ACTIONS(1604), - [anon_sym_RBRACK] = ACTIONS(1602), - [anon_sym_LT] = ACTIONS(1602), - [anon_sym_GT] = ACTIONS(1602), - [anon_sym_BANG] = ACTIONS(1602), - [anon_sym_DQUOTE] = ACTIONS(1602), - [anon_sym_POUND] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1602), - [anon_sym_PERCENT] = ACTIONS(1602), - [anon_sym_AMP] = ACTIONS(1602), - [anon_sym_SQUOTE] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_COMMA] = ACTIONS(1602), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_DOT] = ACTIONS(1602), - [anon_sym_SLASH] = ACTIONS(1602), - [anon_sym_COLON] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_EQ] = ACTIONS(1602), - [anon_sym_QMARK] = ACTIONS(1602), - [anon_sym_AT] = ACTIONS(1602), - [anon_sym_BSLASH] = ACTIONS(1602), - [anon_sym_CARET] = ACTIONS(1602), - [anon_sym__] = ACTIONS(1602), - [anon_sym_BQUOTE] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1602), - [anon_sym_PIPE] = ACTIONS(1602), - [anon_sym_RBRACE] = ACTIONS(1602), - [anon_sym_TILDE] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1602), - [anon_sym_RPAREN] = ACTIONS(1602), - [aux_sym__word_token1] = ACTIONS(1602), - [aux_sym__word_token2] = ACTIONS(1602), - [aux_sym__word_token3] = ACTIONS(1602), - [sym__whitespace] = ACTIONS(1602), - [sym__soft_line_ending] = ACTIONS(1602), - [sym__block_close] = ACTIONS(1602), - [sym__block_quote_start] = ACTIONS(1602), - [sym__indented_chunk_start] = ACTIONS(1602), - [sym_atx_h1_marker] = ACTIONS(1602), - [sym_atx_h2_marker] = ACTIONS(1602), - [sym_atx_h3_marker] = ACTIONS(1602), - [sym_atx_h4_marker] = ACTIONS(1602), - [sym_atx_h5_marker] = ACTIONS(1602), - [sym_atx_h6_marker] = ACTIONS(1602), - [sym__thematic_break] = ACTIONS(1602), - [sym__list_marker_minus] = ACTIONS(1602), - [sym__list_marker_plus] = ACTIONS(1602), - [sym__list_marker_star] = ACTIONS(1602), - [sym__list_marker_parenthesis] = ACTIONS(1602), - [sym__list_marker_dot] = ACTIONS(1602), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1602), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1602), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1602), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1602), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1602), - [sym__fenced_code_block_start_backtick] = ACTIONS(1602), - [sym__fenced_code_block_start_tilde] = ACTIONS(1602), - [sym__blank_line_start] = ACTIONS(1602), - [sym__html_block_1_start] = ACTIONS(1602), - [sym__html_block_2_start] = ACTIONS(1602), - [sym__html_block_3_start] = ACTIONS(1602), - [sym__html_block_4_start] = ACTIONS(1602), - [sym__html_block_5_start] = ACTIONS(1602), - [sym__html_block_6_start] = ACTIONS(1602), - [sym__html_block_7_start] = ACTIONS(1602), - [sym__pipe_table_start] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1772), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_EQ] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1772), + [anon_sym_AT] = ACTIONS(1772), + [anon_sym_BSLASH] = ACTIONS(1772), + [anon_sym_CARET] = ACTIONS(1772), + [anon_sym__] = ACTIONS(1772), + [anon_sym_BQUOTE] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_PIPE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_TILDE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [aux_sym__word_token1] = ACTIONS(1772), + [aux_sym__word_token2] = ACTIONS(1772), + [aux_sym__word_token3] = ACTIONS(1772), + [sym__whitespace] = ACTIONS(1772), + [sym__soft_line_ending] = ACTIONS(1772), + [sym__block_quote_start] = ACTIONS(1772), + [sym__indented_chunk_start] = ACTIONS(1772), + [sym_atx_h1_marker] = ACTIONS(1772), + [sym_atx_h2_marker] = ACTIONS(1772), + [sym_atx_h3_marker] = ACTIONS(1772), + [sym_atx_h4_marker] = ACTIONS(1772), + [sym_atx_h5_marker] = ACTIONS(1772), + [sym_atx_h6_marker] = ACTIONS(1772), + [sym__thematic_break] = ACTIONS(1772), + [sym__list_marker_minus] = ACTIONS(1772), + [sym__list_marker_plus] = ACTIONS(1772), + [sym__list_marker_star] = ACTIONS(1772), + [sym__list_marker_parenthesis] = ACTIONS(1772), + [sym__list_marker_dot] = ACTIONS(1772), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1772), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1772), + [sym__fenced_code_block_start_backtick] = ACTIONS(1772), + [sym__fenced_code_block_start_tilde] = ACTIONS(1772), + [sym__blank_line_start] = ACTIONS(1772), + [sym__html_block_1_start] = ACTIONS(1772), + [sym__html_block_2_start] = ACTIONS(1772), + [sym__html_block_3_start] = ACTIONS(1772), + [sym__html_block_4_start] = ACTIONS(1772), + [sym__html_block_5_start] = ACTIONS(1772), + [sym__html_block_6_start] = ACTIONS(1772), + [sym__html_block_7_start] = ACTIONS(1772), + [sym__pipe_table_start] = ACTIONS(1772), }, [344] = { - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_RBRACK] = ACTIONS(1658), - [anon_sym_LT] = ACTIONS(1658), - [anon_sym_GT] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [anon_sym_POUND] = ACTIONS(1658), - [anon_sym_DOLLAR] = ACTIONS(1658), - [anon_sym_PERCENT] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_PLUS] = ACTIONS(1658), - [anon_sym_COMMA] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1658), - [anon_sym_DOT] = ACTIONS(1658), - [anon_sym_SLASH] = ACTIONS(1658), - [anon_sym_COLON] = ACTIONS(1658), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_EQ] = ACTIONS(1658), - [anon_sym_QMARK] = ACTIONS(1658), - [anon_sym_AT] = ACTIONS(1658), - [anon_sym_BSLASH] = ACTIONS(1658), - [anon_sym_CARET] = ACTIONS(1658), - [anon_sym__] = ACTIONS(1658), - [anon_sym_BQUOTE] = ACTIONS(1658), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_PIPE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(1658), - [anon_sym_RPAREN] = ACTIONS(1658), - [aux_sym__word_token1] = ACTIONS(1658), - [aux_sym__word_token2] = ACTIONS(1658), - [aux_sym__word_token3] = ACTIONS(1658), - [sym__whitespace] = ACTIONS(1658), - [sym__soft_line_ending] = ACTIONS(1658), - [sym__block_close] = ACTIONS(1658), - [sym__block_quote_start] = ACTIONS(1658), - [sym__indented_chunk_start] = ACTIONS(1658), - [sym_atx_h1_marker] = ACTIONS(1658), - [sym_atx_h2_marker] = ACTIONS(1658), - [sym_atx_h3_marker] = ACTIONS(1658), - [sym_atx_h4_marker] = ACTIONS(1658), - [sym_atx_h5_marker] = ACTIONS(1658), - [sym_atx_h6_marker] = ACTIONS(1658), - [sym__thematic_break] = ACTIONS(1658), - [sym__list_marker_minus] = ACTIONS(1658), - [sym__list_marker_plus] = ACTIONS(1658), - [sym__list_marker_star] = ACTIONS(1658), - [sym__list_marker_parenthesis] = ACTIONS(1658), - [sym__list_marker_dot] = ACTIONS(1658), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1658), - [sym__fenced_code_block_start_backtick] = ACTIONS(1658), - [sym__fenced_code_block_start_tilde] = ACTIONS(1658), - [sym__blank_line_start] = ACTIONS(1658), - [sym__html_block_1_start] = ACTIONS(1658), - [sym__html_block_2_start] = ACTIONS(1658), - [sym__html_block_3_start] = ACTIONS(1658), - [sym__html_block_4_start] = ACTIONS(1658), - [sym__html_block_5_start] = ACTIONS(1658), - [sym__html_block_6_start] = ACTIONS(1658), - [sym__html_block_7_start] = ACTIONS(1658), - [sym__pipe_table_start] = ACTIONS(1658), + [ts_builtin_sym_end] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_RBRACK] = ACTIONS(1776), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_DQUOTE] = ACTIONS(1776), + [anon_sym_POUND] = ACTIONS(1776), + [anon_sym_DOLLAR] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SQUOTE] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_COMMA] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_DOT] = ACTIONS(1776), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_COLON] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_QMARK] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(1776), + [anon_sym_BSLASH] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym__] = ACTIONS(1776), + [anon_sym_BQUOTE] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1776), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_RBRACE] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1776), + [anon_sym_RPAREN] = ACTIONS(1776), + [aux_sym__word_token1] = ACTIONS(1776), + [aux_sym__word_token2] = ACTIONS(1776), + [aux_sym__word_token3] = ACTIONS(1776), + [sym__whitespace] = ACTIONS(1776), + [sym__soft_line_ending] = ACTIONS(1776), + [sym__block_quote_start] = ACTIONS(1776), + [sym__indented_chunk_start] = ACTIONS(1776), + [sym_atx_h1_marker] = ACTIONS(1776), + [sym_atx_h2_marker] = ACTIONS(1776), + [sym_atx_h3_marker] = ACTIONS(1776), + [sym_atx_h4_marker] = ACTIONS(1776), + [sym_atx_h5_marker] = ACTIONS(1776), + [sym_atx_h6_marker] = ACTIONS(1776), + [sym__thematic_break] = ACTIONS(1776), + [sym__list_marker_minus] = ACTIONS(1776), + [sym__list_marker_plus] = ACTIONS(1776), + [sym__list_marker_star] = ACTIONS(1776), + [sym__list_marker_parenthesis] = ACTIONS(1776), + [sym__list_marker_dot] = ACTIONS(1776), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1776), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1776), + [sym__fenced_code_block_start_backtick] = ACTIONS(1776), + [sym__fenced_code_block_start_tilde] = ACTIONS(1776), + [sym__blank_line_start] = ACTIONS(1776), + [sym__html_block_1_start] = ACTIONS(1776), + [sym__html_block_2_start] = ACTIONS(1776), + [sym__html_block_3_start] = ACTIONS(1776), + [sym__html_block_4_start] = ACTIONS(1776), + [sym__html_block_5_start] = ACTIONS(1776), + [sym__html_block_6_start] = ACTIONS(1776), + [sym__html_block_7_start] = ACTIONS(1776), + [sym__pipe_table_start] = ACTIONS(1776), }, [345] = { - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1784), - [anon_sym_GT] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [anon_sym_POUND] = ACTIONS(1784), - [anon_sym_DOLLAR] = ACTIONS(1784), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1784), - [anon_sym_DOT] = ACTIONS(1784), - [anon_sym_SLASH] = ACTIONS(1784), - [anon_sym_COLON] = ACTIONS(1784), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_EQ] = ACTIONS(1784), - [anon_sym_QMARK] = ACTIONS(1784), - [anon_sym_AT] = ACTIONS(1784), - [anon_sym_BSLASH] = ACTIONS(1784), - [anon_sym_CARET] = ACTIONS(1784), - [anon_sym__] = ACTIONS(1784), - [anon_sym_BQUOTE] = ACTIONS(1784), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_PIPE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [aux_sym__word_token1] = ACTIONS(1784), - [aux_sym__word_token2] = ACTIONS(1784), - [aux_sym__word_token3] = ACTIONS(1784), - [sym__whitespace] = ACTIONS(1784), - [sym__soft_line_ending] = ACTIONS(1784), - [sym__block_close] = ACTIONS(1784), - [sym__block_quote_start] = ACTIONS(1784), - [sym__indented_chunk_start] = ACTIONS(1784), - [sym_atx_h1_marker] = ACTIONS(1784), - [sym_atx_h2_marker] = ACTIONS(1784), - [sym_atx_h3_marker] = ACTIONS(1784), - [sym_atx_h4_marker] = ACTIONS(1784), - [sym_atx_h5_marker] = ACTIONS(1784), - [sym_atx_h6_marker] = ACTIONS(1784), - [sym__thematic_break] = ACTIONS(1784), - [sym__list_marker_minus] = ACTIONS(1784), - [sym__list_marker_plus] = ACTIONS(1784), - [sym__list_marker_star] = ACTIONS(1784), - [sym__list_marker_parenthesis] = ACTIONS(1784), - [sym__list_marker_dot] = ACTIONS(1784), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1784), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1784), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1784), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1784), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1784), - [sym__fenced_code_block_start_backtick] = ACTIONS(1784), - [sym__fenced_code_block_start_tilde] = ACTIONS(1784), - [sym__blank_line_start] = ACTIONS(1784), - [sym__html_block_1_start] = ACTIONS(1784), - [sym__html_block_2_start] = ACTIONS(1784), - [sym__html_block_3_start] = ACTIONS(1784), - [sym__html_block_4_start] = ACTIONS(1784), - [sym__html_block_5_start] = ACTIONS(1784), - [sym__html_block_6_start] = ACTIONS(1784), - [sym__html_block_7_start] = ACTIONS(1784), - [sym__pipe_table_start] = ACTIONS(1784), + [ts_builtin_sym_end] = ACTIONS(1188), + [anon_sym_LBRACK] = ACTIONS(1186), + [anon_sym_RBRACK] = ACTIONS(1188), + [anon_sym_LT] = ACTIONS(1188), + [anon_sym_GT] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1188), + [anon_sym_POUND] = ACTIONS(1188), + [anon_sym_DOLLAR] = ACTIONS(1188), + [anon_sym_PERCENT] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1188), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_PLUS] = ACTIONS(1188), + [anon_sym_COMMA] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1188), + [anon_sym_DOT] = ACTIONS(1188), + [anon_sym_SLASH] = ACTIONS(1188), + [anon_sym_COLON] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym_EQ] = ACTIONS(1188), + [anon_sym_QMARK] = ACTIONS(1188), + [anon_sym_AT] = ACTIONS(1188), + [anon_sym_BSLASH] = ACTIONS(1188), + [anon_sym_CARET] = ACTIONS(1188), + [anon_sym__] = ACTIONS(1188), + [anon_sym_BQUOTE] = ACTIONS(1188), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_PIPE] = ACTIONS(1188), + [anon_sym_RBRACE] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_LPAREN] = ACTIONS(1188), + [anon_sym_RPAREN] = ACTIONS(1188), + [aux_sym__word_token1] = ACTIONS(1188), + [aux_sym__word_token2] = ACTIONS(1188), + [aux_sym__word_token3] = ACTIONS(1188), + [sym__whitespace] = ACTIONS(1188), + [sym__soft_line_ending] = ACTIONS(1188), + [sym__block_quote_start] = ACTIONS(1188), + [sym__indented_chunk_start] = ACTIONS(1188), + [sym_atx_h1_marker] = ACTIONS(1188), + [sym_atx_h2_marker] = ACTIONS(1188), + [sym_atx_h3_marker] = ACTIONS(1188), + [sym_atx_h4_marker] = ACTIONS(1188), + [sym_atx_h5_marker] = ACTIONS(1188), + [sym_atx_h6_marker] = ACTIONS(1188), + [sym__thematic_break] = ACTIONS(1188), + [sym__list_marker_minus] = ACTIONS(1188), + [sym__list_marker_plus] = ACTIONS(1188), + [sym__list_marker_star] = ACTIONS(1188), + [sym__list_marker_parenthesis] = ACTIONS(1188), + [sym__list_marker_dot] = ACTIONS(1188), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1188), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1188), + [sym__fenced_code_block_start_backtick] = ACTIONS(1188), + [sym__fenced_code_block_start_tilde] = ACTIONS(1188), + [sym__blank_line_start] = ACTIONS(1188), + [sym__html_block_1_start] = ACTIONS(1188), + [sym__html_block_2_start] = ACTIONS(1188), + [sym__html_block_3_start] = ACTIONS(1188), + [sym__html_block_4_start] = ACTIONS(1188), + [sym__html_block_5_start] = ACTIONS(1188), + [sym__html_block_6_start] = ACTIONS(1188), + [sym__html_block_7_start] = ACTIONS(1188), + [sym__pipe_table_start] = ACTIONS(1188), }, [346] = { + [ts_builtin_sym_end] = ACTIONS(1664), + [anon_sym_LBRACK] = ACTIONS(1662), + [anon_sym_RBRACK] = ACTIONS(1664), + [anon_sym_LT] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_BANG] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_POUND] = ACTIONS(1664), + [anon_sym_DOLLAR] = ACTIONS(1664), + [anon_sym_PERCENT] = ACTIONS(1664), + [anon_sym_AMP] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_COMMA] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_DOT] = ACTIONS(1664), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_COLON] = ACTIONS(1664), + [anon_sym_SEMI] = ACTIONS(1664), + [anon_sym_EQ] = ACTIONS(1664), + [anon_sym_QMARK] = ACTIONS(1664), + [anon_sym_AT] = ACTIONS(1664), + [anon_sym_BSLASH] = ACTIONS(1664), + [anon_sym_CARET] = ACTIONS(1664), + [anon_sym__] = ACTIONS(1664), + [anon_sym_BQUOTE] = ACTIONS(1664), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_PIPE] = ACTIONS(1664), + [anon_sym_RBRACE] = ACTIONS(1664), + [anon_sym_TILDE] = ACTIONS(1664), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_RPAREN] = ACTIONS(1664), + [aux_sym__word_token1] = ACTIONS(1664), + [aux_sym__word_token2] = ACTIONS(1664), + [aux_sym__word_token3] = ACTIONS(1664), + [sym__whitespace] = ACTIONS(1664), + [sym__soft_line_ending] = ACTIONS(1664), + [sym__block_quote_start] = ACTIONS(1664), + [sym__indented_chunk_start] = ACTIONS(1664), + [sym_atx_h1_marker] = ACTIONS(1664), + [sym_atx_h2_marker] = ACTIONS(1664), + [sym_atx_h3_marker] = ACTIONS(1664), + [sym_atx_h4_marker] = ACTIONS(1664), + [sym_atx_h5_marker] = ACTIONS(1664), + [sym_atx_h6_marker] = ACTIONS(1664), + [sym__thematic_break] = ACTIONS(1664), + [sym__list_marker_minus] = ACTIONS(1664), + [sym__list_marker_plus] = ACTIONS(1664), + [sym__list_marker_star] = ACTIONS(1664), + [sym__list_marker_parenthesis] = ACTIONS(1664), + [sym__list_marker_dot] = ACTIONS(1664), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1664), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1664), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1664), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1664), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1664), + [sym__fenced_code_block_start_backtick] = ACTIONS(1664), + [sym__fenced_code_block_start_tilde] = ACTIONS(1664), + [sym__blank_line_start] = ACTIONS(1664), + [sym__html_block_1_start] = ACTIONS(1664), + [sym__html_block_2_start] = ACTIONS(1664), + [sym__html_block_3_start] = ACTIONS(1664), + [sym__html_block_4_start] = ACTIONS(1664), + [sym__html_block_5_start] = ACTIONS(1664), + [sym__html_block_6_start] = ACTIONS(1664), + [sym__html_block_7_start] = ACTIONS(1664), + [sym__pipe_table_start] = ACTIONS(1664), + }, + [347] = { + [ts_builtin_sym_end] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1778), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1780), + [anon_sym_GT] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1780), + [anon_sym_DQUOTE] = ACTIONS(1780), + [anon_sym_POUND] = ACTIONS(1780), + [anon_sym_DOLLAR] = ACTIONS(1780), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SQUOTE] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_DOT] = ACTIONS(1780), + [anon_sym_SLASH] = ACTIONS(1780), + [anon_sym_COLON] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_EQ] = ACTIONS(1780), + [anon_sym_QMARK] = ACTIONS(1780), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_BSLASH] = ACTIONS(1780), + [anon_sym_CARET] = ACTIONS(1780), + [anon_sym__] = ACTIONS(1780), + [anon_sym_BQUOTE] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_PIPE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_TILDE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [aux_sym__word_token1] = ACTIONS(1780), + [aux_sym__word_token2] = ACTIONS(1780), + [aux_sym__word_token3] = ACTIONS(1780), + [sym__whitespace] = ACTIONS(1780), + [sym__soft_line_ending] = ACTIONS(1780), + [sym__block_quote_start] = ACTIONS(1780), + [sym__indented_chunk_start] = ACTIONS(1780), + [sym_atx_h1_marker] = ACTIONS(1780), + [sym_atx_h2_marker] = ACTIONS(1780), + [sym_atx_h3_marker] = ACTIONS(1780), + [sym_atx_h4_marker] = ACTIONS(1780), + [sym_atx_h5_marker] = ACTIONS(1780), + [sym_atx_h6_marker] = ACTIONS(1780), + [sym__thematic_break] = ACTIONS(1780), + [sym__list_marker_minus] = ACTIONS(1780), + [sym__list_marker_plus] = ACTIONS(1780), + [sym__list_marker_star] = ACTIONS(1780), + [sym__list_marker_parenthesis] = ACTIONS(1780), + [sym__list_marker_dot] = ACTIONS(1780), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1780), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1780), + [sym__fenced_code_block_start_backtick] = ACTIONS(1780), + [sym__fenced_code_block_start_tilde] = ACTIONS(1780), + [sym__blank_line_start] = ACTIONS(1780), + [sym__html_block_1_start] = ACTIONS(1780), + [sym__html_block_2_start] = ACTIONS(1780), + [sym__html_block_3_start] = ACTIONS(1780), + [sym__html_block_4_start] = ACTIONS(1780), + [sym__html_block_5_start] = ACTIONS(1780), + [sym__html_block_6_start] = ACTIONS(1780), + [sym__html_block_7_start] = ACTIONS(1780), + [sym__pipe_table_start] = ACTIONS(1780), + }, + [348] = { [ts_builtin_sym_end] = ACTIONS(1784), [anon_sym_LBRACK] = ACTIONS(1782), [anon_sym_RBRACK] = ACTIONS(1784), @@ -40692,309 +40832,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__html_block_7_start] = ACTIONS(1784), [sym__pipe_table_start] = ACTIONS(1784), }, - [347] = { - [anon_sym_LBRACK] = ACTIONS(1740), - [anon_sym_RBRACK] = ACTIONS(1738), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1738), - [anon_sym_BANG] = ACTIONS(1738), - [anon_sym_DQUOTE] = ACTIONS(1738), - [anon_sym_POUND] = ACTIONS(1738), - [anon_sym_DOLLAR] = ACTIONS(1738), - [anon_sym_PERCENT] = ACTIONS(1738), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SQUOTE] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_COMMA] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_DOT] = ACTIONS(1738), - [anon_sym_SLASH] = ACTIONS(1738), - [anon_sym_COLON] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1738), - [anon_sym_EQ] = ACTIONS(1738), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_AT] = ACTIONS(1738), - [anon_sym_BSLASH] = ACTIONS(1738), - [anon_sym_CARET] = ACTIONS(1738), - [anon_sym__] = ACTIONS(1738), - [anon_sym_BQUOTE] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1738), - [anon_sym_PIPE] = ACTIONS(1738), - [anon_sym_RBRACE] = ACTIONS(1738), - [anon_sym_TILDE] = ACTIONS(1738), - [anon_sym_LPAREN] = ACTIONS(1738), - [anon_sym_RPAREN] = ACTIONS(1738), - [aux_sym__word_token1] = ACTIONS(1738), - [aux_sym__word_token2] = ACTIONS(1738), - [aux_sym__word_token3] = ACTIONS(1738), - [sym__whitespace] = ACTIONS(1738), - [sym__soft_line_ending] = ACTIONS(1738), - [sym__block_close] = ACTIONS(1738), - [sym__block_quote_start] = ACTIONS(1738), - [sym__indented_chunk_start] = ACTIONS(1738), - [sym_atx_h1_marker] = ACTIONS(1738), - [sym_atx_h2_marker] = ACTIONS(1738), - [sym_atx_h3_marker] = ACTIONS(1738), - [sym_atx_h4_marker] = ACTIONS(1738), - [sym_atx_h5_marker] = ACTIONS(1738), - [sym_atx_h6_marker] = ACTIONS(1738), - [sym__thematic_break] = ACTIONS(1738), - [sym__list_marker_minus] = ACTIONS(1738), - [sym__list_marker_plus] = ACTIONS(1738), - [sym__list_marker_star] = ACTIONS(1738), - [sym__list_marker_parenthesis] = ACTIONS(1738), - [sym__list_marker_dot] = ACTIONS(1738), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1738), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1738), - [sym__fenced_code_block_start_backtick] = ACTIONS(1738), - [sym__fenced_code_block_start_tilde] = ACTIONS(1738), - [sym__blank_line_start] = ACTIONS(1738), - [sym__html_block_1_start] = ACTIONS(1738), - [sym__html_block_2_start] = ACTIONS(1738), - [sym__html_block_3_start] = ACTIONS(1738), - [sym__html_block_4_start] = ACTIONS(1738), - [sym__html_block_5_start] = ACTIONS(1738), - [sym__html_block_6_start] = ACTIONS(1738), - [sym__html_block_7_start] = ACTIONS(1738), - [sym__pipe_table_start] = ACTIONS(1738), - }, - [348] = { - [anon_sym_LBRACK] = ACTIONS(1147), - [anon_sym_RBRACK] = ACTIONS(1145), - [anon_sym_LT] = ACTIONS(1145), - [anon_sym_GT] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_DQUOTE] = ACTIONS(1145), - [anon_sym_POUND] = ACTIONS(1145), - [anon_sym_DOLLAR] = ACTIONS(1145), - [anon_sym_PERCENT] = ACTIONS(1145), - [anon_sym_AMP] = ACTIONS(1145), - [anon_sym_SQUOTE] = ACTIONS(1145), - [anon_sym_STAR] = ACTIONS(1145), - [anon_sym_PLUS] = ACTIONS(1145), - [anon_sym_COMMA] = ACTIONS(1145), - [anon_sym_DASH] = ACTIONS(1145), - [anon_sym_DOT] = ACTIONS(1145), - [anon_sym_SLASH] = ACTIONS(1145), - [anon_sym_COLON] = ACTIONS(1145), - [anon_sym_SEMI] = ACTIONS(1145), - [anon_sym_EQ] = ACTIONS(1145), - [anon_sym_QMARK] = ACTIONS(1145), - [anon_sym_AT] = ACTIONS(1145), - [anon_sym_BSLASH] = ACTIONS(1145), - [anon_sym_CARET] = ACTIONS(1145), - [anon_sym__] = ACTIONS(1145), - [anon_sym_BQUOTE] = ACTIONS(1145), - [anon_sym_LBRACE] = ACTIONS(1145), - [anon_sym_PIPE] = ACTIONS(1145), - [anon_sym_RBRACE] = ACTIONS(1145), - [anon_sym_TILDE] = ACTIONS(1145), - [anon_sym_LPAREN] = ACTIONS(1145), - [anon_sym_RPAREN] = ACTIONS(1145), - [aux_sym__word_token1] = ACTIONS(1145), - [aux_sym__word_token2] = ACTIONS(1145), - [aux_sym__word_token3] = ACTIONS(1145), - [sym__whitespace] = ACTIONS(1145), - [sym__soft_line_ending] = ACTIONS(1145), - [sym__block_close] = ACTIONS(1145), - [sym__block_quote_start] = ACTIONS(1145), - [sym__indented_chunk_start] = ACTIONS(1145), - [sym_atx_h1_marker] = ACTIONS(1145), - [sym_atx_h2_marker] = ACTIONS(1145), - [sym_atx_h3_marker] = ACTIONS(1145), - [sym_atx_h4_marker] = ACTIONS(1145), - [sym_atx_h5_marker] = ACTIONS(1145), - [sym_atx_h6_marker] = ACTIONS(1145), - [sym__thematic_break] = ACTIONS(1145), - [sym__list_marker_minus] = ACTIONS(1145), - [sym__list_marker_plus] = ACTIONS(1145), - [sym__list_marker_star] = ACTIONS(1145), - [sym__list_marker_parenthesis] = ACTIONS(1145), - [sym__list_marker_dot] = ACTIONS(1145), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1145), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1145), - [sym__fenced_code_block_start_backtick] = ACTIONS(1145), - [sym__fenced_code_block_start_tilde] = ACTIONS(1145), - [sym__blank_line_start] = ACTIONS(1145), - [sym__html_block_1_start] = ACTIONS(1145), - [sym__html_block_2_start] = ACTIONS(1145), - [sym__html_block_3_start] = ACTIONS(1145), - [sym__html_block_4_start] = ACTIONS(1145), - [sym__html_block_5_start] = ACTIONS(1145), - [sym__html_block_6_start] = ACTIONS(1145), - [sym__html_block_7_start] = ACTIONS(1145), - [sym__pipe_table_start] = ACTIONS(1145), - }, [349] = { - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_RBRACK] = ACTIONS(1666), - [anon_sym_LT] = ACTIONS(1666), - [anon_sym_GT] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [anon_sym_POUND] = ACTIONS(1666), - [anon_sym_DOLLAR] = ACTIONS(1666), - [anon_sym_PERCENT] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_PLUS] = ACTIONS(1666), - [anon_sym_COMMA] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1666), - [anon_sym_DOT] = ACTIONS(1666), - [anon_sym_SLASH] = ACTIONS(1666), - [anon_sym_COLON] = ACTIONS(1666), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_EQ] = ACTIONS(1666), - [anon_sym_QMARK] = ACTIONS(1666), - [anon_sym_AT] = ACTIONS(1666), - [anon_sym_BSLASH] = ACTIONS(1666), - [anon_sym_CARET] = ACTIONS(1666), - [anon_sym__] = ACTIONS(1666), - [anon_sym_BQUOTE] = ACTIONS(1666), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_PIPE] = ACTIONS(1666), - [anon_sym_RBRACE] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_LPAREN] = ACTIONS(1666), - [anon_sym_RPAREN] = ACTIONS(1666), - [aux_sym__word_token1] = ACTIONS(1666), - [aux_sym__word_token2] = ACTIONS(1666), - [aux_sym__word_token3] = ACTIONS(1666), - [sym__whitespace] = ACTIONS(1666), - [sym__soft_line_ending] = ACTIONS(1666), - [sym__block_close] = ACTIONS(1666), - [sym__block_quote_start] = ACTIONS(1666), - [sym__indented_chunk_start] = ACTIONS(1666), - [sym_atx_h1_marker] = ACTIONS(1666), - [sym_atx_h2_marker] = ACTIONS(1666), - [sym_atx_h3_marker] = ACTIONS(1666), - [sym_atx_h4_marker] = ACTIONS(1666), - [sym_atx_h5_marker] = ACTIONS(1666), - [sym_atx_h6_marker] = ACTIONS(1666), - [sym__thematic_break] = ACTIONS(1666), - [sym__list_marker_minus] = ACTIONS(1666), - [sym__list_marker_plus] = ACTIONS(1666), - [sym__list_marker_star] = ACTIONS(1666), - [sym__list_marker_parenthesis] = ACTIONS(1666), - [sym__list_marker_dot] = ACTIONS(1666), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1666), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1666), - [sym__fenced_code_block_start_backtick] = ACTIONS(1666), - [sym__fenced_code_block_start_tilde] = ACTIONS(1666), - [sym__blank_line_start] = ACTIONS(1666), - [sym__html_block_1_start] = ACTIONS(1666), - [sym__html_block_2_start] = ACTIONS(1666), - [sym__html_block_3_start] = ACTIONS(1666), - [sym__html_block_4_start] = ACTIONS(1666), - [sym__html_block_5_start] = ACTIONS(1666), - [sym__html_block_6_start] = ACTIONS(1666), - [sym__html_block_7_start] = ACTIONS(1666), - [sym__pipe_table_start] = ACTIONS(1666), + [ts_builtin_sym_end] = ACTIONS(1206), + [anon_sym_LBRACK] = ACTIONS(1204), + [anon_sym_RBRACK] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [anon_sym_POUND] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_COMMA] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_DOT] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_COLON] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_AT] = ACTIONS(1206), + [anon_sym_BSLASH] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym__] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1206), + [anon_sym_RPAREN] = ACTIONS(1206), + [aux_sym__word_token1] = ACTIONS(1206), + [aux_sym__word_token2] = ACTIONS(1206), + [aux_sym__word_token3] = ACTIONS(1206), + [sym__whitespace] = ACTIONS(1206), + [sym__soft_line_ending] = ACTIONS(1206), + [sym__block_quote_start] = ACTIONS(1206), + [sym__indented_chunk_start] = ACTIONS(1206), + [sym_atx_h1_marker] = ACTIONS(1206), + [sym_atx_h2_marker] = ACTIONS(1206), + [sym_atx_h3_marker] = ACTIONS(1206), + [sym_atx_h4_marker] = ACTIONS(1206), + [sym_atx_h5_marker] = ACTIONS(1206), + [sym_atx_h6_marker] = ACTIONS(1206), + [sym__thematic_break] = ACTIONS(1206), + [sym__list_marker_minus] = ACTIONS(1206), + [sym__list_marker_plus] = ACTIONS(1206), + [sym__list_marker_star] = ACTIONS(1206), + [sym__list_marker_parenthesis] = ACTIONS(1206), + [sym__list_marker_dot] = ACTIONS(1206), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1206), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1206), + [sym__fenced_code_block_start_backtick] = ACTIONS(1206), + [sym__fenced_code_block_start_tilde] = ACTIONS(1206), + [sym__blank_line_start] = ACTIONS(1206), + [sym__html_block_1_start] = ACTIONS(1206), + [sym__html_block_2_start] = ACTIONS(1206), + [sym__html_block_3_start] = ACTIONS(1206), + [sym__html_block_4_start] = ACTIONS(1206), + [sym__html_block_5_start] = ACTIONS(1206), + [sym__html_block_6_start] = ACTIONS(1206), + [sym__html_block_7_start] = ACTIONS(1206), + [sym__pipe_table_start] = ACTIONS(1206), }, [350] = { - [anon_sym_LBRACK] = ACTIONS(1780), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1778), - [anon_sym_DQUOTE] = ACTIONS(1778), - [anon_sym_POUND] = ACTIONS(1778), - [anon_sym_DOLLAR] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SQUOTE] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_DOT] = ACTIONS(1778), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_COLON] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_EQ] = ACTIONS(1778), - [anon_sym_QMARK] = ACTIONS(1778), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_BSLASH] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym__] = ACTIONS(1778), - [anon_sym_BQUOTE] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_TILDE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [aux_sym__word_token1] = ACTIONS(1778), - [aux_sym__word_token2] = ACTIONS(1778), - [aux_sym__word_token3] = ACTIONS(1778), - [sym__whitespace] = ACTIONS(1778), - [sym__soft_line_ending] = ACTIONS(1778), - [sym__block_close] = ACTIONS(1778), - [sym__block_quote_start] = ACTIONS(1778), - [sym__indented_chunk_start] = ACTIONS(1778), - [sym_atx_h1_marker] = ACTIONS(1778), - [sym_atx_h2_marker] = ACTIONS(1778), - [sym_atx_h3_marker] = ACTIONS(1778), - [sym_atx_h4_marker] = ACTIONS(1778), - [sym_atx_h5_marker] = ACTIONS(1778), - [sym_atx_h6_marker] = ACTIONS(1778), - [sym__thematic_break] = ACTIONS(1778), - [sym__list_marker_minus] = ACTIONS(1778), - [sym__list_marker_plus] = ACTIONS(1778), - [sym__list_marker_star] = ACTIONS(1778), - [sym__list_marker_parenthesis] = ACTIONS(1778), - [sym__list_marker_dot] = ACTIONS(1778), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1778), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1778), - [sym__fenced_code_block_start_backtick] = ACTIONS(1778), - [sym__fenced_code_block_start_tilde] = ACTIONS(1778), - [sym__blank_line_start] = ACTIONS(1778), - [sym__html_block_1_start] = ACTIONS(1778), - [sym__html_block_2_start] = ACTIONS(1778), - [sym__html_block_3_start] = ACTIONS(1778), - [sym__html_block_4_start] = ACTIONS(1778), - [sym__html_block_5_start] = ACTIONS(1778), - [sym__html_block_6_start] = ACTIONS(1778), - [sym__html_block_7_start] = ACTIONS(1778), - [sym__pipe_table_start] = ACTIONS(1778), + [ts_builtin_sym_end] = ACTIONS(1732), + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_RBRACK] = ACTIONS(1732), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_DQUOTE] = ACTIONS(1732), + [anon_sym_POUND] = ACTIONS(1732), + [anon_sym_DOLLAR] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_COMMA] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_COLON] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_QMARK] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(1732), + [anon_sym_BSLASH] = ACTIONS(1732), + [anon_sym_CARET] = ACTIONS(1732), + [anon_sym__] = ACTIONS(1732), + [anon_sym_BQUOTE] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_PIPE] = ACTIONS(1732), + [anon_sym_RBRACE] = ACTIONS(1732), + [anon_sym_TILDE] = ACTIONS(1732), + [anon_sym_LPAREN] = ACTIONS(1732), + [anon_sym_RPAREN] = ACTIONS(1732), + [aux_sym__word_token1] = ACTIONS(1732), + [aux_sym__word_token2] = ACTIONS(1732), + [aux_sym__word_token3] = ACTIONS(1732), + [sym__whitespace] = ACTIONS(1732), + [sym__soft_line_ending] = ACTIONS(1732), + [sym__block_quote_start] = ACTIONS(1732), + [sym__indented_chunk_start] = ACTIONS(1732), + [sym_atx_h1_marker] = ACTIONS(1732), + [sym_atx_h2_marker] = ACTIONS(1732), + [sym_atx_h3_marker] = ACTIONS(1732), + [sym_atx_h4_marker] = ACTIONS(1732), + [sym_atx_h5_marker] = ACTIONS(1732), + [sym_atx_h6_marker] = ACTIONS(1732), + [sym__thematic_break] = ACTIONS(1732), + [sym__list_marker_minus] = ACTIONS(1732), + [sym__list_marker_plus] = ACTIONS(1732), + [sym__list_marker_star] = ACTIONS(1732), + [sym__list_marker_parenthesis] = ACTIONS(1732), + [sym__list_marker_dot] = ACTIONS(1732), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1732), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1732), + [sym__fenced_code_block_start_backtick] = ACTIONS(1732), + [sym__fenced_code_block_start_tilde] = ACTIONS(1732), + [sym__blank_line_start] = ACTIONS(1732), + [sym__html_block_1_start] = ACTIONS(1732), + [sym__html_block_2_start] = ACTIONS(1732), + [sym__html_block_3_start] = ACTIONS(1732), + [sym__html_block_4_start] = ACTIONS(1732), + [sym__html_block_5_start] = ACTIONS(1732), + [sym__html_block_6_start] = ACTIONS(1732), + [sym__html_block_7_start] = ACTIONS(1732), + [sym__pipe_table_start] = ACTIONS(1732), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 11, - ACTIONS(47), 1, + ACTIONS(97), 1, sym__html_block_1_start, - ACTIONS(49), 1, + ACTIONS(99), 1, sym__html_block_2_start, - ACTIONS(51), 1, + ACTIONS(101), 1, sym__html_block_3_start, - ACTIONS(53), 1, + ACTIONS(103), 1, sym__html_block_4_start, - ACTIONS(55), 1, + ACTIONS(105), 1, sym__html_block_5_start, - ACTIONS(57), 1, + ACTIONS(107), 1, sym__html_block_6_start, - ACTIONS(59), 1, + ACTIONS(109), 1, sym__html_block_7_start, ACTIONS(1786), 1, anon_sym_LBRACK, - STATE(904), 1, + STATE(918), 1, sym_link_label, - STATE(281), 7, + STATE(184), 7, sym__html_block_1, sym__html_block_2, sym__html_block_3, @@ -41042,25 +41042,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [77] = 11, - ACTIONS(97), 1, + ACTIONS(47), 1, sym__html_block_1_start, - ACTIONS(99), 1, + ACTIONS(49), 1, sym__html_block_2_start, - ACTIONS(101), 1, + ACTIONS(51), 1, sym__html_block_3_start, - ACTIONS(103), 1, + ACTIONS(53), 1, sym__html_block_4_start, - ACTIONS(105), 1, + ACTIONS(55), 1, sym__html_block_5_start, - ACTIONS(107), 1, + ACTIONS(57), 1, sym__html_block_6_start, - ACTIONS(109), 1, + ACTIONS(59), 1, sym__html_block_7_start, ACTIONS(1786), 1, anon_sym_LBRACK, - STATE(919), 1, + STATE(924), 1, sym_link_label, - STATE(216), 7, + STATE(225), 7, sym__html_block_1, sym__html_block_2, sym__html_block_3, @@ -41114,7 +41114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1803), 1, sym__soft_line_ending, - STATE(603), 1, + STATE(584), 1, sym__last_token_punctuation, ACTIONS(1793), 2, sym_entity_reference, @@ -41126,7 +41126,7 @@ static const uint16_t ts_small_parse_table[] = { sym__line_ending, sym__eof, anon_sym_RBRACK, - STATE(389), 5, + STATE(404), 5, sym_backslash_escape, sym__text_inline_no_link, sym__soft_line_break, @@ -41172,13 +41172,13 @@ static const uint16_t ts_small_parse_table[] = { sym__whitespace, ACTIONS(1816), 1, sym__line_ending, - STATE(378), 1, - sym_language, - STATE(387), 1, + STATE(367), 1, sym__newline, - STATE(405), 1, + STATE(374), 1, + sym_language, + STATE(414), 1, aux_sym_info_string_repeat2, - STATE(849), 1, + STATE(828), 1, sym_info_string, ACTIONS(1812), 2, anon_sym_LBRACE, @@ -41187,7 +41187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(449), 3, sym_backslash_escape, sym__word, aux_sym_language_repeat1, @@ -41230,13 +41230,13 @@ static const uint16_t ts_small_parse_table[] = { sym__whitespace, ACTIONS(1820), 1, sym__line_ending, - STATE(370), 1, + STATE(365), 1, sym__newline, - STATE(378), 1, + STATE(374), 1, sym_language, - STATE(405), 1, + STATE(414), 1, aux_sym_info_string_repeat2, - STATE(851), 1, + STATE(831), 1, sym_info_string, ACTIONS(1812), 2, anon_sym_LBRACE, @@ -41245,7 +41245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(449), 3, sym_backslash_escape, sym__word, aux_sym_language_repeat1, @@ -41281,74 +41281,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [359] = 7, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - STATE(386), 1, - sym__last_token_punctuation, - ACTIONS(1826), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - ACTIONS(1830), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - STATE(384), 4, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(1824), 32, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [420] = 11, + [359] = 11, ACTIONS(1806), 1, sym__backslash_escape, ACTIONS(1816), 1, sym__line_ending, - ACTIONS(1832), 1, + ACTIONS(1822), 1, sym__whitespace, - STATE(373), 1, + STATE(366), 1, sym__newline, - STATE(378), 1, + STATE(374), 1, sym_language, - STATE(405), 1, + STATE(414), 1, aux_sym_info_string_repeat2, - STATE(856), 1, + STATE(832), 1, sym_info_string, ACTIONS(1812), 2, anon_sym_LBRACE, @@ -41357,7 +41303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(449), 3, sym_backslash_escape, sym__word, aux_sym_language_repeat1, @@ -41393,18 +41339,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [489] = 11, + [428] = 11, ACTIONS(1806), 1, sym__backslash_escape, ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1834), 1, + ACTIONS(1824), 1, sym__whitespace, - STATE(378), 1, + STATE(374), 1, sym_language, - STATE(379), 1, + STATE(376), 1, sym__newline, - STATE(405), 1, + STATE(414), 1, aux_sym_info_string_repeat2, STATE(853), 1, sym_info_string, @@ -41415,7 +41361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(449), 3, sym_backslash_escape, sym__word, aux_sym_language_repeat1, @@ -41451,186 +41397,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [558] = 8, - ACTIONS(1820), 1, - sym__line_ending, - ACTIONS(1836), 1, - anon_sym_LBRACK, - ACTIONS(1840), 1, - sym__block_close, - ACTIONS(1842), 1, - sym__fenced_code_block_end_backtick, - STATE(839), 1, - sym_code_fence_content, - STATE(525), 2, - sym__word, - aux_sym__line_repeat1, - STATE(424), 3, - sym__newline, - sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(1838), 35, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_BSLASH, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [620] = 6, - ACTIONS(1844), 1, + [497] = 7, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(1853), 1, + ACTIONS(1832), 1, anon_sym_LPAREN, - ACTIONS(1850), 3, + STATE(361), 1, + sym__last_token_punctuation, + ACTIONS(1830), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1856), 4, + ACTIONS(1834), 4, sym__line_ending, sym__soft_line_ending, sym__eof, sym__whitespace, - STATE(360), 4, + STATE(385), 4, sym_backslash_escape, sym__link_destination_parenthesis, sym__word, aux_sym_link_destination_repeat2, - ACTIONS(1847), 32, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [678] = 8, - ACTIONS(1820), 1, - sym__line_ending, - ACTIONS(1836), 1, - anon_sym_LBRACK, - ACTIONS(1858), 1, - sym__block_close, - ACTIONS(1860), 1, - sym__fenced_code_block_end_backtick, - STATE(852), 1, - sym_code_fence_content, - STATE(525), 2, - sym__word, - aux_sym__line_repeat1, - STATE(424), 3, - sym__newline, - sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(1838), 35, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_BSLASH, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [740] = 7, - ACTIONS(1806), 1, - sym__backslash_escape, - ACTIONS(1868), 1, - sym__line_ending, - ACTIONS(1862), 2, + ACTIONS(1828), 32, sym_entity_reference, sym_numeric_character_reference, - STATE(471), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(1864), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(364), 3, - sym_backslash_escape, - sym__line, - aux_sym_info_string_repeat1, - ACTIONS(1866), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -41658,31 +41448,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [800] = 8, + [558] = 8, ACTIONS(1816), 1, sym__line_ending, + ACTIONS(1836), 1, + anon_sym_LBRACK, ACTIONS(1840), 1, sym__block_close, ACTIONS(1842), 1, sym__fenced_code_block_end_tilde, - ACTIONS(1870), 1, - anon_sym_LBRACK, - STATE(832), 1, + STATE(818), 1, sym_code_fence_content, - STATE(520), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1838), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -41718,26 +41505,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [862] = 7, - ACTIONS(1874), 1, + [620] = 6, + ACTIONS(1844), 1, sym__backslash_escape, - ACTIONS(1886), 1, - sym__line_ending, - ACTIONS(1877), 2, - sym_entity_reference, - sym_numeric_character_reference, - STATE(471), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(1880), 3, + ACTIONS(1853), 1, + anon_sym_LPAREN, + ACTIONS(1850), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(364), 3, + ACTIONS(1856), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + STATE(360), 4, sym_backslash_escape, - sym__line, - aux_sym_info_string_repeat1, - ACTIONS(1883), 33, + sym__link_destination_parenthesis, + sym__word, + aux_sym_link_destination_repeat2, + ACTIONS(1847), 32, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -41765,37 +41554,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [922] = 10, - ACTIONS(1806), 1, + [678] = 6, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(1816), 1, - sym__line_ending, - STATE(368), 1, - sym__newline, - STATE(378), 1, - sym_language, - STATE(405), 1, - aux_sym_info_string_repeat2, - STATE(840), 1, - sym_info_string, - ACTIONS(1812), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1810), 3, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1860), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + ACTIONS(1862), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + STATE(363), 4, sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_language_repeat1, - ACTIONS(1808), 31, + aux_sym_link_destination_repeat2, + ACTIONS(1858), 32, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -41809,6 +41590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -41820,33 +41602,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [988] = 7, - ACTIONS(1806), 1, - sym__backslash_escape, - ACTIONS(1868), 1, + [736] = 9, + ACTIONS(11), 1, + sym__soft_line_ending, + ACTIONS(1864), 1, + anon_sym_LBRACK, + ACTIONS(1866), 1, sym__line_ending, - ACTIONS(1888), 2, - sym_entity_reference, - sym_numeric_character_reference, - STATE(471), 2, + ACTIONS(1868), 1, + sym__eof, + STATE(111), 1, + sym__newline, + STATE(413), 1, + aux_sym_paragraph_repeat1, + STATE(506), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(1864), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(375), 3, - sym_backslash_escape, + STATE(601), 2, + sym__soft_line_break, sym__line, - aux_sym_info_string_repeat1, - ACTIONS(1866), 33, + ACTIONS(7), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -41855,6 +41637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -41867,6 +41650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -41880,21 +41664,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1048] = 8, - ACTIONS(1820), 1, + [800] = 6, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1872), 3, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(1874), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + STATE(360), 4, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + aux_sym_link_destination_repeat2, + ACTIONS(1870), 32, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [858] = 8, + ACTIONS(1816), 1, sym__line_ending, ACTIONS(1836), 1, anon_sym_LBRACK, - ACTIONS(1890), 1, + ACTIONS(1876), 1, sym__block_close, - ACTIONS(1892), 1, - sym__fenced_code_block_end_backtick, - STATE(835), 1, + ACTIONS(1878), 1, + sym__fenced_code_block_end_tilde, + STATE(854), 1, sym_code_fence_content, - STATE(525), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(424), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, @@ -41934,25 +41770,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1110] = 8, - ACTIONS(1816), 1, + [920] = 8, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1870), 1, + ACTIONS(1880), 1, anon_sym_LBRACK, - ACTIONS(1890), 1, + ACTIONS(1884), 1, sym__block_close, - ACTIONS(1892), 1, - sym__fenced_code_block_end_tilde, - STATE(837), 1, + ACTIONS(1886), 1, + sym__fenced_code_block_end_backtick, + STATE(811), 1, sym_code_fence_content, - STATE(520), 2, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(396), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -41988,25 +41824,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1172] = 8, + [982] = 8, ACTIONS(1816), 1, sym__line_ending, - ACTIONS(1858), 1, + ACTIONS(1836), 1, + anon_sym_LBRACK, + ACTIONS(1884), 1, sym__block_close, - ACTIONS(1860), 1, + ACTIONS(1886), 1, sym__fenced_code_block_end_tilde, - ACTIONS(1870), 1, - anon_sym_LBRACK, - STATE(796), 1, + STATE(812), 1, sym_code_fence_content, - STATE(520), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1838), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42042,21 +41878,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1234] = 8, - ACTIONS(1820), 1, + [1044] = 8, + ACTIONS(1816), 1, sym__line_ending, ACTIONS(1836), 1, anon_sym_LBRACK, - ACTIONS(1894), 1, + ACTIONS(1888), 1, sym__block_close, - ACTIONS(1896), 1, - sym__fenced_code_block_end_backtick, - STATE(824), 1, + ACTIONS(1890), 1, + sym__fenced_code_block_end_tilde, + STATE(851), 1, sym_code_fence_content, - STATE(525), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(424), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, @@ -42096,25 +41932,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1296] = 8, + [1106] = 10, + ACTIONS(1806), 1, + sym__backslash_escape, ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1836), 1, + STATE(374), 1, + sym_language, + STATE(377), 1, + sym__newline, + STATE(414), 1, + aux_sym_info_string_repeat2, + STATE(845), 1, + sym_info_string, + ACTIONS(1812), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1810), 3, anon_sym_LBRACK, - ACTIONS(1898), 1, - sym__block_close, - ACTIONS(1900), 1, - sym__fenced_code_block_end_backtick, - STATE(841), 1, - sym_code_fence_content, - STATE(525), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(449), 3, + sym_backslash_escape, sym__word, - aux_sym__line_repeat1, - STATE(424), 3, - sym__newline, - sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(1838), 35, + aux_sym_language_repeat1, + ACTIONS(1808), 31, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42123,11 +41967,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42136,39 +41978,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [1358] = 8, - ACTIONS(1816), 1, + [1172] = 8, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1870), 1, + ACTIONS(1880), 1, anon_sym_LBRACK, - ACTIONS(1898), 1, + ACTIONS(1892), 1, sym__block_close, - ACTIONS(1900), 1, - sym__fenced_code_block_end_tilde, - STATE(843), 1, + ACTIONS(1894), 1, + sym__fenced_code_block_end_backtick, + STATE(814), 1, sym_code_fence_content, - STATE(520), 2, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(396), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42204,25 +42042,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1420] = 8, + [1234] = 8, ACTIONS(1816), 1, sym__line_ending, - ACTIONS(1870), 1, + ACTIONS(1836), 1, anon_sym_LBRACK, - ACTIONS(1902), 1, + ACTIONS(1892), 1, sym__block_close, - ACTIONS(1904), 1, + ACTIONS(1894), 1, sym__fenced_code_block_end_tilde, STATE(815), 1, sym_code_fence_content, - STATE(520), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1838), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42258,26 +42096,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1482] = 9, - ACTIONS(11), 1, - sym__soft_line_ending, - ACTIONS(1906), 1, - anon_sym_LBRACK, - ACTIONS(1908), 1, + [1296] = 8, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1910), 1, - sym__eof, - STATE(111), 1, - sym__newline, - STATE(391), 1, - aux_sym_paragraph_repeat1, - STATE(528), 2, + ACTIONS(1840), 1, + sym__block_close, + ACTIONS(1842), 1, + sym__fenced_code_block_end_backtick, + ACTIONS(1880), 1, + anon_sym_LBRACK, + STATE(817), 1, + sym_code_fence_content, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(600), 2, - sym__soft_line_break, + STATE(396), 3, + sym__newline, sym__line, - ACTIONS(7), 35, + aux_sym_code_fence_content_repeat1, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42313,26 +42150,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1546] = 7, + [1358] = 7, ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1912), 1, + ACTIONS(1902), 1, sym__line_ending, - ACTIONS(1862), 2, + ACTIONS(1896), 2, sym_entity_reference, sym_numeric_character_reference, - STATE(471), 2, + STATE(466), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(1864), 3, + ACTIONS(1898), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(364), 3, + STATE(380), 3, sym_backslash_escape, sym__line, aux_sym_info_string_repeat1, - ACTIONS(1866), 33, + ACTIONS(1900), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42366,33 +42203,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1606] = 10, - ACTIONS(1806), 1, - sym__backslash_escape, - ACTIONS(1820), 1, + [1418] = 9, + ACTIONS(11), 1, + sym__soft_line_ending, + ACTIONS(1864), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, sym__line_ending, - STATE(367), 1, + ACTIONS(1906), 1, + sym__eof, + STATE(326), 1, sym__newline, - STATE(378), 1, - sym_language, - STATE(405), 1, - aux_sym_info_string_repeat2, - STATE(842), 1, - sym_info_string, - ACTIONS(1812), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1810), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(454), 3, - sym_backslash_escape, + STATE(413), 1, + aux_sym_paragraph_repeat1, + STATE(506), 2, sym__word, - aux_sym_language_repeat1, - ACTIONS(1808), 31, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + STATE(601), 2, + sym__soft_line_break, + sym__line, + ACTIONS(7), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42401,9 +42231,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42412,43 +42244,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [1672] = 10, + sym__whitespace, + [1482] = 7, ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1820), 1, + ACTIONS(1910), 1, sym__line_ending, - STATE(361), 1, - sym__newline, - STATE(378), 1, - sym_language, - STATE(405), 1, - aux_sym_info_string_repeat2, - STATE(810), 1, - sym_info_string, - ACTIONS(1812), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1810), 3, + ACTIONS(1908), 2, + sym_entity_reference, + sym_numeric_character_reference, + STATE(466), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(1898), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(372), 3, sym_backslash_escape, - sym__word, - aux_sym_language_repeat1, - ACTIONS(1808), 31, - sym_entity_reference, - sym_numeric_character_reference, + sym__line, + aux_sym_info_string_repeat1, + ACTIONS(1900), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42460,6 +42289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42471,33 +42301,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [1738] = 7, - ACTIONS(1806), 1, - sym__backslash_escape, - ACTIONS(1916), 1, + sym__whitespace, + [1542] = 9, + ACTIONS(11), 1, + sym__soft_line_ending, + ACTIONS(1864), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, sym__line_ending, - ACTIONS(1914), 2, - sym_entity_reference, - sym_numeric_character_reference, - STATE(471), 2, + ACTIONS(1914), 1, + sym__eof, + STATE(113), 1, + sym__newline, + STATE(413), 1, + aux_sym_paragraph_repeat1, + STATE(506), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(1864), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(362), 3, - sym_backslash_escape, + STATE(601), 2, + sym__soft_line_break, sym__line, - aux_sym_info_string_repeat1, - ACTIONS(1866), 33, + ACTIONS(7), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42506,6 +42339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -42518,6 +42352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -42531,25 +42366,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1798] = 8, + [1606] = 8, ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1836), 1, + ACTIONS(1880), 1, anon_sym_LBRACK, - ACTIONS(1902), 1, + ACTIONS(1888), 1, sym__block_close, - ACTIONS(1904), 1, + ACTIONS(1890), 1, sym__fenced_code_block_end_backtick, - STATE(812), 1, + STATE(850), 1, sym_code_fence_content, - STATE(525), 2, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(424), 3, + STATE(396), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1838), 35, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42585,26 +42420,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1860] = 9, - ACTIONS(11), 1, - sym__soft_line_ending, - ACTIONS(1906), 1, - anon_sym_LBRACK, - ACTIONS(1918), 1, + [1668] = 8, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1920), 1, - sym__eof, - STATE(107), 1, - sym__newline, - STATE(391), 1, - aux_sym_paragraph_repeat1, - STATE(528), 2, + ACTIONS(1876), 1, + sym__block_close, + ACTIONS(1878), 1, + sym__fenced_code_block_end_backtick, + ACTIONS(1880), 1, + anon_sym_LBRACK, + STATE(822), 1, + sym_code_fence_content, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(600), 2, - sym__soft_line_break, + STATE(396), 3, + sym__newline, sym__line, - ACTIONS(7), 35, + aux_sym_code_fence_content_repeat1, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42640,26 +42474,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1924] = 9, - ACTIONS(11), 1, - sym__soft_line_ending, - ACTIONS(1906), 1, - anon_sym_LBRACK, - ACTIONS(1922), 1, + [1730] = 8, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(1924), 1, - sym__eof, - STATE(295), 1, - sym__newline, - STATE(391), 1, - aux_sym_paragraph_repeat1, - STATE(528), 2, + ACTIONS(1880), 1, + anon_sym_LBRACK, + ACTIONS(1916), 1, + sym__block_close, + ACTIONS(1918), 1, + sym__fenced_code_block_end_backtick, + STATE(843), 1, + sym_code_fence_content, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(600), 2, - sym__soft_line_break, + STATE(396), 3, + sym__newline, sym__line, - ACTIONS(7), 35, + aux_sym_code_fence_content_repeat1, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42695,33 +42528,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [1988] = 10, + [1792] = 7, ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1816), 1, + ACTIONS(1902), 1, sym__line_ending, - STATE(369), 1, - sym__newline, - STATE(378), 1, - sym_language, - STATE(405), 1, - aux_sym_info_string_repeat2, - STATE(814), 1, - sym_info_string, - ACTIONS(1812), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1810), 3, + ACTIONS(1920), 2, + sym_entity_reference, + sym_numeric_character_reference, + STATE(466), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(1898), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(383), 3, sym_backslash_escape, - sym__word, - aux_sym_language_repeat1, - ACTIONS(1808), 31, - sym_entity_reference, - sym_numeric_character_reference, + sym__line, + aux_sym_info_string_repeat1, + ACTIONS(1900), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42733,6 +42559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42744,35 +42571,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [2054] = 6, - ACTIONS(1822), 1, + sym__whitespace, + [1852] = 7, + ACTIONS(1922), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(1826), 3, + ACTIONS(1934), 1, + sym__line_ending, + ACTIONS(1925), 2, + sym_entity_reference, + sym_numeric_character_reference, + STATE(466), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(1928), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1830), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - STATE(384), 4, + STATE(380), 3, sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(1824), 32, - sym_entity_reference, - sym_numeric_character_reference, + sym__line, + aux_sym_info_string_repeat1, + ACTIONS(1931), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42800,29 +42628,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [2112] = 6, - ACTIONS(1822), 1, + sym__whitespace, + [1912] = 10, + ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(1928), 3, + ACTIONS(1820), 1, + sym__line_ending, + STATE(369), 1, + sym__newline, + STATE(374), 1, + sym_language, + STATE(414), 1, + aux_sym_info_string_repeat2, + STATE(835), 1, + sym_info_string, + ACTIONS(1812), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1810), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1930), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - STATE(360), 4, + STATE(449), 3, sym_backslash_escape, - sym__link_destination_parenthesis, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(1926), 32, + aux_sym_language_repeat1, + ACTIONS(1808), 31, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -42836,7 +42672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42848,33 +42683,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [2170] = 6, - ACTIONS(1822), 1, + [1978] = 10, + ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(1928), 3, + ACTIONS(1816), 1, + sym__line_ending, + STATE(370), 1, + sym__newline, + STATE(374), 1, + sym_language, + STATE(414), 1, + aux_sym_info_string_repeat2, + STATE(836), 1, + sym_info_string, + ACTIONS(1812), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1810), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1932), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - STATE(360), 4, + STATE(449), 3, sym_backslash_escape, - sym__link_destination_parenthesis, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(1926), 32, + aux_sym_language_repeat1, + ACTIONS(1808), 31, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -42888,7 +42728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -42900,35 +42739,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [2228] = 6, - ACTIONS(1822), 1, + [2044] = 7, + ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(1936), 3, + ACTIONS(1936), 1, + sym__line_ending, + ACTIONS(1896), 2, + sym_entity_reference, + sym_numeric_character_reference, + STATE(466), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(1898), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1930), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - STATE(385), 4, + STATE(380), 3, sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(1934), 32, - sym_entity_reference, - sym_numeric_character_reference, + sym__line, + aux_sym_info_string_repeat1, + ACTIONS(1900), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -42956,28 +42793,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [2286] = 8, + sym__whitespace, + [2104] = 8, ACTIONS(1816), 1, sym__line_ending, - ACTIONS(1870), 1, + ACTIONS(1836), 1, anon_sym_LBRACK, - ACTIONS(1894), 1, + ACTIONS(1916), 1, sym__block_close, - ACTIONS(1896), 1, + ACTIONS(1918), 1, sym__fenced_code_block_end_tilde, - STATE(826), 1, + STATE(825), 1, sym_code_fence_content, - STATE(520), 2, + STATE(501), 2, sym__word, aux_sym__line_repeat1, - STATE(417), 3, + STATE(407), 3, sym__newline, sym__line, aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + ACTIONS(1838), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43013,24 +42853,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2348] = 7, - ACTIONS(1942), 1, - anon_sym_RBRACK_RBRACK_GT, - ACTIONS(1944), 1, - sym__line_ending, - ACTIONS(1946), 1, - sym__block_close, - ACTIONS(1938), 2, + [2166] = 6, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1872), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - STATE(529), 2, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(1862), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + STATE(360), 4, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym__line_repeat1, - STATE(421), 3, - sym__newline, - sym__line, - aux_sym__html_block_5_repeat1, - ACTIONS(1940), 34, + aux_sym_link_destination_repeat2, + ACTIONS(1870), 32, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43038,7 +42883,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -43051,7 +42895,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -43059,31 +42902,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [2407] = 6, - ACTIONS(1791), 1, + [2224] = 6, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(1950), 1, - anon_sym_RBRACK, - ACTIONS(1954), 1, - sym__soft_line_ending, - ACTIONS(1952), 2, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1830), 3, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(395), 5, + ACTIONS(1834), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + STATE(385), 4, sym_backslash_escape, - sym__text_inline_no_link, - sym__soft_line_break, + sym__link_destination_parenthesis, sym__word, - aux_sym_link_label_repeat1, - ACTIONS(1948), 34, + aux_sym_link_destination_repeat2, + ACTIONS(1828), 32, sym_entity_reference, sym_numeric_character_reference, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43110,30 +42954,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [2464] = 7, - ACTIONS(1962), 1, - anon_sym_RBRACK_RBRACK_GT, - ACTIONS(1965), 1, + [2282] = 10, + ACTIONS(1806), 1, + sym__backslash_escape, + ACTIONS(1816), 1, sym__line_ending, - ACTIONS(1968), 1, - sym__block_close, - ACTIONS(1956), 2, + STATE(364), 1, + sym__newline, + STATE(374), 1, + sym_language, + STATE(414), 1, + aux_sym_info_string_repeat2, + STATE(841), 1, + sym_info_string, + ACTIONS(1812), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1810), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - STATE(529), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(449), 3, + sym_backslash_escape, sym__word, - aux_sym__line_repeat1, - STATE(390), 3, - sym__newline, - sym__line, - aux_sym__html_block_5_repeat1, - ACTIONS(1959), 34, + aux_sym_language_repeat1, + ACTIONS(1808), 31, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43141,11 +42992,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -43154,37 +43003,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [2523] = 7, - ACTIONS(1970), 1, - anon_sym_LBRACK, - ACTIONS(1978), 1, - sym__soft_line_ending, - STATE(391), 1, - aux_sym_paragraph_repeat1, - ACTIONS(1976), 2, + [2348] = 7, + ACTIONS(1942), 1, + anon_sym_DASH_DASH_GT, + ACTIONS(1944), 1, sym__line_ending, - sym__eof, - STATE(528), 2, + ACTIONS(1946), 1, + sym__block_close, + ACTIONS(1938), 2, + anon_sym_LBRACK, + anon_sym_DASH, + STATE(513), 2, sym__word, aux_sym__line_repeat1, - STATE(600), 2, - sym__soft_line_break, + STATE(399), 3, + sym__newline, sym__line, - ACTIONS(1973), 35, + aux_sym__html_block_2_repeat1, + ACTIONS(1940), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43198,7 +43044,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -43220,34 +43065,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2582] = 7, - ACTIONS(1791), 1, + [2407] = 11, + ACTIONS(1826), 1, sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1956), 1, + sym__whitespace, + ACTIONS(1958), 1, sym__soft_line_ending, - ACTIONS(1985), 1, - anon_sym_SQUOTE, - STATE(508), 1, + STATE(493), 1, sym__soft_line_break, - ACTIONS(1983), 3, + STATE(680), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(406), 3, + STATE(386), 3, sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_link_title_repeat2, - ACTIONS(1981), 34, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, @@ -43266,30 +43121,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [2641] = 7, + [2474] = 7, ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(1954), 1, - sym__soft_line_ending, - ACTIONS(1991), 1, + ACTIONS(1964), 1, anon_sym_DQUOTE, - STATE(517), 1, + ACTIONS(1966), 1, + sym__soft_line_ending, + STATE(525), 1, sym__soft_line_break, - ACTIONS(1989), 3, + ACTIONS(1962), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(425), 3, + STATE(393), 3, sym_backslash_escape, sym__word, aux_sym_link_title_repeat1, - ACTIONS(1987), 34, + ACTIONS(1960), 34, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -43324,24 +43173,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2700] = 7, + [2533] = 7, ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(1954), 1, - sym__soft_line_ending, - ACTIONS(1991), 1, + ACTIONS(1964), 1, anon_sym_SQUOTE, - STATE(508), 1, + ACTIONS(1966), 1, + sym__soft_line_ending, + STATE(523), 1, sym__soft_line_break, - ACTIONS(1995), 3, + ACTIONS(1970), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(392), 3, + STATE(394), 3, sym_backslash_escape, sym__word, aux_sym_link_title_repeat2, - ACTIONS(1993), 34, + ACTIONS(1968), 34, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -43376,29 +43225,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2759] = 6, - ACTIONS(1997), 1, - sym__backslash_escape, - ACTIONS(2003), 1, + [2592] = 7, + ACTIONS(1942), 1, + anon_sym_DASH_DASH_GT, + ACTIONS(1944), 1, + sym__line_ending, + ACTIONS(1972), 1, + sym__block_close, + ACTIONS(1938), 2, + anon_sym_LBRACK, + anon_sym_DASH, + STATE(513), 2, + sym__word, + aux_sym__line_repeat1, + STATE(399), 3, + sym__newline, + sym__line, + aux_sym__html_block_2_repeat1, + ACTIONS(1940), 34, anon_sym_RBRACK, - ACTIONS(2008), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_BSLASH, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [2651] = 7, + ACTIONS(1974), 1, + sym__backslash_escape, + ACTIONS(1983), 1, + anon_sym_DQUOTE, + ACTIONS(1985), 1, sym__soft_line_ending, - ACTIONS(2005), 2, + STATE(525), 1, + sym__soft_line_break, + ACTIONS(1980), 3, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(395), 5, + STATE(393), 3, sym_backslash_escape, - sym__text_inline_no_link, - sym__soft_line_break, sym__word, - aux_sym_link_label_repeat1, - ACTIONS(2000), 34, + aux_sym_link_title_repeat1, + ACTIONS(1977), 34, sym_entity_reference, sym_numeric_character_reference, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, - anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, @@ -43427,22 +43329,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2816] = 6, - ACTIONS(2011), 1, + [2710] = 7, + ACTIONS(1988), 1, + sym__backslash_escape, + ACTIONS(1997), 1, + anon_sym_SQUOTE, + ACTIONS(1999), 1, + sym__soft_line_ending, + STATE(523), 1, + sym__soft_line_break, + ACTIONS(1994), 3, anon_sym_LBRACK, - ACTIONS(2017), 1, - sym__line_ending, - ACTIONS(2020), 2, - sym__block_close, - sym__fenced_code_block_end_tilde, - STATE(520), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(394), 3, + sym_backslash_escape, sym__word, - aux_sym__line_repeat1, - STATE(396), 3, - sym__newline, - sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(2014), 35, + aux_sym_link_title_repeat2, + ACTIONS(1991), 34, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43451,8 +43357,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, @@ -43464,7 +43368,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -43478,24 +43381,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2873] = 7, - ACTIONS(2026), 1, - anon_sym_DASH_DASH_GT, - ACTIONS(2028), 1, + [2769] = 7, + ACTIONS(2006), 1, + anon_sym_QMARK_GT, + ACTIONS(2008), 1, sym__line_ending, - ACTIONS(2030), 1, + ACTIONS(2010), 1, sym__block_close, - ACTIONS(2022), 2, + ACTIONS(2002), 2, anon_sym_LBRACK, - anon_sym_DASH, - STATE(501), 2, + anon_sym_QMARK, + STATE(518), 2, sym__word, aux_sym__line_repeat1, - STATE(420), 3, + STATE(400), 3, sym__newline, sym__line, - aux_sym__html_block_2_repeat1, - ACTIONS(2024), 34, + aux_sym__html_block_3_repeat1, + ACTIONS(2004), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43509,12 +43412,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -43530,24 +43433,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2932] = 7, - ACTIONS(2026), 1, - anon_sym_DASH_DASH_GT, - ACTIONS(2028), 1, + [2828] = 6, + ACTIONS(1820), 1, sym__line_ending, - ACTIONS(2032), 1, - sym__block_close, - ACTIONS(2022), 2, + ACTIONS(1880), 1, anon_sym_LBRACK, - anon_sym_DASH, - STATE(501), 2, + ACTIONS(2012), 2, + sym__block_close, + sym__fenced_code_block_end_backtick, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(412), 3, + STATE(410), 3, sym__newline, sym__line, - aux_sym__html_block_2_repeat1, - ACTIONS(2024), 34, + aux_sym_code_fence_content_repeat1, + ACTIONS(1882), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43561,6 +43462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -43582,23 +43484,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [2991] = 7, - ACTIONS(2034), 1, + [2885] = 7, + ACTIONS(2014), 1, anon_sym_LBRACK, - ACTIONS(2038), 1, + ACTIONS(2020), 1, sym__line_ending, - ACTIONS(2040), 1, + ACTIONS(2023), 1, sym__block_close, - ACTIONS(2042), 1, + ACTIONS(2025), 1, sym__html_block_1_end, - STATE(498), 2, + STATE(509), 2, sym__word, aux_sym__line_repeat1, - STATE(422), 3, + STATE(397), 3, sym__newline, sym__line, aux_sym__html_block_1_repeat1, - ACTIONS(2036), 35, + ACTIONS(2017), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43634,25 +43536,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3050] = 7, - ACTIONS(2048), 1, - anon_sym_QMARK_GT, - ACTIONS(2050), 1, + [2944] = 7, + ACTIONS(2032), 1, + anon_sym_RBRACK_RBRACK_GT, + ACTIONS(2034), 1, sym__line_ending, - ACTIONS(2052), 1, + ACTIONS(2036), 1, sym__block_close, - ACTIONS(2044), 2, + ACTIONS(2028), 2, anon_sym_LBRACK, - anon_sym_QMARK, - STATE(516), 2, + anon_sym_RBRACK, + STATE(520), 2, sym__word, aux_sym__line_repeat1, - STATE(413), 3, + STATE(401), 3, sym__newline, sym__line, - aux_sym__html_block_3_repeat1, - ACTIONS(2046), 34, - anon_sym_RBRACK, + aux_sym__html_block_5_repeat1, + ACTIONS(2030), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43671,6 +43572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -43686,48 +43588,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3109] = 11, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2062), 1, - sym__whitespace, - ACTIONS(2064), 1, - sym__soft_line_ending, - STATE(469), 1, - sym__soft_line_break, - STATE(682), 1, - sym_link_destination, - ACTIONS(2056), 3, + [3003] = 7, + ACTIONS(2044), 1, + anon_sym_DASH_DASH_GT, + ACTIONS(2047), 1, + sym__line_ending, + ACTIONS(2050), 1, + sym__block_close, + ACTIONS(2038), 2, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + anon_sym_DASH, + STATE(513), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + STATE(399), 3, + sym__newline, + sym__line, + aux_sym__html_block_2_repeat1, + ACTIONS(2041), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -43735,6 +43626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -43742,24 +43634,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [3176] = 7, - ACTIONS(2072), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [3062] = 7, + ACTIONS(2058), 1, anon_sym_QMARK_GT, - ACTIONS(2075), 1, + ACTIONS(2061), 1, sym__line_ending, - ACTIONS(2078), 1, + ACTIONS(2064), 1, sym__block_close, - ACTIONS(2066), 2, + ACTIONS(2052), 2, anon_sym_LBRACK, anon_sym_QMARK, - STATE(516), 2, + STATE(518), 2, sym__word, aux_sym__line_repeat1, - STATE(402), 3, + STATE(400), 3, sym__newline, sym__line, aux_sym__html_block_3_repeat1, - ACTIONS(2069), 34, + ACTIONS(2055), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -43794,24 +43692,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3235] = 7, - ACTIONS(1942), 1, + [3121] = 7, + ACTIONS(2072), 1, anon_sym_RBRACK_RBRACK_GT, - ACTIONS(1944), 1, + ACTIONS(2075), 1, sym__line_ending, - ACTIONS(2080), 1, + ACTIONS(2078), 1, sym__block_close, - ACTIONS(1938), 2, + ACTIONS(2066), 2, anon_sym_LBRACK, anon_sym_RBRACK, - STATE(529), 2, + STATE(520), 2, sym__word, aux_sym__line_repeat1, - STATE(408), 3, + STATE(401), 3, sym__newline, sym__line, aux_sym__html_block_5_repeat1, - ACTIONS(1940), 34, + ACTIONS(2069), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43846,25 +43744,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3294] = 7, - ACTIONS(2048), 1, - anon_sym_QMARK_GT, - ACTIONS(2050), 1, - sym__line_ending, - ACTIONS(2082), 1, - sym__block_close, - ACTIONS(2044), 2, - anon_sym_LBRACK, - anon_sym_QMARK, - STATE(516), 2, - sym__word, - aux_sym__line_repeat1, - STATE(407), 3, - sym__newline, - sym__line, - aux_sym__html_block_3_repeat1, - ACTIONS(2046), 34, + [3180] = 6, + ACTIONS(2080), 1, + sym__backslash_escape, + ACTIONS(2086), 1, anon_sym_RBRACK, + ACTIONS(2091), 1, + sym__soft_line_ending, + ACTIONS(2088), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(402), 5, + sym_backslash_escape, + sym__text_inline_no_link, + sym__soft_line_break, + sym__word, + aux_sym_link_label_repeat1, + ACTIONS(2083), 34, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43872,7 +43770,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -43883,8 +43780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -43898,33 +43795,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3353] = 9, - ACTIONS(1806), 1, + [3237] = 11, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(1916), 1, - sym__line_ending, - ACTIONS(2086), 1, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, + ACTIONS(2094), 1, sym__whitespace, - STATE(366), 1, - sym_language, - STATE(544), 1, - aux_sym_info_string_repeat2, - ACTIONS(2084), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1810), 3, + STATE(484), 1, + sym__soft_line_break, + STATE(667), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(454), 3, + STATE(386), 3, sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_language_repeat1, - ACTIONS(1808), 31, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -43934,6 +43835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -43945,34 +43847,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [3416] = 7, - ACTIONS(2088), 1, + [3304] = 6, + ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(2097), 1, - anon_sym_SQUOTE, - ACTIONS(2099), 1, + ACTIONS(1966), 1, sym__soft_line_ending, - STATE(508), 1, - sym__soft_line_break, - ACTIONS(2094), 3, - anon_sym_LBRACK, + ACTIONS(2098), 1, + anon_sym_RBRACK, + ACTIONS(2100), 2, anon_sym_AMP, anon_sym_BSLASH, - STATE(406), 3, + STATE(402), 5, sym_backslash_escape, + sym__text_inline_no_link, + sym__soft_line_break, sym__word, - aux_sym_link_title_repeat2, - ACTIONS(2091), 34, + aux_sym_link_label_repeat1, + ACTIONS(2096), 34, sym_entity_reference, sym_numeric_character_reference, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -43980,6 +43877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, @@ -44004,33 +43902,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3475] = 7, - ACTIONS(2048), 1, - anon_sym_QMARK_GT, - ACTIONS(2050), 1, - sym__line_ending, + [3361] = 11, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, ACTIONS(2102), 1, - sym__block_close, - ACTIONS(2044), 2, + sym__whitespace, + STATE(482), 1, + sym__soft_line_break, + STATE(664), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, - anon_sym_QMARK, - STATE(516), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym__line_repeat1, - STATE(402), 3, - sym__newline, - sym__line, - aux_sym__html_block_3_repeat1, - ACTIONS(2046), 34, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -44041,8 +43949,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -44050,30 +43958,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [3534] = 7, - ACTIONS(1942), 1, - anon_sym_RBRACK_RBRACK_GT, - ACTIONS(1944), 1, - sym__line_ending, + [3428] = 7, ACTIONS(2104), 1, - sym__block_close, - ACTIONS(1938), 2, anon_sym_LBRACK, - anon_sym_RBRACK, - STATE(529), 2, + ACTIONS(2108), 1, + sym__line_ending, + ACTIONS(2110), 1, + sym__block_close, + ACTIONS(2112), 1, + sym__html_block_1_end, + STATE(509), 2, sym__word, aux_sym__line_repeat1, - STATE(390), 3, + STATE(426), 3, sym__newline, sym__line, - aux_sym__html_block_5_repeat1, - ACTIONS(1940), 34, + aux_sym__html_block_1_repeat1, + ACTIONS(2106), 35, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -44108,33 +44010,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3593] = 7, - ACTIONS(2106), 1, - sym__backslash_escape, - ACTIONS(2115), 1, - anon_sym_DQUOTE, - ACTIONS(2117), 1, - sym__soft_line_ending, - STATE(517), 1, - sym__soft_line_break, - ACTIONS(2112), 3, + [3487] = 6, + ACTIONS(1816), 1, + sym__line_ending, + ACTIONS(1836), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(409), 3, - sym_backslash_escape, + ACTIONS(2012), 2, + sym__block_close, + sym__fenced_code_block_end_tilde, + STATE(501), 2, sym__word, - aux_sym_link_title_repeat1, - ACTIONS(2109), 34, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + STATE(412), 3, + sym__newline, + sym__line, + aux_sym_code_fence_content_repeat1, + ACTIONS(1838), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, + anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -44147,6 +44047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -44160,24 +44061,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3652] = 7, - ACTIONS(2026), 1, + [3544] = 7, + ACTIONS(1942), 1, anon_sym_DASH_DASH_GT, - ACTIONS(2028), 1, + ACTIONS(1944), 1, sym__line_ending, - ACTIONS(2120), 1, + ACTIONS(2114), 1, sym__block_close, - ACTIONS(2022), 2, + ACTIONS(1938), 2, anon_sym_LBRACK, anon_sym_DASH, - STATE(501), 2, + STATE(513), 2, sym__word, aux_sym__line_repeat1, - STATE(397), 3, + STATE(392), 3, sym__newline, sym__line, aux_sym__html_block_2_repeat1, - ACTIONS(2024), 34, + ACTIONS(1940), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44212,23 +44113,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3711] = 7, - ACTIONS(2034), 1, - anon_sym_LBRACK, - ACTIONS(2038), 1, + [3603] = 7, + ACTIONS(2006), 1, + anon_sym_QMARK_GT, + ACTIONS(2008), 1, sym__line_ending, - ACTIONS(2042), 1, - sym__html_block_1_end, - ACTIONS(2122), 1, + ACTIONS(2116), 1, sym__block_close, - STATE(498), 2, + ACTIONS(2002), 2, + anon_sym_LBRACK, + anon_sym_QMARK, + STATE(518), 2, sym__word, aux_sym__line_repeat1, - STATE(399), 3, + STATE(395), 3, sym__newline, sym__line, - aux_sym__html_block_1_repeat1, - ACTIONS(2036), 35, + aux_sym__html_block_3_repeat1, + ACTIONS(2004), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44248,7 +44150,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -44264,24 +44165,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3770] = 7, - ACTIONS(2026), 1, - anon_sym_DASH_DASH_GT, - ACTIONS(2028), 1, - sym__line_ending, + [3662] = 6, + ACTIONS(2118), 1, + anon_sym_LBRACK, ACTIONS(2124), 1, + sym__line_ending, + ACTIONS(2127), 2, sym__block_close, - ACTIONS(2022), 2, - anon_sym_LBRACK, - anon_sym_DASH, - STATE(501), 2, + sym__fenced_code_block_end_backtick, + STATE(499), 2, sym__word, aux_sym__line_repeat1, - STATE(420), 3, + STATE(410), 3, sym__newline, sym__line, - aux_sym__html_block_2_repeat1, - ACTIONS(2024), 34, + aux_sym_code_fence_content_repeat1, + ACTIONS(2121), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44295,6 +44194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -44316,25 +44216,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3829] = 7, - ACTIONS(2048), 1, - anon_sym_QMARK_GT, - ACTIONS(2050), 1, + [3719] = 7, + ACTIONS(2032), 1, + anon_sym_RBRACK_RBRACK_GT, + ACTIONS(2034), 1, sym__line_ending, - ACTIONS(2126), 1, + ACTIONS(2129), 1, sym__block_close, - ACTIONS(2044), 2, + ACTIONS(2028), 2, anon_sym_LBRACK, - anon_sym_QMARK, - STATE(516), 2, + anon_sym_RBRACK, + STATE(520), 2, sym__word, aux_sym__line_repeat1, - STATE(402), 3, + STATE(398), 3, sym__newline, sym__line, - aux_sym__html_block_3_repeat1, - ACTIONS(2046), 34, - anon_sym_RBRACK, + aux_sym__html_block_5_repeat1, + ACTIONS(2030), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -44353,6 +44252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -44368,43 +44268,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [3888] = 11, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - ACTIONS(2128), 1, - sym__whitespace, - STATE(473), 1, - sym__soft_line_break, - STATE(663), 1, - sym_link_destination, - ACTIONS(2056), 3, + [3778] = 6, + ACTIONS(2131), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2137), 1, + sym__line_ending, + ACTIONS(2127), 2, + sym__block_close, + sym__fenced_code_block_end_tilde, + STATE(501), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + STATE(412), 3, + sym__newline, + sym__line, + aux_sym_code_fence_content_repeat1, + ACTIONS(2134), 35, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -44417,6 +44305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -44424,32 +44313,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [3955] = 10, - ACTIONS(2136), 1, - anon_sym_PIPE, - ACTIONS(2138), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, sym__whitespace, - STATE(460), 1, - sym__word, - STATE(491), 1, - aux_sym_pipe_table_row_repeat1, - STATE(697), 1, - sym_pipe_table_cell, - STATE(780), 1, - sym_pipe_table_row, - ACTIONS(2132), 2, + [3835] = 7, + ACTIONS(2140), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2140), 3, + ACTIONS(2148), 1, + sym__soft_line_ending, + STATE(413), 1, + aux_sym_paragraph_repeat1, + ACTIONS(2146), 2, sym__line_ending, sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2134), 29, + STATE(506), 2, + sym__word, + aux_sym__line_repeat1, + STATE(601), 2, + sym__soft_line_break, + sym__line, + ACTIONS(2143), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44471,45 +44357,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [4020] = 11, - ACTIONS(1822), 1, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [3894] = 9, + ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - ACTIONS(2142), 1, + ACTIONS(1910), 1, + sym__line_ending, + ACTIONS(2153), 1, sym__whitespace, - STATE(463), 1, - sym__soft_line_break, - STATE(674), 1, - sym_link_destination, - ACTIONS(2056), 3, + STATE(379), 1, + sym_language, + STATE(557), 1, + aux_sym_info_string_repeat2, + ACTIONS(2151), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1810), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, + STATE(449), 3, sym_backslash_escape, - sym__link_destination_parenthesis, sym__word, - ACTIONS(2054), 5, + aux_sym_language_repeat1, + ACTIONS(1808), 31, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -44519,7 +44407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -44531,26 +44418,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, - [4087] = 6, - ACTIONS(1816), 1, - sym__line_ending, - ACTIONS(1870), 1, - anon_sym_LBRACK, - ACTIONS(2144), 2, - sym__block_close, - sym__fenced_code_block_end_tilde, - STATE(520), 2, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [3957] = 10, + ACTIONS(2161), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, + sym__whitespace, + STATE(475), 1, + aux_sym_pipe_table_row_repeat1, + STATE(495), 1, sym__word, - aux_sym__line_repeat1, - STATE(396), 3, - sym__newline, - sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(1872), 35, + STATE(715), 1, + sym_pipe_table_cell, + STATE(794), 1, + sym_pipe_table_row, + ACTIONS(2157), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2165), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2155), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44572,37 +44472,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [4144] = 7, - ACTIONS(2034), 1, + [4022] = 7, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2038), 1, + ACTIONS(2108), 1, sym__line_ending, - ACTIONS(2042), 1, + ACTIONS(2112), 1, sym__html_block_1_end, - ACTIONS(2146), 1, + ACTIONS(2167), 1, sym__block_close, - STATE(498), 2, + STATE(509), 2, sym__word, aux_sym__line_repeat1, - STATE(422), 3, + STATE(420), 3, sym__newline, sym__line, aux_sym__html_block_1_repeat1, - ACTIONS(2036), 35, + ACTIONS(2106), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44638,22 +44532,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4203] = 6, - ACTIONS(2148), 1, - anon_sym_LBRACK, - ACTIONS(2154), 1, + [4081] = 7, + ACTIONS(1942), 1, + anon_sym_DASH_DASH_GT, + ACTIONS(1944), 1, sym__line_ending, - ACTIONS(2020), 2, + ACTIONS(2169), 1, sym__block_close, - sym__fenced_code_block_end_backtick, - STATE(525), 2, + ACTIONS(1938), 2, + anon_sym_LBRACK, + anon_sym_DASH, + STATE(513), 2, sym__word, aux_sym__line_repeat1, - STATE(419), 3, + STATE(388), 3, sym__newline, sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(2151), 35, + aux_sym__html_block_2_repeat1, + ACTIONS(1940), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44667,7 +44563,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -44689,24 +44584,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4260] = 7, - ACTIONS(2163), 1, - anon_sym_DASH_DASH_GT, - ACTIONS(2166), 1, + [4140] = 7, + ACTIONS(2006), 1, + anon_sym_QMARK_GT, + ACTIONS(2008), 1, sym__line_ending, - ACTIONS(2169), 1, + ACTIONS(2171), 1, sym__block_close, - ACTIONS(2157), 2, + ACTIONS(2002), 2, anon_sym_LBRACK, - anon_sym_DASH, - STATE(501), 2, + anon_sym_QMARK, + STATE(518), 2, sym__word, aux_sym__line_repeat1, - STATE(420), 3, + STATE(421), 3, sym__newline, sym__line, - aux_sym__html_block_2_repeat1, - ACTIONS(2160), 34, + aux_sym__html_block_3_repeat1, + ACTIONS(2004), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44720,12 +44615,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -44741,24 +44636,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4319] = 7, - ACTIONS(1942), 1, + [4199] = 7, + ACTIONS(2032), 1, anon_sym_RBRACK_RBRACK_GT, - ACTIONS(1944), 1, + ACTIONS(2034), 1, sym__line_ending, - ACTIONS(2171), 1, + ACTIONS(2173), 1, sym__block_close, - ACTIONS(1938), 2, + ACTIONS(2028), 2, anon_sym_LBRACK, anon_sym_RBRACK, - STATE(529), 2, + STATE(520), 2, sym__word, aux_sym__line_repeat1, - STATE(390), 3, + STATE(422), 3, sym__newline, sym__line, aux_sym__html_block_5_repeat1, - ACTIONS(1940), 34, + ACTIONS(2030), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -44793,23 +44688,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4378] = 7, - ACTIONS(2173), 1, + [4258] = 7, + ACTIONS(2104), 1, anon_sym_LBRACK, - ACTIONS(2179), 1, + ACTIONS(2108), 1, sym__line_ending, - ACTIONS(2182), 1, - sym__block_close, - ACTIONS(2184), 1, + ACTIONS(2112), 1, sym__html_block_1_end, - STATE(498), 2, + ACTIONS(2175), 1, + sym__block_close, + STATE(509), 2, sym__word, aux_sym__line_repeat1, - STATE(422), 3, + STATE(397), 3, sym__newline, sym__line, aux_sym__html_block_1_repeat1, - ACTIONS(2176), 35, + ACTIONS(2106), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -44845,43 +44740,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4437] = 11, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - ACTIONS(2187), 1, - sym__whitespace, - STATE(467), 1, - sym__soft_line_break, - STATE(683), 1, - sym_link_destination, - ACTIONS(2056), 3, + [4317] = 7, + ACTIONS(2006), 1, + anon_sym_QMARK_GT, + ACTIONS(2008), 1, + sym__line_ending, + ACTIONS(2177), 1, + sym__block_close, + ACTIONS(2002), 2, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + anon_sym_QMARK, + STATE(518), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + STATE(400), 3, + sym__newline, + sym__line, + aux_sym__html_block_3_repeat1, + ACTIONS(2004), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -44892,8 +44777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -44901,23 +44786,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [4504] = 6, - ACTIONS(1820), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [4376] = 7, + ACTIONS(2032), 1, + anon_sym_RBRACK_RBRACK_GT, + ACTIONS(2034), 1, sym__line_ending, - ACTIONS(1836), 1, - anon_sym_LBRACK, - ACTIONS(2144), 2, + ACTIONS(2179), 1, sym__block_close, - sym__fenced_code_block_end_backtick, - STATE(525), 2, + ACTIONS(2028), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + STATE(520), 2, sym__word, aux_sym__line_repeat1, - STATE(419), 3, + STATE(401), 3, sym__newline, sym__line, - aux_sym_code_fence_content_repeat1, - ACTIONS(1838), 35, - anon_sym_RBRACK, + aux_sym__html_block_5_repeat1, + ACTIONS(2030), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -44952,24 +44844,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4561] = 7, + [4435] = 7, ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(1954), 1, + ACTIONS(1966), 1, sym__soft_line_ending, - ACTIONS(1985), 1, + ACTIONS(2185), 1, anon_sym_DQUOTE, - STATE(517), 1, + STATE(525), 1, sym__soft_line_break, - ACTIONS(2191), 3, + ACTIONS(2183), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(409), 3, + STATE(390), 3, sym_backslash_escape, sym__word, aux_sym_link_title_repeat1, - ACTIONS(2189), 34, + ACTIONS(2181), 34, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -45004,23 +44896,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4620] = 7, - ACTIONS(2034), 1, + [4494] = 7, + ACTIONS(1791), 1, + sym__backslash_escape, + ACTIONS(1966), 1, + sym__soft_line_ending, + ACTIONS(2185), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym__soft_line_break, + ACTIONS(2189), 3, anon_sym_LBRACK, - ACTIONS(2038), 1, - sym__line_ending, - ACTIONS(2042), 1, - sym__html_block_1_end, - ACTIONS(2193), 1, - sym__block_close, - STATE(498), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(391), 3, + sym_backslash_escape, sym__word, - aux_sym__line_repeat1, - STATE(418), 3, - sym__newline, - sym__line, - aux_sym__html_block_1_repeat1, - ACTIONS(2036), 35, + aux_sym_link_title_repeat2, + ACTIONS(2187), 34, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45029,8 +44924,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, @@ -45042,7 +44935,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -45056,31 +44948,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4679] = 7, - ACTIONS(2195), 1, + [4553] = 11, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, + ACTIONS(2191), 1, + sym__whitespace, + STATE(458), 1, + sym__soft_line_break, + STATE(681), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, - ACTIONS(2201), 1, - sym__line_ending, - ACTIONS(2204), 1, - sym__block_close, - STATE(560), 1, - sym__newline, - STATE(427), 2, - sym__line, - aux_sym__html_block_6_repeat1, - STATE(539), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym__line_repeat1, - ACTIONS(2198), 35, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -45093,7 +44997,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -45101,47 +45004,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [4737] = 10, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - STATE(469), 1, - sym__soft_line_break, - STATE(682), 1, - sym_link_destination, - ACTIONS(2056), 3, + [4620] = 7, + ACTIONS(2104), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2108), 1, + sym__line_ending, + ACTIONS(2112), 1, + sym__html_block_1_end, + ACTIONS(2193), 1, + sym__block_close, + STATE(509), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + STATE(397), 3, + sym__newline, + sym__line, + aux_sym__html_block_1_repeat1, + ACTIONS(2106), 35, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -45154,6 +45042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -45161,21 +45050,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [4801] = 6, - ACTIONS(2206), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [4679] = 6, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2212), 1, + ACTIONS(2201), 1, sym__block_close, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(441), 3, + STATE(437), 3, sym__newline, sym__line, aux_sym__indented_chunk_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45211,22 +45106,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4857] = 7, - ACTIONS(2206), 1, + [4735] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2216), 1, + ACTIONS(2205), 1, sym__block_close, - STATE(560), 1, + STATE(561), 1, sym__newline, - STATE(427), 2, + STATE(430), 2, sym__line, aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45262,22 +45157,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4915] = 7, - ACTIONS(2206), 1, + [4793] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2218), 1, + ACTIONS(2207), 1, sym__block_close, - STATE(560), 1, + STATE(561), 1, sym__newline, - STATE(427), 2, + STATE(436), 2, sym__line, aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45313,71 +45208,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [4973] = 5, - ACTIONS(2220), 1, - sym__backslash_escape, - ACTIONS(2226), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(432), 3, - sym_backslash_escape, - sym__word, - aux_sym_language_repeat1, - ACTIONS(2229), 5, - sym__line_ending, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym__whitespace, - ACTIONS(2223), 31, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_PIPE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [5027] = 7, - ACTIONS(2206), 1, + [4851] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2231), 1, + ACTIONS(2209), 1, sym__block_close, - STATE(560), 1, + STATE(561), 1, sym__newline, - STATE(427), 2, + STATE(444), 2, sym__line, aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45413,76 +45259,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5085] = 7, - ACTIONS(2206), 1, + [4909] = 5, + STATE(463), 1, + sym__last_token_punctuation, + ACTIONS(2213), 2, anon_sym_LBRACK, - ACTIONS(2214), 1, - sym__line_ending, - ACTIONS(2233), 1, - sym__block_close, - STATE(560), 1, - sym__newline, - STATE(427), 2, - sym__line, - aux_sym__html_block_6_repeat1, - STATE(539), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2208), 35, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, anon_sym_BSLASH, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [5143] = 7, - ACTIONS(2206), 1, - anon_sym_LBRACK, - ACTIONS(2210), 1, - sym__line_ending, - ACTIONS(2235), 1, - anon_sym_GT, - ACTIONS(2237), 1, - sym__block_close, - STATE(539), 2, + STATE(462), 2, sym__word, - aux_sym__line_repeat1, - STATE(440), 3, - sym__newline, - sym__line, - aux_sym__html_block_4_repeat1, - ACTIONS(2208), 34, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2215), 4, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2211), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -45501,12 +45296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -45515,27 +45308,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5201] = 7, + [4963] = 5, ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(1954), 1, + ACTIONS(1966), 1, sym__soft_line_ending, - ACTIONS(1985), 1, - anon_sym_RPAREN, - STATE(549), 1, - sym__soft_line_break, - ACTIONS(2241), 3, - anon_sym_LBRACK, + ACTIONS(2217), 2, anon_sym_AMP, anon_sym_BSLASH, - STATE(449), 3, + STATE(404), 5, sym_backslash_escape, + sym__text_inline_no_link, + sym__soft_line_break, sym__word, - aux_sym_link_title_repeat3, - ACTIONS(2239), 33, + aux_sym_link_label_repeat1, + ACTIONS(1793), 34, sym_entity_reference, sym_numeric_character_reference, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -45562,27 +45351,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5259] = 7, - ACTIONS(2206), 1, + [5017] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2235), 1, + ACTIONS(2219), 1, anon_sym_GT, - ACTIONS(2243), 1, + ACTIONS(2221), 1, sym__block_close, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(435), 3, + STATE(439), 3, sym__newline, sym__line, aux_sym__html_block_4_repeat1, - ACTIONS(2208), 34, + ACTIONS(2197), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_BANG, @@ -45617,22 +45408,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5317] = 7, - ACTIONS(2206), 1, + [5075] = 6, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2245), 1, + ACTIONS(2223), 1, sym__block_close, - STATE(560), 1, - sym__newline, - STATE(434), 2, - sym__line, - aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, + STATE(442), 3, + sym__newline, + sym__line, + aux_sym__indented_chunk_repeat1, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45668,21 +45458,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5375] = 6, - ACTIONS(2206), 1, + [5131] = 7, + ACTIONS(11), 1, + sym__soft_line_ending, + ACTIONS(1864), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, - sym__line_ending, - ACTIONS(2247), 1, - sym__block_close, - STATE(539), 2, + STATE(26), 1, + sym_paragraph, + STATE(373), 1, + aux_sym_paragraph_repeat1, + STATE(506), 2, sym__word, aux_sym__line_repeat1, - STATE(446), 3, - sym__newline, + STATE(601), 2, + sym__soft_line_break, sym__line, - aux_sym__indented_chunk_repeat1, - ACTIONS(2208), 35, + ACTIONS(7), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45718,25 +45509,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5431] = 7, - ACTIONS(2249), 1, + [5189] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2255), 1, - anon_sym_GT, - ACTIONS(2258), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2261), 1, + ACTIONS(2225), 1, sym__block_close, - STATE(539), 2, - sym__word, - aux_sym__line_repeat1, - STATE(440), 3, + STATE(561), 1, sym__newline, + STATE(444), 2, sym__line, - aux_sym__html_block_4_repeat1, - ACTIONS(2252), 34, + aux_sym__html_block_6_repeat1, + STATE(532), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -45769,21 +45560,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5489] = 6, - ACTIONS(2206), 1, + [5247] = 6, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2263), 1, + ACTIONS(2227), 1, sym__block_close, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(448), 3, + STATE(456), 3, sym__newline, sym__line, aux_sym__indented_chunk_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -45819,23 +45610,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5545] = 7, - ACTIONS(2206), 1, + [5303] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2235), 1, + ACTIONS(2219), 1, anon_sym_GT, - ACTIONS(2265), 1, + ACTIONS(2229), 1, sym__block_close, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(447), 3, + STATE(445), 3, sym__newline, sym__line, aux_sym__html_block_4_repeat1, - ACTIONS(2208), 34, + ACTIONS(2197), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_BANG, @@ -45870,76 +45661,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5603] = 7, - ACTIONS(2206), 1, + [5361] = 7, + ACTIONS(2231), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2237), 1, + anon_sym_GT, + ACTIONS(2240), 1, sym__line_ending, - ACTIONS(2267), 1, + ACTIONS(2243), 1, sym__block_close, - STATE(560), 1, - sym__newline, - STATE(431), 2, - sym__line, - aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_BSLASH, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [5661] = 7, - ACTIONS(2206), 1, - anon_sym_LBRACK, - ACTIONS(2214), 1, - sym__line_ending, - ACTIONS(2269), 1, - sym__block_close, - STATE(560), 1, + STATE(439), 3, sym__newline, - STATE(433), 2, sym__line, - aux_sym__html_block_6_repeat1, - STATE(539), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2208), 35, + aux_sym__html_block_4_repeat1, + ACTIONS(2234), 34, anon_sym_RBRACK, anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -45972,22 +45712,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5719] = 7, - ACTIONS(2206), 1, + [5419] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2214), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2271), 1, + ACTIONS(2245), 1, sym__block_close, - STATE(560), 1, + STATE(561), 1, sym__newline, - STATE(430), 2, + STATE(447), 2, sym__line, aux_sym__html_block_6_repeat1, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2208), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46023,75 +45763,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5777] = 6, - ACTIONS(2206), 1, + [5477] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2210), 1, + ACTIONS(2203), 1, sym__line_ending, - ACTIONS(2273), 1, + ACTIONS(2247), 1, sym__block_close, - STATE(539), 2, - sym__word, - aux_sym__line_repeat1, - STATE(448), 3, + STATE(561), 1, sym__newline, + STATE(448), 2, sym__line, - aux_sym__indented_chunk_repeat1, - ACTIONS(2208), 35, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_BSLASH, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [5833] = 7, - ACTIONS(2206), 1, - anon_sym_LBRACK, - ACTIONS(2210), 1, - sym__line_ending, - ACTIONS(2235), 1, - anon_sym_GT, - ACTIONS(2275), 1, - sym__block_close, - STATE(539), 2, + aux_sym__html_block_6_repeat1, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(440), 3, - sym__newline, - sym__line, - aux_sym__html_block_4_repeat1, - ACTIONS(2208), 34, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -46124,21 +45814,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5891] = 6, - ACTIONS(2277), 1, + [5535] = 6, + ACTIONS(2195), 1, anon_sym_LBRACK, - ACTIONS(2283), 1, + ACTIONS(2199), 1, sym__line_ending, - ACTIONS(2286), 1, + ACTIONS(2249), 1, sym__block_close, - STATE(539), 2, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(448), 3, + STATE(456), 3, sym__newline, sym__line, aux_sym__indented_chunk_repeat1, - ACTIONS(2280), 35, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46174,24 +45864,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [5947] = 7, - ACTIONS(2288), 1, + [5591] = 7, + ACTIONS(1791), 1, sym__backslash_escape, - ACTIONS(2297), 1, + ACTIONS(1964), 1, anon_sym_RPAREN, - ACTIONS(2299), 1, + ACTIONS(1966), 1, sym__soft_line_ending, - STATE(549), 1, + STATE(530), 1, sym__soft_line_break, - ACTIONS(2294), 3, + ACTIONS(2253), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(449), 3, + STATE(446), 3, sym_backslash_escape, sym__word, aux_sym_link_title_repeat3, - ACTIONS(2291), 33, + ACTIONS(2251), 33, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -46225,22 +45915,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [6005] = 7, - ACTIONS(11), 1, - sym__soft_line_ending, - ACTIONS(1906), 1, + [5649] = 7, + ACTIONS(2255), 1, anon_sym_LBRACK, - STATE(24), 1, - sym_paragraph, - STATE(381), 1, - aux_sym_paragraph_repeat1, - STATE(528), 2, + ACTIONS(2261), 1, + sym__line_ending, + ACTIONS(2264), 1, + sym__block_close, + STATE(561), 1, + sym__newline, + STATE(444), 2, + sym__line, + aux_sym__html_block_6_repeat1, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - STATE(600), 2, - sym__soft_line_break, - sym__line, - ACTIONS(7), 35, + ACTIONS(2258), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46276,25 +45966,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [6063] = 5, - STATE(459), 1, - sym__last_token_punctuation, - ACTIONS(2304), 2, + [5707] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(481), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2306), 4, + ACTIONS(2199), 1, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2302), 34, - sym__backslash_escape, + ACTIONS(2219), 1, + anon_sym_GT, + ACTIONS(2266), 1, + sym__block_close, + STATE(532), 2, + sym__word, + aux_sym__line_repeat1, + STATE(439), 3, + sym__newline, + sym__line, + aux_sym__html_block_4_repeat1, + ACTIONS(2197), 34, anon_sym_RBRACK, anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -46313,10 +46003,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -46325,24 +46017,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [6117] = 7, - ACTIONS(1791), 1, + [5765] = 7, + ACTIONS(2268), 1, sym__backslash_escape, - ACTIONS(1954), 1, - sym__soft_line_ending, - ACTIONS(1991), 1, + ACTIONS(2277), 1, anon_sym_RPAREN, - STATE(549), 1, + ACTIONS(2279), 1, + sym__soft_line_ending, + STATE(530), 1, sym__soft_line_break, - ACTIONS(2310), 3, + ACTIONS(2274), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(436), 3, + STATE(446), 3, sym_backslash_escape, sym__word, aux_sym_link_title_repeat3, - ACTIONS(2308), 33, + ACTIONS(2271), 33, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, @@ -46376,41 +46068,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [6175] = 10, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - STATE(476), 1, - sym__soft_line_break, - STATE(668), 1, - sym_link_destination, - ACTIONS(2056), 3, + [5823] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2203), 1, + sym__line_ending, + ACTIONS(2282), 1, + sym__block_close, + STATE(561), 1, + sym__newline, + STATE(444), 2, + sym__line, + aux_sym__html_block_6_repeat1, + STATE(532), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + ACTIONS(2197), 35, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46423,6 +46105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -46430,26 +46113,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [6239] = 5, - ACTIONS(1806), 1, - sym__backslash_escape, - ACTIONS(2314), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [5881] = 7, + ACTIONS(2195), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(432), 3, - sym_backslash_escape, - sym__word, - aux_sym_language_repeat1, - ACTIONS(2316), 5, + ACTIONS(2203), 1, sym__line_ending, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym__whitespace, - ACTIONS(2312), 31, - sym_entity_reference, - sym_numeric_character_reference, + ACTIONS(2284), 1, + sym__block_close, + STATE(561), 1, + sym__newline, + STATE(444), 2, + sym__line, + aux_sym__html_block_6_repeat1, + STATE(532), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2197), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46458,9 +46143,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -46469,45 +46156,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [6293] = 10, - ACTIONS(1822), 1, + sym__whitespace, + [5939] = 5, + ACTIONS(1806), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - STATE(473), 1, - sym__soft_line_break, - STATE(663), 1, - sym_link_destination, - ACTIONS(2056), 3, + ACTIONS(2288), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, + STATE(451), 3, sym_backslash_escape, - sym__link_destination_parenthesis, sym__word, - ACTIONS(2054), 5, + aux_sym_language_repeat1, + ACTIONS(2290), 5, + sym__line_ending, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym__whitespace, + ACTIONS(2286), 31, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -46517,7 +46201,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -46529,34 +46212,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, - [6357] = 5, - ACTIONS(1791), 1, - sym__backslash_escape, - ACTIONS(1954), 1, - sym__soft_line_ending, - ACTIONS(2318), 2, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(389), 5, - sym_backslash_escape, - sym__text_inline_no_link, - sym__soft_line_break, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [5993] = 7, + ACTIONS(2195), 1, + anon_sym_LBRACK, + ACTIONS(2199), 1, + sym__line_ending, + ACTIONS(2219), 1, + anon_sym_GT, + ACTIONS(2292), 1, + sym__block_close, + STATE(532), 2, sym__word, - aux_sym_link_label_repeat1, - ACTIONS(1793), 34, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + STATE(433), 3, + sym__newline, + sym__line, + aux_sym__html_block_4_repeat1, + ACTIONS(2197), 34, + anon_sym_RBRACK, anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46569,6 +46256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -46582,35 +46270,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [6411] = 10, - ACTIONS(1822), 1, + [6051] = 5, + ACTIONS(2294), 1, sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2064), 1, - sym__soft_line_ending, - STATE(477), 1, - sym__soft_line_break, - STATE(690), 1, - sym_link_destination, - ACTIONS(2056), 3, + ACTIONS(2300), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, + STATE(451), 3, sym_backslash_escape, - sym__link_destination_parenthesis, sym__word, - ACTIONS(2054), 5, + aux_sym_language_repeat1, + ACTIONS(2303), 5, + sym__line_ending, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + sym__whitespace, + ACTIONS(2297), 31, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -46620,7 +46301,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -46632,27 +46312,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, - [6475] = 8, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2320), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [6105] = 7, + ACTIONS(1791), 1, + sym__backslash_escape, + ACTIONS(1966), 1, + sym__soft_line_ending, + ACTIONS(2185), 1, + anon_sym_RPAREN, + STATE(530), 1, + sym__soft_line_break, + ACTIONS(2307), 3, anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - STATE(194), 1, - sym__newline, - STATE(800), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(443), 3, + sym_backslash_escape, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + aux_sym_link_title_repeat3, + ACTIONS(2305), 33, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46661,7 +46347,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46674,7 +46359,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -46682,34 +46366,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [6534] = 4, - ACTIONS(2328), 2, + sym__whitespace, + [6163] = 10, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, + STATE(484), 1, + sym__soft_line_break, + STATE(667), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(494), 2, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2330), 4, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2326), 34, - sym__backslash_escape, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46726,37 +46421,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [6227] = 10, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [6585] = 4, - ACTIONS(2304), 2, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, + STATE(481), 1, + sym__soft_line_break, + STATE(669), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(481), 2, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2306), 4, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2302), 34, - sym__backslash_escape, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46773,45 +46475,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [6291] = 10, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [6636] = 8, - ACTIONS(2332), 1, - sym__whitespace, - STATE(460), 1, - sym__word, - STATE(495), 1, - aux_sym_pipe_table_row_repeat1, - STATE(726), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(1958), 1, + sym__soft_line_ending, + STATE(493), 1, + sym__soft_line_break, + STATE(680), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2334), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -46828,27 +46529,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [6695] = 8, - ACTIONS(2320), 1, + [6355] = 6, + ACTIONS(2309), 1, anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - ACTIONS(2336), 1, + ACTIONS(2315), 1, sym__line_ending, - STATE(274), 1, - sym__newline, - STATE(844), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + ACTIONS(2318), 1, + sym__block_close, + STATE(532), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2322), 34, + STATE(456), 3, + sym__newline, + sym__line, + aux_sym__indented_chunk_repeat1, + ACTIONS(2312), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -46883,32 +46581,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [6754] = 9, - ACTIONS(1822), 1, + sym__whitespace, + [6411] = 10, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(1828), 1, + ACTIONS(1832), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, + ACTIONS(1954), 1, anon_sym_LT, - ACTIONS(2338), 1, - sym__whitespace, - STATE(682), 1, + ACTIONS(1958), 1, + sym__soft_line_ending, + STATE(494), 1, + sym__soft_line_break, + STATE(685), 1, sym_link_destination, - ACTIONS(2056), 3, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, + STATE(386), 3, sym_backslash_escape, sym__link_destination_parenthesis, sym__word, - ACTIONS(2054), 5, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + ACTIONS(1952), 26, anon_sym_RBRACK, anon_sym_GT, anon_sym_BANG, @@ -46935,27 +46636,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [6815] = 6, - ACTIONS(2340), 1, + [6475] = 9, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(2346), 1, + ACTIONS(1832), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_RPAREN, - ACTIONS(2344), 3, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2320), 1, + sym__whitespace, + STATE(680), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(474), 4, + STATE(386), 3, sym_backslash_escape, sym__link_destination_parenthesis, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(2342), 32, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -46981,26 +46688,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [6870] = 8, - ACTIONS(2320), 1, + [6536] = 8, + ACTIONS(2322), 1, anon_sym_LBRACK, - ACTIONS(2324), 1, + ACTIONS(2326), 1, sym__whitespace, - ACTIONS(2336), 1, + ACTIONS(2328), 1, sym__line_ending, - STATE(276), 1, + STATE(260), 1, sym__newline, - STATE(845), 1, + STATE(796), 1, sym__atx_heading_content, - STATE(876), 1, + STATE(914), 1, sym__line, - STATE(576), 2, + STATE(583), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2322), 34, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47035,29 +46739,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [6929] = 5, - ACTIONS(2340), 1, - sym__backslash_escape, - ACTIONS(2354), 1, - anon_sym_GT, - ACTIONS(2352), 3, + [6595] = 8, + ACTIONS(2322), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(492), 4, - sym_backslash_escape, - sym__text_no_angle, + ACTIONS(2326), 1, + sym__whitespace, + ACTIONS(2328), 1, + sym__line_ending, + STATE(310), 1, + sym__newline, + STATE(838), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, - aux_sym_link_destination_repeat1, - ACTIONS(2350), 33, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47070,6 +46777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47082,40 +46790,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [6982] = 9, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2356), 1, - sym__whitespace, - STATE(663), 1, - sym_link_destination, - ACTIONS(2056), 3, + [6654] = 8, + ACTIONS(2322), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2326), 1, + sym__whitespace, + ACTIONS(2328), 1, + sym__line_ending, + STATE(295), 1, + sym__newline, + STATE(810), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47128,6 +46828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47135,23 +46836,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [7043] = 8, - ACTIONS(2320), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [6713] = 4, + ACTIONS(2332), 2, anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - ACTIONS(2336), 1, - sym__line_ending, - STATE(278), 1, - sym__newline, - STATE(846), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + anon_sym_BSLASH, + STATE(464), 2, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2334), 4, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2330), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47173,12 +46876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -47186,39 +46887,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7102] = 9, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2358), 1, sym__whitespace, - STATE(690), 1, - sym_link_destination, - ACTIONS(2056), 3, + [6764] = 4, + ACTIONS(2338), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, + STATE(465), 2, sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2334), 4, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2336), 34, + sym__backslash_escape, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47235,26 +46927,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [7163] = 8, - ACTIONS(2320), 1, - anon_sym_LBRACK, - ACTIONS(2324), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, sym__whitespace, - ACTIONS(2336), 1, - sym__line_ending, - STATE(291), 1, - sym__newline, - STATE(847), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + [6815] = 4, + ACTIONS(2343), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + STATE(464), 2, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2346), 4, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2340), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47276,12 +46970,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -47289,20 +46981,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7222] = 4, - STATE(472), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2362), 3, + sym__whitespace, + [6866] = 4, + ACTIONS(2332), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2360), 4, + STATE(464), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2348), 4, sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2330), 34, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, - ACTIONS(2364), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47311,6 +47004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47327,7 +47021,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -47336,20 +47029,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [7273] = 4, - STATE(472), 2, + [6917] = 4, + STATE(467), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2368), 3, + ACTIONS(2352), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2366), 4, + ACTIONS(2350), 4, sym__line_ending, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, - ACTIONS(2371), 33, + ACTIONS(2354), 33, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47383,33 +47076,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [7324] = 9, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2374), 1, - sym__whitespace, - STATE(668), 1, - sym_link_destination, - ACTIONS(2056), 3, + [6968] = 4, + STATE(467), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2358), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, + ACTIONS(2356), 4, + sym__line_ending, + sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + ACTIONS(2361), 33, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -47435,25 +47117,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [7385] = 6, - ACTIONS(2340), 1, - sym__backslash_escape, - ACTIONS(2346), 1, anon_sym_LPAREN, - ACTIONS(2380), 1, anon_sym_RPAREN, - ACTIONS(2378), 3, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [7019] = 8, + ACTIONS(2322), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(487), 4, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2326), 1, + sym__whitespace, + ACTIONS(2328), 1, + sym__line_ending, + STATE(266), 1, + sym__newline, + STATE(823), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(2376), 32, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47462,6 +47148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47474,6 +47161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47481,31 +47169,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7440] = 8, - ACTIONS(2382), 1, + [7078] = 8, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2322), 1, + anon_sym_LBRACK, + ACTIONS(2326), 1, sym__whitespace, - STATE(460), 1, + STATE(213), 1, + sym__newline, + STATE(798), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, - STATE(489), 1, - aux_sym_pipe_table_row_repeat1, - STATE(726), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, - anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2384), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2134), 29, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47527,47 +47212,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [7499] = 9, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2386), 1, - sym__whitespace, - STATE(681), 1, - sym_link_destination, - ACTIONS(2056), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + [7137] = 8, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2322), 1, + anon_sym_LBRACK, + ACTIONS(2326), 1, + sym__whitespace, + STATE(214), 1, + sym__newline, + STATE(799), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47580,6 +47263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47587,39 +47271,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [7560] = 9, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - ACTIONS(2388), 1, - sym__whitespace, - STATE(673), 1, - sym_link_destination, - ACTIONS(2056), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + [7196] = 8, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2322), 1, + anon_sym_LBRACK, + ACTIONS(2326), 1, + sym__whitespace, + STATE(215), 1, + sym__newline, + STATE(800), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47632,6 +47314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47639,25 +47322,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [7621] = 6, - ACTIONS(2340), 1, - sym__backslash_escape, - ACTIONS(2346), 1, anon_sym_LPAREN, - ACTIONS(2394), 1, anon_sym_RPAREN, - ACTIONS(2392), 3, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [7255] = 8, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2322), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(493), 4, - sym_backslash_escape, - sym__link_destination_parenthesis, + ACTIONS(2326), 1, + sym__whitespace, + STATE(216), 1, + sym__newline, + STATE(801), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(2390), 32, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47666,6 +47352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47678,6 +47365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47685,26 +47373,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7676] = 8, - ACTIONS(1922), 1, + [7314] = 8, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2320), 1, + ACTIONS(2322), 1, anon_sym_LBRACK, - ACTIONS(2324), 1, + ACTIONS(2326), 1, sym__whitespace, - STATE(188), 1, + STATE(217), 1, sym__newline, - STATE(805), 1, + STATE(802), 1, sym__atx_heading_content, - STATE(876), 1, + STATE(914), 1, sym__line, - STATE(576), 2, + STATE(583), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2322), 34, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47739,23 +47429,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7735] = 8, - ACTIONS(2320), 1, + [7373] = 8, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2322), 1, anon_sym_LBRACK, - ACTIONS(2324), 1, + ACTIONS(2326), 1, sym__whitespace, - ACTIONS(2336), 1, - sym__line_ending, - STATE(293), 1, + STATE(218), 1, sym__newline, - STATE(848), 1, + STATE(803), 1, sym__atx_heading_content, - STATE(876), 1, + STATE(914), 1, sym__line, - STATE(576), 2, + STATE(583), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2322), 34, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47790,20 +47480,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7794] = 4, - ACTIONS(2398), 2, + [7432] = 8, + ACTIONS(2364), 1, + sym__whitespace, + STATE(479), 1, + aux_sym_pipe_table_row_repeat1, + STATE(495), 1, + sym__word, + STATE(700), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, anon_sym_BSLASH, - STATE(490), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2330), 4, + ACTIONS(2366), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2396), 34, + ACTIONS(2155), 4, sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47833,36 +47531,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [7845] = 8, - ACTIONS(2320), 1, + [7491] = 5, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2374), 1, + anon_sym_GT, + ACTIONS(2372), 3, anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - ACTIONS(2336), 1, - sym__line_ending, - STATE(296), 1, - sym__newline, - STATE(850), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(488), 4, + sym_backslash_escape, + sym__text_no_angle, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + aux_sym_link_destination_repeat1, + ACTIONS(2370), 33, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -47875,7 +47566,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -47888,23 +47578,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7904] = 8, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2320), 1, - anon_sym_LBRACK, - ACTIONS(2324), 1, sym__whitespace, - STATE(190), 1, - sym__newline, - STATE(804), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + [7544] = 8, + ACTIONS(2376), 1, + sym__whitespace, + STATE(479), 1, + aux_sym_pipe_table_row_repeat1, + STATE(495), 1, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + STATE(712), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2378), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2155), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47926,36 +47622,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + [7603] = 8, + ACTIONS(2380), 1, + sym__whitespace, + STATE(483), 1, + aux_sym_pipe_table_row_repeat1, + STATE(495), 1, + sym__word, + STATE(712), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2382), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2155), 4, + sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [7963] = 8, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2320), 1, - anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - STATE(191), 1, - sym__newline, - STATE(803), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -47977,42 +47673,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + [7662] = 8, + ACTIONS(2393), 1, + sym__whitespace, + STATE(479), 1, + aux_sym_pipe_table_row_repeat1, + STATE(579), 1, + sym__word, + STATE(855), 1, + sym_pipe_table_cell, + ACTIONS(2387), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2396), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2384), 4, + sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [8022] = 5, - ACTIONS(2400), 1, - sym__backslash_escape, - ACTIONS(2409), 1, - anon_sym_GT, - ACTIONS(2406), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(485), 4, - sym_backslash_escape, - sym__text_no_angle, - sym__word, - aux_sym_link_destination_repeat1, - ACTIONS(2403), 33, - sym_entity_reference, - sym_numeric_character_reference, + ACTIONS(2390), 29, anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48029,32 +47728,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [8075] = 8, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2320), 1, + [7721] = 6, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2404), 1, + anon_sym_RPAREN, + ACTIONS(2400), 3, anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - STATE(192), 1, - sym__newline, - STATE(802), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(489), 4, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + aux_sym_link_destination_repeat2, + ACTIONS(2398), 32, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48063,7 +47759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48076,7 +47771,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -48084,32 +47778,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [8134] = 6, - ACTIONS(1856), 1, - anon_sym_RPAREN, - ACTIONS(2411), 1, + [7776] = 9, + ACTIONS(1826), 1, sym__backslash_escape, - ACTIONS(2420), 1, + ACTIONS(1832), 1, anon_sym_LPAREN, - ACTIONS(2417), 3, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2406), 1, + sym__whitespace, + STATE(682), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(487), 4, + STATE(386), 3, sym_backslash_escape, sym__link_destination_parenthesis, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(2414), 32, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -48135,35 +47833,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [7837] = 9, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2408), 1, + sym__whitespace, + STATE(667), 1, + sym_link_destination, + ACTIONS(1950), 3, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [8189] = 8, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2320), 1, - anon_sym_LBRACK, - ACTIONS(2324), 1, - sym__whitespace, - STATE(193), 1, - sym__newline, - STATE(801), 1, - sym__atx_heading_content, - STATE(876), 1, - sym__line, - STATE(576), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2322), 34, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48176,7 +47878,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -48184,33 +47885,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [8248] = 8, - ACTIONS(2432), 1, + [7898] = 8, + ACTIONS(2410), 1, sym__whitespace, - STATE(489), 1, + STATE(479), 1, aux_sym_pipe_table_row_repeat1, - STATE(570), 1, + STATE(495), 1, sym__word, - STATE(817), 1, + STATE(719), 1, sym_pipe_table_cell, - ACTIONS(2426), 2, + ACTIONS(2157), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2435), 3, + ACTIONS(2412), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - ACTIONS(2423), 4, + ACTIONS(2155), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2429), 29, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48240,29 +47936,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [8307] = 4, - ACTIONS(2440), 2, + [7957] = 9, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2414), 1, + sym__whitespace, + STATE(669), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(490), 2, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2443), 4, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2437), 34, - sym__backslash_escape, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48279,36 +47985,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [8018] = 6, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2402), 1, anon_sym_LPAREN, + ACTIONS(2420), 1, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [8358] = 8, - ACTIONS(2445), 1, - sym__whitespace, - STATE(460), 1, - sym__word, - STATE(489), 1, - aux_sym_pipe_table_row_repeat1, - STATE(732), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(2418), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2447), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2134), 29, + STATE(486), 4, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + aux_sym_link_destination_repeat2, + ACTIONS(2416), 32, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48317,7 +48015,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48334,28 +48031,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [8073] = 6, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2402), 1, anon_sym_LPAREN, + ACTIONS(2426), 1, anon_sym_RPAREN, - [8417] = 5, - ACTIONS(2340), 1, - sym__backslash_escape, - ACTIONS(2453), 1, - anon_sym_GT, - ACTIONS(2451), 3, + ACTIONS(2424), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(485), 4, + STATE(491), 4, sym_backslash_escape, - sym__text_no_angle, + sym__link_destination_parenthesis, sym__word, - aux_sym_link_destination_repeat1, - ACTIONS(2449), 33, + aux_sym_link_destination_repeat2, + ACTIONS(2422), 32, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -48380,34 +48083,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [8470] = 6, - ACTIONS(2340), 1, + [8128] = 5, + ACTIONS(2428), 1, sym__backslash_escape, - ACTIONS(2346), 1, - anon_sym_LPAREN, - ACTIONS(2455), 1, - anon_sym_RPAREN, - ACTIONS(2378), 3, + ACTIONS(2437), 1, + anon_sym_GT, + ACTIONS(2434), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, STATE(487), 4, sym_backslash_escape, - sym__link_destination_parenthesis, + sym__text_no_angle, sym__word, - aux_sym_link_destination_repeat2, - ACTIONS(2376), 32, + aux_sym_link_destination_repeat1, + ACTIONS(2431), 33, sym_entity_reference, sym_numeric_character_reference, anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, @@ -48432,32 +48128,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [8525] = 4, - ACTIONS(2398), 2, + sym__whitespace, + [8181] = 5, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2443), 1, + anon_sym_GT, + ACTIONS(2441), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(490), 2, + STATE(487), 4, + sym_backslash_escape, + sym__text_no_angle, sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2457), 4, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - ACTIONS(2396), 34, - sym__backslash_escape, + aux_sym_link_destination_repeat1, + ACTIONS(2439), 33, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48474,6 +48173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -48482,28 +48182,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [8576] = 8, - ACTIONS(2459), 1, - sym__whitespace, - STATE(460), 1, - sym__word, - STATE(489), 1, - aux_sym_pipe_table_row_repeat1, - STATE(713), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + [8234] = 6, + ACTIONS(2368), 1, + sym__backslash_escape, + ACTIONS(2402), 1, + anon_sym_LPAREN, + ACTIONS(2445), 1, + anon_sym_RPAREN, + ACTIONS(2424), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2461), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2134), 29, + STATE(491), 4, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + aux_sym_link_destination_repeat2, + ACTIONS(2422), 32, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48512,7 +48209,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48529,41 +48225,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [8635] = 8, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(668), 1, - sym_link_destination, - ACTIONS(2056), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + [8289] = 8, + ACTIONS(2322), 1, + anon_sym_LBRACK, + ACTIONS(2326), 1, + sym__whitespace, + ACTIONS(2328), 1, + sym__line_ending, + STATE(262), 1, + sym__newline, + STATE(813), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2324), 34, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48576,6 +48269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -48583,31 +48277,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [8693] = 8, - ACTIONS(1822), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [8348] = 6, + ACTIONS(1856), 1, + anon_sym_RPAREN, + ACTIONS(2447), 1, sym__backslash_escape, - ACTIONS(1828), 1, + ACTIONS(2456), 1, anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(673), 1, - sym_link_destination, - ACTIONS(2056), 3, + ACTIONS(2453), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, + STATE(491), 4, sym_backslash_escape, sym__link_destination_parenthesis, sym__word, - ACTIONS(2054), 5, + aux_sym_link_destination_repeat2, + ACTIONS(2450), 32, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -48633,17 +48328,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [8751] = 4, - ACTIONS(2463), 1, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + [8403] = 8, + ACTIONS(2322), 1, anon_sym_LBRACK, - STATE(499), 2, + ACTIONS(2326), 1, + sym__whitespace, + ACTIONS(2328), 1, + sym__line_ending, + STATE(293), 1, + sym__newline, + STATE(808), 1, + sym__atx_heading_content, + STATE(914), 1, + sym__line, + STATE(583), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2360), 3, - sym__line_ending, - sym__block_close, - sym__html_block_1_end, - ACTIONS(2465), 35, + ACTIONS(2324), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48678,27 +48382,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, + [8462] = 9, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2459), 1, sym__whitespace, - [8801] = 4, - ACTIONS(2467), 1, + STATE(685), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, - STATE(499), 2, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, sym__word, - aux_sym__line_repeat1, - ACTIONS(2366), 3, - sym__line_ending, - sym__block_close, - sym__html_block_1_end, - ACTIONS(2470), 35, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48711,7 +48427,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -48719,26 +48434,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [8523] = 9, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, + ACTIONS(1954), 1, + anon_sym_LT, + ACTIONS(2461), 1, sym__whitespace, - [8851] = 2, - ACTIONS(2475), 3, + STATE(688), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2473), 38, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -48764,23 +48486,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [8897] = 4, - ACTIONS(2477), 2, + [8584] = 4, + ACTIONS(2213), 2, anon_sym_LBRACK, - anon_sym_DASH, - STATE(511), 2, + anon_sym_BSLASH, + STATE(462), 2, sym__word, - aux_sym__line_repeat1, - ACTIONS(2360), 3, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2215), 4, sym__line_ending, - sym__block_close, - anon_sym_DASH_DASH_GT, - ACTIONS(2479), 34, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + ACTIONS(2211), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48794,6 +48513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -48801,12 +48521,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -48815,15 +48533,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [8947] = 3, - ACTIONS(2481), 1, - sym_block_continuation, - ACTIONS(1165), 3, + [8635] = 2, + ACTIONS(2463), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1163), 37, + ACTIONS(1856), 38, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -48855,22 +48573,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [8995] = 4, - ACTIONS(2483), 1, + [8681] = 2, + ACTIONS(2467), 3, anon_sym_LBRACK, - STATE(503), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2366), 3, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2465), 38, sym__line_ending, sym__soft_line_ending, sym__eof, - ACTIONS(2486), 35, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48879,7 +48597,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48892,7 +48609,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -48901,42 +48617,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9045] = 8, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(681), 1, - sym_link_destination, - ACTIONS(2056), 3, + [8727] = 7, + ACTIONS(2469), 1, + anon_sym_PIPE, + STATE(495), 1, + sym__word, + STATE(711), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, + ACTIONS(2378), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2155), 4, + sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + ACTIONS(2159), 29, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -48953,20 +48666,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [9103] = 3, - ACTIONS(2493), 1, - sym_block_continuation, - ACTIONS(2491), 2, + anon_sym_LPAREN, + anon_sym_RPAREN, + [8783] = 4, + ACTIONS(2471), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2489), 38, + STATE(500), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2350), 3, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, + sym__block_close, + sym__fenced_code_block_end_backtick, + ACTIONS(2473), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -48988,6 +48702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -49001,26 +48716,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9151] = 7, - ACTIONS(2495), 1, - anon_sym_PIPE, - STATE(460), 1, - sym__word, - STATE(702), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + [8833] = 4, + ACTIONS(2475), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2497), 3, + STATE(500), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2356), 3, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2134), 29, + sym__block_close, + sym__fenced_code_block_end_backtick, + ACTIONS(2478), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49042,26 +48748,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [9207] = 2, - ACTIONS(2499), 3, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [8883] = 4, + ACTIONS(2481), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - ACTIONS(1856), 38, + STATE(505), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2350), 3, sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + sym__block_close, + sym__fenced_code_block_end_tilde, + ACTIONS(2483), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49070,6 +48781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49082,6 +48794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -49090,20 +48803,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9253] = 4, - ACTIONS(2505), 1, - sym__soft_line_ending, - STATE(916), 1, - sym__soft_line_break, - ACTIONS(2503), 3, + [8933] = 3, + ACTIONS(2485), 1, + sym_block_continuation, + ACTIONS(1242), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2501), 36, + ACTIONS(1240), 37, + sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -49140,37 +48853,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9303] = 8, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(688), 1, - sym_link_destination, - ACTIONS(2056), 3, + [8981] = 3, + ACTIONS(2491), 1, + sym_block_continuation, + ACTIONS(2489), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, + ACTIONS(2487), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49190,26 +48892,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [9361] = 7, - ACTIONS(2495), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [9029] = 7, + ACTIONS(2469), 1, anon_sym_PIPE, - STATE(460), 1, + STATE(495), 1, sym__word, - STATE(717), 1, + STATE(718), 1, sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(2157), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2461), 3, + ACTIONS(2412), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - ACTIONS(2130), 4, + ACTIONS(2155), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49239,18 +48947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [9417] = 4, - ACTIONS(2508), 2, + [9085] = 4, + ACTIONS(2493), 1, anon_sym_LBRACK, - anon_sym_DASH, - STATE(511), 2, + STATE(505), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2366), 3, + ACTIONS(2356), 3, sym__line_ending, sym__block_close, - anon_sym_DASH_DASH_GT, - ACTIONS(2511), 34, + sym__fenced_code_block_end_tilde, + ACTIONS(2496), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49264,6 +48971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -49285,75 +48993,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9467] = 5, - STATE(563), 1, - sym__last_token_punctuation, - ACTIONS(2306), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(2516), 2, + [9135] = 4, + ACTIONS(2499), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(562), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2514), 34, - sym__backslash_escape, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [9519] = 9, - ACTIONS(2524), 1, - anon_sym_PIPE, - ACTIONS(2526), 1, - sym__whitespace, - STATE(552), 1, + STATE(507), 2, sym__word, - STATE(558), 1, - aux_sym_pipe_table_row_repeat1, - STATE(776), 1, - sym_pipe_table_cell, - STATE(825), 1, - sym_pipe_table_row, - ACTIONS(2520), 2, - anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, + aux_sym__line_repeat1, + ACTIONS(2350), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + ACTIONS(2501), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49375,45 +49025,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [9579] = 8, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(691), 1, - sym_link_destination, - ACTIONS(2056), 3, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, - sym_entity_reference, - sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2058), 26, + sym__whitespace, + [9185] = 4, + ACTIONS(2503), 1, + anon_sym_LBRACK, + STATE(507), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2356), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + ACTIONS(2506), 35, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49426,6 +49071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -49433,18 +49079,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [9637] = 2, - ACTIONS(2530), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [9235] = 5, + STATE(540), 1, + sym__last_token_punctuation, + ACTIONS(2215), 2, + sym__line_ending, + anon_sym_PIPE, + ACTIONS(2511), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2528), 38, - sym__line_ending, - sym__soft_line_ending, - sym__eof, + STATE(536), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2509), 34, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49453,6 +49107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49469,26 +49124,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9683] = 4, - ACTIONS(2532), 2, + [9287] = 4, + ACTIONS(2513), 1, anon_sym_LBRACK, - anon_sym_QMARK, - STATE(523), 2, + STATE(529), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2360), 3, + ACTIONS(2350), 3, sym__line_ending, sym__block_close, - anon_sym_QMARK_GT, - ACTIONS(2534), 34, + sym__html_block_1_end, + ACTIONS(2515), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49508,6 +49162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -49523,21 +49178,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9733] = 4, - ACTIONS(2540), 1, - sym__soft_line_ending, - STATE(915), 1, - sym__soft_line_break, - ACTIONS(2538), 3, + [9337] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(682), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2536), 36, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -49563,23 +49228,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, + [9395] = 9, + ACTIONS(2523), 1, + anon_sym_PIPE, + ACTIONS(2525), 1, + sym__whitespace, + STATE(534), 1, + sym__word, + STATE(555), 1, + aux_sym_pipe_table_row_repeat1, + STATE(789), 1, + sym_pipe_table_cell, + STATE(820), 1, + sym_pipe_table_row, + ACTIONS(2519), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2517), 4, + sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [9783] = 4, - ACTIONS(2543), 1, - anon_sym_LBRACK, - STATE(518), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2366), 3, - sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_tilde, - ACTIONS(2546), 35, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49601,49 +49271,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [9833] = 7, - ACTIONS(2495), 1, - anon_sym_PIPE, - STATE(460), 1, - sym__word, - STATE(731), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + [9455] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(670), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2384), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - ACTIONS(2130), 4, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49660,21 +49326,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [9889] = 4, - ACTIONS(2549), 1, + [9513] = 4, + ACTIONS(2527), 2, anon_sym_LBRACK, - STATE(518), 2, + anon_sym_DASH, + STATE(515), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2360), 3, + ACTIONS(2350), 3, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_tilde, - ACTIONS(2551), 35, + anon_sym_DASH_DASH_GT, + ACTIONS(2529), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49688,7 +49354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -49710,31 +49375,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [9939] = 8, - ACTIONS(1822), 1, - sym__backslash_escape, - ACTIONS(1828), 1, - anon_sym_LPAREN, - ACTIONS(2060), 1, - anon_sym_LT, - STATE(690), 1, - sym_link_destination, - ACTIONS(2056), 3, + [9563] = 2, + ACTIONS(2533), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - STATE(383), 3, - sym_backslash_escape, - sym__link_destination_parenthesis, - sym__word, - ACTIONS(2054), 5, + ACTIONS(2531), 38, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2058), 26, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -49760,17 +49414,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - [9997] = 4, - ACTIONS(2553), 1, + anon_sym_LPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [9609] = 4, + ACTIONS(2535), 2, anon_sym_LBRACK, - STATE(522), 2, + anon_sym_DASH, + STATE(515), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2366), 3, + ACTIONS(2356), 3, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_backtick, - ACTIONS(2556), 35, + anon_sym_DASH_DASH_GT, + ACTIONS(2538), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49784,7 +49444,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -49806,18 +49465,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10047] = 4, - ACTIONS(2559), 2, + [9659] = 2, + ACTIONS(2543), 3, anon_sym_LBRACK, - anon_sym_QMARK, - STATE(523), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2366), 3, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2541), 38, sym__line_ending, - sym__block_close, - anon_sym_QMARK_GT, - ACTIONS(2562), 34, + sym__soft_line_ending, + sym__eof, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49826,7 +49485,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49837,8 +49495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -49847,23 +49505,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10097] = 2, - ACTIONS(2567), 3, + [9705] = 7, + ACTIONS(2469), 1, + anon_sym_PIPE, + STATE(495), 1, + sym__word, + STATE(734), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2565), 38, + ACTIONS(2545), 3, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, + ACTIONS(2155), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49872,6 +49537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -49888,25 +49554,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + [9761] = 4, + ACTIONS(2547), 2, + anon_sym_LBRACK, + anon_sym_QMARK, + STATE(519), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2350), 3, + sym__line_ending, + sym__block_close, + anon_sym_QMARK_GT, + ACTIONS(2549), 34, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_AT, + anon_sym_BSLASH, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10143] = 4, - ACTIONS(2569), 1, + [9811] = 4, + ACTIONS(2551), 2, anon_sym_LBRACK, - STATE(522), 2, + anon_sym_QMARK, + STATE(519), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2360), 3, + ACTIONS(2356), 3, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_backtick, - ACTIONS(2571), 35, + anon_sym_QMARK_GT, + ACTIONS(2554), 34, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -49926,7 +49635,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -49942,18 +49650,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10193] = 4, - ACTIONS(2573), 2, + [9861] = 4, + ACTIONS(2557), 2, anon_sym_LBRACK, anon_sym_RBRACK, - STATE(526), 2, + STATE(522), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2366), 3, + ACTIONS(2350), 3, sym__line_ending, sym__block_close, anon_sym_RBRACK_RBRACK_GT, - ACTIONS(2576), 34, + ACTIONS(2559), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -49988,37 +49696,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10243] = 9, - ACTIONS(2524), 1, - anon_sym_PIPE, - ACTIONS(2526), 1, - sym__whitespace, - STATE(552), 1, - sym__word, - STATE(558), 1, - aux_sym_pipe_table_row_repeat1, - STATE(776), 1, - sym_pipe_table_cell, - STATE(798), 1, - sym_pipe_table_row, - ACTIONS(2520), 2, + [9911] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(669), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50035,22 +49743,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [10303] = 4, - ACTIONS(2579), 1, + [9969] = 4, + ACTIONS(2561), 2, anon_sym_LBRACK, - STATE(503), 2, + anon_sym_RBRACK, + STATE(522), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2360), 3, + ACTIONS(2356), 3, sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(2581), 35, - anon_sym_RBRACK, + sym__block_close, + anon_sym_RBRACK_RBRACK_GT, + ACTIONS(2564), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -50085,18 +49792,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10353] = 4, - ACTIONS(2583), 2, + [10019] = 4, + ACTIONS(2571), 1, + sym__soft_line_ending, + STATE(872), 1, + sym__soft_line_break, + ACTIONS(2569), 3, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2567), 36, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, - STATE(526), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2360), 3, - sym__line_ending, - sym__block_close, - anon_sym_RBRACK_RBRACK_GT, - ACTIONS(2585), 34, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -50104,7 +49813,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50117,7 +49825,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -50131,35 +49838,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10403] = 8, - ACTIONS(2334), 1, - sym__line_ending, - ACTIONS(2587), 1, - sym__whitespace, - STATE(548), 1, - aux_sym_pipe_table_row_repeat1, - STATE(552), 1, - sym__word, - STATE(782), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + [10069] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(685), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50176,17 +49885,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [10460] = 2, - ACTIONS(2475), 3, + [10127] = 4, + ACTIONS(2578), 1, + sym__soft_line_ending, + STATE(907), 1, + sym__soft_line_break, + ACTIONS(2576), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2473), 37, - sym__line_ending, + ACTIONS(2574), 36, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -50223,18 +49934,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10505] = 2, - ACTIONS(1346), 3, + [10177] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, + anon_sym_LPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(688), 1, + sym_link_destination, + ACTIONS(1950), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1344), 37, - sym__soft_line_ending, - sym__backslash_escape, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, sym_entity_reference, sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(1952), 26, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, @@ -50260,24 +49984,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + [10235] = 8, + ACTIONS(1826), 1, + sym__backslash_escape, + ACTIONS(1832), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(1954), 1, + anon_sym_LT, + STATE(689), 1, + sym_link_destination, + ACTIONS(1950), 3, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_BSLASH, + STATE(386), 3, + sym_backslash_escape, + sym__link_destination_parenthesis, + sym__word, + ACTIONS(1948), 5, + sym_entity_reference, + sym_numeric_character_reference, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [10550] = 4, - ACTIONS(2443), 2, - sym__line_ending, + ACTIONS(1952), 26, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + [10293] = 9, + ACTIONS(2523), 1, anon_sym_PIPE, - ACTIONS(2592), 2, + ACTIONS(2525), 1, + sym__whitespace, + STATE(534), 1, + sym__word, + STATE(555), 1, + aux_sym_pipe_table_row_repeat1, + STATE(789), 1, + sym_pipe_table_cell, + STATE(857), 1, + sym_pipe_table_row, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - STATE(533), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2589), 34, + ACTIONS(2517), 4, sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50307,19 +50085,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [10599] = 3, - ACTIONS(1078), 1, + [10353] = 4, + ACTIONS(2581), 1, anon_sym_LBRACK, - ACTIONS(2595), 1, - sym_block_continuation, - ACTIONS(1076), 38, + STATE(529), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2356), 3, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_tilde, + sym__html_block_1_end, + ACTIONS(2584), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50355,19 +50131,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10646] = 5, - ACTIONS(2306), 1, - anon_sym_PIPE, - STATE(590), 1, - sym__last_token_punctuation, - ACTIONS(2599), 2, + [10403] = 4, + ACTIONS(2591), 1, + sym__soft_line_ending, + STATE(880), 1, + sym__soft_line_break, + ACTIONS(2589), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(589), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2597), 34, + ACTIONS(2587), 35, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50376,7 +50152,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50393,20 +50168,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10697] = 2, - ACTIONS(2475), 3, + [10452] = 2, + ACTIONS(2594), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2473), 37, + ACTIONS(1997), 37, sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, @@ -50444,15 +50219,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10742] = 3, - ACTIONS(1078), 1, + [10497] = 4, + ACTIONS(2596), 1, anon_sym_LBRACK, - ACTIONS(2601), 1, - sym_block_continuation, - ACTIONS(1076), 38, + ACTIONS(2350), 2, sym__line_ending, sym__block_close, - sym__html_block_1_end, + STATE(558), 2, + sym__word, + aux_sym__line_repeat1, + ACTIONS(2598), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50488,15 +50264,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10789] = 2, - ACTIONS(2603), 2, + [10546] = 2, + ACTIONS(1472), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2443), 38, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(1470), 37, + sym__soft_line_ending, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50505,7 +50282,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50531,16 +50307,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10834] = 4, - ACTIONS(2605), 1, - anon_sym_LBRACK, - ACTIONS(2360), 2, + [10591] = 4, + ACTIONS(2215), 2, sym__line_ending, - sym__block_close, - STATE(561), 2, + anon_sym_PIPE, + ACTIONS(2511), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + STATE(536), 2, sym__word, - aux_sym__line_repeat1, - ACTIONS(2607), 35, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2509), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50562,12 +50340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -50576,15 +50352,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10883] = 3, - ACTIONS(2609), 1, - sym_block_continuation, - ACTIONS(1078), 2, + [10640] = 2, + ACTIONS(2467), 3, anon_sym_LBRACK, - anon_sym_DASH, - ACTIONS(1076), 37, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2465), 37, sym__line_ending, - sym__block_close, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50593,11 +50370,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -50605,7 +50382,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -50615,21 +50391,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10930] = 2, - ACTIONS(2611), 3, + [10685] = 4, + ACTIONS(2334), 2, + sym__line_ending, + anon_sym_PIPE, + ACTIONS(2602), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2229), 37, - sym__line_ending, + STATE(563), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2600), 34, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50638,6 +50415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -50654,7 +50432,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -50663,15 +50440,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [10975] = 2, - ACTIONS(2615), 2, + [10734] = 3, + ACTIONS(1242), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2613), 38, + ACTIONS(2604), 1, + sym_block_continuation, + ACTIONS(1240), 38, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50693,6 +50470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -50706,15 +50484,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11020] = 3, - ACTIONS(2617), 1, - sym_block_continuation, - ACTIONS(1078), 2, + [10781] = 3, + ACTIONS(1129), 1, anon_sym_LBRACK, - anon_sym_QMARK, - ACTIONS(1076), 37, + ACTIONS(2606), 1, + sym_block_continuation, + ACTIONS(1127), 38, sym__line_ending, sym__block_close, + sym__fenced_code_block_end_backtick, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50734,6 +50512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -50745,23 +50524,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_QMARK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11067] = 4, - STATE(544), 1, - aux_sym_info_string_repeat2, - ACTIONS(2623), 2, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(2621), 3, + [10828] = 2, + ACTIONS(2467), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2619), 34, - sym__line_ending, + ACTIONS(2465), 37, + sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -50776,6 +50549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -50787,7 +50561,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, + anon_sym_LBRACE, anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -50795,15 +50571,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11116] = 3, - ACTIONS(1165), 1, - anon_sym_LBRACK, - ACTIONS(2626), 1, - sym_block_continuation, - ACTIONS(1163), 38, + [10873] = 4, + ACTIONS(2334), 2, sym__line_ending, - sym__soft_line_ending, - sym__eof, + anon_sym_PIPE, + ACTIONS(2610), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + STATE(564), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2608), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50825,12 +50604,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -50839,26 +50616,75 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11163] = 8, - ACTIONS(2435), 1, + [10922] = 8, + ACTIONS(2378), 1, sym__line_ending, - ACTIONS(2628), 1, + ACTIONS(2612), 1, sym__whitespace, - STATE(546), 1, + STATE(534), 1, + sym__word, + STATE(549), 1, aux_sym_pipe_table_row_repeat1, - STATE(570), 1, + STATE(780), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2517), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + [10979] = 8, + ACTIONS(2382), 1, + sym__line_ending, + ACTIONS(2614), 1, + sym__whitespace, + STATE(534), 1, sym__word, - STATE(829), 1, + STATE(565), 1, + aux_sym_pipe_table_row_repeat1, + STATE(780), 1, sym_pipe_table_cell, - ACTIONS(2426), 2, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2423), 4, + ACTIONS(2517), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2429), 29, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50888,15 +50714,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [11220] = 3, - ACTIONS(2631), 1, - sym_block_continuation, - ACTIONS(1078), 2, + [11036] = 2, + ACTIONS(2616), 2, anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(1076), 37, + anon_sym_BSLASH, + ACTIONS(2346), 38, sym__line_ending, - sym__block_close, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -50917,7 +50744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -50927,31 +50753,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11267] = 8, - ACTIONS(2461), 1, - sym__line_ending, - ACTIONS(2633), 1, - sym__whitespace, - STATE(546), 1, - aux_sym_pipe_table_row_repeat1, - STATE(552), 1, - sym__word, - STATE(784), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + [11081] = 3, + ACTIONS(1129), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(2618), 1, + sym_block_continuation, + ACTIONS(1127), 38, + sym__line_ending, + sym__block_close, + sym__fenced_code_block_end_tilde, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -50973,47 +50787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [11324] = 4, - ACTIONS(2639), 1, - sym__soft_line_ending, - STATE(924), 1, - sym__soft_line_break, - ACTIONS(2637), 3, - anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2635), 35, - sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -51021,21 +50795,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11373] = 2, - ACTIONS(2642), 3, + [11128] = 5, + ACTIONS(2215), 1, + anon_sym_PIPE, + STATE(593), 1, + sym__last_token_punctuation, + ACTIONS(2622), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2366), 37, - sym__line_ending, + STATE(592), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2620), 34, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51044,6 +50822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51060,7 +50839,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -51069,16 +50847,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11418] = 2, - ACTIONS(2644), 3, + [11179] = 3, + ACTIONS(1129), 1, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - ACTIONS(2097), 37, - sym__soft_line_ending, - sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + ACTIONS(2624), 1, + sym_block_continuation, + ACTIONS(1127), 38, + sym__line_ending, + sym__block_close, + sym__html_block_1_end, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51087,6 +50864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51099,6 +50877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -51112,18 +50891,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11463] = 4, - ACTIONS(2306), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(2516), 2, + [11226] = 3, + ACTIONS(2626), 1, + sym_block_continuation, + ACTIONS(1129), 2, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(562), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2514), 34, - sym__backslash_escape, + anon_sym_DASH, + ACTIONS(1127), 37, + sym__line_ending, + sym__block_close, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51137,7 +50913,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -51145,28 +50920,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11512] = 2, - ACTIONS(2648), 3, + [11273] = 3, + ACTIONS(2628), 1, + sym_block_continuation, + ACTIONS(1129), 2, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_BSLASH, - ACTIONS(2646), 37, - sym__soft_line_ending, - sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + anon_sym_QMARK, + ACTIONS(1127), 37, + sym__line_ending, + sym__block_close, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51175,6 +50952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51185,8 +50963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -51196,62 +50974,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_QMARK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11557] = 2, - ACTIONS(2652), 3, + [11320] = 8, + ACTIONS(2396), 1, + sym__line_ending, + ACTIONS(2630), 1, + sym__whitespace, + STATE(549), 1, + aux_sym_pipe_table_row_repeat1, + STATE(579), 1, + sym__word, + STATE(806), 1, + sym_pipe_table_cell, + ACTIONS(2387), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2650), 37, - sym__soft_line_ending, + ACTIONS(2384), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [11602] = 3, - ACTIONS(1078), 1, - anon_sym_LBRACK, - ACTIONS(2654), 1, - sym_block_continuation, - ACTIONS(1076), 38, - sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_backtick, + ACTIONS(2390), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51273,30 +51020,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [11649] = 3, - ACTIONS(1078), 1, - anon_sym_LBRACK, - ACTIONS(2656), 1, + [11377] = 3, + ACTIONS(2633), 1, sym_block_continuation, - ACTIONS(1076), 38, + ACTIONS(1129), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(1127), 37, sym__line_ending, sym__block_close, - sym__blank_line_start, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -51327,22 +51067,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11696] = 4, - ACTIONS(2457), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(2660), 2, + [11424] = 2, + ACTIONS(2635), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(533), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2658), 34, + ACTIONS(2356), 37, + sym__line_ending, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51351,7 +51090,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51368,6 +51106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -51376,61 +51115,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11745] = 8, - ACTIONS(2447), 1, - sym__line_ending, - ACTIONS(2662), 1, - sym__whitespace, - STATE(546), 1, - aux_sym_pipe_table_row_repeat1, - STATE(552), 1, - sym__word, - STATE(783), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, - anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [11802] = 2, - ACTIONS(2664), 3, + [11469] = 2, + ACTIONS(2639), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2115), 37, + ACTIONS(2637), 37, sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, @@ -51468,16 +51158,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11847] = 4, - ACTIONS(1418), 1, - sym__blank_line_start, - ACTIONS(2666), 1, + [11514] = 3, + ACTIONS(1129), 1, anon_sym_LBRACK, - STATE(902), 1, - sym__blank_line, - ACTIONS(2668), 37, + ACTIONS(2641), 1, + sym_block_continuation, + ACTIONS(1127), 38, sym__line_ending, sym__block_close, + sym__blank_line_start, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51513,16 +51202,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11896] = 4, - ACTIONS(2670), 1, + [11561] = 2, + ACTIONS(2645), 3, anon_sym_LBRACK, - ACTIONS(2366), 2, - sym__line_ending, - sym__block_close, - STATE(561), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2673), 35, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2643), 37, + sym__soft_line_ending, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51531,7 +51220,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51544,7 +51232,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -51558,18 +51245,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [11945] = 4, - ACTIONS(2330), 2, + [11606] = 8, + ACTIONS(2366), 1, sym__line_ending, - anon_sym_PIPE, - ACTIONS(2660), 2, + ACTIONS(2647), 1, + sym__whitespace, + STATE(534), 1, + sym__word, + STATE(549), 1, + aux_sym_pipe_table_row_repeat1, + STATE(776), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - STATE(533), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2658), 34, + ACTIONS(2517), 4, sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51599,22 +51294,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [11994] = 4, - ACTIONS(2330), 2, - sym__line_ending, - anon_sym_PIPE, - ACTIONS(2678), 2, + [11663] = 4, + ACTIONS(1795), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(557), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2676), 34, - sym__backslash_escape, + ACTIONS(2649), 1, + sym__close_block, + STATE(619), 1, + sym__last_token_punctuation, + ACTIONS(1789), 37, + sym__line_ending, + sym__block_close, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51636,10 +51325,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -51648,16 +51339,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12043] = 4, - ACTIONS(1795), 1, + [11712] = 4, + STATE(557), 1, + aux_sym_info_string_repeat2, + ACTIONS(2655), 2, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(2653), 3, anon_sym_LBRACK, - ACTIONS(2680), 1, - sym__close_block, - STATE(617), 1, - sym__last_token_punctuation, - ACTIONS(1789), 37, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2651), 34, sym__line_ending, - sym__block_close, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51666,11 +51362,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, @@ -51679,13 +51373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -51693,26 +51384,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12092] = 8, - ACTIONS(2384), 1, + [11761] = 4, + ACTIONS(2658), 1, + anon_sym_LBRACK, + ACTIONS(2356), 2, sym__line_ending, - ACTIONS(2682), 1, - sym__whitespace, - STATE(546), 1, - aux_sym_pipe_table_row_repeat1, - STATE(552), 1, + sym__block_close, + STATE(558), 2, sym__word, - STATE(782), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, - anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, + aux_sym__line_repeat1, + ACTIONS(2661), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51734,25 +51415,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [12149] = 5, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [11810] = 5, ACTIONS(1789), 1, sym__line_ending, - ACTIONS(2320), 1, + ACTIONS(2322), 1, anon_sym_LBRACK, - STATE(908), 1, + STATE(913), 1, sym__line, - STATE(576), 2, + STATE(583), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2322), 35, + ACTIONS(2324), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -51788,13 +51475,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12200] = 2, - ACTIONS(2684), 2, + [11861] = 2, + ACTIONS(2664), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(1968), 37, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2303), 37, sym__line_ending, - sym__block_close, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -51802,7 +51493,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -51815,7 +51505,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -51825,16 +51514,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12244] = 2, - ACTIONS(2686), 2, + [11906] = 4, + ACTIONS(1502), 1, + sym__blank_line_start, + ACTIONS(2666), 1, anon_sym_LBRACK, - anon_sym_DASH, - ACTIONS(2169), 37, + STATE(878), 1, + sym__blank_line, + ACTIONS(2668), 37, sym__line_ending, sym__block_close, anon_sym_RBRACK, @@ -51850,6 +51541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -51867,17 +51559,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12288] = 2, - ACTIONS(2690), 3, + [11955] = 2, + ACTIONS(2670), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2688), 36, + ACTIONS(1983), 37, sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, @@ -51909,21 +51600,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [12000] = 4, + ACTIONS(2346), 2, + sym__line_ending, + anon_sym_PIPE, + ACTIONS(2675), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + STATE(563), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2672), 34, + sym__backslash_escape, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12332] = 4, - ACTIONS(2306), 1, + [12049] = 4, + ACTIONS(2348), 2, + sym__line_ending, anon_sym_PIPE, - ACTIONS(2599), 2, + ACTIONS(2602), 2, anon_sym_LBRACK, anon_sym_BSLASH, - STATE(589), 2, + STATE(563), 2, sym__word, aux_sym_pipe_table_cell_repeat1, - ACTIONS(2597), 34, + ACTIONS(2600), 34, sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, @@ -51958,24 +51696,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12380] = 7, - ACTIONS(2692), 1, + [12098] = 8, + ACTIONS(2412), 1, + sym__line_ending, + ACTIONS(2678), 1, sym__whitespace, - STATE(460), 1, + STATE(534), 1, sym__word, - STATE(475), 1, + STATE(549), 1, aux_sym_pipe_table_row_repeat1, - STATE(732), 1, + STATE(791), 1, sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2130), 4, + ACTIONS(2517), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52005,15 +51745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [12434] = 2, - ACTIONS(2475), 3, + [12155] = 2, + ACTIONS(2682), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2473), 36, + ACTIONS(2680), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52022,6 +51762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52047,15 +51788,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12478] = 2, - ACTIONS(2696), 2, + [12200] = 2, + ACTIONS(2635), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2694), 37, + ACTIONS(2356), 38, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, + sym__block_close, + sym__html_block_1_end, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52077,10 +51816,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52089,16 +51830,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12522] = 2, - ACTIONS(2698), 3, + [12244] = 7, + ACTIONS(2545), 1, + sym__line_ending, + ACTIONS(2684), 1, + anon_sym_PIPE, + STATE(534), 1, + sym__word, + STATE(787), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2297), 36, - sym__soft_line_ending, + ACTIONS(2517), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52107,6 +51856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52123,22 +51873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [12566] = 2, - ACTIONS(2642), 1, + [12298] = 2, + ACTIONS(2635), 2, anon_sym_LBRACK, - ACTIONS(2366), 38, + anon_sym_RBRACK, + ACTIONS(2356), 37, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_tilde, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -52169,19 +51914,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12610] = 4, - ACTIONS(2360), 1, + [12342] = 4, + ACTIONS(2356), 1, sym__line_ending, - ACTIONS(2700), 1, + ACTIONS(2686), 1, anon_sym_LBRACK, - STATE(609), 2, + STATE(570), 2, sym__word, aux_sym__line_repeat1, - ACTIONS(2702), 35, + ACTIONS(2689), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52217,13 +51963,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12658] = 2, - ACTIONS(1189), 1, + [12390] = 2, + ACTIONS(1255), 2, anon_sym_LBRACK, - ACTIONS(1187), 38, + anon_sym_QMARK, + ACTIONS(1253), 37, sym__line_ending, sym__block_close, - sym__blank_line_start, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52243,7 +51989,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -52255,18 +52000,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_QMARK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12702] = 3, - ACTIONS(2704), 1, - sym_block_continuation, - ACTIONS(1165), 3, - anon_sym_LBRACK, + [12434] = 2, + ACTIONS(2694), 2, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1163), 35, + ACTIONS(2692), 37, + sym__soft_line_ending, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -52298,17 +52042,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12748] = 2, - ACTIONS(2642), 1, + [12478] = 2, + ACTIONS(1255), 1, anon_sym_LBRACK, - ACTIONS(2366), 38, + ACTIONS(1253), 38, sym__line_ending, sym__block_close, - sym__html_block_1_end, + sym__fenced_code_block_end_backtick, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52344,13 +52089,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12792] = 2, - ACTIONS(1189), 1, + [12522] = 2, + ACTIONS(2698), 2, anon_sym_LBRACK, - ACTIONS(1187), 38, + anon_sym_BSLASH, + ACTIONS(2696), 37, sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_tilde, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52372,12 +52119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52386,16 +52131,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12836] = 2, - ACTIONS(2706), 2, + [12566] = 2, + ACTIONS(1255), 2, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2334), 37, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, anon_sym_RBRACK, + ACTIONS(1253), 37, + sym__line_ending, + sym__block_close, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -52416,25 +52158,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12880] = 2, - ACTIONS(2642), 1, + [12610] = 2, + ACTIONS(2700), 3, anon_sym_LBRACK, - ACTIONS(2366), 38, - sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_backtick, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2277), 36, + sym__soft_line_ending, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52443,7 +52191,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52456,7 +52203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -52464,30 +52210,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [12924] = 7, - ACTIONS(2708), 1, - sym__whitespace, - STATE(552), 1, - sym__word, - STATE(565), 1, - aux_sym_pipe_table_row_repeat1, - STATE(783), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + [12654] = 3, + ACTIONS(2702), 1, + sym_block_continuation, + ACTIONS(1242), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2518), 4, + ACTIONS(1240), 35, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + sym__whitespace, + [12700] = 2, + ACTIONS(2635), 1, + anon_sym_LBRACK, + ACTIONS(2356), 38, + sym__line_ending, + sym__block_close, + sym__fenced_code_block_end_backtick, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52509,41 +52286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_CARET, - anon_sym__, - anon_sym_BQUOTE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_TILDE, - anon_sym_LPAREN, - anon_sym_RPAREN, - [12978] = 2, - ACTIONS(1189), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(1187), 37, - sym__line_ending, - sym__block_close, - anon_sym_LT, - anon_sym_GT, - anon_sym_BANG, - anon_sym_DQUOTE, - anon_sym_POUND, - anon_sym_DOLLAR, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_SQUOTE, - anon_sym_STAR, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_DOT, - anon_sym_SLASH, - anon_sym_COLON, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, anon_sym__, @@ -52554,29 +52296,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13022] = 7, - ACTIONS(2384), 1, - sym__line_ending, - ACTIONS(2710), 1, + [12744] = 4, + ACTIONS(2215), 1, anon_sym_PIPE, - STATE(552), 1, - sym__word, - STATE(779), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + ACTIONS(2622), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2518), 4, + STATE(592), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2620), 34, sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52606,17 +52340,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [13076] = 4, - ACTIONS(2457), 1, - anon_sym_PIPE, - ACTIONS(2714), 2, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [12792] = 2, + ACTIONS(1255), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(591), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2712), 34, - sym__backslash_escape, + ACTIONS(1253), 38, + sym__line_ending, + sym__block_close, + sym__blank_line_start, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52638,10 +52372,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52650,13 +52386,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13124] = 2, - ACTIONS(2716), 2, + [12836] = 2, + ACTIONS(2706), 3, anon_sym_LBRACK, - anon_sym_QMARK, - ACTIONS(2078), 37, - sym__line_ending, - sym__block_close, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2704), 36, + sym__soft_line_ending, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52665,7 +52404,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52676,8 +52414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -52685,22 +52423,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_QMARK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13168] = 3, - ACTIONS(2718), 1, + [12880] = 2, + ACTIONS(2635), 1, anon_sym_LBRACK, - ACTIONS(2722), 1, - sym__whitespace, - ACTIONS(2720), 37, + ACTIONS(2356), 38, sym__line_ending, - sym__soft_line_ending, - sym__eof, + sym__block_close, + sym__fenced_code_block_end_tilde, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52735,17 +52469,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [13214] = 4, - ACTIONS(2330), 1, - anon_sym_PIPE, - ACTIONS(2714), 2, + sym__whitespace, + [12924] = 4, + ACTIONS(2350), 1, + sym__line_ending, + ACTIONS(2708), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(591), 2, + STATE(570), 2, sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2712), 34, - sym__backslash_escape, + aux_sym__line_repeat1, + ACTIONS(2710), 35, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52767,10 +52500,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52779,17 +52514,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13262] = 4, - ACTIONS(2330), 1, - anon_sym_PIPE, - ACTIONS(2726), 2, + [12972] = 2, + ACTIONS(2635), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - STATE(586), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2724), 34, - sym__backslash_escape, + ACTIONS(2356), 38, + sym__line_ending, + sym__soft_line_ending, + sym__eof, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52811,10 +52542,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52823,17 +52556,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13310] = 4, - ACTIONS(2443), 1, - anon_sym_PIPE, - ACTIONS(2731), 2, + [13016] = 2, + ACTIONS(2467), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - STATE(591), 2, - sym__word, - aux_sym_pipe_table_cell_repeat1, - ACTIONS(2728), 34, + ACTIONS(2465), 36, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52842,7 +52573,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52859,6 +52589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52867,13 +52598,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13358] = 2, - ACTIONS(2734), 1, + [13060] = 2, + ACTIONS(2714), 2, anon_sym_LBRACK, - ACTIONS(2182), 38, + anon_sym_BSLASH, + ACTIONS(2712), 37, sym__line_ending, - sym__block_close, - sym__html_block_1_end, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52895,12 +52628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -52909,15 +52640,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13402] = 2, - ACTIONS(2738), 2, - anon_sym_AMP, + [13104] = 7, + ACTIONS(2378), 1, + sym__line_ending, + ACTIONS(2684), 1, + anon_sym_PIPE, + STATE(534), 1, + sym__word, + STATE(783), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, + anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2736), 37, - sym__soft_line_ending, + ACTIONS(2517), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -52926,6 +52666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -52942,21 +52683,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [13446] = 3, - ACTIONS(1078), 1, + [13158] = 3, + ACTIONS(1129), 1, anon_sym_LBRACK, - ACTIONS(2740), 1, + ACTIONS(2716), 1, sym_block_continuation, - ACTIONS(1076), 37, + ACTIONS(1127), 37, sym__line_ending, sym__block_close, anon_sym_RBRACK, @@ -52994,13 +52730,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13492] = 2, - ACTIONS(1346), 1, + [13204] = 2, + ACTIONS(2718), 1, anon_sym_LBRACK, - ACTIONS(1344), 38, + ACTIONS(2023), 38, sym__line_ending, - sym__soft_line_ending, - sym__eof, + sym__block_close, + sym__html_block_1_end, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53036,15 +52772,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13536] = 2, - ACTIONS(2742), 2, + [13248] = 2, + ACTIONS(1255), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2435), 37, + ACTIONS(1253), 38, sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, + sym__block_close, + sym__fenced_code_block_end_tilde, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53066,10 +52800,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -53078,11 +52814,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13580] = 2, - ACTIONS(1189), 2, + [13292] = 2, + ACTIONS(2720), 2, anon_sym_LBRACK, - anon_sym_QMARK, - ACTIONS(1187), 37, + anon_sym_DASH, + ACTIONS(2050), 37, sym__line_ending, sym__block_close, anon_sym_RBRACK, @@ -53098,12 +52834,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, + anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -53115,18 +52851,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_QMARK_GT, + anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13624] = 2, - ACTIONS(2642), 2, + [13336] = 4, + ACTIONS(2334), 1, + anon_sym_PIPE, + ACTIONS(2724), 2, anon_sym_LBRACK, - anon_sym_DASH, - ACTIONS(2366), 37, - sym__line_ending, - sym__block_close, + anon_sym_BSLASH, + STATE(606), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2722), 34, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53140,6 +52880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -53147,28 +52888,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13668] = 2, - ACTIONS(2642), 2, + [13384] = 4, + ACTIONS(2334), 1, + anon_sym_PIPE, + ACTIONS(2728), 2, anon_sym_LBRACK, + anon_sym_BSLASH, + STATE(607), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2726), 34, + sym__backslash_escape, anon_sym_RBRACK, - ACTIONS(2366), 37, - sym__line_ending, - sym__block_close, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -53189,28 +52932,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13712] = 2, - ACTIONS(2744), 1, + [13432] = 7, + ACTIONS(2730), 1, + sym__whitespace, + STATE(477), 1, + aux_sym_pipe_table_row_repeat1, + STATE(495), 1, + sym__word, + STATE(700), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, - ACTIONS(2746), 38, - sym__line_ending, - sym__soft_line_ending, - sym__eof, + anon_sym_BSLASH, + ACTIONS(2155), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53232,38 +52983,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, + [13486] = 7, + ACTIONS(2732), 1, sym__whitespace, - [13756] = 7, - ACTIONS(2497), 1, - sym__line_ending, - ACTIONS(2710), 1, - anon_sym_PIPE, - STATE(552), 1, + STATE(534), 1, sym__word, - STATE(794), 1, + STATE(541), 1, + aux_sym_pipe_table_row_repeat1, + STATE(776), 1, sym_pipe_table_cell, - ACTIONS(2520), 2, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2518), 4, + ACTIONS(2517), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53293,13 +53038,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [13810] = 2, - ACTIONS(1189), 1, + [13540] = 2, + ACTIONS(2734), 2, anon_sym_LBRACK, - ACTIONS(1187), 38, + anon_sym_BSLASH, + ACTIONS(2396), 37, sym__line_ending, - sym__block_close, - sym__html_block_1_end, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53321,12 +53068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -53335,13 +53080,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13854] = 2, - ACTIONS(2642), 1, + [13584] = 2, + ACTIONS(2736), 2, anon_sym_LBRACK, - ACTIONS(2366), 38, + anon_sym_QMARK, + ACTIONS(2064), 37, sym__line_ending, - sym__soft_line_ending, - sym__eof, + sym__block_close, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53361,7 +53106,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_SEMI, anon_sym_EQ, - anon_sym_QMARK, anon_sym_AT, anon_sym_BSLASH, anon_sym_CARET, @@ -53373,17 +53117,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_QMARK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13898] = 2, - ACTIONS(1189), 1, + [13628] = 2, + ACTIONS(2635), 2, anon_sym_LBRACK, - ACTIONS(1187), 38, + anon_sym_DASH, + ACTIONS(2356), 37, sym__line_ending, sym__block_close, - sym__fenced_code_block_end_backtick, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53397,7 +53142,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, - anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -53415,16 +53159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [13942] = 3, - ACTIONS(2718), 1, + [13672] = 3, + ACTIONS(2738), 1, anon_sym_LBRACK, - ACTIONS(2748), 1, + ACTIONS(2742), 1, sym__whitespace, - ACTIONS(2720), 37, + ACTIONS(2740), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -53462,15 +53207,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [13988] = 2, - ACTIONS(2752), 2, + [13718] = 3, + ACTIONS(2738), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2750), 37, + ACTIONS(2744), 1, + sym__whitespace, + ACTIONS(2740), 37, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, - sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53492,10 +53237,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -53503,14 +53250,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [14032] = 2, - ACTIONS(1189), 2, + [13764] = 2, + ACTIONS(2746), 1, anon_sym_LBRACK, - anon_sym_DASH, - ACTIONS(1187), 37, + ACTIONS(2748), 38, sym__line_ending, - sym__block_close, + sym__soft_line_ending, + sym__eof, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53524,6 +53270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_PLUS, anon_sym_COMMA, + anon_sym_DASH, anon_sym_DOT, anon_sym_SLASH, anon_sym_COLON, @@ -53541,29 +53288,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [14076] = 7, - ACTIONS(2461), 1, - sym__line_ending, - ACTIONS(2710), 1, - anon_sym_PIPE, - STATE(552), 1, - sym__word, - STATE(795), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + [13808] = 2, + ACTIONS(1255), 1, anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(1253), 38, + sym__line_ending, + sym__block_close, + sym__html_block_1_end, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53585,24 +53320,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14130] = 4, - ACTIONS(2366), 1, - sym__line_ending, - ACTIONS(2754), 1, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [13852] = 2, + ACTIONS(2750), 2, anon_sym_LBRACK, - STATE(609), 2, - sym__word, - aux_sym__line_repeat1, - ACTIONS(2757), 35, anon_sym_RBRACK, + ACTIONS(2078), 37, + sym__line_ending, + sym__block_close, anon_sym_LT, anon_sym_GT, anon_sym_BANG, @@ -53633,15 +53371,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [14178] = 2, - ACTIONS(2642), 2, + [13896] = 7, + ACTIONS(2412), 1, + sym__line_ending, + ACTIONS(2684), 1, + anon_sym_PIPE, + STATE(534), 1, + sym__word, + STATE(785), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2517), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + [13950] = 2, + ACTIONS(2635), 2, anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(2366), 37, + ACTIONS(2356), 37, sym__line_ending, sym__block_close, anon_sym_RBRACK, @@ -53679,15 +53465,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [14222] = 2, - ACTIONS(2499), 3, + [13994] = 4, + ACTIONS(2346), 1, + anon_sym_PIPE, + ACTIONS(2755), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1856), 35, + STATE(606), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2752), 34, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53696,6 +53484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -53712,7 +53501,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -53720,22 +53508,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [14265] = 6, - ACTIONS(2710), 1, + sym__whitespace, + [14042] = 4, + ACTIONS(2348), 1, anon_sym_PIPE, - STATE(552), 1, - sym__word, - STATE(779), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + ACTIONS(2724), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2518), 4, + STATE(606), 2, + sym__word, + aux_sym_pipe_table_cell_repeat1, + ACTIONS(2722), 34, sym__backslash_escape, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + sym__whitespace, + [14090] = 2, + ACTIONS(2758), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2382), 37, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53765,22 +53591,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14316] = 6, - ACTIONS(2760), 1, - anon_sym_PIPE, - STATE(552), 1, - sym__word, - STATE(791), 1, - sym_pipe_table_cell, - ACTIONS(2520), 2, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [14134] = 2, + ACTIONS(1255), 2, anon_sym_LBRACK, + anon_sym_DASH, + ACTIONS(1253), 37, + sym__line_ending, + sym__block_close, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, anon_sym_BSLASH, - ACTIONS(2518), 4, - sym__backslash_escape, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH_GT, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + sym__whitespace, + [14178] = 2, + ACTIONS(1472), 1, + anon_sym_LBRACK, + ACTIONS(1470), 38, + sym__line_ending, + sym__soft_line_ending, + sym__eof, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53802,30 +53665,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14367] = 6, - ACTIONS(2710), 1, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [14222] = 6, + ACTIONS(2469), 1, anon_sym_PIPE, - STATE(552), 1, + STATE(495), 1, sym__word, - STATE(795), 1, + STATE(718), 1, sym_pipe_table_cell, - ACTIONS(2520), 2, + ACTIONS(2157), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2518), 4, + ACTIONS(2155), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2522), 29, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53855,13 +53724,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14418] = 2, - ACTIONS(2603), 2, + [14273] = 2, + ACTIONS(2533), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2443), 36, - sym__line_ending, + ACTIONS(2531), 35, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53870,7 +53741,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -53895,16 +53765,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [14461] = 2, - ACTIONS(1346), 3, + [14316] = 6, + ACTIONS(2760), 1, + anon_sym_PIPE, + STATE(534), 1, + sym__word, + STATE(795), 1, + sym_pipe_table_cell, + ACTIONS(2519), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(1344), 35, + ACTIONS(2517), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53913,6 +53789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -53929,20 +53806,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, + anon_sym_RPAREN, + [14367] = 6, + ACTIONS(2469), 1, + anon_sym_PIPE, + STATE(579), 1, + sym__word, + STATE(830), 1, + sym_pipe_table_cell, + ACTIONS(2764), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2762), 4, + sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [14504] = 2, - ACTIONS(2642), 1, - anon_sym_LBRACK, - ACTIONS(2366), 37, - sym__line_ending, - sym__block_close, + ACTIONS(2766), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53964,26 +53847,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [14547] = 2, - ACTIONS(2762), 1, + [14418] = 2, + ACTIONS(2543), 3, anon_sym_LBRACK, - ACTIONS(2764), 37, - sym__line_ending, - sym__block_close, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(2541), 35, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -53992,7 +53872,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -54005,7 +53884,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -54018,13 +53896,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - sym__whitespace, - [14590] = 2, - ACTIONS(2766), 1, + [14461] = 6, + ACTIONS(2768), 1, + anon_sym_PIPE, + STATE(495), 1, + sym__word, + STATE(701), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, - ACTIONS(2261), 37, - sym__line_ending, - sym__block_close, + anon_sym_BSLASH, + ACTIONS(2155), 4, + sym__backslash_escape, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54046,29 +53933,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, - anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - sym__whitespace, - [14633] = 2, - ACTIONS(2567), 3, + [14512] = 6, + ACTIONS(2469), 1, + anon_sym_PIPE, + STATE(495), 1, + sym__word, + STATE(711), 1, + sym_pipe_table_cell, + ACTIONS(2157), 2, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2565), 35, + ACTIONS(2155), 4, sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + ACTIONS(2159), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54077,6 +53965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -54093,20 +53982,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym__word_token1, - aux_sym__word_token2, - aux_sym__word_token3, - [14676] = 2, - ACTIONS(2530), 3, + [14563] = 2, + ACTIONS(1472), 3, anon_sym_LBRACK, anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2528), 35, + ACTIONS(1470), 35, sym__backslash_escape, sym_entity_reference, sym_numeric_character_reference, @@ -54138,14 +54023,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, - anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - [14719] = 2, - ACTIONS(1189), 1, + sym__whitespace, + [14606] = 2, + ACTIONS(2635), 1, anon_sym_LBRACK, - ACTIONS(1187), 37, + ACTIONS(2356), 37, sym__line_ending, sym__block_close, anon_sym_RBRACK, @@ -54183,22 +54068,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [14762] = 6, - ACTIONS(2495), 1, + [14649] = 6, + ACTIONS(2684), 1, anon_sym_PIPE, - STATE(570), 1, + STATE(579), 1, sym__word, - STATE(822), 1, + STATE(824), 1, sym_pipe_table_cell, - ACTIONS(2770), 2, + ACTIONS(2764), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2768), 4, + ACTIONS(2762), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2772), 29, + ACTIONS(2766), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54228,22 +54113,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14813] = 2, - ACTIONS(2776), 3, + [14700] = 2, + ACTIONS(1255), 1, anon_sym_LBRACK, + ACTIONS(1253), 37, + sym__line_ending, + sym__block_close, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, anon_sym_BSLASH, - ACTIONS(2774), 35, - sym__backslash_escape, - sym_entity_reference, - sym_numeric_character_reference, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [14743] = 2, + ACTIONS(2770), 1, + anon_sym_LBRACK, + ACTIONS(2772), 37, + sym__line_ending, + sym__block_close, anon_sym_RBRACK, + anon_sym_LT, anon_sym_GT, anon_sym_BANG, anon_sym_DQUOTE, anon_sym_POUND, anon_sym_DOLLAR, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_SQUOTE, anon_sym_STAR, anon_sym_PLUS, @@ -54256,6 +54181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, @@ -54269,22 +54195,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token2, aux_sym__word_token3, sym__whitespace, - [14856] = 6, - ACTIONS(2495), 1, + [14786] = 6, + ACTIONS(2684), 1, anon_sym_PIPE, - STATE(460), 1, + STATE(534), 1, sym__word, - STATE(731), 1, + STATE(783), 1, sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2130), 4, + ACTIONS(2517), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54314,22 +54240,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14907] = 6, - ACTIONS(2495), 1, - anon_sym_PIPE, - STATE(460), 1, - sym__word, - STATE(717), 1, - sym_pipe_table_cell, - ACTIONS(2132), 2, + [14837] = 2, + ACTIONS(2776), 3, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_BSLASH, - ACTIONS(2130), 4, + ACTIONS(2774), 35, sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + sym__whitespace, + [14880] = 2, + ACTIONS(2616), 2, + anon_sym_LBRACK, + anon_sym_BSLASH, + ACTIONS(2346), 36, + sym__line_ending, + sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54355,26 +54313,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [14958] = 6, - ACTIONS(2710), 1, - anon_sym_PIPE, - STATE(570), 1, - sym__word, - STATE(818), 1, - sym_pipe_table_cell, - ACTIONS(2770), 2, - anon_sym_LBRACK, - anon_sym_BSLASH, - ACTIONS(2768), 4, - sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2772), 29, + sym__whitespace, + [14923] = 2, + ACTIONS(2778), 1, + anon_sym_LBRACK, + ACTIONS(2243), 37, + sym__line_ending, + sym__block_close, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54396,30 +54349,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_QMARK, anon_sym_AT, + anon_sym_BSLASH, anon_sym_CARET, anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, - [15009] = 6, - ACTIONS(2778), 1, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, + sym__whitespace, + [14966] = 6, + ACTIONS(2684), 1, anon_sym_PIPE, - STATE(460), 1, + STATE(534), 1, sym__word, - STATE(739), 1, + STATE(785), 1, sym_pipe_table_cell, - ACTIONS(2132), 2, + ACTIONS(2519), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2130), 4, + ACTIONS(2517), 4, sym__backslash_escape, aux_sym__word_token1, aux_sym__word_token2, aux_sym__word_token3, - ACTIONS(2134), 29, + ACTIONS(2521), 29, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, @@ -54449,11 +54408,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, anon_sym_LPAREN, anon_sym_RPAREN, + [15017] = 2, + ACTIONS(2463), 3, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_BSLASH, + ACTIONS(1856), 35, + sym__backslash_escape, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_DQUOTE, + anon_sym_POUND, + anon_sym_DOLLAR, + anon_sym_PERCENT, + anon_sym_SQUOTE, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_DOT, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_AT, + anon_sym_CARET, + anon_sym__, + anon_sym_BQUOTE, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_TILDE, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym__word_token1, + aux_sym__word_token2, + aux_sym__word_token3, [15060] = 2, - ACTIONS(2742), 2, + ACTIONS(2758), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2435), 35, + ACTIONS(2382), 35, sym__line_ending, sym__backslash_escape, anon_sym_RBRACK, @@ -54490,10 +54490,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15102] = 2, - ACTIONS(2696), 2, + ACTIONS(2734), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2694), 35, + ACTIONS(2396), 35, sym__line_ending, sym__backslash_escape, anon_sym_RBRACK, @@ -54530,9 +54530,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15144] = 2, - ACTIONS(2642), 1, + ACTIONS(2635), 1, anon_sym_LBRACK, - ACTIONS(2366), 36, + ACTIONS(2356), 36, sym__line_ending, anon_sym_RBRACK, anon_sym_LT, @@ -54570,10 +54570,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15186] = 2, - ACTIONS(2603), 2, + ACTIONS(2698), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2443), 35, + ACTIONS(2696), 35, + sym__line_ending, sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, @@ -54600,7 +54601,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -54610,11 +54610,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15228] = 2, - ACTIONS(2752), 2, + ACTIONS(2616), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2750), 35, - sym__line_ending, + ACTIONS(2346), 35, sym__backslash_escape, anon_sym_RBRACK, anon_sym_LT, @@ -54641,6 +54640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, anon_sym_BQUOTE, anon_sym_LBRACE, + anon_sym_PIPE, anon_sym_RBRACE, anon_sym_TILDE, anon_sym_LPAREN, @@ -54650,10 +54650,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15270] = 2, - ACTIONS(2706), 2, + ACTIONS(2714), 2, anon_sym_LBRACK, anon_sym_BSLASH, - ACTIONS(2334), 35, + ACTIONS(2712), 35, sym__line_ending, sym__backslash_escape, anon_sym_RBRACK, @@ -54690,36 +54690,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__word_token3, sym__whitespace, [15312] = 15, - ACTIONS(2780), 1, - ts_builtin_sym_end, - ACTIONS(2782), 1, + ACTIONS(17), 1, sym_atx_h1_marker, - ACTIONS(2785), 1, + ACTIONS(19), 1, sym_atx_h2_marker, - ACTIONS(2788), 1, + ACTIONS(21), 1, sym_atx_h3_marker, - ACTIONS(2791), 1, + ACTIONS(23), 1, sym_atx_h4_marker, - ACTIONS(2794), 1, + ACTIONS(25), 1, sym_atx_h5_marker, - ACTIONS(2797), 1, + ACTIONS(27), 1, sym_atx_h6_marker, - STATE(37), 1, + ACTIONS(246), 1, + ts_builtin_sym_end, + STATE(38), 1, sym__atx_heading1, - STATE(43), 1, + STATE(45), 1, sym__atx_heading2, STATE(54), 1, sym__atx_heading3, STATE(55), 1, sym__atx_heading4, - STATE(63), 1, + STATE(66), 1, sym__atx_heading5, - STATE(71), 1, + STATE(72), 1, sym__atx_heading6, - STATE(635), 2, + STATE(639), 2, sym_section, aux_sym_document_repeat2, - STATE(660), 6, + STATE(661), 6, sym__section1, sym__section2, sym__section3, @@ -54739,24 +54739,24 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(27), 1, sym_atx_h6_marker, - ACTIONS(147), 1, + ACTIONS(2780), 1, ts_builtin_sym_end, - STATE(37), 1, + STATE(38), 1, sym__atx_heading1, - STATE(43), 1, + STATE(45), 1, sym__atx_heading2, STATE(54), 1, sym__atx_heading3, STATE(55), 1, sym__atx_heading4, - STATE(63), 1, + STATE(66), 1, sym__atx_heading5, - STATE(71), 1, + STATE(72), 1, sym__atx_heading6, - STATE(635), 2, + STATE(639), 2, sym_section, aux_sym_document_repeat2, - STATE(660), 6, + STATE(661), 6, sym__section1, sym__section2, sym__section3, @@ -54776,24 +54776,24 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(27), 1, sym_atx_h6_marker, - ACTIONS(2800), 1, + ACTIONS(2782), 1, ts_builtin_sym_end, - STATE(37), 1, + STATE(38), 1, sym__atx_heading1, - STATE(43), 1, + STATE(45), 1, sym__atx_heading2, STATE(54), 1, sym__atx_heading3, STATE(55), 1, sym__atx_heading4, - STATE(63), 1, + STATE(66), 1, sym__atx_heading5, - STATE(71), 1, + STATE(72), 1, sym__atx_heading6, - STATE(635), 2, + STATE(639), 2, sym_section, aux_sym_document_repeat2, - STATE(660), 6, + STATE(661), 6, sym__section1, sym__section2, sym__section3, @@ -54813,24 +54813,24 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(27), 1, sym_atx_h6_marker, - ACTIONS(2802), 1, + ACTIONS(2784), 1, ts_builtin_sym_end, - STATE(37), 1, + STATE(38), 1, sym__atx_heading1, - STATE(43), 1, + STATE(45), 1, sym__atx_heading2, STATE(54), 1, sym__atx_heading3, STATE(55), 1, sym__atx_heading4, - STATE(63), 1, + STATE(66), 1, sym__atx_heading5, - STATE(71), 1, + STATE(72), 1, sym__atx_heading6, - STATE(635), 2, + STATE(639), 2, sym_section, aux_sym_document_repeat2, - STATE(660), 6, + STATE(661), 6, sym__section1, sym__section2, sym__section3, @@ -54838,36 +54838,36 @@ static const uint16_t ts_small_parse_table[] = { sym__section5, sym__section6, [15520] = 15, - ACTIONS(17), 1, + ACTIONS(2786), 1, + ts_builtin_sym_end, + ACTIONS(2788), 1, sym_atx_h1_marker, - ACTIONS(19), 1, + ACTIONS(2791), 1, sym_atx_h2_marker, - ACTIONS(21), 1, + ACTIONS(2794), 1, sym_atx_h3_marker, - ACTIONS(23), 1, + ACTIONS(2797), 1, sym_atx_h4_marker, - ACTIONS(25), 1, + ACTIONS(2800), 1, sym_atx_h5_marker, - ACTIONS(27), 1, + ACTIONS(2803), 1, sym_atx_h6_marker, - ACTIONS(2804), 1, - ts_builtin_sym_end, - STATE(37), 1, + STATE(38), 1, sym__atx_heading1, - STATE(43), 1, + STATE(45), 1, sym__atx_heading2, STATE(54), 1, sym__atx_heading3, STATE(55), 1, sym__atx_heading4, - STATE(63), 1, + STATE(66), 1, sym__atx_heading5, - STATE(71), 1, + STATE(72), 1, sym__atx_heading6, - STATE(635), 2, + STATE(639), 2, sym_section, aux_sym_document_repeat2, - STATE(660), 6, + STATE(661), 6, sym__section1, sym__section2, sym__section3, @@ -54881,30 +54881,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(2810), 1, sym__whitespace, - STATE(643), 1, + STATE(641), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(647), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(725), 1, + STATE(713), 1, sym_pipe_table_delimiter_cell, ACTIONS(2812), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, [15596] = 7, - ACTIONS(2806), 1, + ACTIONS(2814), 1, anon_sym_DASH, - ACTIONS(2808), 1, + ACTIONS(2817), 1, anon_sym_COLON, - ACTIONS(2814), 1, + ACTIONS(2820), 1, sym__whitespace, - STATE(643), 1, + STATE(641), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(647), 1, + STATE(716), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(720), 1, + STATE(804), 1, sym_pipe_table_delimiter_cell, - ACTIONS(2816), 3, + ACTIONS(2823), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -54913,30 +54913,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(2808), 1, anon_sym_COLON, - ACTIONS(2818), 1, + ACTIONS(2825), 1, sym__whitespace, - STATE(643), 1, + STATE(641), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(647), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(742), 1, + STATE(709), 1, sym_pipe_table_delimiter_cell, - ACTIONS(2820), 3, + ACTIONS(2827), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, [15644] = 7, - ACTIONS(2822), 1, + ACTIONS(2806), 1, anon_sym_DASH, - ACTIONS(2825), 1, + ACTIONS(2808), 1, anon_sym_COLON, - ACTIONS(2828), 1, + ACTIONS(2829), 1, sym__whitespace, - STATE(643), 1, + STATE(641), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(718), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(859), 1, + STATE(695), 1, sym_pipe_table_delimiter_cell, ACTIONS(2831), 3, sym__line_ending, @@ -54954,55 +54954,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PIPE, sym__whitespace, - [15683] = 8, + [15683] = 4, ACTIONS(2838), 1, anon_sym_DASH, ACTIONS(2840), 1, anon_sym_COLON, - ACTIONS(2842), 1, + STATE(644), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(2842), 5, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, anon_sym_PIPE, - ACTIONS(2844), 1, sym__whitespace, - STATE(641), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(685), 1, - sym_pipe_table_delimiter_row, - STATE(718), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(859), 1, - sym_pipe_table_delimiter_cell, - [15708] = 8, - ACTIONS(2838), 1, + [15700] = 8, + ACTIONS(2844), 1, anon_sym_DASH, - ACTIONS(2840), 1, + ACTIONS(2846), 1, anon_sym_COLON, - ACTIONS(2842), 1, + ACTIONS(2848), 1, anon_sym_PIPE, - ACTIONS(2844), 1, + ACTIONS(2850), 1, sym__whitespace, - STATE(641), 1, + STATE(642), 1, aux_sym_pipe_table_delimiter_row_repeat1, STATE(675), 1, sym_pipe_table_delimiter_row, - STATE(718), 1, + STATE(716), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(859), 1, + STATE(804), 1, sym_pipe_table_delimiter_cell, - [15733] = 4, - ACTIONS(2846), 1, + [15725] = 8, + ACTIONS(2844), 1, anon_sym_DASH, - ACTIONS(2848), 1, + ACTIONS(2846), 1, anon_sym_COLON, - STATE(644), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(2850), 5, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(2848), 1, anon_sym_PIPE, + ACTIONS(2850), 1, sym__whitespace, + STATE(642), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(678), 1, + sym_pipe_table_delimiter_row, + STATE(716), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(804), 1, + sym_pipe_table_delimiter_cell, [15750] = 4, - ACTIONS(2846), 1, + ACTIONS(2838), 1, anon_sym_DASH, ACTIONS(2852), 1, anon_sym_COLON, @@ -55015,7 +55015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, sym__whitespace, [15767] = 7, - ACTIONS(1276), 1, + ACTIONS(1238), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55025,40 +55025,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(672), 1, - sym__soft_line_break, - STATE(733), 1, - sym_link_title, - [15789] = 5, - ACTIONS(2806), 1, - anon_sym_DASH, - ACTIONS(2808), 1, - anon_sym_COLON, - STATE(647), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(727), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(2812), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [15807] = 7, - ACTIONS(1255), 1, - sym__no_indented_chunk, - ACTIONS(2856), 1, - anon_sym_DQUOTE, - ACTIONS(2858), 1, - anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_LPAREN, - ACTIONS(2862), 1, - sym__soft_line_ending, - STATE(678), 1, + STATE(691), 1, sym__soft_line_break, - STATE(709), 1, + STATE(724), 1, sym_link_title, - [15829] = 7, - ACTIONS(1185), 1, + [15789] = 7, + ACTIONS(1282), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55068,38 +55040,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(692), 1, + STATE(663), 1, sym__soft_line_break, - STATE(711), 1, + STATE(706), 1, sym_link_title, - [15851] = 5, + [15811] = 5, ACTIONS(2806), 1, anon_sym_DASH, ACTIONS(2808), 1, anon_sym_COLON, - STATE(647), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(743), 1, + STATE(705), 1, sym_pipe_table_delimiter_cell, - ACTIONS(2820), 3, + ACTIONS(2864), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [15869] = 5, + [15829] = 5, ACTIONS(2806), 1, anon_sym_DASH, ACTIONS(2808), 1, anon_sym_COLON, - STATE(647), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(716), 1, + STATE(696), 1, sym_pipe_table_delimiter_cell, - ACTIONS(2864), 3, + ACTIONS(2812), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [15887] = 7, - ACTIONS(1161), 1, + [15847] = 7, + ACTIONS(1277), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55109,12 +55081,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(676), 1, + STATE(666), 1, sym__soft_line_break, - STATE(740), 1, + STATE(697), 1, sym_link_title, - [15909] = 7, - ACTIONS(1229), 1, + [15869] = 7, + ACTIONS(1251), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55124,12 +55096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(687), 1, + STATE(673), 1, sym__soft_line_break, - STATE(724), 1, + STATE(743), 1, sym_link_title, - [15931] = 7, - ACTIONS(1264), 1, + [15891] = 7, + ACTIONS(1166), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55139,12 +55111,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(666), 1, + STATE(683), 1, sym__soft_line_break, - STATE(729), 1, + STATE(720), 1, sym_link_title, - [15953] = 7, - ACTIONS(1286), 1, + [15913] = 7, + ACTIONS(1161), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55154,12 +55126,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(664), 1, + STATE(671), 1, sym__soft_line_break, - STATE(708), 1, + STATE(731), 1, sym_link_title, - [15975] = 7, - ACTIONS(1269), 1, + [15935] = 7, + ACTIONS(1184), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55169,21 +55141,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(684), 1, + STATE(686), 1, sym__soft_line_break, - STATE(730), 1, + STATE(721), 1, sym_link_title, - [15997] = 1, - ACTIONS(1616), 7, - sym_atx_h1_marker, - sym_atx_h2_marker, - sym_atx_h3_marker, - sym_atx_h4_marker, - sym_atx_h5_marker, - sym_atx_h6_marker, - ts_builtin_sym_end, - [16007] = 7, - ACTIONS(1281), 1, + [15957] = 7, + ACTIONS(1202), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55193,12 +55156,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(671), 1, + STATE(687), 1, sym__soft_line_break, - STATE(715), 1, + STATE(722), 1, sym_link_title, - [16029] = 7, - ACTIONS(1207), 1, + [15979] = 7, + ACTIONS(1272), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55208,51 +55171,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2862), 1, sym__soft_line_ending, - STATE(689), 1, + STATE(665), 1, sym__soft_line_break, - STATE(736), 1, + STATE(703), 1, sym_link_title, - [16051] = 6, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2866), 1, - sym__whitespace, - ACTIONS(2868), 1, - sym__soft_line_ending, - ACTIONS(2870), 1, - sym__eof, - STATE(114), 1, - sym__soft_line_break, - STATE(348), 1, - sym__newline, - [16070] = 6, + [16001] = 7, + ACTIONS(1220), 1, + sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2872), 1, - sym__whitespace, - ACTIONS(2874), 1, - sym__no_indented_chunk, - STATE(701), 1, + ACTIONS(2862), 1, + sym__soft_line_ending, + STATE(690), 1, + sym__soft_line_break, + STATE(723), 1, sym_link_title, - [16089] = 6, - ACTIONS(2838), 1, + [16023] = 1, + ACTIONS(1576), 7, + sym_atx_h1_marker, + sym_atx_h2_marker, + sym_atx_h3_marker, + sym_atx_h4_marker, + sym_atx_h5_marker, + sym_atx_h6_marker, + ts_builtin_sym_end, + [16033] = 5, + ACTIONS(2806), 1, anon_sym_DASH, - ACTIONS(2840), 1, + ACTIONS(2808), 1, anon_sym_COLON, - ACTIONS(2876), 1, - sym__whitespace, - STATE(640), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(718), 1, + STATE(645), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(859), 1, + STATE(739), 1, sym_pipe_table_delimiter_cell, - [16108] = 6, - ACTIONS(1281), 1, + ACTIONS(2831), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [16051] = 6, + ACTIONS(1251), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55260,55 +55221,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2866), 1, sym__whitespace, - STATE(715), 1, + STATE(743), 1, sym_link_title, - [16127] = 2, - ACTIONS(2880), 1, - sym_block_continuation, - ACTIONS(1163), 5, - sym__no_indented_chunk, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_LPAREN, - sym__whitespace, - [16138] = 6, - ACTIONS(1922), 1, + [16070] = 6, + ACTIONS(2328), 1, sym__line_ending, ACTIONS(2868), 1, - sym__soft_line_ending, - ACTIONS(2882), 1, sym__whitespace, - ACTIONS(2884), 1, + ACTIONS(2870), 1, + sym__soft_line_ending, + ACTIONS(2872), 1, sym__eof, - STATE(113), 1, + STATE(101), 1, sym__soft_line_break, - STATE(338), 1, - sym__newline, - [16157] = 1, - ACTIONS(2886), 6, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_DASH, - anon_sym_COLON, - sym__whitespace, - [16166] = 6, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2888), 1, - sym__eof, - ACTIONS(2890), 1, - sym__pipe_table_line_ending, - STATE(339), 1, + STATE(291), 1, sym__newline, - STATE(415), 1, - sym__pipe_table_newline, - STATE(694), 1, - aux_sym_pipe_table_repeat1, - [16185] = 6, - ACTIONS(1286), 1, + [16089] = 6, + ACTIONS(1277), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55316,12 +55247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2892), 1, + ACTIONS(2874), 1, sym__whitespace, - STATE(708), 1, + STATE(697), 1, sym_link_title, - [16204] = 6, - ACTIONS(1161), 1, + [16108] = 6, + ACTIONS(1282), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55329,51 +55260,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2894), 1, + ACTIONS(2876), 1, sym__whitespace, - STATE(740), 1, + STATE(706), 1, sym_link_title, - [16223] = 6, - ACTIONS(2336), 1, + [16127] = 6, + ACTIONS(2328), 1, sym__line_ending, - ACTIONS(2896), 1, - sym__whitespace, - ACTIONS(2898), 1, + ACTIONS(2870), 1, sym__soft_line_ending, - ACTIONS(2900), 1, + ACTIONS(2878), 1, + sym__whitespace, + ACTIONS(2880), 1, sym__eof, - STATE(103), 1, + STATE(115), 1, sym__soft_line_break, - STATE(262), 1, + STATE(336), 1, sym__newline, - [16242] = 6, - ACTIONS(2336), 1, + [16146] = 2, + ACTIONS(2882), 1, + sym_block_continuation, + ACTIONS(1240), 5, + sym__no_indented_chunk, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_LPAREN, + sym__whitespace, + [16157] = 6, + ACTIONS(2328), 1, sym__line_ending, - ACTIONS(2898), 1, + ACTIONS(2870), 1, sym__soft_line_ending, - ACTIONS(2902), 1, + ACTIONS(2884), 1, sym__whitespace, - ACTIONS(2904), 1, + ACTIONS(2886), 1, sym__eof, STATE(116), 1, sym__soft_line_break, - STATE(320), 1, + STATE(345), 1, sym__newline, - [16261] = 6, - ACTIONS(1922), 1, + [16176] = 6, + ACTIONS(2328), 1, sym__line_ending, + ACTIONS(2870), 1, + sym__soft_line_ending, + ACTIONS(2888), 1, + sym__whitespace, ACTIONS(2890), 1, - sym__pipe_table_line_ending, - ACTIONS(2906), 1, sym__eof, - STATE(349), 1, + STATE(109), 1, + sym__soft_line_break, + STATE(187), 1, sym__newline, - STATE(415), 1, - sym__pipe_table_newline, - STATE(670), 1, - aux_sym_pipe_table_repeat1, - [16280] = 6, - ACTIONS(1229), 1, + [16195] = 6, + ACTIONS(1272), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55381,93 +55321,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2908), 1, + ACTIONS(2892), 1, sym__whitespace, - STATE(724), 1, + STATE(703), 1, sym_link_title, - [16299] = 6, - ACTIONS(2336), 1, - sym__line_ending, - ACTIONS(2890), 1, - sym__pipe_table_line_ending, - ACTIONS(2910), 1, - sym__eof, - STATE(298), 1, - sym__newline, - STATE(415), 1, - sym__pipe_table_newline, - STATE(694), 1, - aux_sym_pipe_table_repeat1, - [16318] = 6, + [16214] = 6, + ACTIONS(2844), 1, + anon_sym_DASH, + ACTIONS(2846), 1, + anon_sym_COLON, + ACTIONS(2894), 1, + sym__whitespace, + STATE(643), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(716), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(804), 1, + sym_pipe_table_delimiter_cell, + [16233] = 6, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2896), 1, sym__whitespace, - ACTIONS(2914), 1, + ACTIONS(2898), 1, sym__no_indented_chunk, - STATE(705), 1, + STATE(729), 1, sym_link_title, - [16337] = 1, - ACTIONS(2831), 6, + [16252] = 6, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2900), 1, + sym__eof, + ACTIONS(2902), 1, + sym__pipe_table_line_ending, + STATE(344), 1, + sym__newline, + STATE(415), 1, + sym__pipe_table_newline, + STATE(694), 1, + aux_sym_pipe_table_repeat1, + [16271] = 6, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2902), 1, + sym__pipe_table_line_ending, + ACTIONS(2904), 1, + sym__eof, + STATE(334), 1, + sym__newline, + STATE(415), 1, + sym__pipe_table_newline, + STATE(674), 1, + aux_sym_pipe_table_repeat1, + [16290] = 1, + ACTIONS(2823), 6, sym__line_ending, sym__eof, sym__pipe_table_line_ending, anon_sym_DASH, anon_sym_COLON, sym__whitespace, - [16346] = 1, - ACTIONS(2916), 6, + [16299] = 6, + ACTIONS(2844), 1, + anon_sym_DASH, + ACTIONS(2846), 1, + anon_sym_COLON, + ACTIONS(2894), 1, + sym__whitespace, + STATE(640), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(716), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(804), 1, + sym_pipe_table_delimiter_cell, + [16318] = 6, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2902), 1, + sym__pipe_table_line_ending, + ACTIONS(2906), 1, + sym__eof, + STATE(299), 1, + sym__newline, + STATE(415), 1, + sym__pipe_table_newline, + STATE(684), 1, + aux_sym_pipe_table_repeat1, + [16337] = 1, + ACTIONS(2908), 6, sym__line_ending, sym__eof, sym__pipe_table_line_ending, anon_sym_DASH, anon_sym_COLON, sym__whitespace, - [16355] = 6, - ACTIONS(1922), 1, + [16346] = 6, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2868), 1, - sym__soft_line_ending, - ACTIONS(2918), 1, + ACTIONS(2910), 1, sym__whitespace, - ACTIONS(2920), 1, + ACTIONS(2912), 1, + sym__soft_line_ending, + ACTIONS(2914), 1, sym__eof, - STATE(117), 1, + STATE(103), 1, sym__soft_line_break, - STATE(312), 1, + STATE(300), 1, sym__newline, - [16374] = 6, - ACTIONS(2336), 1, + [16365] = 6, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2898), 1, + ACTIONS(2912), 1, sym__soft_line_ending, - ACTIONS(2922), 1, + ACTIONS(2916), 1, sym__whitespace, - ACTIONS(2924), 1, + ACTIONS(2918), 1, sym__eof, - STATE(101), 1, + STATE(102), 1, sym__soft_line_break, - STATE(328), 1, + STATE(287), 1, sym__newline, - [16393] = 6, - ACTIONS(1922), 1, + [16384] = 6, + ACTIONS(2328), 1, sym__line_ending, - ACTIONS(2868), 1, + ACTIONS(2870), 1, sym__soft_line_ending, - ACTIONS(2926), 1, + ACTIONS(2920), 1, sym__whitespace, - ACTIONS(2928), 1, + ACTIONS(2922), 1, sym__eof, - STATE(105), 1, + STATE(117), 1, sym__soft_line_break, - STATE(325), 1, + STATE(349), 1, sym__newline, - [16412] = 6, - ACTIONS(1264), 1, + [16403] = 6, + ACTIONS(1184), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55475,38 +55467,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2930), 1, + ACTIONS(2924), 1, sym__whitespace, - STATE(729), 1, + STATE(721), 1, sym_link_title, - [16431] = 6, - ACTIONS(2336), 1, + [16422] = 6, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2890), 1, + ACTIONS(2902), 1, sym__pipe_table_line_ending, - ACTIONS(2932), 1, + ACTIONS(2926), 1, sym__eof, - STATE(229), 1, + STATE(308), 1, sym__newline, STATE(415), 1, sym__pipe_table_newline, - STATE(677), 1, + STATE(694), 1, aux_sym_pipe_table_repeat1, - [16450] = 6, - ACTIONS(2838), 1, - anon_sym_DASH, - ACTIONS(2840), 1, - anon_sym_COLON, - ACTIONS(2876), 1, + [16441] = 6, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2912), 1, + sym__soft_line_ending, + ACTIONS(2928), 1, sym__whitespace, - STATE(642), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(718), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(859), 1, - sym_pipe_table_delimiter_cell, - [16469] = 6, - ACTIONS(1185), 1, + ACTIONS(2930), 1, + sym__eof, + STATE(104), 1, + sym__soft_line_break, + STATE(309), 1, + sym__newline, + [16460] = 6, + ACTIONS(1202), 1, + sym__no_indented_chunk, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + ACTIONS(2858), 1, + anon_sym_SQUOTE, + ACTIONS(2860), 1, + anon_sym_LPAREN, + ACTIONS(2932), 1, + sym__whitespace, + STATE(722), 1, + sym_link_title, + [16479] = 6, + ACTIONS(1220), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55516,23 +55521,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2934), 1, sym__whitespace, - STATE(711), 1, + STATE(723), 1, sym_link_title, - [16488] = 6, - ACTIONS(2336), 1, + [16498] = 6, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2898), 1, + ACTIONS(2912), 1, sym__soft_line_ending, ACTIONS(2936), 1, sym__whitespace, ACTIONS(2938), 1, sym__eof, - STATE(110), 1, + STATE(105), 1, + sym__soft_line_break, + STATE(313), 1, + sym__newline, + [16517] = 6, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(2912), 1, + sym__soft_line_ending, + ACTIONS(2940), 1, + sym__whitespace, + ACTIONS(2942), 1, + sym__eof, + STATE(106), 1, sym__soft_line_break, - STATE(237), 1, + STATE(318), 1, sym__newline, - [16507] = 6, - ACTIONS(1269), 1, + [16536] = 6, + ACTIONS(1238), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55540,38 +55558,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2944), 1, + sym__whitespace, + STATE(724), 1, + sym_link_title, + [16555] = 6, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + ACTIONS(2858), 1, + anon_sym_SQUOTE, + ACTIONS(2860), 1, + anon_sym_LPAREN, + ACTIONS(2946), 1, sym__whitespace, - STATE(730), 1, + ACTIONS(2948), 1, + sym__no_indented_chunk, + STATE(725), 1, sym_link_title, - [16526] = 6, - ACTIONS(2336), 1, + [16574] = 1, + ACTIONS(2950), 6, sym__line_ending, - ACTIONS(2898), 1, - sym__soft_line_ending, - ACTIONS(2942), 1, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_DASH, + anon_sym_COLON, sym__whitespace, - ACTIONS(2944), 1, + [16583] = 1, + ACTIONS(2952), 5, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_PIPE, + sym__whitespace, + [16591] = 4, + ACTIONS(2956), 1, + sym__pipe_table_line_ending, + STATE(415), 1, + sym__pipe_table_newline, + STATE(694), 1, + aux_sym_pipe_table_repeat1, + ACTIONS(2954), 2, + sym__line_ending, + sym__eof, + [16605] = 3, + ACTIONS(2959), 1, + anon_sym_PIPE, + ACTIONS(2961), 1, + sym__whitespace, + ACTIONS(2864), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [16617] = 3, + ACTIONS(2963), 1, + anon_sym_PIPE, + ACTIONS(2965), 1, + sym__whitespace, + ACTIONS(2831), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [16629] = 4, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2967), 1, + sym__soft_line_ending, + ACTIONS(2969), 1, sym__eof, - STATE(108), 1, + STATE(186), 2, + sym__newline, sym__soft_line_break, - STATE(294), 1, + [16643] = 4, + ACTIONS(2971), 1, + anon_sym_DASH, + ACTIONS(2973), 1, + anon_sym_COLON, + STATE(714), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(2854), 2, + anon_sym_PIPE, + sym__whitespace, + [16657] = 5, + ACTIONS(1282), 1, + sym__no_indented_chunk, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + ACTIONS(2858), 1, + anon_sym_SQUOTE, + ACTIONS(2860), 1, + anon_sym_LPAREN, + STATE(706), 1, + sym_link_title, + [16673] = 3, + ACTIONS(2975), 1, + anon_sym_PIPE, + ACTIONS(2977), 1, + sym__whitespace, + ACTIONS(2378), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [16685] = 3, + ACTIONS(2979), 1, + anon_sym_PIPE, + ACTIONS(2981), 1, + sym__whitespace, + ACTIONS(2378), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [16697] = 1, + ACTIONS(1470), 5, + sym__no_indented_chunk, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_LPAREN, + sym__whitespace, + [16705] = 4, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2967), 1, + sym__soft_line_ending, + ACTIONS(2983), 1, + sym__eof, + STATE(271), 2, sym__newline, - [16545] = 6, - ACTIONS(1922), 1, + sym__soft_line_break, + [16719] = 5, + ACTIONS(1277), 1, + sym__no_indented_chunk, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + ACTIONS(2858), 1, + anon_sym_SQUOTE, + ACTIONS(2860), 1, + anon_sym_LPAREN, + STATE(697), 1, + sym_link_title, + [16735] = 3, + ACTIONS(2963), 1, + anon_sym_PIPE, + ACTIONS(2985), 1, + sym__whitespace, + ACTIONS(2987), 3, sym__line_ending, - ACTIONS(2868), 1, + sym__eof, + sym__pipe_table_line_ending, + [16747] = 4, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2967), 1, sym__soft_line_ending, - ACTIONS(2946), 1, + ACTIONS(2989), 1, + sym__eof, + STATE(190), 2, + sym__newline, + sym__soft_line_break, + [16761] = 5, + ACTIONS(2844), 1, + anon_sym_DASH, + ACTIONS(2846), 1, + anon_sym_COLON, + ACTIONS(2991), 1, + anon_sym_PIPE, + STATE(716), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(809), 1, + sym_pipe_table_delimiter_cell, + [16777] = 2, + ACTIONS(2993), 1, + sym_block_continuation, + ACTIONS(1127), 4, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_PIPE, sym__whitespace, - ACTIONS(2948), 1, + [16787] = 3, + ACTIONS(2959), 1, + anon_sym_PIPE, + ACTIONS(2995), 1, + sym__whitespace, + ACTIONS(2812), 3, + sym__line_ending, sym__eof, - STATE(118), 1, - sym__soft_line_break, - STATE(306), 1, - sym__newline, - [16564] = 6, - ACTIONS(1255), 1, + sym__pipe_table_line_ending, + [16799] = 5, + ACTIONS(1251), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55579,304 +55751,226 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2950), 1, - sym__whitespace, - STATE(709), 1, + STATE(743), 1, sym_link_title, - [16583] = 1, - ACTIONS(2952), 5, + [16815] = 3, + ACTIONS(2979), 1, + anon_sym_PIPE, + ACTIONS(2997), 1, + sym__whitespace, + ACTIONS(2412), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, + [16827] = 3, + ACTIONS(2975), 1, anon_sym_PIPE, + ACTIONS(2999), 1, sym__whitespace, - [16591] = 4, - ACTIONS(2956), 1, - sym__pipe_table_line_ending, - STATE(415), 1, - sym__pipe_table_newline, - STATE(694), 1, - aux_sym_pipe_table_repeat1, - ACTIONS(2954), 2, + ACTIONS(2412), 3, sym__line_ending, sym__eof, - [16605] = 4, + sym__pipe_table_line_ending, + [16839] = 3, ACTIONS(2959), 1, - anon_sym_DASH, - ACTIONS(2961), 1, - anon_sym_COLON, - STATE(722), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(2854), 2, anon_sym_PIPE, + ACTIONS(3001), 1, sym__whitespace, - [16619] = 4, - ACTIONS(1922), 1, + ACTIONS(2831), 3, sym__line_ending, - ACTIONS(2963), 1, - sym__soft_line_ending, - ACTIONS(2965), 1, sym__eof, - STATE(299), 2, - sym__newline, - sym__soft_line_break, - [16633] = 3, - ACTIONS(2967), 1, + sym__pipe_table_line_ending, + [16851] = 3, + ACTIONS(3003), 1, + anon_sym_DASH, + STATE(714), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(2836), 3, + anon_sym_COLON, anon_sym_PIPE, - ACTIONS(2969), 1, sym__whitespace, - ACTIONS(2447), 3, + [16863] = 3, + ACTIONS(2975), 1, + anon_sym_PIPE, + ACTIONS(3006), 1, + sym__whitespace, + ACTIONS(2366), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [16645] = 5, - ACTIONS(2838), 1, + [16875] = 4, + ACTIONS(2971), 1, anon_sym_DASH, - ACTIONS(2840), 1, + ACTIONS(3008), 1, anon_sym_COLON, - ACTIONS(2971), 1, - anon_sym_PIPE, - STATE(718), 1, + STATE(714), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(821), 1, - sym_pipe_table_delimiter_cell, - [16661] = 5, - ACTIONS(1161), 1, - sym__no_indented_chunk, + ACTIONS(2842), 2, + anon_sym_PIPE, + sym__whitespace, + [16889] = 5, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(740), 1, + ACTIONS(3010), 1, + sym__no_indented_chunk, + STATE(726), 1, sym_link_title, - [16677] = 4, - ACTIONS(1922), 1, + [16905] = 3, + ACTIONS(2979), 1, + anon_sym_PIPE, + ACTIONS(3012), 1, + sym__whitespace, + ACTIONS(2545), 3, sym__line_ending, - ACTIONS(2963), 1, - sym__soft_line_ending, - ACTIONS(2973), 1, sym__eof, - STATE(300), 2, - sym__newline, - sym__soft_line_break, - [16691] = 4, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2963), 1, - sym__soft_line_ending, + sym__pipe_table_line_ending, + [16917] = 3, ACTIONS(2975), 1, - sym__eof, - STATE(301), 2, - sym__newline, - sym__soft_line_break, - [16705] = 3, - ACTIONS(2977), 1, anon_sym_PIPE, - ACTIONS(2979), 1, + ACTIONS(3014), 1, sym__whitespace, - ACTIONS(2981), 3, + ACTIONS(2545), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [16717] = 4, - ACTIONS(2336), 1, + [16929] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2985), 1, + ACTIONS(3018), 1, sym__eof, - STATE(214), 2, + STATE(311), 2, sym__newline, sym__soft_line_break, - [16731] = 5, - ACTIONS(2856), 1, - anon_sym_DQUOTE, - ACTIONS(2858), 1, - anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_LPAREN, - ACTIONS(2987), 1, - sym__no_indented_chunk, - STATE(703), 1, - sym_link_title, - [16747] = 4, - ACTIONS(2336), 1, + [16943] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2989), 1, + ACTIONS(3020), 1, sym__eof, - STATE(220), 2, + STATE(315), 2, sym__newline, sym__soft_line_break, - [16761] = 1, - ACTIONS(2991), 5, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_PIPE, - sym__whitespace, - [16769] = 5, - ACTIONS(2856), 1, - anon_sym_DQUOTE, - ACTIONS(2858), 1, - anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_LPAREN, - ACTIONS(2914), 1, - sym__no_indented_chunk, - STATE(705), 1, - sym_link_title, - [16785] = 4, - ACTIONS(1922), 1, + [16957] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2963), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2993), 1, + ACTIONS(3022), 1, sym__eof, - STATE(302), 2, + STATE(317), 2, sym__newline, sym__soft_line_break, - [16799] = 4, - ACTIONS(2336), 1, + [16971] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2995), 1, + ACTIONS(3024), 1, sym__eof, - STATE(222), 2, + STATE(321), 2, sym__newline, sym__soft_line_break, - [16813] = 5, - ACTIONS(1255), 1, - sym__no_indented_chunk, - ACTIONS(2856), 1, - anon_sym_DQUOTE, - ACTIONS(2858), 1, - anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_LPAREN, - STATE(709), 1, - sym_link_title, - [16829] = 4, - ACTIONS(2336), 1, + [16985] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2997), 1, + ACTIONS(3026), 1, sym__eof, - STATE(230), 2, + STATE(322), 2, sym__newline, sym__soft_line_break, - [16843] = 4, - ACTIONS(2336), 1, + [16999] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(2999), 1, + ACTIONS(3028), 1, sym__eof, - STATE(212), 2, + STATE(323), 2, sym__newline, sym__soft_line_break, - [16857] = 3, - ACTIONS(2967), 1, - anon_sym_PIPE, - ACTIONS(3001), 1, - sym__whitespace, - ACTIONS(2497), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [16869] = 2, - ACTIONS(3003), 1, - sym_block_continuation, - ACTIONS(1076), 4, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_PIPE, - sym__whitespace, - [16879] = 4, - ACTIONS(1922), 1, + [17013] = 4, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(2963), 1, + ACTIONS(3016), 1, sym__soft_line_ending, - ACTIONS(3005), 1, + ACTIONS(3030), 1, sym__eof, - STATE(303), 2, + STATE(324), 2, sym__newline, sym__soft_line_break, - [16893] = 3, - ACTIONS(3007), 1, - anon_sym_PIPE, - ACTIONS(3009), 1, - sym__whitespace, - ACTIONS(3011), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [16905] = 3, - ACTIONS(2977), 1, - anon_sym_PIPE, - ACTIONS(3013), 1, - sym__whitespace, - ACTIONS(2497), 3, + [17027] = 4, + ACTIONS(1904), 1, sym__line_ending, + ACTIONS(3016), 1, + sym__soft_line_ending, + ACTIONS(3032), 1, sym__eof, - sym__pipe_table_line_ending, - [16917] = 4, - ACTIONS(2959), 1, - anon_sym_DASH, - ACTIONS(3015), 1, - anon_sym_COLON, - STATE(722), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(2850), 2, - anon_sym_PIPE, - sym__whitespace, - [16931] = 5, + STATE(325), 2, + sym__newline, + sym__soft_line_break, + [17041] = 5, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(3017), 1, + ACTIONS(2898), 1, sym__no_indented_chunk, - STATE(700), 1, + STATE(729), 1, sym_link_title, - [16947] = 3, - ACTIONS(3019), 1, - anon_sym_PIPE, - ACTIONS(3021), 1, - sym__whitespace, - ACTIONS(2820), 3, + [17057] = 4, + ACTIONS(2328), 1, sym__line_ending, + ACTIONS(2967), 1, + sym__soft_line_ending, + ACTIONS(3034), 1, sym__eof, - sym__pipe_table_line_ending, - [16959] = 5, - ACTIONS(1269), 1, - sym__no_indented_chunk, + STATE(192), 2, + sym__newline, + sym__soft_line_break, + [17071] = 5, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(730), 1, + ACTIONS(3036), 1, + sym__no_indented_chunk, + STATE(732), 1, sym_link_title, - [16975] = 3, - ACTIONS(3023), 1, - anon_sym_DASH, - STATE(722), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(2836), 3, - anon_sym_COLON, - anon_sym_PIPE, - sym__whitespace, - [16987] = 5, - ACTIONS(1185), 1, + [17087] = 4, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2967), 1, + sym__soft_line_ending, + ACTIONS(3038), 1, + sym__eof, + STATE(347), 2, + sym__newline, + sym__soft_line_break, + [17101] = 4, + ACTIONS(2328), 1, + sym__line_ending, + ACTIONS(2967), 1, + sym__soft_line_ending, + ACTIONS(3040), 1, + sym__eof, + STATE(193), 2, + sym__newline, + sym__soft_line_break, + [17115] = 5, + ACTIONS(1272), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55884,106 +55978,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(711), 1, + STATE(703), 1, sym_link_title, - [17003] = 4, - ACTIONS(2336), 1, - sym__line_ending, - ACTIONS(2983), 1, - sym__soft_line_ending, - ACTIONS(3026), 1, - sym__eof, - STATE(241), 2, - sym__newline, - sym__soft_line_break, - [17017] = 3, - ACTIONS(3019), 1, + [17131] = 3, + ACTIONS(2979), 1, anon_sym_PIPE, - ACTIONS(3028), 1, + ACTIONS(3042), 1, sym__whitespace, - ACTIONS(2864), 3, + ACTIONS(3044), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17029] = 3, - ACTIONS(2967), 1, - anon_sym_PIPE, - ACTIONS(3030), 1, - sym__whitespace, - ACTIONS(2461), 3, + [17143] = 1, + ACTIONS(3046), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17041] = 3, - ACTIONS(3007), 1, anon_sym_PIPE, - ACTIONS(3032), 1, sym__whitespace, - ACTIONS(2864), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17053] = 5, + [17151] = 5, + ACTIONS(1184), 1, + sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - ACTIONS(2874), 1, - sym__no_indented_chunk, - STATE(701), 1, + STATE(721), 1, sym_link_title, - [17069] = 4, - ACTIONS(1922), 1, + [17167] = 4, + ACTIONS(2328), 1, sym__line_ending, - ACTIONS(2963), 1, + ACTIONS(2967), 1, sym__soft_line_ending, - ACTIONS(3034), 1, + ACTIONS(3048), 1, sym__eof, - STATE(307), 2, + STATE(194), 2, sym__newline, sym__soft_line_break, - [17083] = 4, - ACTIONS(1922), 1, - sym__line_ending, + [17181] = 5, + ACTIONS(1202), 1, + sym__no_indented_chunk, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + ACTIONS(2858), 1, + anon_sym_SQUOTE, + ACTIONS(2860), 1, + anon_sym_LPAREN, + STATE(722), 1, + sym_link_title, + [17197] = 3, ACTIONS(2963), 1, - sym__soft_line_ending, - ACTIONS(3036), 1, - sym__eof, - STATE(309), 2, - sym__newline, - sym__soft_line_break, - [17097] = 3, - ACTIONS(2977), 1, - anon_sym_PIPE, - ACTIONS(3038), 1, - sym__whitespace, - ACTIONS(2461), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17109] = 3, - ACTIONS(2967), 1, anon_sym_PIPE, - ACTIONS(3040), 1, + ACTIONS(3050), 1, sym__whitespace, - ACTIONS(2384), 3, + ACTIONS(2864), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17121] = 4, - ACTIONS(2336), 1, - sym__line_ending, - ACTIONS(2983), 1, - sym__soft_line_ending, - ACTIONS(3042), 1, - sym__eof, - STATE(290), 2, - sym__newline, - sym__soft_line_break, - [17135] = 5, - ACTIONS(1264), 1, + [17209] = 5, + ACTIONS(1220), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -55991,10 +56046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(729), 1, + STATE(723), 1, sym_link_title, - [17151] = 5, - ACTIONS(1229), 1, + [17225] = 5, + ACTIONS(1238), 1, sym__no_indented_chunk, ACTIONS(2856), 1, anon_sym_DQUOTE, @@ -56004,965 +56059,910 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, STATE(724), 1, sym_link_title, - [17167] = 4, - ACTIONS(1922), 1, - sym__line_ending, - ACTIONS(2963), 1, - sym__soft_line_ending, - ACTIONS(3044), 1, - sym__eof, - STATE(321), 2, - sym__newline, - sym__soft_line_break, - [17181] = 1, - ACTIONS(1344), 5, - sym__no_indented_chunk, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_LPAREN, - sym__whitespace, - [17189] = 5, - ACTIONS(1281), 1, - sym__no_indented_chunk, + [17241] = 5, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(715), 1, + ACTIONS(2948), 1, + sym__no_indented_chunk, + STATE(725), 1, sym_link_title, - [17205] = 3, - ACTIONS(2977), 1, - anon_sym_PIPE, - ACTIONS(3046), 1, - sym__whitespace, - ACTIONS(2384), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17217] = 4, - ACTIONS(2336), 1, + [17257] = 4, + ACTIONS(2328), 1, sym__line_ending, - ACTIONS(2983), 1, + ACTIONS(2967), 1, sym__soft_line_ending, - ACTIONS(3048), 1, + ACTIONS(3052), 1, sym__eof, - STATE(260), 2, + STATE(191), 2, sym__newline, sym__soft_line_break, - [17231] = 5, - ACTIONS(1286), 1, - sym__no_indented_chunk, + [17271] = 1, + ACTIONS(1862), 4, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + sym__whitespace, + [17278] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(708), 1, + STATE(727), 1, sym_link_title, - [17247] = 3, - ACTIONS(3019), 1, - anon_sym_PIPE, - ACTIONS(3050), 1, - sym__whitespace, - ACTIONS(2812), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17259] = 3, - ACTIONS(3007), 1, - anon_sym_PIPE, - ACTIONS(3052), 1, - sym__whitespace, - ACTIONS(2812), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17271] = 2, + [17291] = 2, ACTIONS(3054), 1, anon_sym_PIPE, - ACTIONS(2497), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17280] = 2, - ACTIONS(3056), 1, - anon_sym_PIPE, - ACTIONS(3011), 3, + ACTIONS(2545), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17289] = 2, - ACTIONS(3007), 1, + [17300] = 2, + ACTIONS(2979), 1, anon_sym_PIPE, - ACTIONS(2812), 3, + ACTIONS(2545), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17298] = 4, + [17309] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(724), 1, + STATE(729), 1, sym_link_title, - [17311] = 2, - ACTIONS(3054), 1, + [17322] = 2, + ACTIONS(3056), 1, anon_sym_PIPE, - ACTIONS(2981), 3, + ACTIONS(2987), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17320] = 2, - ACTIONS(2977), 1, + [17331] = 2, + ACTIONS(2963), 1, + anon_sym_PIPE, + ACTIONS(2987), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [17340] = 2, + ACTIONS(3056), 1, anon_sym_PIPE, - ACTIONS(2384), 3, + ACTIONS(2864), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17329] = 4, + [17349] = 4, + ACTIONS(2844), 1, + anon_sym_DASH, + ACTIONS(2846), 1, + anon_sym_COLON, + STATE(716), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(809), 1, + sym_pipe_table_delimiter_cell, + [17362] = 1, + ACTIONS(1253), 4, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_PIPE, + sym__whitespace, + [17369] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(708), 1, + STATE(706), 1, sym_link_title, - [17342] = 2, - ACTIONS(2977), 1, - anon_sym_PIPE, - ACTIONS(2981), 3, + [17382] = 1, + ACTIONS(1874), 4, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, - [17351] = 4, + sym__whitespace, + [17389] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(715), 1, + STATE(703), 1, sym_link_title, - [17364] = 4, + [17402] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(712), 1, + STATE(732), 1, sym_link_title, - [17377] = 4, + [17415] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(701), 1, + STATE(743), 1, sym_link_title, - [17390] = 4, + [17428] = 2, + ACTIONS(2963), 1, + anon_sym_PIPE, + ACTIONS(2864), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [17437] = 2, + ACTIONS(2979), 1, + anon_sym_PIPE, + ACTIONS(2412), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [17446] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(740), 1, + STATE(737), 1, sym_link_title, - [17403] = 2, - ACTIONS(2977), 1, + [17459] = 2, + ACTIONS(3054), 1, anon_sym_PIPE, - ACTIONS(2461), 3, + ACTIONS(3044), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17412] = 2, - ACTIONS(3007), 1, + [17468] = 2, + ACTIONS(2979), 1, anon_sym_PIPE, - ACTIONS(2864), 3, + ACTIONS(3044), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17421] = 1, - ACTIONS(1932), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - [17428] = 2, - ACTIONS(3056), 1, + [17477] = 2, + ACTIONS(2979), 1, anon_sym_PIPE, - ACTIONS(2864), 3, + ACTIONS(2378), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17437] = 4, + [17486] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(711), 1, + STATE(721), 1, sym_link_title, - [17450] = 2, - ACTIONS(3054), 1, - anon_sym_PIPE, - ACTIONS(2461), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17459] = 4, + [17499] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(729), 1, + STATE(722), 1, sym_link_title, - [17472] = 4, + [17512] = 2, + ACTIONS(3054), 1, + anon_sym_PIPE, + ACTIONS(2412), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [17521] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(700), 1, + STATE(723), 1, sym_link_title, - [17485] = 2, + [17534] = 2, ACTIONS(3054), 1, anon_sym_PIPE, ACTIONS(3058), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17494] = 1, - ACTIONS(1930), 4, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - sym__whitespace, - [17501] = 4, + [17543] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(703), 1, + STATE(724), 1, sym_link_title, - [17514] = 4, + [17556] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(705), 1, + STATE(697), 1, sym_link_title, - [17527] = 4, + [17569] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(696), 1, + STATE(725), 1, sym_link_title, - [17540] = 2, - ACTIONS(3056), 1, + [17582] = 2, + ACTIONS(2963), 1, anon_sym_PIPE, - ACTIONS(3060), 3, + ACTIONS(2831), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [17549] = 4, - ACTIONS(2838), 1, - anon_sym_DASH, - ACTIONS(2840), 1, - anon_sym_COLON, - STATE(718), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(821), 1, - sym_pipe_table_delimiter_cell, - [17562] = 4, - ACTIONS(2856), 1, - anon_sym_DQUOTE, - ACTIONS(2858), 1, - anon_sym_SQUOTE, - ACTIONS(2860), 1, - anon_sym_LPAREN, - STATE(730), 1, - sym_link_title, - [17575] = 4, + [17591] = 4, ACTIONS(2856), 1, anon_sym_DQUOTE, ACTIONS(2858), 1, anon_sym_SQUOTE, ACTIONS(2860), 1, anon_sym_LPAREN, - STATE(709), 1, + STATE(726), 1, sym_link_title, - [17588] = 1, - ACTIONS(1187), 4, - anon_sym_DASH, - anon_sym_COLON, - anon_sym_PIPE, - sym__whitespace, - [17595] = 2, - ACTIONS(3007), 1, - anon_sym_PIPE, - ACTIONS(3011), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, [17604] = 2, - ACTIONS(2977), 1, + ACTIONS(3056), 1, anon_sym_PIPE, - ACTIONS(2497), 3, + ACTIONS(3060), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, [17613] = 3, - ACTIONS(2447), 1, + ACTIONS(2378), 1, sym__line_ending, ACTIONS(3062), 1, anon_sym_PIPE, ACTIONS(3064), 1, sym__whitespace, [17623] = 3, - ACTIONS(1922), 1, + ACTIONS(1904), 1, sym__line_ending, ACTIONS(3066), 1, sym__eof, - STATE(310), 1, + STATE(269), 1, sym__newline, [17633] = 3, - ACTIONS(1922), 1, + ACTIONS(2328), 1, sym__line_ending, ACTIONS(3068), 1, sym__eof, - STATE(305), 1, + STATE(314), 1, sym__newline, [17643] = 3, - ACTIONS(2461), 1, - sym__line_ending, ACTIONS(3070), 1, - anon_sym_PIPE, - ACTIONS(3072), 1, - sym__whitespace, - [17653] = 1, - ACTIONS(2954), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [17659] = 3, - ACTIONS(2336), 1, sym__line_ending, - ACTIONS(3074), 1, + ACTIONS(3072), 1, sym__eof, - STATE(297), 1, + STATE(865), 1, sym__newline, - [17669] = 3, - ACTIONS(2461), 1, + [17653] = 3, + ACTIONS(2412), 1, sym__line_ending, ACTIONS(3062), 1, anon_sym_PIPE, - ACTIONS(3076), 1, + ACTIONS(3074), 1, sym__whitespace, - [17679] = 3, - ACTIONS(2384), 1, + [17663] = 3, + ACTIONS(1904), 1, + sym__line_ending, + ACTIONS(3076), 1, + sym__eof, + STATE(219), 1, + sym__newline, + [17673] = 3, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(3062), 1, - anon_sym_PIPE, ACTIONS(3078), 1, - sym__whitespace, - [17689] = 3, - ACTIONS(2497), 1, + sym__eof, + STATE(220), 1, + sym__newline, + [17683] = 3, + ACTIONS(2412), 1, sym__line_ending, - ACTIONS(3062), 1, - anon_sym_PIPE, ACTIONS(3080), 1, - sym__whitespace, - [17699] = 3, + anon_sym_PIPE, ACTIONS(3082), 1, + sym__whitespace, + [17693] = 3, + ACTIONS(2328), 1, sym__line_ending, ACTIONS(3084), 1, sym__eof, - STATE(867), 1, + STATE(247), 1, sym__newline, - [17709] = 3, - ACTIONS(1922), 1, + [17703] = 3, + ACTIONS(2545), 1, sym__line_ending, + ACTIONS(3080), 1, + anon_sym_PIPE, ACTIONS(3086), 1, - sym__eof, - STATE(187), 1, - sym__newline, - [17719] = 3, - ACTIONS(1922), 1, + sym__whitespace, + [17713] = 1, + ACTIONS(3088), 3, sym__line_ending, - ACTIONS(3088), 1, + sym__soft_line_ending, sym__eof, - STATE(186), 1, - sym__newline, - [17729] = 3, - ACTIONS(2336), 1, + [17719] = 3, + ACTIONS(3044), 1, sym__line_ending, + ACTIONS(3080), 1, + anon_sym_PIPE, ACTIONS(3090), 1, - sym__eof, - STATE(311), 1, - sym__newline, - [17739] = 3, - ACTIONS(2336), 1, + sym__whitespace, + [17729] = 3, + ACTIONS(1904), 1, sym__line_ending, ACTIONS(3092), 1, sym__eof, - STATE(256), 1, + STATE(270), 1, sym__newline, - [17749] = 1, - ACTIONS(3094), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - [17755] = 3, - ACTIONS(2384), 1, + [17739] = 3, + ACTIONS(2366), 1, sym__line_ending, - ACTIONS(3070), 1, + ACTIONS(3062), 1, anon_sym_PIPE, - ACTIONS(3096), 1, + ACTIONS(3094), 1, sym__whitespace, - [17765] = 1, - ACTIONS(3098), 3, + [17749] = 3, + ACTIONS(2328), 1, sym__line_ending, - sym__soft_line_ending, + ACTIONS(3096), 1, sym__eof, - [17771] = 3, - ACTIONS(2336), 1, + STATE(346), 1, + sym__newline, + [17759] = 3, + ACTIONS(2545), 1, + sym__line_ending, + ACTIONS(3062), 1, + anon_sym_PIPE, + ACTIONS(3098), 1, + sym__whitespace, + [17769] = 3, + ACTIONS(2328), 1, sym__line_ending, ACTIONS(3100), 1, sym__eof, - STATE(255), 1, + STATE(244), 1, sym__newline, - [17781] = 3, - ACTIONS(2981), 1, + [17779] = 1, + ACTIONS(3102), 3, sym__line_ending, - ACTIONS(3070), 1, - anon_sym_PIPE, - ACTIONS(3102), 1, - sym__whitespace, + sym__soft_line_ending, + sym__eof, + [17785] = 1, + ACTIONS(2954), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, [17791] = 3, - ACTIONS(2497), 1, + ACTIONS(2378), 1, sym__line_ending, - ACTIONS(3070), 1, + ACTIONS(3080), 1, anon_sym_PIPE, ACTIONS(3104), 1, sym__whitespace, [17801] = 2, - ACTIONS(1840), 1, - sym__block_close, - ACTIONS(1842), 1, - sym__fenced_code_block_end_tilde, + ACTIONS(2328), 1, + sym__line_ending, + STATE(202), 1, + sym__newline, [17808] = 2, - ACTIONS(139), 1, - sym__block_close, ACTIONS(3106), 1, - sym_block_continuation, + sym__line_ending, + STATE(890), 1, + sym__newline, [17815] = 2, - ACTIONS(3108), 1, + ACTIONS(1904), 1, sym__line_ending, - STATE(646), 1, + STATE(248), 1, sym__newline, [17822] = 2, - ACTIONS(3058), 1, + ACTIONS(1904), 1, sym__line_ending, - ACTIONS(3110), 1, - anon_sym_PIPE, + STATE(249), 1, + sym__newline, [17829] = 2, - ACTIONS(1922), 1, + ACTIONS(1904), 1, sym__line_ending, - STATE(248), 1, + STATE(250), 1, sym__newline, [17836] = 2, - ACTIONS(1922), 1, + ACTIONS(1904), 1, sym__line_ending, - STATE(257), 1, + STATE(251), 1, sym__newline, [17843] = 2, - ACTIONS(1922), 1, + ACTIONS(1904), 1, sym__line_ending, - STATE(258), 1, + STATE(252), 1, sym__newline, [17850] = 2, - ACTIONS(1922), 1, + ACTIONS(1904), 1, sym__line_ending, - STATE(259), 1, + STATE(253), 1, sym__newline, [17857] = 2, - ACTIONS(1922), 1, - sym__line_ending, - STATE(261), 1, - sym__newline, + ACTIONS(2959), 1, + anon_sym_PIPE, + ACTIONS(3108), 1, + sym__whitespace, [17864] = 2, - ACTIONS(1922), 1, + ACTIONS(3044), 1, sym__line_ending, - STATE(263), 1, - sym__newline, + ACTIONS(3080), 1, + anon_sym_PIPE, [17871] = 2, - ACTIONS(3112), 1, - sym__line_ending, - STATE(862), 1, - sym__newline, - [17878] = 1, - ACTIONS(2991), 2, + ACTIONS(3062), 1, anon_sym_PIPE, + ACTIONS(3110), 1, sym__whitespace, - [17883] = 2, - ACTIONS(2981), 1, - sym__line_ending, - ACTIONS(3070), 1, - anon_sym_PIPE, - [17890] = 2, - ACTIONS(2981), 1, + [17878] = 2, + ACTIONS(2378), 1, sym__line_ending, - ACTIONS(3110), 1, + ACTIONS(3080), 1, anon_sym_PIPE, - [17897] = 2, - ACTIONS(1820), 1, + [17885] = 2, + ACTIONS(2328), 1, sym__line_ending, - STATE(359), 1, + STATE(209), 1, sym__newline, - [17904] = 2, + [17892] = 2, + ACTIONS(2963), 1, + anon_sym_PIPE, ACTIONS(3112), 1, + sym__whitespace, + [17899] = 2, + ACTIONS(2328), 1, sym__line_ending, - STATE(912), 1, + STATE(210), 1, sym__newline, - [17911] = 2, - ACTIONS(1858), 1, + [17906] = 2, + ACTIONS(1892), 1, sym__block_close, - ACTIONS(1860), 1, + ACTIONS(1894), 1, sym__fenced_code_block_end_backtick, - [17918] = 2, - ACTIONS(3112), 1, - sym__line_ending, - STATE(869), 1, - sym__newline, - [17925] = 2, - ACTIONS(1816), 1, + [17913] = 2, + ACTIONS(1892), 1, + sym__block_close, + ACTIONS(1894), 1, + sym__fenced_code_block_end_tilde, + [17920] = 2, + ACTIONS(2328), 1, sym__line_ending, - STATE(363), 1, + STATE(205), 1, sym__newline, - [17932] = 2, - ACTIONS(1858), 1, + [17927] = 2, + ACTIONS(1840), 1, + sym__block_close, + ACTIONS(1842), 1, + sym__fenced_code_block_end_backtick, + [17934] = 2, + ACTIONS(1840), 1, sym__block_close, - ACTIONS(1860), 1, + ACTIONS(1842), 1, sym__fenced_code_block_end_tilde, - [17939] = 2, - ACTIONS(3114), 1, - anon_sym_DASH, - STATE(648), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - [17946] = 2, - ACTIONS(2967), 1, + [17941] = 1, + ACTIONS(3046), 2, anon_sym_PIPE, - ACTIONS(3116), 1, sym__whitespace, + [17946] = 2, + ACTIONS(3114), 1, + sym__block_close, + ACTIONS(3116), 1, + sym__fenced_code_block_end_backtick, [17953] = 2, - ACTIONS(3070), 1, - anon_sym_PIPE, + ACTIONS(3114), 1, + sym__block_close, + ACTIONS(3116), 1, + sym__fenced_code_block_end_tilde, + [17960] = 2, + ACTIONS(1240), 1, + sym__trigger_error, ACTIONS(3118), 1, - sym__whitespace, - [17960] = 1, - ACTIONS(2952), 2, - anon_sym_PIPE, - sym__whitespace, - [17965] = 2, - ACTIONS(3112), 1, + sym_block_continuation, + [17967] = 2, + ACTIONS(3120), 1, sym__line_ending, - STATE(871), 1, + STATE(646), 1, sym__newline, - [17972] = 2, - ACTIONS(3007), 1, - anon_sym_PIPE, - ACTIONS(3120), 1, - sym__whitespace, - [17979] = 2, - ACTIONS(2977), 1, + [17974] = 2, + ACTIONS(2412), 1, + sym__line_ending, + ACTIONS(3080), 1, anon_sym_PIPE, - ACTIONS(3122), 1, - sym__whitespace, - [17986] = 2, - ACTIONS(1076), 1, - sym__block_close, - ACTIONS(3124), 1, - sym_block_continuation, - [17993] = 2, - ACTIONS(1890), 1, + [17981] = 2, + ACTIONS(1916), 1, sym__block_close, - ACTIONS(1892), 1, + ACTIONS(1918), 1, sym__fenced_code_block_end_backtick, - [18000] = 2, - ACTIONS(3108), 1, + [17988] = 2, + ACTIONS(2328), 1, sym__line_ending, - STATE(645), 1, + STATE(207), 1, sym__newline, - [18007] = 2, - ACTIONS(1890), 1, + [17995] = 2, + ACTIONS(3080), 1, + anon_sym_PIPE, + ACTIONS(3122), 1, + sym__whitespace, + [18002] = 2, + ACTIONS(3124), 1, sym__block_close, - ACTIONS(1892), 1, + ACTIONS(3126), 1, sym__fenced_code_block_end_tilde, - [18014] = 2, - ACTIONS(3112), 1, + [18009] = 2, + ACTIONS(2412), 1, sym__line_ending, - STATE(874), 1, - sym__newline, - [18021] = 2, - ACTIONS(1076), 1, - sym__close_block, - ACTIONS(3126), 1, - sym_block_continuation, - [18028] = 2, - ACTIONS(3062), 1, - anon_sym_PIPE, ACTIONS(3128), 1, - sym__whitespace, - [18035] = 2, - ACTIONS(2497), 1, - sym__line_ending, - ACTIONS(3070), 1, anon_sym_PIPE, - [18042] = 2, - ACTIONS(2497), 1, + [18016] = 2, + ACTIONS(3130), 1, + anon_sym_DASH, + STATE(698), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + [18023] = 2, + ACTIONS(1816), 1, sym__line_ending, - ACTIONS(3110), 1, + STATE(364), 1, + sym__newline, + [18030] = 2, + ACTIONS(3106), 1, + sym__line_ending, + STATE(911), 1, + sym__newline, + [18037] = 2, + ACTIONS(2979), 1, anon_sym_PIPE, - [18049] = 2, - ACTIONS(3130), 1, - sym__block_close, ACTIONS(3132), 1, - sym__fenced_code_block_end_tilde, - [18056] = 2, - ACTIONS(3112), 1, + sym__whitespace, + [18044] = 2, + ACTIONS(1820), 1, sym__line_ending, - STATE(879), 1, + STATE(369), 1, sym__newline, - [18063] = 2, - ACTIONS(3112), 1, + [18051] = 2, + ACTIONS(1816), 1, sym__line_ending, - STATE(906), 1, + STATE(370), 1, sym__newline, - [18070] = 2, - ACTIONS(1898), 1, - sym__block_close, - ACTIONS(1900), 1, - sym__fenced_code_block_end_backtick, - [18077] = 2, - ACTIONS(2384), 1, + [18058] = 2, + ACTIONS(2545), 1, sym__line_ending, - ACTIONS(3070), 1, + ACTIONS(3128), 1, anon_sym_PIPE, - [18084] = 2, - ACTIONS(1898), 1, - sym__block_close, - ACTIONS(1900), 1, - sym__fenced_code_block_end_tilde, - [18091] = 2, - ACTIONS(1163), 1, - sym__trigger_error, + [18065] = 2, + ACTIONS(1127), 1, + sym__close_block, ACTIONS(3134), 1, sym_block_continuation, - [18098] = 2, - ACTIONS(3130), 1, - sym__block_close, - ACTIONS(3132), 1, - sym__fenced_code_block_end_backtick, - [18105] = 2, - ACTIONS(1816), 1, - sym__line_ending, - STATE(372), 1, - sym__newline, - [18112] = 2, - ACTIONS(3136), 1, - sym__block_close, - ACTIONS(3138), 1, - sym__fenced_code_block_end_backtick, - [18119] = 2, + [18072] = 2, ACTIONS(1820), 1, sym__line_ending, STATE(371), 1, sym__newline, - [18126] = 2, - ACTIONS(3136), 1, - sym__block_close, - ACTIONS(3138), 1, - sym__fenced_code_block_end_tilde, - [18133] = 2, - ACTIONS(2336), 1, - sym__line_ending, - STATE(238), 1, - sym__newline, - [18140] = 2, - ACTIONS(2336), 1, - sym__line_ending, - STATE(249), 1, - sym__newline, - [18147] = 2, - ACTIONS(2336), 1, + [18079] = 2, + ACTIONS(1816), 1, sym__line_ending, - STATE(250), 1, + STATE(359), 1, sym__newline, - [18154] = 2, - ACTIONS(2336), 1, + [18086] = 2, + ACTIONS(1127), 1, + sym__block_close, + ACTIONS(3136), 1, + sym_block_continuation, + [18093] = 2, + ACTIONS(2328), 1, sym__line_ending, - STATE(251), 1, + STATE(211), 1, sym__newline, - [18161] = 2, - ACTIONS(2336), 1, + [18100] = 2, + ACTIONS(143), 1, + sym__block_close, + ACTIONS(3138), 1, + sym_block_continuation, + [18107] = 2, + ACTIONS(3106), 1, sym__line_ending, - STATE(252), 1, + STATE(883), 1, sym__newline, - [18168] = 2, + [18114] = 2, ACTIONS(1816), 1, sym__line_ending, - STATE(368), 1, + STATE(384), 1, sym__newline, - [18175] = 2, - ACTIONS(2336), 1, - sym__line_ending, - STATE(253), 1, - sym__newline, - [18182] = 2, - ACTIONS(1820), 1, + [18121] = 2, + ACTIONS(3106), 1, sym__line_ending, - STATE(367), 1, + STATE(894), 1, sym__newline, - [18189] = 2, - ACTIONS(1840), 1, + [18128] = 2, + ACTIONS(3124), 1, sym__block_close, - ACTIONS(1842), 1, + ACTIONS(3126), 1, sym__fenced_code_block_end_backtick, - [18196] = 2, + [18135] = 2, + ACTIONS(3044), 1, + sym__line_ending, + ACTIONS(3128), 1, + anon_sym_PIPE, + [18142] = 2, ACTIONS(1820), 1, sym__line_ending, - STATE(361), 1, + STATE(378), 1, sym__newline, - [18203] = 2, - ACTIONS(3112), 1, + [18149] = 2, + ACTIONS(3106), 1, sym__line_ending, - STATE(883), 1, + STATE(899), 1, sym__newline, - [18210] = 2, - ACTIONS(2461), 1, + [18156] = 2, + ACTIONS(2545), 1, sym__line_ending, - ACTIONS(3070), 1, + ACTIONS(3080), 1, anon_sym_PIPE, - [18217] = 2, - ACTIONS(1816), 1, - sym__line_ending, - STATE(369), 1, - sym__newline, - [18224] = 2, - ACTIONS(2461), 1, + [18163] = 2, + ACTIONS(3058), 1, sym__line_ending, - ACTIONS(3110), 1, + ACTIONS(3128), 1, anon_sym_PIPE, - [18231] = 2, + [18170] = 2, + ACTIONS(3106), 1, + sym__line_ending, + STATE(908), 1, + sym__newline, + [18177] = 2, + ACTIONS(1876), 1, + sym__block_close, + ACTIONS(1878), 1, + sym__fenced_code_block_end_backtick, + [18184] = 2, + ACTIONS(1876), 1, + sym__block_close, + ACTIONS(1878), 1, + sym__fenced_code_block_end_tilde, + [18191] = 2, ACTIONS(3140), 1, anon_sym_DASH, - STATE(695), 1, + STATE(648), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - [18238] = 2, - ACTIONS(3019), 1, + [18198] = 2, + ACTIONS(1820), 1, + sym__line_ending, + STATE(377), 1, + sym__newline, + [18205] = 2, + ACTIONS(1916), 1, + sym__block_close, + ACTIONS(1918), 1, + sym__fenced_code_block_end_tilde, + [18212] = 2, + ACTIONS(2975), 1, anon_sym_PIPE, ACTIONS(3142), 1, sym__whitespace, + [18219] = 1, + ACTIONS(2952), 2, + anon_sym_PIPE, + sym__whitespace, + [18224] = 2, + ACTIONS(3120), 1, + sym__line_ending, + STATE(647), 1, + sym__newline, + [18231] = 2, + ACTIONS(3106), 1, + sym__line_ending, + STATE(889), 1, + sym__newline, + [18238] = 2, + ACTIONS(3106), 1, + sym__line_ending, + STATE(873), 1, + sym__newline, [18245] = 1, ACTIONS(3144), 1, - sym__block_close, - [18249] = 1, - ACTIONS(1187), 1, sym__close_block, - [18253] = 1, + [18249] = 1, ACTIONS(3146), 1, sym__block_close, - [18257] = 1, + [18253] = 1, ACTIONS(3148), 1, - sym__close_block, - [18261] = 1, + sym__block_close, + [18257] = 1, ACTIONS(3150), 1, - sym__close_block, + sym__block_close, + [18261] = 1, + ACTIONS(2979), 1, + anon_sym_PIPE, [18265] = 1, - ACTIONS(3152), 1, + ACTIONS(1664), 1, sym__close_block, [18269] = 1, - ACTIONS(3154), 1, - sym__block_close, + ACTIONS(2963), 1, + anon_sym_PIPE, [18273] = 1, - ACTIONS(1544), 1, + ACTIONS(3152), 1, sym__close_block, [18277] = 1, - ACTIONS(3156), 1, - sym__close_block, + ACTIONS(3154), 1, + sym__block_close, [18281] = 1, - ACTIONS(3158), 1, + ACTIONS(3156), 1, sym__block_close, [18285] = 1, + ACTIONS(3158), 1, + anon_sym_COLON, + [18289] = 1, ACTIONS(3160), 1, sym__close_block, - [18289] = 1, - ACTIONS(3162), 1, - sym__block_close, [18293] = 1, - ACTIONS(3164), 1, - sym__block_close, + ACTIONS(3162), 1, + sym__trigger_error, [18297] = 1, - ACTIONS(3166), 1, + ACTIONS(3124), 1, sym__block_close, [18301] = 1, - ACTIONS(3168), 1, - sym__block_close, + ACTIONS(1253), 1, + sym__close_block, [18305] = 1, - ACTIONS(3170), 1, - sym__block_close, + ACTIONS(3164), 1, + ts_builtin_sym_end, [18309] = 1, - ACTIONS(3172), 1, - sym__line_ending, + ACTIONS(141), 1, + sym__block_close, [18313] = 1, - ACTIONS(3174), 1, + ACTIONS(3166), 1, sym__block_close, [18317] = 1, - ACTIONS(3176), 1, - sym__block_close, + ACTIONS(3168), 1, + sym__close_block, [18321] = 1, - ACTIONS(3136), 1, + ACTIONS(3170), 1, sym__block_close, [18325] = 1, - ACTIONS(3178), 1, - sym__block_close, + ACTIONS(3172), 1, + sym__trigger_error, [18329] = 1, - ACTIONS(3054), 1, - anon_sym_PIPE, + ACTIONS(3174), 1, + sym__block_close, [18333] = 1, - ACTIONS(3180), 1, - anon_sym_COLON, + ACTIONS(3176), 1, + sym__block_close, [18337] = 1, - ACTIONS(3130), 1, + ACTIONS(3114), 1, sym__block_close, [18341] = 1, - ACTIONS(1344), 1, - sym__trigger_error, + ACTIONS(3178), 1, + sym__block_close, [18345] = 1, - ACTIONS(3182), 1, + ACTIONS(3180), 1, sym__block_close, [18349] = 1, - ACTIONS(3184), 1, + ACTIONS(1253), 1, sym__block_close, [18353] = 1, - ACTIONS(3186), 1, - sym__block_close, + ACTIONS(3128), 1, + anon_sym_PIPE, [18357] = 1, - ACTIONS(3188), 1, - sym__close_block, + ACTIONS(3182), 1, + sym__block_close, [18361] = 1, - ACTIONS(3190), 1, + ACTIONS(3184), 1, sym__block_close, [18365] = 1, - ACTIONS(3192), 1, - anon_sym_COLON, + ACTIONS(3186), 1, + sym__block_close, [18369] = 1, - ACTIONS(2977), 1, - anon_sym_PIPE, + ACTIONS(3188), 1, + sym__block_close, [18373] = 1, - ACTIONS(3194), 1, - ts_builtin_sym_end, + ACTIONS(3190), 1, + sym__block_close, [18377] = 1, - ACTIONS(3196), 1, - sym__close_block, + ACTIONS(3054), 1, + anon_sym_PIPE, [18381] = 1, - ACTIONS(1187), 1, + ACTIONS(3192), 1, sym__block_close, [18385] = 1, - ACTIONS(3007), 1, - anon_sym_PIPE, + ACTIONS(3194), 1, + sym__close_block, [18389] = 1, - ACTIONS(3198), 1, + ACTIONS(3196), 1, sym__block_close, [18393] = 1, - ACTIONS(3200), 1, + ACTIONS(3198), 1, sym__block_close, [18397] = 1, - ACTIONS(3202), 1, - sym__block_close, + ACTIONS(1470), 1, + sym__trigger_error, [18401] = 1, - ACTIONS(3070), 1, - anon_sym_PIPE, - [18405] = 1, - ACTIONS(3204), 1, + ACTIONS(3200), 1, sym__block_close, + [18405] = 1, + ACTIONS(3202), 1, + sym__close_block, [18409] = 1, - ACTIONS(3206), 1, - sym__block_close, + ACTIONS(3080), 1, + anon_sym_PIPE, [18413] = 1, - ACTIONS(3208), 1, + ACTIONS(3204), 1, sym__close_block, [18417] = 1, - ACTIONS(149), 1, - sym__block_close, + ACTIONS(3206), 1, + sym__close_block, [18421] = 1, + ACTIONS(3208), 1, + sym__close_block, + [18425] = 1, ACTIONS(3210), 1, anon_sym_COLON, - [18425] = 1, + [18429] = 1, ACTIONS(3212), 1, sym__close_block, - [18429] = 1, - ACTIONS(3214), 1, - sym__block_close, [18433] = 1, - ACTIONS(3216), 1, - sym__close_block, + ACTIONS(3214), 1, + sym__trigger_error, [18437] = 1, - ACTIONS(3218), 1, - sym__line_ending, + ACTIONS(3216), 1, + sym__block_close, [18441] = 1, - ACTIONS(3220), 1, + ACTIONS(3218), 1, sym__block_close, [18445] = 1, ACTIONS(3056), 1, anon_sym_PIPE, [18449] = 1, - ACTIONS(3110), 1, - anon_sym_PIPE, + ACTIONS(3220), 1, + sym__block_close, [18453] = 1, ACTIONS(3222), 1, sym__block_close, [18457] = 1, ACTIONS(3224), 1, - sym__whitespace, + sym__line_ending, [18461] = 1, ACTIONS(3226), 1, - sym__block_close, + sym__line_ending, [18465] = 1, ACTIONS(3228), 1, - sym__trigger_error, + sym__whitespace, [18469] = 1, ACTIONS(3230), 1, - sym__trigger_error, + anon_sym_COLON, [18473] = 1, ACTIONS(3232), 1, - anon_sym_COLON, + sym__block_close, [18477] = 1, ACTIONS(3234), 1, - sym__block_close, + anon_sym_COLON, [18481] = 1, ACTIONS(3236), 1, - anon_sym_COLON, + sym__close_block, [18485] = 1, ACTIONS(3238), 1, sym__close_block, @@ -56974,10 +56974,10 @@ static const uint16_t ts_small_parse_table[] = { sym__close_block, [18497] = 1, ACTIONS(3244), 1, - sym__close_block, + sym__block_close, [18501] = 1, ACTIONS(3246), 1, - sym__trigger_error, + anon_sym_COLON, }; static const uint32_t ts_small_parse_table_map[] = { @@ -56987,278 +56987,278 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(354)] = 221, [SMALL_STATE(355)] = 290, [SMALL_STATE(356)] = 359, - [SMALL_STATE(357)] = 420, - [SMALL_STATE(358)] = 489, + [SMALL_STATE(357)] = 428, + [SMALL_STATE(358)] = 497, [SMALL_STATE(359)] = 558, [SMALL_STATE(360)] = 620, [SMALL_STATE(361)] = 678, - [SMALL_STATE(362)] = 740, + [SMALL_STATE(362)] = 736, [SMALL_STATE(363)] = 800, - [SMALL_STATE(364)] = 862, - [SMALL_STATE(365)] = 922, - [SMALL_STATE(366)] = 988, - [SMALL_STATE(367)] = 1048, - [SMALL_STATE(368)] = 1110, + [SMALL_STATE(364)] = 858, + [SMALL_STATE(365)] = 920, + [SMALL_STATE(366)] = 982, + [SMALL_STATE(367)] = 1044, + [SMALL_STATE(368)] = 1106, [SMALL_STATE(369)] = 1172, [SMALL_STATE(370)] = 1234, [SMALL_STATE(371)] = 1296, [SMALL_STATE(372)] = 1358, - [SMALL_STATE(373)] = 1420, + [SMALL_STATE(373)] = 1418, [SMALL_STATE(374)] = 1482, - [SMALL_STATE(375)] = 1546, + [SMALL_STATE(375)] = 1542, [SMALL_STATE(376)] = 1606, - [SMALL_STATE(377)] = 1672, - [SMALL_STATE(378)] = 1738, - [SMALL_STATE(379)] = 1798, - [SMALL_STATE(380)] = 1860, - [SMALL_STATE(381)] = 1924, - [SMALL_STATE(382)] = 1988, - [SMALL_STATE(383)] = 2054, - [SMALL_STATE(384)] = 2112, - [SMALL_STATE(385)] = 2170, - [SMALL_STATE(386)] = 2228, - [SMALL_STATE(387)] = 2286, + [SMALL_STATE(377)] = 1668, + [SMALL_STATE(378)] = 1730, + [SMALL_STATE(379)] = 1792, + [SMALL_STATE(380)] = 1852, + [SMALL_STATE(381)] = 1912, + [SMALL_STATE(382)] = 1978, + [SMALL_STATE(383)] = 2044, + [SMALL_STATE(384)] = 2104, + [SMALL_STATE(385)] = 2166, + [SMALL_STATE(386)] = 2224, + [SMALL_STATE(387)] = 2282, [SMALL_STATE(388)] = 2348, [SMALL_STATE(389)] = 2407, - [SMALL_STATE(390)] = 2464, - [SMALL_STATE(391)] = 2523, - [SMALL_STATE(392)] = 2582, - [SMALL_STATE(393)] = 2641, - [SMALL_STATE(394)] = 2700, - [SMALL_STATE(395)] = 2759, - [SMALL_STATE(396)] = 2816, - [SMALL_STATE(397)] = 2873, - [SMALL_STATE(398)] = 2932, - [SMALL_STATE(399)] = 2991, - [SMALL_STATE(400)] = 3050, - [SMALL_STATE(401)] = 3109, - [SMALL_STATE(402)] = 3176, - [SMALL_STATE(403)] = 3235, - [SMALL_STATE(404)] = 3294, - [SMALL_STATE(405)] = 3353, - [SMALL_STATE(406)] = 3416, - [SMALL_STATE(407)] = 3475, - [SMALL_STATE(408)] = 3534, - [SMALL_STATE(409)] = 3593, - [SMALL_STATE(410)] = 3652, - [SMALL_STATE(411)] = 3711, - [SMALL_STATE(412)] = 3770, - [SMALL_STATE(413)] = 3829, - [SMALL_STATE(414)] = 3888, - [SMALL_STATE(415)] = 3955, - [SMALL_STATE(416)] = 4020, - [SMALL_STATE(417)] = 4087, - [SMALL_STATE(418)] = 4144, - [SMALL_STATE(419)] = 4203, - [SMALL_STATE(420)] = 4260, - [SMALL_STATE(421)] = 4319, - [SMALL_STATE(422)] = 4378, - [SMALL_STATE(423)] = 4437, - [SMALL_STATE(424)] = 4504, - [SMALL_STATE(425)] = 4561, + [SMALL_STATE(390)] = 2474, + [SMALL_STATE(391)] = 2533, + [SMALL_STATE(392)] = 2592, + [SMALL_STATE(393)] = 2651, + [SMALL_STATE(394)] = 2710, + [SMALL_STATE(395)] = 2769, + [SMALL_STATE(396)] = 2828, + [SMALL_STATE(397)] = 2885, + [SMALL_STATE(398)] = 2944, + [SMALL_STATE(399)] = 3003, + [SMALL_STATE(400)] = 3062, + [SMALL_STATE(401)] = 3121, + [SMALL_STATE(402)] = 3180, + [SMALL_STATE(403)] = 3237, + [SMALL_STATE(404)] = 3304, + [SMALL_STATE(405)] = 3361, + [SMALL_STATE(406)] = 3428, + [SMALL_STATE(407)] = 3487, + [SMALL_STATE(408)] = 3544, + [SMALL_STATE(409)] = 3603, + [SMALL_STATE(410)] = 3662, + [SMALL_STATE(411)] = 3719, + [SMALL_STATE(412)] = 3778, + [SMALL_STATE(413)] = 3835, + [SMALL_STATE(414)] = 3894, + [SMALL_STATE(415)] = 3957, + [SMALL_STATE(416)] = 4022, + [SMALL_STATE(417)] = 4081, + [SMALL_STATE(418)] = 4140, + [SMALL_STATE(419)] = 4199, + [SMALL_STATE(420)] = 4258, + [SMALL_STATE(421)] = 4317, + [SMALL_STATE(422)] = 4376, + [SMALL_STATE(423)] = 4435, + [SMALL_STATE(424)] = 4494, + [SMALL_STATE(425)] = 4553, [SMALL_STATE(426)] = 4620, [SMALL_STATE(427)] = 4679, - [SMALL_STATE(428)] = 4737, - [SMALL_STATE(429)] = 4801, - [SMALL_STATE(430)] = 4857, - [SMALL_STATE(431)] = 4915, - [SMALL_STATE(432)] = 4973, - [SMALL_STATE(433)] = 5027, - [SMALL_STATE(434)] = 5085, - [SMALL_STATE(435)] = 5143, - [SMALL_STATE(436)] = 5201, - [SMALL_STATE(437)] = 5259, - [SMALL_STATE(438)] = 5317, - [SMALL_STATE(439)] = 5375, - [SMALL_STATE(440)] = 5431, - [SMALL_STATE(441)] = 5489, - [SMALL_STATE(442)] = 5545, - [SMALL_STATE(443)] = 5603, - [SMALL_STATE(444)] = 5661, - [SMALL_STATE(445)] = 5719, - [SMALL_STATE(446)] = 5777, - [SMALL_STATE(447)] = 5833, - [SMALL_STATE(448)] = 5891, - [SMALL_STATE(449)] = 5947, - [SMALL_STATE(450)] = 6005, - [SMALL_STATE(451)] = 6063, - [SMALL_STATE(452)] = 6117, - [SMALL_STATE(453)] = 6175, - [SMALL_STATE(454)] = 6239, - [SMALL_STATE(455)] = 6293, - [SMALL_STATE(456)] = 6357, + [SMALL_STATE(428)] = 4735, + [SMALL_STATE(429)] = 4793, + [SMALL_STATE(430)] = 4851, + [SMALL_STATE(431)] = 4909, + [SMALL_STATE(432)] = 4963, + [SMALL_STATE(433)] = 5017, + [SMALL_STATE(434)] = 5075, + [SMALL_STATE(435)] = 5131, + [SMALL_STATE(436)] = 5189, + [SMALL_STATE(437)] = 5247, + [SMALL_STATE(438)] = 5303, + [SMALL_STATE(439)] = 5361, + [SMALL_STATE(440)] = 5419, + [SMALL_STATE(441)] = 5477, + [SMALL_STATE(442)] = 5535, + [SMALL_STATE(443)] = 5591, + [SMALL_STATE(444)] = 5649, + [SMALL_STATE(445)] = 5707, + [SMALL_STATE(446)] = 5765, + [SMALL_STATE(447)] = 5823, + [SMALL_STATE(448)] = 5881, + [SMALL_STATE(449)] = 5939, + [SMALL_STATE(450)] = 5993, + [SMALL_STATE(451)] = 6051, + [SMALL_STATE(452)] = 6105, + [SMALL_STATE(453)] = 6163, + [SMALL_STATE(454)] = 6227, + [SMALL_STATE(455)] = 6291, + [SMALL_STATE(456)] = 6355, [SMALL_STATE(457)] = 6411, [SMALL_STATE(458)] = 6475, - [SMALL_STATE(459)] = 6534, - [SMALL_STATE(460)] = 6585, - [SMALL_STATE(461)] = 6636, - [SMALL_STATE(462)] = 6695, - [SMALL_STATE(463)] = 6754, + [SMALL_STATE(459)] = 6536, + [SMALL_STATE(460)] = 6595, + [SMALL_STATE(461)] = 6654, + [SMALL_STATE(462)] = 6713, + [SMALL_STATE(463)] = 6764, [SMALL_STATE(464)] = 6815, - [SMALL_STATE(465)] = 6870, - [SMALL_STATE(466)] = 6929, - [SMALL_STATE(467)] = 6982, - [SMALL_STATE(468)] = 7043, - [SMALL_STATE(469)] = 7102, - [SMALL_STATE(470)] = 7163, - [SMALL_STATE(471)] = 7222, - [SMALL_STATE(472)] = 7273, - [SMALL_STATE(473)] = 7324, - [SMALL_STATE(474)] = 7385, - [SMALL_STATE(475)] = 7440, - [SMALL_STATE(476)] = 7499, - [SMALL_STATE(477)] = 7560, - [SMALL_STATE(478)] = 7621, - [SMALL_STATE(479)] = 7676, - [SMALL_STATE(480)] = 7735, - [SMALL_STATE(481)] = 7794, - [SMALL_STATE(482)] = 7845, - [SMALL_STATE(483)] = 7904, - [SMALL_STATE(484)] = 7963, - [SMALL_STATE(485)] = 8022, - [SMALL_STATE(486)] = 8075, - [SMALL_STATE(487)] = 8134, - [SMALL_STATE(488)] = 8189, - [SMALL_STATE(489)] = 8248, - [SMALL_STATE(490)] = 8307, - [SMALL_STATE(491)] = 8358, - [SMALL_STATE(492)] = 8417, - [SMALL_STATE(493)] = 8470, - [SMALL_STATE(494)] = 8525, - [SMALL_STATE(495)] = 8576, + [SMALL_STATE(465)] = 6866, + [SMALL_STATE(466)] = 6917, + [SMALL_STATE(467)] = 6968, + [SMALL_STATE(468)] = 7019, + [SMALL_STATE(469)] = 7078, + [SMALL_STATE(470)] = 7137, + [SMALL_STATE(471)] = 7196, + [SMALL_STATE(472)] = 7255, + [SMALL_STATE(473)] = 7314, + [SMALL_STATE(474)] = 7373, + [SMALL_STATE(475)] = 7432, + [SMALL_STATE(476)] = 7491, + [SMALL_STATE(477)] = 7544, + [SMALL_STATE(478)] = 7603, + [SMALL_STATE(479)] = 7662, + [SMALL_STATE(480)] = 7721, + [SMALL_STATE(481)] = 7776, + [SMALL_STATE(482)] = 7837, + [SMALL_STATE(483)] = 7898, + [SMALL_STATE(484)] = 7957, + [SMALL_STATE(485)] = 8018, + [SMALL_STATE(486)] = 8073, + [SMALL_STATE(487)] = 8128, + [SMALL_STATE(488)] = 8181, + [SMALL_STATE(489)] = 8234, + [SMALL_STATE(490)] = 8289, + [SMALL_STATE(491)] = 8348, + [SMALL_STATE(492)] = 8403, + [SMALL_STATE(493)] = 8462, + [SMALL_STATE(494)] = 8523, + [SMALL_STATE(495)] = 8584, [SMALL_STATE(496)] = 8635, - [SMALL_STATE(497)] = 8693, - [SMALL_STATE(498)] = 8751, - [SMALL_STATE(499)] = 8801, - [SMALL_STATE(500)] = 8851, - [SMALL_STATE(501)] = 8897, - [SMALL_STATE(502)] = 8947, - [SMALL_STATE(503)] = 8995, - [SMALL_STATE(504)] = 9045, - [SMALL_STATE(505)] = 9103, - [SMALL_STATE(506)] = 9151, - [SMALL_STATE(507)] = 9207, - [SMALL_STATE(508)] = 9253, - [SMALL_STATE(509)] = 9303, - [SMALL_STATE(510)] = 9361, - [SMALL_STATE(511)] = 9417, - [SMALL_STATE(512)] = 9467, - [SMALL_STATE(513)] = 9519, - [SMALL_STATE(514)] = 9579, - [SMALL_STATE(515)] = 9637, - [SMALL_STATE(516)] = 9683, - [SMALL_STATE(517)] = 9733, - [SMALL_STATE(518)] = 9783, - [SMALL_STATE(519)] = 9833, - [SMALL_STATE(520)] = 9889, - [SMALL_STATE(521)] = 9939, - [SMALL_STATE(522)] = 9997, - [SMALL_STATE(523)] = 10047, - [SMALL_STATE(524)] = 10097, - [SMALL_STATE(525)] = 10143, - [SMALL_STATE(526)] = 10193, - [SMALL_STATE(527)] = 10243, - [SMALL_STATE(528)] = 10303, + [SMALL_STATE(497)] = 8681, + [SMALL_STATE(498)] = 8727, + [SMALL_STATE(499)] = 8783, + [SMALL_STATE(500)] = 8833, + [SMALL_STATE(501)] = 8883, + [SMALL_STATE(502)] = 8933, + [SMALL_STATE(503)] = 8981, + [SMALL_STATE(504)] = 9029, + [SMALL_STATE(505)] = 9085, + [SMALL_STATE(506)] = 9135, + [SMALL_STATE(507)] = 9185, + [SMALL_STATE(508)] = 9235, + [SMALL_STATE(509)] = 9287, + [SMALL_STATE(510)] = 9337, + [SMALL_STATE(511)] = 9395, + [SMALL_STATE(512)] = 9455, + [SMALL_STATE(513)] = 9513, + [SMALL_STATE(514)] = 9563, + [SMALL_STATE(515)] = 9609, + [SMALL_STATE(516)] = 9659, + [SMALL_STATE(517)] = 9705, + [SMALL_STATE(518)] = 9761, + [SMALL_STATE(519)] = 9811, + [SMALL_STATE(520)] = 9861, + [SMALL_STATE(521)] = 9911, + [SMALL_STATE(522)] = 9969, + [SMALL_STATE(523)] = 10019, + [SMALL_STATE(524)] = 10069, + [SMALL_STATE(525)] = 10127, + [SMALL_STATE(526)] = 10177, + [SMALL_STATE(527)] = 10235, + [SMALL_STATE(528)] = 10293, [SMALL_STATE(529)] = 10353, [SMALL_STATE(530)] = 10403, - [SMALL_STATE(531)] = 10460, - [SMALL_STATE(532)] = 10505, - [SMALL_STATE(533)] = 10550, - [SMALL_STATE(534)] = 10599, - [SMALL_STATE(535)] = 10646, - [SMALL_STATE(536)] = 10697, - [SMALL_STATE(537)] = 10742, - [SMALL_STATE(538)] = 10789, - [SMALL_STATE(539)] = 10834, - [SMALL_STATE(540)] = 10883, - [SMALL_STATE(541)] = 10930, - [SMALL_STATE(542)] = 10975, - [SMALL_STATE(543)] = 11020, - [SMALL_STATE(544)] = 11067, - [SMALL_STATE(545)] = 11116, - [SMALL_STATE(546)] = 11163, - [SMALL_STATE(547)] = 11220, - [SMALL_STATE(548)] = 11267, - [SMALL_STATE(549)] = 11324, - [SMALL_STATE(550)] = 11373, - [SMALL_STATE(551)] = 11418, - [SMALL_STATE(552)] = 11463, - [SMALL_STATE(553)] = 11512, - [SMALL_STATE(554)] = 11557, - [SMALL_STATE(555)] = 11602, - [SMALL_STATE(556)] = 11649, - [SMALL_STATE(557)] = 11696, - [SMALL_STATE(558)] = 11745, - [SMALL_STATE(559)] = 11802, - [SMALL_STATE(560)] = 11847, - [SMALL_STATE(561)] = 11896, - [SMALL_STATE(562)] = 11945, - [SMALL_STATE(563)] = 11994, - [SMALL_STATE(564)] = 12043, - [SMALL_STATE(565)] = 12092, - [SMALL_STATE(566)] = 12149, + [SMALL_STATE(531)] = 10452, + [SMALL_STATE(532)] = 10497, + [SMALL_STATE(533)] = 10546, + [SMALL_STATE(534)] = 10591, + [SMALL_STATE(535)] = 10640, + [SMALL_STATE(536)] = 10685, + [SMALL_STATE(537)] = 10734, + [SMALL_STATE(538)] = 10781, + [SMALL_STATE(539)] = 10828, + [SMALL_STATE(540)] = 10873, + [SMALL_STATE(541)] = 10922, + [SMALL_STATE(542)] = 10979, + [SMALL_STATE(543)] = 11036, + [SMALL_STATE(544)] = 11081, + [SMALL_STATE(545)] = 11128, + [SMALL_STATE(546)] = 11179, + [SMALL_STATE(547)] = 11226, + [SMALL_STATE(548)] = 11273, + [SMALL_STATE(549)] = 11320, + [SMALL_STATE(550)] = 11377, + [SMALL_STATE(551)] = 11424, + [SMALL_STATE(552)] = 11469, + [SMALL_STATE(553)] = 11514, + [SMALL_STATE(554)] = 11561, + [SMALL_STATE(555)] = 11606, + [SMALL_STATE(556)] = 11663, + [SMALL_STATE(557)] = 11712, + [SMALL_STATE(558)] = 11761, + [SMALL_STATE(559)] = 11810, + [SMALL_STATE(560)] = 11861, + [SMALL_STATE(561)] = 11906, + [SMALL_STATE(562)] = 11955, + [SMALL_STATE(563)] = 12000, + [SMALL_STATE(564)] = 12049, + [SMALL_STATE(565)] = 12098, + [SMALL_STATE(566)] = 12155, [SMALL_STATE(567)] = 12200, [SMALL_STATE(568)] = 12244, - [SMALL_STATE(569)] = 12288, - [SMALL_STATE(570)] = 12332, - [SMALL_STATE(571)] = 12380, + [SMALL_STATE(569)] = 12298, + [SMALL_STATE(570)] = 12342, + [SMALL_STATE(571)] = 12390, [SMALL_STATE(572)] = 12434, [SMALL_STATE(573)] = 12478, [SMALL_STATE(574)] = 12522, [SMALL_STATE(575)] = 12566, [SMALL_STATE(576)] = 12610, - [SMALL_STATE(577)] = 12658, - [SMALL_STATE(578)] = 12702, - [SMALL_STATE(579)] = 12748, + [SMALL_STATE(577)] = 12654, + [SMALL_STATE(578)] = 12700, + [SMALL_STATE(579)] = 12744, [SMALL_STATE(580)] = 12792, [SMALL_STATE(581)] = 12836, [SMALL_STATE(582)] = 12880, [SMALL_STATE(583)] = 12924, - [SMALL_STATE(584)] = 12978, - [SMALL_STATE(585)] = 13022, - [SMALL_STATE(586)] = 13076, - [SMALL_STATE(587)] = 13124, - [SMALL_STATE(588)] = 13168, - [SMALL_STATE(589)] = 13214, - [SMALL_STATE(590)] = 13262, - [SMALL_STATE(591)] = 13310, - [SMALL_STATE(592)] = 13358, - [SMALL_STATE(593)] = 13402, - [SMALL_STATE(594)] = 13446, - [SMALL_STATE(595)] = 13492, - [SMALL_STATE(596)] = 13536, - [SMALL_STATE(597)] = 13580, - [SMALL_STATE(598)] = 13624, - [SMALL_STATE(599)] = 13668, - [SMALL_STATE(600)] = 13712, - [SMALL_STATE(601)] = 13756, - [SMALL_STATE(602)] = 13810, - [SMALL_STATE(603)] = 13854, - [SMALL_STATE(604)] = 13898, - [SMALL_STATE(605)] = 13942, - [SMALL_STATE(606)] = 13988, - [SMALL_STATE(607)] = 14032, - [SMALL_STATE(608)] = 14076, - [SMALL_STATE(609)] = 14130, + [SMALL_STATE(584)] = 12972, + [SMALL_STATE(585)] = 13016, + [SMALL_STATE(586)] = 13060, + [SMALL_STATE(587)] = 13104, + [SMALL_STATE(588)] = 13158, + [SMALL_STATE(589)] = 13204, + [SMALL_STATE(590)] = 13248, + [SMALL_STATE(591)] = 13292, + [SMALL_STATE(592)] = 13336, + [SMALL_STATE(593)] = 13384, + [SMALL_STATE(594)] = 13432, + [SMALL_STATE(595)] = 13486, + [SMALL_STATE(596)] = 13540, + [SMALL_STATE(597)] = 13584, + [SMALL_STATE(598)] = 13628, + [SMALL_STATE(599)] = 13672, + [SMALL_STATE(600)] = 13718, + [SMALL_STATE(601)] = 13764, + [SMALL_STATE(602)] = 13808, + [SMALL_STATE(603)] = 13852, + [SMALL_STATE(604)] = 13896, + [SMALL_STATE(605)] = 13950, + [SMALL_STATE(606)] = 13994, + [SMALL_STATE(607)] = 14042, + [SMALL_STATE(608)] = 14090, + [SMALL_STATE(609)] = 14134, [SMALL_STATE(610)] = 14178, [SMALL_STATE(611)] = 14222, - [SMALL_STATE(612)] = 14265, + [SMALL_STATE(612)] = 14273, [SMALL_STATE(613)] = 14316, [SMALL_STATE(614)] = 14367, [SMALL_STATE(615)] = 14418, [SMALL_STATE(616)] = 14461, - [SMALL_STATE(617)] = 14504, - [SMALL_STATE(618)] = 14547, - [SMALL_STATE(619)] = 14590, - [SMALL_STATE(620)] = 14633, - [SMALL_STATE(621)] = 14676, - [SMALL_STATE(622)] = 14719, - [SMALL_STATE(623)] = 14762, - [SMALL_STATE(624)] = 14813, - [SMALL_STATE(625)] = 14856, - [SMALL_STATE(626)] = 14907, - [SMALL_STATE(627)] = 14958, - [SMALL_STATE(628)] = 15009, + [SMALL_STATE(617)] = 14512, + [SMALL_STATE(618)] = 14563, + [SMALL_STATE(619)] = 14606, + [SMALL_STATE(620)] = 14649, + [SMALL_STATE(621)] = 14700, + [SMALL_STATE(622)] = 14743, + [SMALL_STATE(623)] = 14786, + [SMALL_STATE(624)] = 14837, + [SMALL_STATE(625)] = 14880, + [SMALL_STATE(626)] = 14923, + [SMALL_STATE(627)] = 14966, + [SMALL_STATE(628)] = 15017, [SMALL_STATE(629)] = 15060, [SMALL_STATE(630)] = 15102, [SMALL_STATE(631)] = 15144, @@ -57276,155 +57276,155 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(643)] = 15644, [SMALL_STATE(644)] = 15668, [SMALL_STATE(645)] = 15683, - [SMALL_STATE(646)] = 15708, - [SMALL_STATE(647)] = 15733, + [SMALL_STATE(646)] = 15700, + [SMALL_STATE(647)] = 15725, [SMALL_STATE(648)] = 15750, [SMALL_STATE(649)] = 15767, [SMALL_STATE(650)] = 15789, - [SMALL_STATE(651)] = 15807, + [SMALL_STATE(651)] = 15811, [SMALL_STATE(652)] = 15829, - [SMALL_STATE(653)] = 15851, + [SMALL_STATE(653)] = 15847, [SMALL_STATE(654)] = 15869, - [SMALL_STATE(655)] = 15887, - [SMALL_STATE(656)] = 15909, - [SMALL_STATE(657)] = 15931, - [SMALL_STATE(658)] = 15953, - [SMALL_STATE(659)] = 15975, - [SMALL_STATE(660)] = 15997, - [SMALL_STATE(661)] = 16007, - [SMALL_STATE(662)] = 16029, + [SMALL_STATE(655)] = 15891, + [SMALL_STATE(656)] = 15913, + [SMALL_STATE(657)] = 15935, + [SMALL_STATE(658)] = 15957, + [SMALL_STATE(659)] = 15979, + [SMALL_STATE(660)] = 16001, + [SMALL_STATE(661)] = 16023, + [SMALL_STATE(662)] = 16033, [SMALL_STATE(663)] = 16051, [SMALL_STATE(664)] = 16070, [SMALL_STATE(665)] = 16089, [SMALL_STATE(666)] = 16108, [SMALL_STATE(667)] = 16127, - [SMALL_STATE(668)] = 16138, + [SMALL_STATE(668)] = 16146, [SMALL_STATE(669)] = 16157, - [SMALL_STATE(670)] = 16166, - [SMALL_STATE(671)] = 16185, - [SMALL_STATE(672)] = 16204, - [SMALL_STATE(673)] = 16223, - [SMALL_STATE(674)] = 16242, - [SMALL_STATE(675)] = 16261, - [SMALL_STATE(676)] = 16280, + [SMALL_STATE(670)] = 16176, + [SMALL_STATE(671)] = 16195, + [SMALL_STATE(672)] = 16214, + [SMALL_STATE(673)] = 16233, + [SMALL_STATE(674)] = 16252, + [SMALL_STATE(675)] = 16271, + [SMALL_STATE(676)] = 16290, [SMALL_STATE(677)] = 16299, [SMALL_STATE(678)] = 16318, [SMALL_STATE(679)] = 16337, [SMALL_STATE(680)] = 16346, - [SMALL_STATE(681)] = 16355, - [SMALL_STATE(682)] = 16374, - [SMALL_STATE(683)] = 16393, - [SMALL_STATE(684)] = 16412, - [SMALL_STATE(685)] = 16431, - [SMALL_STATE(686)] = 16450, - [SMALL_STATE(687)] = 16469, - [SMALL_STATE(688)] = 16488, - [SMALL_STATE(689)] = 16507, - [SMALL_STATE(690)] = 16526, - [SMALL_STATE(691)] = 16545, - [SMALL_STATE(692)] = 16564, + [SMALL_STATE(681)] = 16365, + [SMALL_STATE(682)] = 16384, + [SMALL_STATE(683)] = 16403, + [SMALL_STATE(684)] = 16422, + [SMALL_STATE(685)] = 16441, + [SMALL_STATE(686)] = 16460, + [SMALL_STATE(687)] = 16479, + [SMALL_STATE(688)] = 16498, + [SMALL_STATE(689)] = 16517, + [SMALL_STATE(690)] = 16536, + [SMALL_STATE(691)] = 16555, + [SMALL_STATE(692)] = 16574, [SMALL_STATE(693)] = 16583, [SMALL_STATE(694)] = 16591, [SMALL_STATE(695)] = 16605, - [SMALL_STATE(696)] = 16619, - [SMALL_STATE(697)] = 16633, - [SMALL_STATE(698)] = 16645, - [SMALL_STATE(699)] = 16661, - [SMALL_STATE(700)] = 16677, - [SMALL_STATE(701)] = 16691, - [SMALL_STATE(702)] = 16705, - [SMALL_STATE(703)] = 16717, - [SMALL_STATE(704)] = 16731, - [SMALL_STATE(705)] = 16747, - [SMALL_STATE(706)] = 16761, - [SMALL_STATE(707)] = 16769, - [SMALL_STATE(708)] = 16785, - [SMALL_STATE(709)] = 16799, - [SMALL_STATE(710)] = 16813, - [SMALL_STATE(711)] = 16829, - [SMALL_STATE(712)] = 16843, - [SMALL_STATE(713)] = 16857, - [SMALL_STATE(714)] = 16869, - [SMALL_STATE(715)] = 16879, - [SMALL_STATE(716)] = 16893, - [SMALL_STATE(717)] = 16905, - [SMALL_STATE(718)] = 16917, - [SMALL_STATE(719)] = 16931, - [SMALL_STATE(720)] = 16947, - [SMALL_STATE(721)] = 16959, - [SMALL_STATE(722)] = 16975, - [SMALL_STATE(723)] = 16987, - [SMALL_STATE(724)] = 17003, - [SMALL_STATE(725)] = 17017, - [SMALL_STATE(726)] = 17029, - [SMALL_STATE(727)] = 17041, - [SMALL_STATE(728)] = 17053, - [SMALL_STATE(729)] = 17069, - [SMALL_STATE(730)] = 17083, - [SMALL_STATE(731)] = 17097, - [SMALL_STATE(732)] = 17109, - [SMALL_STATE(733)] = 17121, - [SMALL_STATE(734)] = 17135, - [SMALL_STATE(735)] = 17151, - [SMALL_STATE(736)] = 17167, - [SMALL_STATE(737)] = 17181, - [SMALL_STATE(738)] = 17189, - [SMALL_STATE(739)] = 17205, - [SMALL_STATE(740)] = 17217, - [SMALL_STATE(741)] = 17231, - [SMALL_STATE(742)] = 17247, - [SMALL_STATE(743)] = 17259, + [SMALL_STATE(696)] = 16617, + [SMALL_STATE(697)] = 16629, + [SMALL_STATE(698)] = 16643, + [SMALL_STATE(699)] = 16657, + [SMALL_STATE(700)] = 16673, + [SMALL_STATE(701)] = 16685, + [SMALL_STATE(702)] = 16697, + [SMALL_STATE(703)] = 16705, + [SMALL_STATE(704)] = 16719, + [SMALL_STATE(705)] = 16735, + [SMALL_STATE(706)] = 16747, + [SMALL_STATE(707)] = 16761, + [SMALL_STATE(708)] = 16777, + [SMALL_STATE(709)] = 16787, + [SMALL_STATE(710)] = 16799, + [SMALL_STATE(711)] = 16815, + [SMALL_STATE(712)] = 16827, + [SMALL_STATE(713)] = 16839, + [SMALL_STATE(714)] = 16851, + [SMALL_STATE(715)] = 16863, + [SMALL_STATE(716)] = 16875, + [SMALL_STATE(717)] = 16889, + [SMALL_STATE(718)] = 16905, + [SMALL_STATE(719)] = 16917, + [SMALL_STATE(720)] = 16929, + [SMALL_STATE(721)] = 16943, + [SMALL_STATE(722)] = 16957, + [SMALL_STATE(723)] = 16971, + [SMALL_STATE(724)] = 16985, + [SMALL_STATE(725)] = 16999, + [SMALL_STATE(726)] = 17013, + [SMALL_STATE(727)] = 17027, + [SMALL_STATE(728)] = 17041, + [SMALL_STATE(729)] = 17057, + [SMALL_STATE(730)] = 17071, + [SMALL_STATE(731)] = 17087, + [SMALL_STATE(732)] = 17101, + [SMALL_STATE(733)] = 17115, + [SMALL_STATE(734)] = 17131, + [SMALL_STATE(735)] = 17143, + [SMALL_STATE(736)] = 17151, + [SMALL_STATE(737)] = 17167, + [SMALL_STATE(738)] = 17181, + [SMALL_STATE(739)] = 17197, + [SMALL_STATE(740)] = 17209, + [SMALL_STATE(741)] = 17225, + [SMALL_STATE(742)] = 17241, + [SMALL_STATE(743)] = 17257, [SMALL_STATE(744)] = 17271, - [SMALL_STATE(745)] = 17280, - [SMALL_STATE(746)] = 17289, - [SMALL_STATE(747)] = 17298, - [SMALL_STATE(748)] = 17311, - [SMALL_STATE(749)] = 17320, - [SMALL_STATE(750)] = 17329, - [SMALL_STATE(751)] = 17342, - [SMALL_STATE(752)] = 17351, - [SMALL_STATE(753)] = 17364, - [SMALL_STATE(754)] = 17377, - [SMALL_STATE(755)] = 17390, - [SMALL_STATE(756)] = 17403, - [SMALL_STATE(757)] = 17412, - [SMALL_STATE(758)] = 17421, + [SMALL_STATE(745)] = 17278, + [SMALL_STATE(746)] = 17291, + [SMALL_STATE(747)] = 17300, + [SMALL_STATE(748)] = 17309, + [SMALL_STATE(749)] = 17322, + [SMALL_STATE(750)] = 17331, + [SMALL_STATE(751)] = 17340, + [SMALL_STATE(752)] = 17349, + [SMALL_STATE(753)] = 17362, + [SMALL_STATE(754)] = 17369, + [SMALL_STATE(755)] = 17382, + [SMALL_STATE(756)] = 17389, + [SMALL_STATE(757)] = 17402, + [SMALL_STATE(758)] = 17415, [SMALL_STATE(759)] = 17428, [SMALL_STATE(760)] = 17437, - [SMALL_STATE(761)] = 17450, + [SMALL_STATE(761)] = 17446, [SMALL_STATE(762)] = 17459, - [SMALL_STATE(763)] = 17472, - [SMALL_STATE(764)] = 17485, - [SMALL_STATE(765)] = 17494, - [SMALL_STATE(766)] = 17501, - [SMALL_STATE(767)] = 17514, - [SMALL_STATE(768)] = 17527, - [SMALL_STATE(769)] = 17540, - [SMALL_STATE(770)] = 17549, - [SMALL_STATE(771)] = 17562, - [SMALL_STATE(772)] = 17575, - [SMALL_STATE(773)] = 17588, - [SMALL_STATE(774)] = 17595, + [SMALL_STATE(763)] = 17468, + [SMALL_STATE(764)] = 17477, + [SMALL_STATE(765)] = 17486, + [SMALL_STATE(766)] = 17499, + [SMALL_STATE(767)] = 17512, + [SMALL_STATE(768)] = 17521, + [SMALL_STATE(769)] = 17534, + [SMALL_STATE(770)] = 17543, + [SMALL_STATE(771)] = 17556, + [SMALL_STATE(772)] = 17569, + [SMALL_STATE(773)] = 17582, + [SMALL_STATE(774)] = 17591, [SMALL_STATE(775)] = 17604, [SMALL_STATE(776)] = 17613, [SMALL_STATE(777)] = 17623, [SMALL_STATE(778)] = 17633, [SMALL_STATE(779)] = 17643, [SMALL_STATE(780)] = 17653, - [SMALL_STATE(781)] = 17659, - [SMALL_STATE(782)] = 17669, - [SMALL_STATE(783)] = 17679, - [SMALL_STATE(784)] = 17689, - [SMALL_STATE(785)] = 17699, - [SMALL_STATE(786)] = 17709, + [SMALL_STATE(781)] = 17663, + [SMALL_STATE(782)] = 17673, + [SMALL_STATE(783)] = 17683, + [SMALL_STATE(784)] = 17693, + [SMALL_STATE(785)] = 17703, + [SMALL_STATE(786)] = 17713, [SMALL_STATE(787)] = 17719, [SMALL_STATE(788)] = 17729, [SMALL_STATE(789)] = 17739, [SMALL_STATE(790)] = 17749, - [SMALL_STATE(791)] = 17755, - [SMALL_STATE(792)] = 17765, - [SMALL_STATE(793)] = 17771, - [SMALL_STATE(794)] = 17781, + [SMALL_STATE(791)] = 17759, + [SMALL_STATE(792)] = 17769, + [SMALL_STATE(793)] = 17779, + [SMALL_STATE(794)] = 17785, [SMALL_STATE(795)] = 17791, [SMALL_STATE(796)] = 17801, [SMALL_STATE(797)] = 17808, @@ -57438,55 +57438,55 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(805)] = 17864, [SMALL_STATE(806)] = 17871, [SMALL_STATE(807)] = 17878, - [SMALL_STATE(808)] = 17883, - [SMALL_STATE(809)] = 17890, - [SMALL_STATE(810)] = 17897, - [SMALL_STATE(811)] = 17904, - [SMALL_STATE(812)] = 17911, - [SMALL_STATE(813)] = 17918, - [SMALL_STATE(814)] = 17925, - [SMALL_STATE(815)] = 17932, - [SMALL_STATE(816)] = 17939, + [SMALL_STATE(808)] = 17885, + [SMALL_STATE(809)] = 17892, + [SMALL_STATE(810)] = 17899, + [SMALL_STATE(811)] = 17906, + [SMALL_STATE(812)] = 17913, + [SMALL_STATE(813)] = 17920, + [SMALL_STATE(814)] = 17927, + [SMALL_STATE(815)] = 17934, + [SMALL_STATE(816)] = 17941, [SMALL_STATE(817)] = 17946, [SMALL_STATE(818)] = 17953, [SMALL_STATE(819)] = 17960, - [SMALL_STATE(820)] = 17965, - [SMALL_STATE(821)] = 17972, - [SMALL_STATE(822)] = 17979, - [SMALL_STATE(823)] = 17986, - [SMALL_STATE(824)] = 17993, - [SMALL_STATE(825)] = 18000, - [SMALL_STATE(826)] = 18007, - [SMALL_STATE(827)] = 18014, - [SMALL_STATE(828)] = 18021, - [SMALL_STATE(829)] = 18028, - [SMALL_STATE(830)] = 18035, - [SMALL_STATE(831)] = 18042, - [SMALL_STATE(832)] = 18049, - [SMALL_STATE(833)] = 18056, - [SMALL_STATE(834)] = 18063, - [SMALL_STATE(835)] = 18070, - [SMALL_STATE(836)] = 18077, - [SMALL_STATE(837)] = 18084, - [SMALL_STATE(838)] = 18091, - [SMALL_STATE(839)] = 18098, - [SMALL_STATE(840)] = 18105, - [SMALL_STATE(841)] = 18112, - [SMALL_STATE(842)] = 18119, - [SMALL_STATE(843)] = 18126, - [SMALL_STATE(844)] = 18133, - [SMALL_STATE(845)] = 18140, - [SMALL_STATE(846)] = 18147, - [SMALL_STATE(847)] = 18154, - [SMALL_STATE(848)] = 18161, - [SMALL_STATE(849)] = 18168, - [SMALL_STATE(850)] = 18175, - [SMALL_STATE(851)] = 18182, - [SMALL_STATE(852)] = 18189, - [SMALL_STATE(853)] = 18196, - [SMALL_STATE(854)] = 18203, - [SMALL_STATE(855)] = 18210, - [SMALL_STATE(856)] = 18217, + [SMALL_STATE(820)] = 17967, + [SMALL_STATE(821)] = 17974, + [SMALL_STATE(822)] = 17981, + [SMALL_STATE(823)] = 17988, + [SMALL_STATE(824)] = 17995, + [SMALL_STATE(825)] = 18002, + [SMALL_STATE(826)] = 18009, + [SMALL_STATE(827)] = 18016, + [SMALL_STATE(828)] = 18023, + [SMALL_STATE(829)] = 18030, + [SMALL_STATE(830)] = 18037, + [SMALL_STATE(831)] = 18044, + [SMALL_STATE(832)] = 18051, + [SMALL_STATE(833)] = 18058, + [SMALL_STATE(834)] = 18065, + [SMALL_STATE(835)] = 18072, + [SMALL_STATE(836)] = 18079, + [SMALL_STATE(837)] = 18086, + [SMALL_STATE(838)] = 18093, + [SMALL_STATE(839)] = 18100, + [SMALL_STATE(840)] = 18107, + [SMALL_STATE(841)] = 18114, + [SMALL_STATE(842)] = 18121, + [SMALL_STATE(843)] = 18128, + [SMALL_STATE(844)] = 18135, + [SMALL_STATE(845)] = 18142, + [SMALL_STATE(846)] = 18149, + [SMALL_STATE(847)] = 18156, + [SMALL_STATE(848)] = 18163, + [SMALL_STATE(849)] = 18170, + [SMALL_STATE(850)] = 18177, + [SMALL_STATE(851)] = 18184, + [SMALL_STATE(852)] = 18191, + [SMALL_STATE(853)] = 18198, + [SMALL_STATE(854)] = 18205, + [SMALL_STATE(855)] = 18212, + [SMALL_STATE(856)] = 18219, [SMALL_STATE(857)] = 18224, [SMALL_STATE(858)] = 18231, [SMALL_STATE(859)] = 18238, @@ -57562,1406 +57562,1406 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 0, 0, 0), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), - [141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 4), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 2), - [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), - [149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), - [151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(458), - [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(488), - [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(486), - [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), + [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), + [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(353), + [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), + [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(469), + [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(470), + [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(471), + [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 2), + [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 4), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), [248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 1, 0, 1), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), + [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(353), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(352), + [261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(537), [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(488), - [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(486), - [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(490), + [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(468), + [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(461), + [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(357), [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(527), + [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(511), [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(351), [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(465), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(468), - [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(470), - [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(482), + [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(470), + [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(471), + [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(474), [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(513), + [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(528), [396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 2, 0, 1), - [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 1), + [398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(506), [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), - [414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(486), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(468), - [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(470), - [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 1), - [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 1), - [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), - [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(470), - [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 1), - [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(484), - [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(786), + [409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(22), + [415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(468), + [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(461), + [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 1), + [483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 1), + [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(471), + [497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(353), + [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(352), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(22), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(461), + [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 1), + [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 1), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(781), [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(527), + [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(528), [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 1, 0, 1), [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 1), - [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(479), - [898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 1), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 1), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), + [687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(352), + [693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(22), + [699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(461), + [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 1), + [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 1), + [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 1), + [816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(353), + [821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(352), + [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(22), + [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(351), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 1), [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(353), - [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(506), [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(351), - [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(781), - [961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(404), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(403), - [1000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(438), - [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [1006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 1), - [1011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(352), - [1014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [1020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [1023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(355), - [1026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(354), - [1029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [1032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(426), - [1035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(398), - [1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(400), - [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [1044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(388), - [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(445), - [1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(443), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 1), - [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 1, 0, 0), - [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 1, 0, 0), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [1095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), - [1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), - [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), - [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), - [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), - [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), - [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), - [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), - [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), - [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), - [1125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [1128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [1131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indented_code_block, 1, 0, 0), - [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indented_code_block, 1, 0, 0), - [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indented_code_block, 2, 0, 0), - [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indented_code_block, 2, 0, 0), - [1139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(429), - [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(788), - [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), - [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 5, 10, 0), - [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(393), - [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(394), - [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(452), - [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(735), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 1, 0, 0), - [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 1, 0, 0), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), - [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 7, 10, 0), - [1173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(393), - [1176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(394), - [1179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(452), - [1182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(710), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 2, 0, 0), - [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 2, 0, 0), - [1191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 4, 10, 0), - [1193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(393), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(394), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(452), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(721), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paragraph, 2, 0, 5), - [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paragraph, 2, 0, 5), - [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), - [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 6, 10, 0), - [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(393), - [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(394), - [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(452), - [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(723), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_not_section, 1, 0, 0), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_not_section, 1, 0, 0), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), - [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 8, 10, 0), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(393), - [1246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(394), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(452), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(707), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(738), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(734), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(699), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(741), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [1283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(728), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 3, 0, 0), - [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 3, 0, 0), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 3, 0, 0), - [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 3, 0, 0), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), - [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 2, 0, 0), - [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 2, 0, 0), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 4, 0, 0), - [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 4, 0, 0), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 4, 0, 0), - [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 4, 0, 0), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 4, 0, 0), - [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 4, 0, 0), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 3, 0, 0), - [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 3, 0, 0), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 4, 0, 0), - [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 4, 0, 0), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 4, 0, 0), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 4, 0, 0), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), - [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 3, 0, 0), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 3, 0, 0), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 3, 0, 0), - [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 3, 0, 0), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 2, 0, 0), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 2, 0, 0), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 3, 0, 0), - [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 3, 0, 0), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 2, 0, 0), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 2, 0, 0), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 3, 0, 0), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 3, 0, 0), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 2, 0, 0), - [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 2, 0, 0), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 2, 0, 0), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 2, 0, 0), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 3, 0, 0), - [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 3, 0, 0), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 3, 0, 0), - [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 3, 0, 0), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 3, 0, 0), - [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 3, 0, 0), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 3, 0, 0), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 3, 0, 0), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 3, 0, 0), - [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 3, 0, 0), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 2, 0, 0), - [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 2, 0, 0), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 3, 0, 0), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 3, 0, 0), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 2, 0, 0), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 2, 0, 0), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 2, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 2, 0, 0), - [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 2, 0, 0), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 2, 0, 0), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 4, 0, 0), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 4, 0, 0), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 4, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 4, 0, 0), - [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blank_line, 2, 0, 0), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thematic_break, 2, 0, 0), - [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thematic_break, 2, 0, 0), - [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 3, 0, 0), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 3, 0, 0), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_minus, 1, 0, 0), - [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_minus, 1, 0, 0), - [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_plus, 1, 0, 0), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_plus, 1, 0, 0), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_star, 1, 0, 0), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_star, 1, 0, 0), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_dot, 1, 0, 0), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_dot, 1, 0, 0), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 1, 0, 0), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 1, 0, 0), - [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 5, 0, 0), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 5, 0, 0), + [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), + [954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(781), + [963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(356), + [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(417), + [993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(438), + [999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(419), + [1002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(440), + [1005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(441), + [1008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 1), + [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(352), + [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(22), + [1019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [1028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [1031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [1034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(406), + [1037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [1040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(409), + [1043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(411), + [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(428), + [1052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(429), + [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), + [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [1070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [1073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [1075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [1077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [1087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indented_code_block, 1, 0, 0), + [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indented_code_block, 1, 0, 0), + [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), + [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), + [1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), + [1097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), + [1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), + [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), + [1121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(434), + [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 1, 0, 0), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 1, 0, 0), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indented_code_block, 2, 0, 0), + [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indented_code_block, 2, 0, 0), + [1139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(427), + [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_code_block_repeat1, 2, 0, 0), SHIFT_REPEAT(790), + [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), + [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 4, 10, 0), + [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(423), + [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(424), + [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(452), + [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(733), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 4, 10, 0), SHIFT(736), + [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 5, 10, 0), + [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), + [1172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(423), + [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(424), + [1178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(452), + [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(738), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 6, 10, 0), + [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), + [1190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(423), + [1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(424), + [1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(452), + [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(740), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 7, 10, 0), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), + [1208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(423), + [1211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(424), + [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(452), + [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(741), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 8, 10, 0), + [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), + [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(423), + [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(424), + [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(452), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(742), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 1, 0, 0), + [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 1, 0, 0), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 10, 0), SHIFT(728), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 2, 0, 0), + [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 2, 0, 0), + [1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paragraph, 2, 0, 5), + [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paragraph, 2, 0, 5), + [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_not_section, 1, 0, 0), + [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_not_section, 1, 0, 0), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 5, 10, 0), SHIFT(704), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [1274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 10, 0), SHIFT(699), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 10, 0), SHIFT(710), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 3, 0, 0), + [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 3, 0, 0), + [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 4, 0, 0), + [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 4, 0, 0), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 4, 0, 0), + [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 4, 0, 0), + [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 2, 0, 0), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 2, 0, 0), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 2, 0, 0), + [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 2, 0, 0), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 4, 0, 0), + [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 4, 0, 0), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), + [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 3, 0, 0), + [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 3, 0, 0), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 3, 0, 0), + [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 3, 0, 0), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 3, 0, 0), + [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 3, 0, 0), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 3, 0, 0), + [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 3, 0, 0), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 3, 0, 0), + [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 3, 0, 0), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 3, 0, 0), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 3, 0, 0), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 2, 0, 0), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 2, 0, 0), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 3, 0, 0), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 3, 0, 0), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 3, 0, 0), + [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 3, 0, 0), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 2, 0, 0), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 2, 0, 0), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 3, 0, 0), + [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 3, 0, 0), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 3, 0, 0), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 3, 0, 0), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 3, 0, 0), + [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 3, 0, 0), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 3, 0, 0), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 3, 0, 0), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), + [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), + [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 4, 0, 0), + [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 4, 0, 0), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 4, 0, 0), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 4, 0, 0), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 2, 0, 0), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 2, 0, 0), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 2, 0, 0), + [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 2, 0, 0), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 2, 0, 0), + [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 2, 0, 0), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 2, 0, 0), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 2, 0, 0), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 2, 0, 0), + [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 2, 0, 0), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_html_block, 2, 0, 0), + [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_html_block, 2, 0, 0), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 8, 0, 0), + [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 8, 0, 0), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 20, 0), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 8, 20, 0), + [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 9, 0, 0), + [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 9, 0, 0), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 9, 20, 0), + [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 9, 20, 0), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 10, 20, 0), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 10, 20, 0), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 11, 20, 0), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 11, 20, 0), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 12, 20, 0), + [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 12, 20, 0), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 13, 20, 0), + [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 13, 20, 0), + [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), + [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), + [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_plus, 1, 0, 0), + [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_plus, 1, 0, 0), + [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_star, 1, 0, 0), + [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_star, 1, 0, 0), + [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), + [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), + [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_dot, 1, 0, 0), + [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_dot, 1, 0, 0), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 7), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 7), + [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_not_section, 1, 0, 1), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_not_section, 1, 0, 1), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 7), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 7), [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_html_block, 1, 0, 0), [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_html_block, 1, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_not_section, 1, 0, 1), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_not_section, 1, 0, 1), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 13, 20, 0), - [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 13, 20, 0), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 4, 0, 0), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 4, 0, 0), - [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 12, 20, 0), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 12, 20, 0), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_html_block, 2, 0, 0), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_html_block, 2, 0, 0), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 2), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 2), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 11, 20, 0), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 11, 20, 0), - [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 2), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 2), - [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 10, 20, 0), - [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 10, 20, 0), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 2), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 2), - [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 5, 0, 0), - [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 5, 0, 0), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 2), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 2), - [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 5, 0, 11), - [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 5, 0, 11), - [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 9, 20, 0), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 9, 20, 0), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 2), - [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 2), - [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 9, 0, 0), - [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 9, 0, 0), - [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 7), - [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 7), - [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 8, 20, 0), - [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 8, 20, 0), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 8, 0, 0), - [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 8, 0, 0), - [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 7), - [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 7), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 7), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 7), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 7), - [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 7), - [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 7), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 7), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 7), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 7), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setext_heading1, 3, 0, 9), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setext_heading1, 3, 0, 9), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setext_heading2, 3, 0, 9), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setext_heading2, 3, 0, 9), - [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 20, 0), - [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 7, 20, 0), - [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 5, 0, 0), - [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 5, 0, 0), - [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 7, 0, 0), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 7, 0, 0), - [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 4, 0, 0), - [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 4, 0, 0), - [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 4, 0, 0), - [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 4, 0, 0), - [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 4, 0, 0), - [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 4, 0, 0), - [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 4, 0, 0), - [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 4, 0, 0), - [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 4, 0, 0), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 4, 0, 0), - [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 4, 0, 0), - [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 4, 0, 0), - [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 20, 0), - [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 6, 20, 0), - [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 6, 0, 11), - [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 6, 0, 11), - [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), - [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 5, 0, 0), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 5, 0, 0), - [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 6, 0, 0), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 6, 0, 0), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 5, 0, 0), - [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 5, 0, 0), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 5, 0, 0), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 5, 0, 0), - [1786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(456), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 7), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 7), + [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 1, 0, 0), + [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 1, 0, 0), + [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 7), + [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 7), + [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 7), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 7), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 7), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 7), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 3, 0, 0), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 3, 0, 0), + [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thematic_break, 2, 0, 0), + [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thematic_break, 2, 0, 0), + [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blank_line, 2, 0, 0), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), + [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 2), + [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 2), + [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 2), + [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 2), + [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 2), + [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 2), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 2), + [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 2), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 2), + [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 2), + [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_minus, 1, 0, 0), + [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_minus, 1, 0, 0), + [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setext_heading1, 3, 0, 9), + [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setext_heading1, 3, 0, 9), + [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setext_heading2, 3, 0, 9), + [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setext_heading2, 3, 0, 9), + [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__indented_chunk, 4, 0, 0), + [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__indented_chunk, 4, 0, 0), + [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 4, 0, 0), + [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 4, 0, 0), + [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 7, 20, 0), + [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 7, 20, 0), + [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_2, 4, 0, 0), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_2, 4, 0, 0), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_3, 4, 0, 0), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_3, 4, 0, 0), + [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_4, 4, 0, 0), + [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_4, 4, 0, 0), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_5, 4, 0, 0), + [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_5, 4, 0, 0), + [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_6, 4, 0, 0), + [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_6, 4, 0, 0), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_1, 4, 0, 0), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_1, 4, 0, 0), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__html_block_7, 4, 0, 0), + [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__html_block_7, 4, 0, 0), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_quote, 5, 0, 0), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_quote, 5, 0, 0), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 5, 0, 0), + [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 5, 0, 0), + [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 5, 0, 11), + [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 5, 0, 11), + [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 5, 0, 0), + [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 5, 0, 0), + [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 5, 0, 0), + [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 5, 0, 0), + [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 5, 0, 0), + [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 5, 0, 0), + [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 5, 0, 0), + [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 5, 0, 0), + [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 5, 0, 0), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 6, 0, 0), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 6, 0, 0), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 6, 0, 11), + [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table, 6, 0, 11), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_link_reference_definition, 6, 20, 0), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_reference_definition, 6, 20, 0), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fenced_code_block, 7, 0, 0), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fenced_code_block, 7, 0, 0), + [1786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(432), [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [1795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), - [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(389), - [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(389), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(404), + [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(404), [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 1, 0, 0), SHIFT(502), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 1, 10, 0), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(500), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 1, 10, 0), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(497), [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(360), [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(360), - [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(464), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(480), [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 2, 0, 0), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(531), - [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(471), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(471), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), - [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 3, 0, 0), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 1, 0, 0), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 2, 10, 0), - [1932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 3, 10, 0), - [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 2, 10, 0), + [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_destination, 3, 10, 0), + [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 2, 0, 0), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 1, 0, 0), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(380), + [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_info_string_repeat1, 2, 0, 0), + [1936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_info_string, 3, 0, 0), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(529), - [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(529), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(893), - [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(547), - [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), - [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [1973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), - [1978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(536), - [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(395), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), - [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(395), - [2008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(520), - [2014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(520), - [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(534), - [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(516), - [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(516), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(863), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(543), - [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), - [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [2088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(536), - [2091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(406), - [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(406), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), - [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(502), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(536), - [2109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(409), - [2112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(409), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 1, 0, 0), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(525), - [2151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(525), - [2154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(555), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [2160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [2163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [2166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(540), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [2173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(498), - [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(498), - [2179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(537), - [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), - [2184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(865), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(556), - [2204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [2220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(531), - [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(432), - [2226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(432), - [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [2249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(564), - [2258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(594), - [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [2283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(594), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), - [2288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(536), - [2291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(449), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(449), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), - [2299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(502), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language, 1, 0, 0), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 2, 0, 0), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [2371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [2400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(572), - [2403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(485), - [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(485), - [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), - [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(572), - [2414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(487), - [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(487), - [2420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(478), - [2423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(570), - [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(535), - [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(535), - [2432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(623), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [2437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(490), - [2440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(490), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 3, 0, 0), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), - [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(499), - [2470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(499), - [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_backslash_escape, 1, 0, 0), - [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_backslash_escape, 1, 0, 0), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(503), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(503), - [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), - [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), - [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), - [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), - [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), - [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), SHIFT_REPEAT(838), - [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(511), - [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(511), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_destination_parenthesis, 3, 0, 0), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_destination_parenthesis, 3, 0, 0), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), - [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), - [2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), SHIFT_REPEAT(838), - [2543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [2546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [2556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [2559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [2562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_destination_parenthesis, 2, 0, 0), - [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_destination_parenthesis, 2, 0, 0), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(526), - [2576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(526), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(533), - [2592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(533), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), - [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), - [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), - [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), - [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), SHIFT_REPEAT(544), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [2628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(627), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), - [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), - [2639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), SHIFT_REPEAT(838), - [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 3, 0, 0), - [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 3, 0, 0), - [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 3, 0, 0), - [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 3, 0, 0), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(539), + [1977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), + [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), SHIFT_REPEAT(502), + [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(539), + [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(394), + [1994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(394), + [1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), + [1999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), SHIFT_REPEAT(502), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), + [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(509), + [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(509), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(546), + [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), + [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), SHIFT_REPEAT(895), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(513), + [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(513), + [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(903), + [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), SHIFT_REPEAT(547), + [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), + [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(900), + [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), SHIFT_REPEAT(548), + [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), + [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(520), + [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(520), + [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(867), + [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), SHIFT_REPEAT(550), + [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), + [2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(539), + [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(402), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), + [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(402), + [2091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_label_repeat1, 2, 0, 0), SHIFT_REPEAT(502), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [2100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [2118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(499), + [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(499), + [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(538), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(501), + [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(501), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(544), + [2140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [2143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(506), + [2146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), + [2148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 1, 0, 0), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [2231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(556), + [2240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), SHIFT_REPEAT(588), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [2255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), SHIFT_REPEAT(553), + [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 2, 0, 0), + [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [2268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(539), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(446), + [2274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(446), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), + [2279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), SHIFT_REPEAT(502), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language, 1, 0, 0), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), SHIFT_REPEAT(588), + [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__indented_chunk_repeat1, 2, 0, 0), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 2, 0, 0), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(464), + [2343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(464), + [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), + [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 3, 0, 0), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), + [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(467), + [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(467), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [2384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(579), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(545), + [2390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(545), + [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(614), + [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [2428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(585), + [2431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(487), + [2434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), SHIFT_REPEAT(487), + [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat1, 2, 0, 0), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(585), + [2450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(491), + [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(491), + [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), SHIFT_REPEAT(485), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_destination_repeat2, 2, 0, 0), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_backslash_escape, 1, 0, 0), + [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_backslash_escape, 1, 0, 0), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(500), + [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(500), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), + [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(505), + [2496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(505), + [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(507), + [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(507), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_destination_parenthesis, 3, 0, 0), + [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_destination_parenthesis, 3, 0, 0), + [2535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [2538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__link_destination_parenthesis, 2, 0, 0), + [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__link_destination_parenthesis, 2, 0, 0), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(519), + [2554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(519), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [2561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [2564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), + [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 1, 0, 0), SHIFT_REPEAT(819), + [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), + [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), + [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 1, 0, 0), SHIFT_REPEAT(819), + [2581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(529), + [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(529), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), + [2591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 1, 0, 0), SHIFT_REPEAT(819), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 2, 0, 0), + [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(620), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat1, 3, 0, 0), + [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 3, 0, 0), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat2, 3, 0, 0), + [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat2, 3, 0, 0), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), + [2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_info_string_repeat2, 2, 0, 0), SHIFT_REPEAT(557), + [2658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(558), + [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(558), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_language_repeat1, 2, 0, 0), [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_6_repeat1, 1, 0, 0), [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 1, 0, 0), - [2670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(561), - [2673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(561), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 3, 0, 0), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 3, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), - [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__word, 1, 0, 0), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__word, 1, 0, 0), - [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_list_marker_unchecked, 1, 0, 0), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(591), - [2731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(591), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), - [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_inline_no_link, 2, 0, 0), - [2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_inline_no_link, 2, 0, 0), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [2744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_paragraph_repeat1, 1, 0, 0), - [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 1, 0, 0), - [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_list_marker_checked, 1, 0, 0), - [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(609), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(609), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_6_repeat1, 3, 0, 0), - [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 3, 0, 0), - [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat1, 2, 0, 0), + [2672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [2675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [2686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_inline_no_link, 2, 0, 0), + [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_inline_no_link, 2, 0, 0), + [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 2, 0, 0), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_link_title_repeat3, 3, 0, 0), + [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_link_title_repeat3, 3, 0, 0), + [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_1_repeat1, 2, 0, 0), + [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_2_repeat1, 2, 0, 0), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [2736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_3_repeat1, 2, 0, 0), + [2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__word, 1, 0, 0), + [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__word, 1, 0, 0), + [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_list_marker_checked, 1, 0, 0), + [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_list_marker_unchecked, 1, 0, 0), + [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_paragraph_repeat1, 1, 0, 0), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_paragraph_repeat1, 1, 0, 0), + [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_5_repeat1, 2, 0, 0), + [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [2755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_6_repeat1, 3, 0, 0), + [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__html_block_6_repeat1, 3, 0, 0), [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_no_angle, 2, 0, 0), [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_no_angle, 2, 0, 0), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), - [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(462), - [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(465), - [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(468), - [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(470), - [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(480), - [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(482), - [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 4), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), - [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), - [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), - [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(718), - [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(858), - [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(770), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), + [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__html_block_4_repeat1, 2, 0, 0), + [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), + [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 4), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), + [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), + [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(459), + [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(490), + [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(468), + [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(492), + [2800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(461), + [2803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(460), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(827), + [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(752), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(644), [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 10), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 4, 0, 0), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 12), [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), - [2956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(505), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 13), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [3023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [2956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(503), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(714), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 13), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 6, 0, 0), [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 6, 0, 0), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_title, 3, 0, 0), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_title, 2, 0, 0), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 1, 0, 3), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_label, 3, 0, 0), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [3194] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 6), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_title, 3, 0, 0), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_title, 2, 0, 0), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_link_label, 3, 0, 0), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3164] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 6), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 1, 0, 3), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), }; enum ts_external_scanner_symbol_identifiers { @@ -59394,7 +59394,7 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { }, [10] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token_block_continuation] = true, + [ts_external_token__block_close] = true, [ts_external_token__block_quote_start] = true, [ts_external_token__indented_chunk_start] = true, [ts_external_token_atx_h1_marker] = true, @@ -59429,6 +59429,7 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { }, [11] = { [ts_external_token__soft_line_ending] = true, + [ts_external_token_block_continuation] = true, [ts_external_token__block_quote_start] = true, [ts_external_token__indented_chunk_start] = true, [ts_external_token_atx_h1_marker] = true, @@ -59437,8 +59438,6 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_atx_h4_marker] = true, [ts_external_token_atx_h5_marker] = true, [ts_external_token_atx_h6_marker] = true, - [ts_external_token_setext_h1_underline] = true, - [ts_external_token_setext_h2_underline] = true, [ts_external_token__thematic_break] = true, [ts_external_token__list_marker_minus] = true, [ts_external_token__list_marker_plus] = true, @@ -59460,11 +59459,13 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__html_block_5_start] = true, [ts_external_token__html_block_6_start] = true, [ts_external_token__html_block_7_start] = true, + [ts_external_token__no_indented_chunk] = true, [ts_external_token__pipe_table_start] = true, }, [12] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, [ts_external_token__block_quote_start] = true, [ts_external_token__indented_chunk_start] = true, [ts_external_token_atx_h1_marker] = true, @@ -59499,7 +59500,6 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { }, [13] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__block_close] = true, [ts_external_token__block_quote_start] = true, [ts_external_token__indented_chunk_start] = true, [ts_external_token_atx_h1_marker] = true, @@ -59536,7 +59536,6 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [14] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, [ts_external_token__block_quote_start] = true, [ts_external_token__indented_chunk_start] = true, [ts_external_token_atx_h1_marker] = true, @@ -59545,6 +59544,8 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_atx_h4_marker] = true, [ts_external_token_atx_h5_marker] = true, [ts_external_token_atx_h6_marker] = true, + [ts_external_token_setext_h1_underline] = true, + [ts_external_token_setext_h2_underline] = true, [ts_external_token__thematic_break] = true, [ts_external_token__list_marker_minus] = true, [ts_external_token__list_marker_plus] = true, @@ -59566,7 +59567,6 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__html_block_5_start] = true, [ts_external_token__html_block_6_start] = true, [ts_external_token__html_block_7_start] = true, - [ts_external_token__no_indented_chunk] = true, [ts_external_token__pipe_table_start] = true, }, [15] = { @@ -59592,12 +59592,12 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [18] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, + [ts_external_token__fenced_code_block_end_tilde] = true, }, [19] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_tilde] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [20] = { [ts_external_token__line_ending] = true, @@ -59628,32 +59628,32 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { }, [26] = { [ts_external_token__line_ending] = true, - [ts_external_token__block_close] = true, + [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__fenced_code_block_end_tilde] = true, + [ts_external_token__eof] = true, }, [27] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__html_block_1_end] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [28] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, + [ts_external_token__fenced_code_block_end_tilde] = true, }, [29] = { [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, + [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__eof] = true, + [ts_external_token__html_block_1_end] = true, }, [30] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, }, [31] = { [ts_external_token__line_ending] = true, @@ -59664,12 +59664,12 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { [32] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, - [ts_external_token__blank_line_start] = true, + [ts_external_token__close_block] = true, }, [33] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, - [ts_external_token__close_block] = true, + [ts_external_token__blank_line_start] = true, }, [34] = { [ts_external_token_block_continuation] = true, @@ -59699,29 +59699,29 @@ static const bool ts_external_scanner_states[48][EXTERNAL_TOKEN_COUNT] = { }, [40] = { [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_tilde] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [41] = { [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, + [ts_external_token__fenced_code_block_end_tilde] = true, }, [42] = { - [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__trigger_error] = true, }, [43] = { [ts_external_token_block_continuation] = true, [ts_external_token__close_block] = true, }, [44] = { + [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__trigger_error] = true, }, [45] = { - [ts_external_token__block_close] = true, + [ts_external_token__close_block] = true, }, [46] = { - [ts_external_token__close_block] = true, + [ts_external_token__block_close] = true, }, [47] = { [ts_external_token__trigger_error] = true, diff --git a/tree-sitter-markdown/src/scanner.c b/tree-sitter-markdown/src/scanner.c index e21055b..c7103cb 100644 --- a/tree-sitter-markdown/src/scanner.c +++ b/tree-sitter-markdown/src/scanner.c @@ -414,12 +414,17 @@ static bool parse_fenced_code_block(Scanner *s, const char delimiter, // Also it cannot be indented more than 3 spaces. if ((delimiter == '`' ? valid_symbols[FENCED_CODE_BLOCK_END_BACKTICK] : valid_symbols[FENCED_CODE_BLOCK_END_TILDE]) && - s->indentation < 4 && level >= s->fenced_code_block_delimiter_length && - (lexer->lookahead == '\n' || lexer->lookahead == '\r')) { - s->fenced_code_block_delimiter_length = 0; - lexer->result_symbol = delimiter == '`' ? FENCED_CODE_BLOCK_END_BACKTICK - : FENCED_CODE_BLOCK_END_TILDE; - return true; + s->indentation < 4 && level >= s->fenced_code_block_delimiter_length) { + while (lexer->lookahead == ' ' || lexer->lookahead == '\t') { + advance(s, lexer); + } + if (lexer->lookahead == '\n' || lexer->lookahead == '\r') { + s->fenced_code_block_delimiter_length = 0; + lexer->result_symbol = delimiter == '`' + ? FENCED_CODE_BLOCK_END_BACKTICK + : FENCED_CODE_BLOCK_END_TILDE; + return true; + } } // If this could be the start of a fenced code block, check if the info // string contains any backticks. diff --git a/tree-sitter-markdown/test/corpus/issues.txt b/tree-sitter-markdown/test/corpus/issues.txt index 8f0f70c..2e49b87 100644 --- a/tree-sitter-markdown/test/corpus/issues.txt +++ b/tree-sitter-markdown/test/corpus/issues.txt @@ -90,3 +90,27 @@ (list_marker_dot) (paragraph (inline)))))) + +================================================================================ +#135 - Closing code block fence not recognized when it has trailing space +================================================================================ +``` +// returns 2 +globalNS.method1(5, 10); +``` + +@example + +-------------------------------------------------------------------------------- + +(document + (section + (fenced_code_block + (fenced_code_block_delimiter) + (block_continuation) + (code_fence_content + (block_continuation) + (block_continuation)) + (fenced_code_block_delimiter)) + (paragraph + (inline)))) From 0e2effdd9c7b71a5076a4ad8cc499db9cff3e754 Mon Sep 17 00:00:00 2001 From: MDeiml Date: Sat, 19 Oct 2024 15:53:27 +0200 Subject: [PATCH 2/2] Generate bindings with cli v0.24 --- tree-sitter-markdown-inline/src/grammar.json | 1 + tree-sitter-markdown/src/grammar.json | 1 + 2 files changed, 2 insertions(+) diff --git a/tree-sitter-markdown-inline/src/grammar.json b/tree-sitter-markdown-inline/src/grammar.json index 0a9c84a..a59a39a 100644 --- a/tree-sitter-markdown-inline/src/grammar.json +++ b/tree-sitter-markdown-inline/src/grammar.json @@ -1,4 +1,5 @@ { + "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", "name": "markdown_inline", "rules": { "inline": { diff --git a/tree-sitter-markdown/src/grammar.json b/tree-sitter-markdown/src/grammar.json index 07251e9..899d9e5 100644 --- a/tree-sitter-markdown/src/grammar.json +++ b/tree-sitter-markdown/src/grammar.json @@ -1,4 +1,5 @@ { + "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json", "name": "markdown", "rules": { "document": {